.search-page #sidebar #signup_form_rightbar {
  margin: 0 15px;
}
.main.container .row.without-extra-paddings {
  margin-top: 30px;
}
.search-content-container .title-wrapp {
  padding-left: 0;
}
#content-container .title .srh-key {
  margin-left: -5px;
}
.ad_search_form .btn-search-block {
  display: block;
  margin-top: 10px;
  padding-right: 15px;
  text-align: right;
}
.ad_search_form {
  margin-bottom: 20px;
}
.ad_search_form .btn-search-block .green_btn {
  background: #7F8F38;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 4px 10px;
  border-radius: 8px;
}
.ad_search_form .btn-search-block .green_btn span {
  background: #7F8F38;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 5px;
}
.ad_search_form .btn-search-block .brown_btn {
  background: #8D6E59;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 4px 10px;
  border-radius: 8px;
}
.ad_search_form .btn-search-block .brown_btn span {
  background: #8D6E59;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 5px;
}
.ad_search_form fieldset {
  padding: 0;
  margin: 10px 0;
}
.ad_search_form fieldset legend {
  border: none;
  color: #7E685A;
  margin: 0 0 3px;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
}
.ad_search_form fieldset.end-use-bl {
  margin-top: 0;
}
.ad_search_form fieldset.theme-bl .main-theme {
  padding-right: 28px;
  position: relative;
}
.ad_search_form fieldset.theme-bl .main-theme:after {
  left: 88%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(231, 231, 231, 0);
  border-left-color: #e7e7e7;
  border-width: 34px;
  margin-top: -45px;
}
.ad_search_form fieldset.theme-bl .theme_childs h2 {
  color: #808080;
  margin-bottom: 7px;
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.ad_search_form fieldset.theme-bl .theme_childs .links {
  margin: 5px 0;
}
.ad_search_form fieldset.theme-bl .theme_childs .links a {
  margin-right: 7px;
}
.ad_search_form .grey-bg {
  background: #e7e7e7;
  padding: 10px 5px 10px 5px;
}
.ad_search_form .grey-bg > .col-sm-6,
.ad_search_form .grey-bg .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
}
.ad_search_form .grey-bg:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  content: ". ";
  height: 1px;
  clear: both;
}
.ad_search_form .grey-bg.lightgrey {
  background: #f4f2f3;
}
.ad_search_form .grey-bg div {
  margin-bottom: 4px;
}
.ad_search_form .grey-bg label {
  font-weight: normal;
  margin-bottom: 0;
}
.ad_search_form .grey-bg label.title {
  line-height: 27px;
}
.ad_search_form .grey-bg label.radio-label,
.ad_search_form .grey-bg label.check-label {
  margin-left: 5px;
}
.ad_search_form .grey-bg input {
  vertical-align: bottom;
  margin: 0 0 2px;
  padding: 3px;
}
.ad_search_form .main-top-block {
  margin-bottom: 20px;
  padding: 10px 10px 5px;
}
.ad_search_form .main-top-block .keywords {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.ad_search_form .main-top-block .keywords .main-top-block-by {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: calc(100% - 240px);
}
.ad_search_form .main-top-block .keywords .main-top-block-by .main-top-block-by-text {
  margin-right: 10px;
  display: block;
}
.ad_search_form label,
.ad_search_form label input {
  cursor: pointer;
}
.ad_search_form .theme-bl .main-theme {
  padding-left: 0;
}
.ad_search_form .grey-bg {
  padding-bottom: 5px;
}
.ad_search_form .main-top-block .keywords .radio-label {
  margin-right: 10px;
  margin-left: 0;
  cursor: pointer;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.ad_search_form .main-top-block .keywords .radio-label:last-child {
  margin-right: 0;
}
.ad_search_form .main-top-block .keywords .radio-label input[type="radio"] {
  cursor: pointer;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin: 0;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  position: relative;
  border: 1px solid #7E685A!important;
  display: block;
}
.ad_search_form .main-top-block .keywords .radio-label input[type="radio"]:checked:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 2px;
  top: 2px;
  background: #7E685A;
  border-radius: 50%;
}
.ad_search_form .main-top-block .keywords .radio-label input[type="radio"]:focus {
  outline: none;
}
.ad_search_form .main-top-block .keywords>input {
  margin-right: 10px;
  outline: 0;
  border: 1px solid #7E685A;
  padding: 2px 3px;
  margin-left: 5px;
}
.ad_search_form label input[type=checkbox],
.ad_search_form .grey-bg input[type=checkbox] {
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin: 0;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  position: relative;
  border: 1px solid #7E685A!important;
  display: inline-block;
  margin-bottom: 1px;
}
.ad_search_form label input[type=checkbox]:disabled,
.ad_search_form .grey-bg input[type=checkbox]:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.ad_search_form label input[type=checkbox]:checked:after,
.ad_search_form .grey-bg input[type=checkbox]:checked:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 2px;
  top: 2px;
  background: #7E685A;
  border-radius: 2px;
}
.ad_search_form label input[type=checkbox]:focus,
.ad_search_form .grey-bg input[type=checkbox]:focus {
  outline: 0;
}
.ad_search_form .main-top-block .addition-keywords {
  margin-top: 5px;
}
.ad_search_form .main-top-block .addition-keywords label {
  margin-right: 10px;
}
.ad_search_form .main-top-block .addition-keywords label:last-child {
  margin-right: 0;
}
.ad_search_form .main-top-block .addition-keywords .search_by_type {
  display: block;
  float: right;
}
.ad_search_form .main-top-block .addition-keywords .search_by_type label {
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ad_search_form .main-top-block .addition-keywords .search_by_type {
    margin-top: 10px;
    float: none;
  }
}
@media (max-width: 992px) {
  .ad_search_form .theme-bl .aditional-theme {
    padding-left: 0;
    padding-right: 0;
  }
  .ad_search_form .main-top-block .addition-keywords .search_by_type {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  body.search-page.responsive-page footer {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 580px) {
  .ad_search_form {
    font-size: 16px;
  }
  .ad_search_form label input[type=checkbox],
  .ad_search_form .grey-bg input[type=checkbox] {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-bottom: 3px;
  }
  .ad_search_form label input[type=checkbox]:checked:after,
  .ad_search_form .grey-bg input[type=checkbox]:checked:after {
    width: 12px;
    height: 12px;
  }
  .ad_search_form .main-top-block .addition-keywords .search_by_type {
    float: none;
  }
  .ad_search_form .main-top-block .addition-keywords label {
    display: block;
  }
  .ad_search_form .main-top-block .keywords .main-top-block-by {
    width: 100%;
    margin-top: 5px;
  }
}
.search-page.responsive-page {
  width: auto;
}
.search-page.responsive-page footer {
  margin: 0 18px
}
.ad_search_form .main-top-block .addition-keywords .search_by_type select,
.search-page .search-result select {
  min-height: 20px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 17px;
  padding-left: 3px;
  cursor: pointer;
  border: 1px solid #7E685A;
  background: #fff url(/assets/images/down-chevron-brow.svg) calc(100% - 2px) 50%/12px no-repeat;
}
.ad_search_form .ad_search_note {
  border-bottom: 1px solid #a08c63;
  margin-bottom: 4px;
}
.search-result .search-filter {
  border-top: none!important;
}
.search-result .search-filter label {
  font-weight: normal;
}
.search-result .search-filter .back {
  text-align: right;
}
@media (max-width: 580px) {
  .search-result .show-result #viewPaging.pagination .shownPage {
    margin-bottom: 0;
  }
  .search-result .show-result .totalwrap #viewPaging .pagination a {
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  .search-result .search-filter .col-xs-6 {
    width: 100%;
    text-align: right;
  }
}
.search-result .show-result {
  padding-top: 20px;
}
.search-result .show-result .title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0px 0px;
  padding: 0 0 4px;
}
.search-result .show-result .totalwrap {
  border-bottom: 1px solid #9f8c62;
  border-top: 1px solid #9f8c62;
  margin: 0px 0 10px;
  padding: 0;
  overflow: hidden;
  clear: both;
}
@media (max-width: 450px) {
  .search-result .show-result .totalwrap #viewPaging .shownPage {
    display: block;
    float: none;
  }
}
.search-result .show-result .totalwrap #viewPaging .pagination {
  margin: 0;
}
.search-result .show-result ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.search-result .show-result ul li {
  padding: 5px;
}
.search-result .show-result ul li.item {
  text-align: center;
  min-height: 168px;
  margin-bottom: 7px;
}
.search-result .show-result ul li.item a img {
  max-height: 100px;
  width: auto;
  max-width: 100px;
}
@media (max-width: 450px) {
  .search-result .show-result ul li.item a img {
    max-width: 100%;
    max-height: 100%;
  }
}
.search-result .show-result ul li .item-title {
  display: block;
  margin-top: 10px;
}
.search-result .show-result ul li .prod-status {
  font-weight: normal;
  font-size: 13px;
  color: #7E685A;
}
.search-result .show-result ul li .prod-status.discon {
  font-weight: bold;
  font-size: 11px;
  color: #DD7A37;
}
.search-result .show-result ul li .item-title .by-designer a {
  text-decoration: none;
  text-align: center;
  padding-right: 0;
  /*color: #5A781D;*/
}
.search-result .show-result ul li .item-title .by-designer a:hover {
  text-decoration: underline;
}

.search-result .show-result ul.products .item-title >a:first-child,
.search-result .show-result ul.products li span.item-title {
  font-weight: 600;
  color: #5A781D;
  text-decoration: underline;
  overflow-wrap: break-word;
}

.search-result .show-result ul.products .by-designer a {
  display: inline;
  font-weight: 400;
  color: rgb(125, 103, 89);
  font-size: 11px;
}

.search-result .show-result ul.products .search-results-item-statuses a {
  font-weight: 400;
  color: #7d6759;
  margin-bottom: 5px;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .search-result .show-result ul.products:not(.search-page-items) li[class*=col-lg]:nth-child(6n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .search-result .show-result ul.products li[class*=col-md]:nth-child(6n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-result .show-result ul.products li[class*=col-sm]:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .search-result .show-result ul.products li[class*=col-xs]:nth-child(4n+1) {
    clear: left;
  }
  .ad_search_form .btn-search-block {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .search-result .show-result ul.products .item {
    width: 33%;
  }
  .search-result .show-result ul.products li[class*=col-xs]:nth-child(4n+1) {
    clear: none;
  }
  .search-result .show-result ul.products li[class*=col-xs]:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 450px) {
  .search-result .show-result ul.products .item {
    width: 50%;
  }
  .search-result .show-result ul.products li[class*=col-xs]:nth-child(3n+1) {
    clear: none;
  }
  .search-result .show-result ul.products li[class*=col-xs]:nth-child(2n+1) {
    clear: left;
  }
}
#search-redesign-responsive .search-result .sort_by label i.flaticon-arrows-2:before {
  font-size: 12px;
}
@media (max-width: 991px) {
  .ad_search_form fieldset.theme-bl .main-theme {
    padding-right: 0;
    padding-bottom: 30px;
    position: relative;
  }
  .ad_search_form fieldset.theme-bl .main-theme:after {
    top: 100%;
    left: 49%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(231, 231, 231, 0);
    border-top-color: #e7e7e7;
    border-width: 35px;
    margin-left: -35px;
  }
}
@media (max-width: 491px) {
  .ad_search_form fieldset div.col-xs-6 {
    width: 100%;
  }
  .ad_search_form fieldset.theme-bl .theme_childs div.col-xs-6 {
    width: 100%;
  }
  .ad_search_form .main-top-block .keywords input[type='text'] {
    max-width: 150px;
  }
}

fieldset.metatags-bl h3{
  padding-left: 1em;
}

fieldset.metatags-bl ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 1em;
  margin-bottom: 2em;
}

fieldset.metatags-bl ul li {
  padding-left: 2em;
}

.search-page .search-result .show-result ul.search-page-items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0 10px 0 0;
}
.search-page .search-result .show-result ul.search-page-items li {
  width: 16.6666666%;
  height: auto;
  padding: 0 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  list-style-type: none;
  text-align: center;
  float: none;
  clear: none;
  min-height: 0;
}
.search-page .search-result .show-result ul.search-page-items li .search-results-item-statuses li {
  width: auto;
  margin-bottom: 4px;
  text-align: center;
}
.search-page .search-result .show-result ul.search-page-items li>a {
  display: block;
  padding: 0;
}
.search-page .without-extra-paddings .search-result .show-result ul.search-page-items li>a img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-height: 110px;
}
.search-result .show-result .search-bottom-info li:first-child {
  padding-left: 0;
}
.search-result .show-result .search-bottom-info li:last-child {
  padding-right: 0;
}
.search-page .totalwrap>.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.search-page .totalwrap>.pagination .pages-container {
  margin-left: auto;
}
.search-page .search-filter.dashed-wrap .back>a {
  padding-right: 0;
}
.search-page .cart-menu .WishBlock {
  margin-right: 0;
}
.search-page #viewPaging.pagination .itemsOnPage {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .search-page.responsive-page .content-header .cartBlock a {
    padding-right: 0;
  }
  .search-page.responsive-page .cart-menu ul li a.WishBlock {
    margin-left: 10px;
  }
  .search-page .search-result .show-result ul.search-page-items li {
    width: 25%;
  }
  .search-page #viewPaging.pagination .itemsOnPage {
    margin-right: 10px;
    margin-left: 10px;
  }
  .search-page .totalwrap>.pagination {
    flex-wrap: wrap;
  }
  .search-page .totalwrap>.pagination .pages-container {
    margin-left: 0;
    margin-top: 5px;
  }
  .search-result #viewPaging.pagination .shownPage {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .search-page .search-result .show-result ul.search-page-items li {
    width: 20%;
  }
  .search-page .search-result .show-result ul.search-page-items {
    padding-right: 0;
  }
  .search-page>.main.container {
    padding: 0;
  }
  .search-page .search-result .search-filter>div.col-xs-6 {
    padding-right: 0;
  }
  .search-page .cart-menu ul li:last-child {
    margin-right: 0;
  }
  .search-page .totalwrap>.pagination .pages-container {
    display: block;
    width: 100%;
  }
  .search-page .without-extra-paddings .search-result .show-result ul.search-page-items li>a img {
    max-height: 120px;
  }
}
@media screen and (max-width: 580px) {
  .search-page .search-result .show-result ul.search-page-items li {
    width: 33.3333333%;
  }
  .search-page .cart-menu .WishBlock,
  .search-page .search-filter.dashed-wrap .back>a,
  .search-page .search-result #viewPaging.pagination .shownPage,
  .search-page .totalwrap>.pagination .pages-container,
  .search-page .totalwrap>.pagination .pages-container a,
  .search-page .search-result .search-filter label,
  .search-page .search-result .search-filter #search-page-type,
  .search-page .search-result .show-result ul.products .item-title >a,
  .search-page .search-result .show-result .title,
  .search-page #viewPaging.pagination,
  .search-result .show-result .search-bottom-info li,
  .search-result .show-result .search-bottom-info li a,
  .search-result #viewPaging.pagination span.current {
    font-size: 16px;
  }
  .main.container .content-header .dashed-wrap + .dashed-wrap {
    border-bottom: 0;
    padding: 0;
  }
  .search-page {
    position: relative;
  }
  .search-page .search-result .search-filter .col-xs-6 {
    text-align: left;
  }
  .search-page .search-filter.dashed-wrap .back>a {
    margin-top: 5px;
  }
  .search-result .show-result .search-bottom-info li {
    padding: 0;
    margin-bottom: 15px;
  }
  .search-page .without-extra-paddings .search-result .show-result ul.search-page-items li>a img {
    max-height: 160px;
  }
  .search-result .show-result ul.products .item-title >a:first-child,
  .search-result .show-result ul.products li span.item-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .search-page .search-result .show-result ul.search-page-items li {
    width: 50%;
  }
  .search-page .without-extra-paddings .search-result .show-result ul.search-page-items li>a img {
    max-height: 200px;
  }
}
@media screen and (max-width: 420px) {
  .search-page .without-extra-paddings .search-result .show-result ul.search-page-items li>a img {
    max-height: 180px;
  }
}
/*Search page responsive styles*/