/************************************************
*	Navbar      								*
************************************************/

.navi_public {
  text-align: center;
}
.navi_public li {
  display: inline-block;
  float: none;
  margin-left: -5px;
}
.navi_public li li {
  display: block;
  text-align: left;
}

.m_nav {
  background-color: #f5f3ef;
  position: absolute;
  left: 0;
  top: 82px;

  transform: translate(-100%, 0);
  z-index: 99999;
  min-height: 100%;
  height: auto;
  transition: transform 0.2s linear;
  width: 100%;
  max-width: 450px;
  padding-top: 20px;
}
.admin-bar .m_nav {
  background-color: #eae8e4;
  position: absolute;
  left: 0;
  top: 16px;
  width: 100%;
  transform: translate(-100%, 0);
  z-index: 9999999;
  min-height: 100%;
  height: auto;
  transition: transform 0.2s linear;
}
.opened,
.admin-bar .opened {
  transform: translate(0, 0);
}
.navi_public {
  margin: 0px;
  padding: 0px;
}

.navi_public ul {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.user_right .navi_public ul {
  float: right;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.m_nav .navi_public ul {
  float: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.m_nav .navi_public li {
  float: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
  width: 100%;
}

.navi_public li {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.navi_public li.en_pl {
  float: right;
  padding-right: 10px;
}

/*main menu items*/
.navi_public li a {
  color: #222;
  display: block;
  font-size: var(--menu_font_size);
  font-family: "PT Sans Narrow", serif;
  font-weight: 400;
  text-transform: none;
  margin: 0px;
  padding: 10px 10px;
}
.navi_public li.en_pl a {
  display: inline-block;
  padding: 10px 2px;
}

.navi_public li a:hover {
  color: red;
  margin: 0px;
  text-decoration: none;
}

.navi_public li.current-menu-item a {
  background-image: url(images/active.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.m_nav .navi_public li a {
  color: var(--text);
  border-bottom: 1px solid var(--bg_header);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 19px;
  font-weight: 400;
}
.navi_public li li a {
  background: #ccc;
  width: 200px;
  color: #222 !important;
  font-size: 90%; /*submenu font size*/
  font-weight: 400;
  text-transform: none;
  float: none;
  margin: 0px;
  /*	padding: 10px 20px;*/
  border-bottom: 1px solid #ccc;
}
.navi_public li li a:hover {
  background: #ccc;
  color: #222;
}
.m_nav .navi_public li li a {
  background: var(--bg_menu);
  border-bottom: 1px solid var(--bg_header);
}
.m_nav .navi_public li li a {
  width: 100%;
  padding-left: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 97%;
}
.m_nav .navi_public ul li ul li ul li a {
  padding-left: 80px;
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 97%;
}

.navi_public li ul {
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 200px;
  margin: 0px;
  padding: 0px;
}
.m_nav .navi_public li ul {
  position: relative;
  left: 0em;
  width: 100%;
}

.navi_public li ul a {
  width: 200px;
}

.navi_public li ul ul {
  margin: -40px 0 0 200px;
}

.navi_public li:hover ul ul,
.navi_public li:hover ul ul ul {
  left: -999em;
}
.m_nav .navi_public li:hover ul ul,
.m_nav .navi_public li:hover ul ul ul,
.navi_public li:hover ul,
.navi_public li li:hover ul,
.navi_public li li li:hover ul {
  left: auto;
}

.navi_public li:hover {
  position: static;
}

.navi_public #menu-user-menu-right li a {
  color: #222;
  display: block;
  font-size: 12px;
  font-family: "PT Sans Narrow", serif;
  font-weight: 300;
  text-transform: none;
  margin: 0px;
  padding: 4px 4px;
}

#loadMore {
  cursor: pointer;
}

.header_area {
  position: relative;
  z-index: 900;
  background-color: #eae8e4;

  -webkit-box-shadow: none;
  box-shadow: none;

  border-bottom: 1px solid #000;

  top: 0;
  left: 0;
  width: 100%;
}
.admin-bar .header_area {
  position: relative;
  z-index: 900;
  background-color: #eae8e4;
  -webkit-box-shadow: none;
  box-shadow: none;

  border-bottom: 1px solid #000;

  left: 0;
  width: 100%;
}
.page_title {
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  padding: 20px 0px;
}
.page_title strong {
  font-weight: 500;
}

.page_sub_title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  padding: 20px 20px;
}
.event .page_sub_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  padding: 20px 0px;
}
.auction_a .page_sub_t {
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  padding: 0px 0px 0px 0px;
}
.page_sub_title strong {
  font-weight: 500;
}
.page_sub_title:before {
}
.page_ss_title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  padding: 20px 0px;
}
.page_ss_title strong {
  font-weight: 500;
}
.page_ss_title:before {
  content: "/";
}
.main_content {
  background-color: #eae8e4;
  min-height: 67vh;
}
.main_content.homepage {
  padding-top: 0px;
  background-color: #eae8e4;
  min-height: 67vh;
}
.footer_area {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #d0ceca;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.image_wrap {
  cursor: pointer;
}

.g_offers_image img {
  display: inline-block;
  /*box-shadow: -1px 12px 8px -7px rgba(0,0,0,0.52);
-webkit-box-shadow: -1px 12px 8px -7px rgba(0,0,0,0.52);
-moz-box-shadow: -1px 12px 8px -7px rgba(0,0,0,0.52);*/

  width: 100%;
  height: auto;
  position: relative;
}
.g_offers_image_flex {
  display: flex;
}

.image_wrap {
  position: relative;
  padding-bottom: 10px;
}
.image_wrap.wall_layout {
  position: relative;
  padding-bottom: 0px;
}
.image_wrap.wall_layout .the_size {
  background-color: rgba(234, 232, 228, 0.6);
  bottom: 0px;
}

.the_belt .image_wrap {
  position: relative;
  padding-bottom: 10px;
}

.heart {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 20;
  width: 20px;
  height: 20px;
  opacity: 0;
  transition: opacity ease 0.5s;
}

.a_pic_box .heart {
  position: relative;
  top: 0px;
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 1;
  transition: opacity ease 0.5s;
  cursor: pointer;
}

.status_sold {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  background-color: rgba(234, 232, 228, 0.6);
  font-size: 10px;
  padding: 2px 4px;
}

.simplefavorite-button {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(images/heart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1 !important;
}
.simplefavorite-button.active {
  background-image: url(images/heart_fill.svg) !important;
  opacity: 1 !important;
}
.simplefavorite-button.active:hover {
  background-image: url(images/heart_fill.svg);
}
.simplefavorite-button:hover {
  background-image: url(images/heart_stroke.svg);
}

.heart:hover {
}
.frame:hover {
  background-image: url(images/a_frame_stroke.svg);
}
.frame {
  position: absolute;
  top: 28px;
  right: 4px;
  z-index: 20;
  width: 20px;
  height: 20px;
  background-image: url(images/a_frame.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity ease 0.5s;
}
.frame.transp {
  opacity: 0;
}
.my_framed_pics .frame {
  position: absolute;
  top: 8px;
  right: 4px;
  z-index: 20;
  width: 20px;
  height: 20px;
  background-image: url(images/a_frame.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity ease 0.5s;
}
.card_a {
  z-index: 20;
  width: 30px;
  height: 20px;
  background-image: url(images/postcard.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  display: inline-block;
  margin-right: 8px;
}
.heart_a {
  z-index: 20;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
}
.frame_a {
  z-index: 20;
  width: 20px;
  height: 20px;
  background-image: url(images/a_frame.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
}
.ar_icon_a {
  z-index: 20;
  width: 20px;
  height: 20px;
  background-image: url(images/ar_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  display: inline-block;
}
.ar_icon_a_2 {
  z-index: 20;
  width: 20px;
  height: 20px;
  background-image: url(images/3dd.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  display: inline-block;
}
.frame_a:hover,
.ar_icon_a:hover {
  filter: invert(20%) sepia(87%) saturate(2089%) hue-rotate(344deg)
    brightness(96%) contrast(91%);
}
.the_size {
  position: absolute;
  bottom: -5px;
  right: 0px;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.0001);
  font-size: 10px;
  font-weight: 500;
  padding: 5px 0px 5px 5px;
  opacity: 0;
  transition: opacity ease 0.5s;
}
.the_belt .image_wrap .the_size {
  position: absolute;
  bottom: 2px;
  right: 0px;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  font-weight: 500;
  padding: 3px;
  opacity: 0;
  transition: opacity ease 0.5s;
}

.image_wrap:hover .heart,
.image_wrap:hover .frame,
.image_wrap:hover .the_size {
  opacity: 1;
}

.g_offers_image_belt img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.page_title_outer {
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
}
.gallery_offers_black {
  color: #000;
  line-height: 1;
}
.pic_name {
  font-size: 46px;
  font-weight: 300;
  text-transform: uppercase;
}
.signature {
  font-family: "Pacifico", cursive;
  font-size: 33px;
}
.init_hiddden {
}
.init_hiddden.showme {
  opacity: 1;
}
.addcart {
  position: relative;
  display: inline-block;
  transform: translateX(8px);
  transform: translateY(-3px);
  cursor: pointer;
}
.menu-item-31479 {
  display: none !important;
}

.wall_product_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  /*	background-color: rgba(255,255,255,1.00);*/
  padding: 70px 10px;
}

#load_search {
  width: 100%;
  overflow: hidden;
}
.the_belt {
  position: relative;

  margin: 0px 0px;
  background-size: cover;
  display: block;
  /*	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap: nowrap;*/
  border-bottom: 1px solid #ccc;
}
.search-filter-scroll-loading {
  text-align: center;
  position: relative;
  width: 30px !important;
  margin: 0px auto !important;
}
.public_logo img {
  max-width: 190px !important;
}
input#searchbox {
  border-radius: 6px !important;
  width: 100% !important;
  background-image: url(images/s.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 92% center;
  background-color: #eae8e4 !important;
}
input#searchbox:hover {
  background-image: url(images/s_stroke.png);
}
input#searchboxqa {
  border-radius: 10px !important;
  width: 100% !important;
  background-image: url(images/s.png);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: #eae8e4 !important;
}
input#searchboxqa:hover {
  background-image: url(images/s_stroke.png);
}
.hidden_submit {
  position: absolute;
  top: 10px;
  right: 0;
  height: 50px;
  width: 50px;
  opacity: 0;
}
.sign_up {
  font-weight: 600;
  padding-top: 30px;
}
.sign_up input#sign_up {
  border-radius: 6px !important;
  width: 70% !important;
  padding: 10px !important;
  margin-top: 15px;
}
.sign_up input#send_button {
  position: relative;
  padding: 10px 15px !important;
  background-color: transparent !important;
  width: 25%;
  border-radius: 6px !important;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
  position: relative;
  border-radius: 6px !important;
  padding: 10px 15px !important;
  background-color: #000;
  color: #fff;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0px !important;
  padding: 0px !important;
  border: none !important;
  color: red !important;
  margin-top: -50px !important;
}

.pop_sign_up .wpcf7-form-control.has-spinner.wpcf7-submit {
  background-image: url(images/send_button_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  border: none !important;
  position: relative;
  margin-left: 20px;
  padding: 30px 40px !important;
  background-color: transparent !important;
  color: white;
}

.pop_sign_up input:not([type="radio"]):not([type="checkbox"]) {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 15px !important;
  border: 1px solid #fff;
  background-color: rgba(54, 54, 54, 1);
  color: #fff;
}

.footer_area {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #eae8e4;
  -webkit-box-shadow: none;
}
.footer_links a {
  display: block;
  text-decoration: none;
  padding: 10px 5px 0px 5px;
  font-weight: 500;
}
.footer_links a:hover {
  color: red;
}
.next_auctions {
  background-color: #1e1e1e;
  color: #fff;
}
.next_auctions h4 {
  color: #fff;
}
a.show_more {
  display: inline-block;
  width: 133px;
  height: 46px;
  background-image: url(images/show_more.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
a.show_more:hover {
  background-image: url(images/show_more_hover.png);
}
.next_auctions a {
  color: #fff;
  text-decoration: none;
}
.next_auctions a:hover {
  color: red;
}
.bread a {
  font-weight: 500;
  text-decoration: none;
}
.bread a:hover {
  color: red;
}
a.button {
  color: #fff;
  font-size: clamp(15px, 1.5vw, 20px);
  background-color: red;
  font-family: "PT Sans Narrow", serif;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 6px 0px;
  padding: 10px 15px;
  text-align: center;
  line-height: 1 !important;
  text-decoration: none;
  border-radius: 6px;
}

a.button:hover {
}

input.button {
  color: #000;
  font-size: 15px;
  background: none;
  position: relative;
  display: inline-block;
  margin: 6px 0px;
  padding: 20px 35px;
  text-align: center;
  line-height: 1 !important;
  background-image: url(images/button_circle.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-decoration: none;
  border: none;
}

input.button:hover {
  filter: invert(23%) sepia(100%) saturate(1806%) hue-rotate(350deg)
    brightness(89%) contrast(80%);
}

.banner_image {
  position: relative;
}
.next_auctions.home_area {
  position: absolute;
  top: 50%;
  width: 70%;
  background-color: #1e1e1e;
  color: #fff;
}
.next_auctions.home_area h4 {
  color: #fff;
  font-size: 40px;
}
.swosh {
  background-image: url(images/home/swosh.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  padding: 20px 30px;
  white-space: nowrap;
}
.swosh_black {
  background-image: url(images/home/swosh_black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  padding: 20px 30px;
  font-weight: 500;
}
.swosh_black:hover {
  color: red;
  text-decoration: none;
}
.about_area {
  background-color: #1e1e1e;
  color: #fff;
}
.about_area a {
  text-decoration: underline;
  color: #fff;
}
.about_area a:hover {
  color: red;
}
.about_area h3 {
  font-size: 22px;
}
.home_contact a {
  text-decoration: none;
}
.home_contact a:hover {
  color: red;
}

/* filters */

a.view_type.lay_1 {
  background-image: url(images/lay_1.png);
}
a.view_type.lay_2 {
  background-image: url(images/lay_2.png);
}

a.view_type {
  display: inline-block;
  position: absolute;
  right: 110px;
  top: 35px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px 20px;
  padding: 13px 20px 13px 40px;
  font-size: 16px;
  border: 1px solid #222;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.ar_icon_a_holder {
  display: inline-block;
  position: absolute;
  right: 268px;
  top: 35px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px 20px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #222;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
}
.ar_icon_a_holder_2 {
  display: inline-block;
  position: absolute;
  right: 218px;
  top: 35px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px 20px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #222;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.filters .searchandfilter ul {
  padding: 0px 0px;
}
.filters .searchandfilter ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 10px;
  margin: 0;
  position: relative;
  z-index: 200;
  cursor: pointer;
}
.filters .searchandfilter ul li.sf-field-sort_order {
  position: absolute;
  right: 0;
  top: 35px;
  background-image: url(images/sort_icon.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 5px 20px 0px 40px;
  border: 1px solid #222;
  border-radius: 5px;
}
.filters .searchandfilter ul li.sf-field-post-meta-author ul,
.filters .searchandfilter ul li.sf-field-taxonomy-technique ul,
.filters .searchandfilter ul li.sf-field-taxonomy-product_cat ul,
.filters .searchandfilter ul li.sf-field-sort_order ul,
.filters .searchandfilter ul li .sf-meta-range.sf-meta-range-number,
.filters .searchandfilter ul li .sf-meta-range.sf-meta-range-slider,
.filters .searchandfilter ul li.sf-field-post-meta-size ul,
.filters .searchandfilter ul li.sf-field-post-meta-orientation ul {
  display: none;
  position: absolute;
  background-color: #eae8e4;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.filters .searchandfilter ul li.sf-field-post-meta-author.plus ul,
.filters .searchandfilter ul li.sf-field-taxonomy-technique.plus ul,
.filters .searchandfilter ul li.sf-field-taxonomy-product_cat.plus ul,
.filters .searchandfilter ul li.sf-field-sort_order.plus ul,
.filters
  .searchandfilter
  ul
  li.sf-field-post-meta-_regular_price.plus
  .sf-meta-range.sf-meta-range-number,
.filters
  .searchandfilter
  ul
  li.sf-field-post-meta-_regular_price.plus
  .sf-meta-range.sf-meta-range-slider,
.filters .searchandfilter ul li.sf-field-post-meta-size.plus ul,
.filters .searchandfilter ul li.sf-field-post-meta-orientation.plus ul,
.filters .searchandfilter ul li h4.plus + .sf-meta-range.sf-meta-range-number {
  display: block;
}

.filters .searchandfilter ul li.sf-field-post-meta-author h4:before,
.filters .searchandfilter ul li.sf-field-taxonomy-technique h4:before,
.filters .searchandfilter ul li.sf-field-taxonomy-product_cat h4:before,
.filters .searchandfilter ul li.sf-field-post-meta-_regular_price h4:before,
.filters .searchandfilter ul li.sf-field-post-meta-size h4:before,
.filters .searchandfilter ul li.sf-field-post-meta-orientation h4:before {
  content: "+ ";
  display: inline-block;
  width: 15px;
}
.filters .searchandfilter ul li.sf-field-post-meta-author.plus h4:before,
.filters .searchandfilter ul li.sf-field-taxonomy-technique.plus h4:before,
.filters .searchandfilter ul li.sf-field-taxonomy-product_cat.plus h4:before,
.filters
  .searchandfilter
  ul
  li.sf-field-post-meta-_regular_price.plus
  h4:before,
.filters .searchandfilter ul li.sf-field-post-meta-size.plus h4:before,
.filters .searchandfilter ul li.sf-field-post-meta-orientation.plus h4:before {
  content: "- ";
  display: inline-block;
  width: 15px;
}

.filters .searchandfilter ul li.sf-field-post-meta-author ul {
  width: 880px;
  padding: 10px 0px 10px 10px;
}
.filters .searchandfilter ul li.sf-field-taxonomy-technique ul {
  width: 320px;
  padding: 10px 0px 10px 10px;
}
.filters .searchandfilter ul li.sf-field-taxonomy-product_cat ul {
  width: 320px;
  padding: 10px 0px 10px 10px;
}
.filters .searchandfilter ul li.sf-field-sort_order ul {
  width: 250px;
  padding: 10px 0px 10px 10px;
  margin-left: -158px;
  margin-top: 2px;
}
.filters .searchandfilter ul li.sf-field-post-meta-size ul {
  width: 160px;
  padding: 10px 0px 10px 10px;
}
.filters .searchandfilter ul li.sf-field-post-meta-orientation ul {
  width: 160px;
  padding: 10px 0px 10px 10px;
}
.filters .searchandfilter ul li .sf-meta-range.sf-meta-range-number,
.filters .searchandfilter ul li .sf-meta-range.sf-meta-range-slider {
  width: 200px;
  padding: 10px 0px 10px 10px;
}

.filters .searchandfilter ul li.sf-field-post-meta-author ul li,
.filters .searchandfilter ul li.sf-field-taxonomy-technique ul li,
.filters .searchandfilter ul li.sf-field-taxonomy-product_cat ul li,
.filters .searchandfilter ul li.sf-field-sort_order ul li,
.filters .searchandfilter ul li.sf-field-post-meta-size ul li,
.filters .searchandfilter ul li.sf-field-post-meta-orientation ul li {
  padding: 2px;
}
.filters .searchandfilter ul li.sf-field-post-meta-author ul li label,
.filters .searchandfilter ul li.sf-field-taxonomy-technique ul li label,
.filters .searchandfilter ul li.sf-field-taxonomy-product_cat ul li label,
.filters .searchandfilter ul li.sf-field-sort_order ul li label {
  padding: 0px 10px 0px 5px;
  width: 190px;
}

.filters .searchandfilter ul li ul li label.sf-label-checkbox,
.filters .searchandfilter ul li ul li label.sf-label-radio {
  padding: 0px 0px 0px 35px;
  z-index: 200;
  transform: translateX(-25px);
  /*	background-color: red;*/
  white-space: nowrap;
}

/* Chrome, Safari, Edge, Opera */
.filters input::-webkit-outer-spin-button,
.filters input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

/* Firefox */
.filters input[type="number"] {
  -moz-appearance: textfield !important;
}
.filters .sf-field-submit input,
.filters .sf-field-reset input {
  border: none !important;
  background-image: url(images/send_button.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 20px 30px !important;
}

.product_image_holder {
  width: 100%;
  height: auto;
  background-color: transparent;
  display: flex;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.product_image_holder img,
.product_image_holder_home img,
.product_image_holder_small img {
  max-width: 100% !important;
  max-height: 100% !important;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:not([type="radio"]):not([type="checkbox"]) {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #000;
  background-color: #eae8e4;
  color: #000;
}
.no_li .meta_value {
  line-height: 1.5;
  padding: 10px 0;
  border-bottom: 1px dotted #eae8e4;
}
.ask_div {
  position: relative;
  margin-top: 30px;
}
.ask {
}

/* woo */
.quantity,
.woocommerce-notices-wrapper {
  display: none !important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 15px 30px !important;
  font-weight: 400 !important;
  border-radius: 0px !important;
  left: auto;
  color: #fff !important;
  background-color: red !important;
  border-radius: 6px !important;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  max-width: 200px !important;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", serif;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 15px 30px !important;
  font-weight: 400 !important;
  border-radius: 0px !important;
  left: auto;
  color: #fff !important;
  background-color: red !important;
  border-radius: 6px !important;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  max-width: 200px !important;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "PT Sans Narrow", serif;
}
.woocommerce-cart .woocommerce a.button {
  color: #000 !important;
  background-color: transparent !important;
  border: 1px solid #ccc;
}

.woocommerce .add_to_cart_mobile a.button,
.ask_div a.button.ask {
  max-width: 100% !important;
}

.checkout-button.button.alt.wc-forward {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 15px 30px !important;
  font-weight: 400 !important;
  border-radius: 0px !important;
  left: auto;
  color: #fff !important;
  background-color: red !important;
  border-radius: 6px !important;
  border: 0;
  display: inline-block;
  background-image: none !important;
  box-shadow: none;
  text-shadow: none;
  max-width: 200px !important;
  text-decoration: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #eae8e4 !important;
  border-radius: 5px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-Input.woocommerce-Input--password.input-text {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  background: #eae8e4 !important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  background: #eae8e4 !important;
}
.select2-container--default .select2-selection--single {
  background-color: #eae8e4 !important;
  border: 1px solid #aaa;
  border-radius: 0px !important;
  height: 40px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #222 !important;
  line-height: 40px !important;
}
.select2-dropdown {
  background-color: #eae8e4 !important;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px !important;
  right: 1px;
  width: 20px;
}
.woocommerce-MyAccount-navigation {
  list-style: none;
  border: 1px solid #444;
  border-radius: 10px;
  margin-top: 40px !important;
  margin-bottom: 30px !important;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  background-image: url(images/bullet.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}
.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
  color: red;
}
.woocommerce-MyAccount-navigation ul li:hover {
  background-image: url(images/bullet_hover.svg);
}
.woocommerce-MyAccount-content {
  padding: 10px 50px;
}
.woocommerce-info {
  border-top-color: #eae8e4 !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #eae8e4 !important;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;

  margin-top: 10px !important;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  display: none !important;
}
.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info
  a.woocommerce-Button.button {
  padding: 20px 30px !important;
}
/* woo end */

.lazy.notloaded {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 1s ease, transform 0.5s ease;
}
.notloaded {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s ease, transform 0.5s ease;
}
.soc_login img {
  display: inline-block;
  margin: 4px;
}
#wpuf-login-form input[type="text"],
#wpuf-login-form input[type="password"] {
  width: 100% !important;
}

body .login_forms ul.wpuf-form li .wpuf-label {
  float: none !important;
  width: 100% !important;
  min-height: 1px;
  font-weight: normal !important;
}
body .login_forms ul.wpuf-form li.field-size-large .wpuf-fields {
  float: none !important;
  width: 100% !important;
  min-height: 1px;
  font-weight: normal !important;
}
body .login_forms ul.wpuf-form li {
  margin-left: 0;
  margin-bottom: 0px !important;
  padding: 0px !important;
}
body
  .login_forms
  ul.wpuf-form
  li.field-size-large
  .wpuf-fields
  input[type="text"],
body
  .login_forms
  ul.wpuf-form
  li.field-size-large
  .wpuf-fields
  input[type="email"],
body
  .login_forms
  ul.wpuf-form
  li.field-size-large
  .wpuf-fields
  input[type="password"] {
  background-color: #eae8e4 !important;
  border: 1px solid #222 !important;
}

body .login_forms ul.wpuf-form li .wpuf-fields {
  float: none !important;
  width: 100% !important;
}

body .login_forms .pass-strength-result {
  border-style: solid;
  border-width: 1px;
  float: left;
  margin: 0;
  padding: 3px 5px;
  text-align: center;
  width: 100% !important;
  display: none;
  background-color: #eee;
  border-color: #ddd !important;
  display: none !important;
}

body
  #form-preview-stage.wpuf-style
  ul.wpuf-form
  .wpuf-submit
  input[type="submit"],
body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type="submit"] {
  font-size: 16px;
  padding: 5px 15px;
  line-height: inherit;
  height: inherit;
  border: 1px solid #ccc;
  border-top-color: rgb(204, 204, 204);
  border-right-color: rgb(204, 204, 204);
  border-bottom-color: rgb(204, 204, 204);
  border-left-color: rgb(204, 204, 204);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #0085ba;
  border-color: #0073aa #006799 #006799;
  -webkit-box-shadow: 0 1px 0 #006799;
  box-shadow: 0 1px 0 #006799;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799,
    -1px 0 1px #006799;

  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  text-shadow: none !important;
  color: #222 !important;
  background-image: url(images/login.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  padding: 20px 40px !important;
  transform: translateY(-30px);
}
.login_forms ul.wpuf-form.form-label-left li:last-of-type {
  display: none !important;
}

input#wp-submit {
  border: none !important;
  background-image: url(images/login.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 20px 40px !important;
  font-size: 15px !important;
}
#wpuf-login-form a {
  display: none;
}
#wpuf-login-form {
  color: #eae8e4;
}
#wpuf-login-form form {
  color: #222;
}

.blogBox {
  display: none;
  opacity: 0;
  transition: all ease 1s;
}
.active .blogBox,
.my_favs .blogBox {
  display: block;
  opacity: 1;
  transition: all ease 1s;
}
.active .the_belt,
#loadMore.active {
  display: none !important;
}
.searchandfilter.search-filter-disabled + #overlay,
#overlay.shown {
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.dflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1% 10px;
}
.qa_col_left {
  position: relative;
}
.qa_left {
  padding: 30px;
  border: 1px solid rgba(166, 166, 166, 1);
  border-radius: 10px;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 150px;
}
.qa_left ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}
.hiterm {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
}
.loterm {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 0px;
}
.left_list_answer a {
  text-decoration: none;
}
.qa_right {
  padding: 10px 20px 20px 40px;
}
.qa_right ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
.qa_right ul li .hiterm {
  background-image: url(images/circle.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;

  font-size: 26px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
}
.qa_right .loterm_right {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  margin: 20px 0px;
}
.id_move_up {
  transform: translateY(-170px);
}
.artist_box {
  display: inline-block;

  width: 220px;
  height: 220px;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin: 0px;
  background-color: white;
}
.artist_box:nth-child(even) {
}
.artist_box:nth-child(odd) {
}
.artist_box_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-transform: uppercase;
}
img.thumbnailimage_author {
  display: inline-block;
  border-radius: 50%;
}
.see_all a {
  text-decoration: underline;
  text-transform: uppercase;
  padding: 0px 20px;
  font-weight: 500;
}
.raed_underline {
  background-image: url(images/red_line.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  display: inline-block;
  margin-bottom: 20px;
}
.raed_underline p {
  padding: 0px 30px;
}

img.home_framed {
  display: inline-block;
  width: 300px;
  height: auto;
}
.divider:after {
  content: "";
  position: absolute;
  top: 20px;
  left: -10px;
  height: 70%;
  width: 1px;
  background-color: #fff;
}
.box_with_line {
  padding-left: 40px;
}
.box_with_line:after {
  /*	content: '';
	position:absolute;
	top: 20px;
	left: 20px;
	height: 90%;
	width: 1px;
	background-color: #222;*/
}
.home_contact_about a,
.home_contact_contact a {
  text-decoration: none !important;
}
.home_contact_about a:hover,
.home_contact_contact a:hover {
  text-decoration: none;
  color: red;
}

.home_contact_contact .divider:after {
  content: "";
  position: absolute;
  top: 20px;
  left: -10px;
  height: 70%;
  width: 1px;
  background-color: #222;
}

.image_fit {
  position: relative;
  overflow: hidden;
}
.image_fit img {
  display: block;
  position: absolute;
  height: 100%;
  width: auto;
}
.submit_passp {
  display: inline-block;
  background-image: url(images/send_button.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding: 30px 40px 30px 40px !important;
  cursor: pointer;
}
.submit_passp:hover {
  filter: invert(20%) sepia(87%) saturate(2089%) hue-rotate(344deg)
    brightness(96%) contrast(91%);
}
.go_to_frames {
  display: inline-block;

  padding: 30px 50px !important;
  cursor: pointer;
}
.submit_passp input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  background-color: transparent !important;
  color: #222 !important;
  padding: 0px !important;
  cursor: pointer;
}
a.btn_raed_underline {
  color: #222;
  font-size: 16px;
  background-color: transparent !important;
  position: relative;
  display: inline-block !important;
  margin: 0px 20px;
  padding: 15px 0px;
  text-align: center;
  line-height: 1 !important;
  border: none !important;
  vertical-align: middle;
  background-image: url(images/red_line.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
a.btn_raed_underline:hover {
  color: red;
}
body .login_forms form.wpuf-form-add ul.wpuf-form .wpuf-el {
  display: block !important;
}
.author_pic {
  display: inline-block;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}
.framed {
  display: inline-block;
  border-style: solid;
  border-color: white;
  border-image-repeat: round;
  position: relative;
  margin: 5px;
  vertical-align: top;
}
.flex_nowrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.flex_nowrap .screens {
  display: inline-block;
}

.flex_events {
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
}
.event_photo {
  display: inline-block;
  padding: 5px;
}
.event_photo img {
  display: block;
  width: 100%;
}

.line20 {
  line-height: 2;
}
.line15 {
  line-height: 1.5;
}
.event_box {
  display: inline-block;
  width: 45%;
  position: relative;
  margin-right: 4%;
  min-height: 550px;
}
.rotated {
  position: absolute;
  top: 45%;
  left: -39%;
  width: 530px;
  height: 61px;
  font-size: 40px;
  font-weight: 700;
  line-height: 61px;
  letter-spacing: 0em;
  text-align: right;
  transform: rotate(-90deg);
  white-space: nowrap;
  text-align: right;
  text-transform: uppercase;
}
.event_box h2 {
  font-size: 22px;
  margin-bottom: 30px;
}
.event_lined {
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
}
.event_lined_1 {
  border-top: 1px solid #222;
}
.wrap_narrow {
  line-height: 2;
}
.next_auctions {
  line-height: 2;
}
.auction_box {
  cursor: pointer;
}
.mobile_site_header img {
  display: block;
  max-width: 300px;
  margin: 0px auto;
}
.the_size_belt {
  display: none;
}

input#front-acf {
  width: 97%;
  margin: 20px auto 40px auto;
  display: block;
  background-color: #000 !important;
  color: #fff !important;
  text-transform: uppercase;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-size: 120%;
  font-weight: 700;
  cursor: pointer;
}
.wc_payment_method.payment_method_ppec_paypal {
  display: none !important;
}
.product-remove {
  width: 10% !important;
}
.product-thumbnail {
  width: 10% !important;
}
.product-name {
  width: 65% !important;
}
.product-price {
  width: 15% !important;
}
.woocommerce-terms-and-conditions-wrapper {
  display: none !important;
}
.woocommerce-privacy-policy-text {
  display: none !important;
}
.woocommerce-form-register__submit {
  margin-top: 25px !important;
}
.woocommerce-form-login__submit {
  margin-top: 20px !important;
}
.mshow700 {
  display: none;
}
.single_video_button {
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 300;
  width: 80px;
}

.page_footer_images img {
  display: inline-block;
  height: 200px;
  width: auto;
}
.wars_det {
  padding: 5px 0px;
}

.variation-Note p {
  margin: 0px 0px;
  line-height: 1.5;
}
button.pum-close.popmake-close {
  display: none !important;
}
.slider {
  position: relative;
}
.slider:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.tag_lines_slider {
  position: relative;
  width: 100%;
  height: 40vh;
  text-align: center;
  padding: 20px;
  z-index: 9999;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.tag_lines_slider h1 {
  font-family: "Pacifico", cursive;
  color: #fff;
  text-transform: none;
  font-size: 60px;
}
.tag_lines_slider h4 {
  font-family: "PT Sans Narrow", serif;
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}

.item_title,
.item_author,
.item_size,
.item_price {
  font-family: "PT Sans Narrow", serif;
  font-size: 15px;
  padding: 2px 0px;
}
.item_title {
  font-weight: 700;
  text-align: left;
  white-space: normal;
}
.item_author {
  text-align: left;
}
.item_size {
  text-align: right;
  font-size: 12px;
}
.item_price {
  text-align: right;
  color: red;
  font-weight: 700;
}
.a_pic_box {
  margin: 0.5%;
  -webkit-box-shadow: inset 8px 8px 24px 0px rgba(66, 68, 90, 0.2);
  -moz-box-shadow: inset 8px 8px 24px 0px rgba(66, 68, 90, 0.2);
  box-shadow: inset 8px 8px 24px 0px rgba(66, 68, 90, 0.2);
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 24%;
}

.a_pic_box .a_pic_box_inner img {
  display: inline-block;
  -webkit-box-shadow: 6px 6px 6px -2px rgba(66, 68, 90, 0.4);
  -moz-box-shadow: 6px 6px 6px -2px rgba(66, 68, 90, 0.4);
  box-shadow: 6px 6px 6px -2px rgba(66, 68, 90, 0.4);
}

.a_pic_box_holder {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: center;
}
.shop_online_filters ul {
  padding-left: 0px !important;
}
.shop_online_filters ul li {
  display: inline-block !important;
  width: 20%;
  padding: 0px 5px 10px 5px !important;
}
.sf-meta-range.sf-meta-range-slider {
  width: 90%;
  position: relative;
  transform: translateX(5px);
}
.shop_online_filters h4 {
  display: none !important;
}
.searchandfilter label {
  display: block !important;
  margin: 0;
  padding: 0;
  width: 100%;
}
.searchandfilter select.sf-input-select {
  min-width: 10px !important;
}
.shop_online_filters ul li select {
  width: 100%;
}
.shop_online_filters input[type="submit"] {
  width: 100%;
}
.shop_online_filters .sf-field-submit input[type="submit"] {
  background-color: red;
  border: 1px solid red;
  color: #fff;
  text-transform: uppercase;
}
.see_all {
  font-family: "PT Sans Narrow", serif;
}
.single_image_card {
  text-align: left;
  padding: 10px 40px;
}
.pic_author {
  font-family: "PT Sans Narrow", serif;
  font-size: 20px;
}
.pic_right_column a.btn {
  width: 100%;
  vertical-align: middle;
  font-family: "PT Sans Narrow", serif;
  font-size: 17px;
  font-weight: 300;
  border-radius: 6px;
  text-decoration: none;
  text-align: left;
}
.pic_right_column a.btn span {
  vertical-align: middle;
}
.pic_right_column .simplefavorite-button {
  position: relative;
  width: 100%;
  height: 46px;
  background-image: url(images/heart.svg);
  background-size: 25px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  opacity: 1 !important;
  border: 1px solid #222;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 8px;
}
.pic_right_column .simplefavorite-button:after {
  content: "Add to Favorites";
  position: absolute;
  top: 15px;
  left: 50px;
  font-family: "PT Sans Narrow", serif;
  font-size: 17px;
  font-weight: 300;
}
.add_to_cart_mobile a {
  width: 100%;
  max-width: 100% !important;
}

.bottom_info {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  display: block !important;
  color: #fff;
  text-align: left;
  overflow: visible;
  background-color: rgb(94, 19, 19);
}
.floating_div {
  position: fixed;
  bottom: 80px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  display: block !important;
  color: #fff;
  text-align: left;
  height: 1px;
  overflow: visible;
}
.floating_div .the_floating_col {
  font-size: 16px;
}
.floating_div a.button {
  border-radius: 10px !important;
  width: 140px !important;
  display: block !important;
  margin: 0px auto !important;
}
.bread {
  line-height: 1.5;
  font-family: "PT Sans Narrow", serif;
  font-size: 17px;
}
.bread .current {
  color: red;
}
.bread a {
  white-space: nowrap;
}
#post_thumbnail {
  display: flex;
  justify-content: center;
}

/* ----------------------------------------------------------------------------  */
/* ----------------------------------------------------------------------------  */
/* ----------------------------------------------------------------------------  */
/* ----------------------------------------------------------------------------  */
/* ----------------------------------------------------------------------------  */
/* ----------------------------------------------------------------------------  */
/* ----------------------------------------------------------------------------  */
/* ----------------------------------------------------------------------------  */
/* ----------------------------------------------------------------------------  */
/* ----------------------------------------------------------------------------  */
/* ----------------------------------------------------------------------------  */

@media only screen and (max-width: 1400px) {
  .col-20.p10.mid.mcenter.public_logo {
    padding-left: 20px;
  }

  .col-20.p10.mid.mcenter.public_logo img {
    height: 40px;
    width: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .tag_lines_slider h1 {
    font-family: "Pacifico", cursive;
    color: #fff;
    text-transform: none;
    font-size: 40px;
  }

  /* filters */

  a.view_type.lay_1 {
    background-image: url(images/lay_1.png);
  }
  a.view_type.lay_2 {
    background-image: url(images/lay_2.png);
  }

  a.view_type {
    display: inline-block;
    position: absolute;
    right: 100px;
    top: 35px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px 20px;
    padding: 12px 20px 12px 40px;
    font-size: 1vw;
    border: 1px solid #222;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .filters .searchandfilter ul {
    padding: 0px 0px;
  }
  .filters .searchandfilter h4 {
    margin: 0;
    padding: 5px 0 10px;
    font-size: 1vw;
  }
  .filters .searchandfilter ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 0.7%;
    margin: 0;
    position: relative;
    z-index: 200;
    cursor: pointer;
  }
  .filters .searchandfilter ul li.sf-field-sort_order {
    position: absolute;
    right: 0;
    top: 35px;
    background-image: url(images/sort_icon.png);
    background-repeat: no-repeat;
    background-position: 10px center;

    border: 1px solid #222;
    border-radius: 5px;
  }
  .filters .searchandfilter ul li.sf-field-post-meta-author ul,
  .filters .searchandfilter ul li.sf-field-taxonomy-technique ul,
  .filters .searchandfilter ul li.sf-field-taxonomy-product_cat ul,
  .filters .searchandfilter ul li.sf-field-sort_order ul,
  .filters .searchandfilter ul li .sf-meta-range.sf-meta-range-number,
  .filters .searchandfilter ul li .sf-meta-range.sf-meta-range-slider,
  .filters .searchandfilter ul li.sf-field-post-meta-size ul,
  .filters .searchandfilter ul li.sf-field-post-meta-orientation ul {
    display: none;
    position: absolute;
    background-color: #eae8e4;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .filters .searchandfilter ul li.sf-field-post-meta-author.plus ul,
  .filters .searchandfilter ul li.sf-field-taxonomy-technique.plus ul,
  .filters .searchandfilter ul li.sf-field-taxonomy-product_cat.plus ul,
  .filters .searchandfilter ul li.sf-field-sort_order.plus ul,
  .filters
    .searchandfilter
    ul
    li.sf-field-post-meta-_regular_price.plus
    .sf-meta-range.sf-meta-range-number,
  .filters
    .searchandfilter
    ul
    li.sf-field-post-meta-_regular_price.plus
    .sf-meta-range.sf-meta-range-slider,
  .filters .searchandfilter ul li.sf-field-post-meta-size.plus ul,
  .filters .searchandfilter ul li.sf-field-post-meta-orientation.plus ul,
  .filters
    .searchandfilter
    ul
    li
    h4.plus
    + .sf-meta-range.sf-meta-range-number {
    display: block;
  }

  .filters .searchandfilter ul li.sf-field-post-meta-author h4:before,
  .filters .searchandfilter ul li.sf-field-taxonomy-technique h4:before,
  .filters .searchandfilter ul li.sf-field-taxonomy-product_cat h4:before,
  .filters .searchandfilter ul li.sf-field-post-meta-_regular_price h4:before,
  .filters .searchandfilter ul li.sf-field-post-meta-size h4:before,
  .filters .searchandfilter ul li.sf-field-post-meta-orientation h4:before {
    content: "+ ";
    display: inline-block;
    width: 15px;
  }
  .filters .searchandfilter ul li.sf-field-post-meta-author.plus h4:before,
  .filters .searchandfilter ul li.sf-field-taxonomy-technique.plus h4:before,
  .filters .searchandfilter ul li.sf-field-taxonomy-product_cat.plus h4:before,
  .filters
    .searchandfilter
    ul
    li.sf-field-post-meta-_regular_price.plus
    h4:before,
  .filters .searchandfilter ul li.sf-field-post-meta-size.plus h4:before,
  .filters
    .searchandfilter
    ul
    li.sf-field-post-meta-orientation.plus
    h4:before {
    content: "- ";
    display: inline-block;
    width: 15px;
  }

  .filters .searchandfilter ul li.sf-field-post-meta-author ul {
    width: 790px;
    padding: 10px 0px 10px 10px;
  }
  .filters .searchandfilter ul li.sf-field-taxonomy-technique ul {
    width: 320px;
    padding: 10px 0px 10px 10px;
  }
  .filters .searchandfilter ul li.sf-field-taxonomy-product_cat ul {
    width: 320px;
    padding: 10px 0px 10px 10px;
  }
  .filters .searchandfilter ul li.sf-field-sort_order ul {
    width: 250px;
    padding: 10px 0px 10px 10px;
    margin-left: -158px;
    margin-top: 2px;
  }
  .filters .searchandfilter ul li.sf-field-post-meta-size ul {
    width: 160px;
    padding: 10px 0px 10px 10px;
  }
  .filters .searchandfilter ul li.sf-field-post-meta-orientation ul {
    width: 160px;
    padding: 10px 0px 10px 10px;
  }
  .filters .searchandfilter ul li .sf-meta-range.sf-meta-range-number,
  .filters .searchandfilter ul li .sf-meta-range.sf-meta-range-slider {
    width: 200px;
    padding: 10px 0px 10px 10px;
  }

  .filters .searchandfilter ul li.sf-field-post-meta-author ul li,
  .filters .searchandfilter ul li.sf-field-taxonomy-technique ul li,
  .filters .searchandfilter ul li.sf-field-taxonomy-product_cat ul li,
  .filters .searchandfilter ul li.sf-field-sort_order ul li,
  .filters .searchandfilter ul li.sf-field-post-meta-size ul li,
  .filters .searchandfilter ul li.sf-field-post-meta-orientation ul li {
    padding: 2px;
  }
  .filters .searchandfilter ul li.sf-field-post-meta-author ul li label,
  .filters .searchandfilter ul li.sf-field-taxonomy-technique ul li label,
  .filters .searchandfilter ul li.sf-field-taxonomy-product_cat ul li label,
  .filters .searchandfilter ul li.sf-field-sort_order ul li label {
    padding: 0px 10px 0px 5px;
    width: 170px;
  }

  .filters .searchandfilter ul li ul li label.sf-label-checkbox,
  .filters .searchandfilter ul li ul li label.sf-label-radio {
    padding: 0px 0px 0px 35px;
    z-index: 200;
    transform: translateX(-25px);
    /*	background-color: red;*/
    white-space: nowrap;
    font-size: 1.05vw;
  }

  /* Chrome, Safari, Edge, Opera */
  .filters input::-webkit-outer-spin-button,
  .filters input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
  }

  /* Firefox */
  .filters input[type="number"] {
    -moz-appearance: textfield !important;
  }
  .filters .sf-field-submit input,
  .filters .sf-field-reset input {
    border: none !important;
    background-image: url(images/send_button.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    font-size: 1vw;
    padding: 20px 25px !important;
  }

  /* Filters end */

  .next_auctions.home_area {
    position: absolute;
    top: 50%;
    width: 90%;
    background-color: #1e1e1e;
    color: #fff;
  }

  .next_auctions.home_area h4 {
    color: #fff;
    font-size: 30px;
  }

  .rotated {
    position: absolute;
    top: 45%;
    left: -53%;
    width: 530px;
    height: 61px;
    font-size: 40px;
    font-weight: 700;
    line-height: 61px;
    letter-spacing: 0em;
    text-align: right;
    transform: rotate(-90deg);
    white-space: nowrap;
    text-align: right;
    text-transform: uppercase;
    display: none;
  }
  .col-15.p10.rela.event_lined.mhide,
  .event_line {
    display: none;
  }
  .col-85.p30.event_lined_1 {
    border-left: 1px solid #222;
  }

  .col-20.p10.mid.mcenter.public_logo {
    padding: 10px;
    padding-left: 10px;
  }
  .col-20.p10.mid.mcenter.public_logo img {
    height: 40px;
    width: auto;
  }

  .ar_icon_a_holder {
    display: inline-block;
    position: absolute;
    right: 199px;
    top: 35px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px 20px;
    padding: 6px;
    font-size: 16px;
    border: 1px solid #222;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .ar_icon_a_holder_2 {
    display: inline-block;
    position: absolute;
    right: 242px;
    top: 35px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px 20px;
    padding: 6px;
    font-size: 16px;
    border: 1px solid #222;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    display: none !important;
  }
}

@media only screen and (max-width: 1100px) {
  .heart {
    position: relative;
    z-index: 20;
    width: 20px;
    height: 20px;
    left: 2px;
    opacity: 1;
    transition: opacity ease 0.5s;
  }

  a_pic_box .heart {
    position: relative;
    z-index: 20;
    width: 20px;
    height: 20px;
    left: 0px;
    opacity: 1;
    transition: opacity ease 0.5s;
  }

  .frame {
    position: relative;
    top: -15px;
    right: -30px;
    z-index: 20;
    width: 20px;
    height: 20px;
    background-image: url(images/a_frame.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    transition: opacity ease 0.5s;
  }
  .the_size {
    position: relative;
    bottom: auto;
    top: -15px;
    right: 0px;
    z-index: 20;
    background-color: rgba(255, 255, 255, 0.0001);
    font-size: 10px;
    font-weight: 500;
    padding: 5px 0px 5px 0px;
    opacity: 1 !important;
    text-align: left;
  }

  .wall_layout_belt .heart,
  .wall_layout_belt .frame,
  .wall_layout_belt .the_size {
    display: none !important;
  }

  .belt_image .the_size {
    display: none !important;
  }
  .the_belt .image_wrap .the_size {
    display: none !important;
  }

  .the_size_belt {
    display: block;
    font-size: 10px;
    text-align: left;
    margin-top: -5px;
    position: relative;
  }
  .wall_layout .heart,
  .wall_layout .frame,
  .wall_layout .the_size {
    display: none !important;
  }

  .gallery_offers_page .heart,
  .gallery_offers_page .frame,
  .gallery_offers_page .the_size {
    /*	display: none !important;*/
  }

  .col-15.mid.mright.search_holder {
    display: none;
  }

  .navi_public li a {
    font-size: 12px;
  }
  .the_belt {
    white-space: nowrap;
    overflow: auto;
  }
}

@media all and (min-width: 700px) {
  .row_ipad {
    display: table;
    table-layout: fixed;
    width: 100%;
    clear: both;
  }
  [class*="col_ipad-"] {
    display: table-cell;
    vertical-align: top;
    position: relative;
  }

  .col_ipad-2-3 {
    width: 66.66666666%;
  }
  .col_ipad-1-2 {
    width: 50%;
  }
  .col_ipad-1-3 {
    width: 33.333333333333%;
  }
  .col_ipad-1-5 {
    width: 20%;
  }
  .col_ipad-1-4 {
    width: 25%;
  }
  .col_ipad-1-1 {
    width: 100%;
  }
  .col_ipad-1-8 {
    width: 12.5%;
  }
  .col_ipad-05 {
    width: 0.5%;
  }
  .col_ipad-1 {
    width: 1%;
  }
  .col_ipad-2 {
    width: 2%;
  }
  .col_ipad-5 {
    width: 5%;
  }
  .col_ipad-8 {
    width: 8%;
  }
  .col_ipad-10 {
    width: 10%;
  }
  .col_ipad-15 {
    width: 15%;
  }
  .col_ipad-20 {
    width: 20%;
  }
  .col_ipad-28 {
    width: 28%;
  }
  .col_ipad-25 {
    width: 25%;
  }
  .col_ipad-33 {
    width: 33.33333333333333%;
  }
  .col_ipad-65 {
    width: 65%;
  }
  .col_ipad-35 {
    width: 35%;
  }
  .col_ipad-45 {
    width: 45%;
  }
  .col_ipad-55 {
    width: 55%;
  }
  .col_ipad-66 {
    width: 66.6666666666666666666%;
  }
  .col_ipad-30 {
    width: 30%;
  }
  .col_ipad-50 {
    width: 50%;
  }
  .col_ipad-40 {
    width: 40%;
  }
  .col_ipad-60 {
    width: 60%;
  }
  .col_ipad-70 {
    width: 70%;
  }
  .col_ipad-75 {
    width: 75%;
  }
  .col_ipad-80 {
    width: 80%;
  }
  .col_ipad-90 {
    width: 90%;
  }
  .col_ipad-100 {
    width: 100%;
  }
}

@media only screen and (max-width: 782px) {
  .main_content {
    padding-top: 0px;
    background-color: #eae8e4;
    min-height: 67vh;
  }
  .page_title {
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    padding: 20px 0px;
  }
  .page_sub_title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    padding: 20px 20px;
  }
  .next_auctions.home_area {
    position: relative;
    top: 0;
    width: 100%;
    background-color: #1e1e1e;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
  }
  .next_auctions.home_area .right {
    text-align: center;
  }
  .next_auctions.home_area a {
    display: inline-block;
  }

  h1 {
    font-size: 135%;
  }
  h2 {
    font-size: 130%;
  }
  h3 {
    font-size: 125%;
  }
  h4 {
    font-size: 120%;
  }
  h5 {
    font-size: 115%;
  }
  h6 {
    font-size: 110%;
  }

  .product_image_holder {
    width: 100%;
    height: auto;
    background-color: transparent;
    display: flex;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 0px;
  }

  /* filters */

  .filters .searchandfilter h4 {
    margin: 0;
    padding: 2px 0px 2px 0px;
    font-size: 16px;
  }
  .filters .searchandfilter .sf-field-sort_order h4 {
    margin: 0;
    padding: 5px 0px 10px 0px;
    font-size: 16px;
  }

  .filters .searchandfilter ul {
    padding: 0px 0px;
  }
  .filters .searchandfilter ul li {
    list-style: none;
    display: block;
    padding: 0px 10px;
    margin: 0;
    position: relative;
    z-index: 200;
    cursor: pointer;
  }
  .filters .searchandfilter ul li ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 10px;
    margin: 0;
    position: relative;
    z-index: 200;
    cursor: pointer;
    width: 49%;
    font-size: 11px;
  }

  .filters .searchandfilter ul li.sf-field-sort_order ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 10px;
    margin: 0;
    position: relative;
    z-index: 200;
    cursor: pointer;
    width: 100%;
    font-size: 11px;
  }
  .filters .searchandfilter ul li.sf-field-sort_order ul li:last-child {
    padding-bottom: 20px;
  }

  .filters .searchandfilter ul li.sf-field-post-meta-size ul li,
  .filters .searchandfilter ul li.sf-field-post-meta-orientation ul li {
    width: 100%;
  }
  .filters .searchandfilter ul li.sf-field-post-meta-size ul,
  .filters .searchandfilter ul li.sf-field-post-meta-orientation ul {
    width: 100% !important;
  }

  .filters .searchandfilter ul li ul li label {
    width: 120px !important;
  }

  .sf-field-sort_order {
  }

  a.view_type {
    display: inline-block;
    position: relative;
    right: 0px;
    top: 35px;

    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px 20px;

    font-size: 16px;
    border: 1px solid #222;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    transform: translateY(-40px);
    margin-bottom: 10px;
  }
  .ar_icon_a_holder {
    display: inline-block;
    position: relative;
    right: 0px;
    top: -10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px 20px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #222;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .ar_icon_a_holder_2 {
    display: inline-block;
    position: relative;
    right: 0px;
    top: -10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px 20px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #222;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .filters .searchandfilter ul li.sf-field-sort_order {
    position: relative;
    right: 0;
    top: 10px;
    background-image: url(images/sort_icon.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 5px 30px 0px 50px;
    border: 1px solid #222;
    border-radius: 5px;
    margin-bottom: 30px;
  }
  .filters .searchandfilter ul li.sf-field-post-meta-author ul,
  .filters .searchandfilter ul li.sf-field-taxonomy-technique ul,
  .filters .searchandfilter ul li.sf-field-taxonomy-product_cat ul,
  .filters .searchandfilter ul li.sf-field-sort_order ul,
  .filters .searchandfilter ul li .sf-meta-range.sf-meta-range-number,
  .filters .searchandfilter ul li .sf-meta-range.sf-meta-range-slider,
  .filters .searchandfilter ul li.sf-field-post-meta-size ul,
  .filters .searchandfilter ul li.sf-field-post-meta-orientation ul {
    display: none;
    position: relative;
    background-color: transparent;
    border: none;
    border-radius: 5px;
  }

  .filters .searchandfilter ul li.sf-field-post-meta-author.plus ul,
  .filters .searchandfilter ul li.sf-field-taxonomy-technique.plus ul,
  .filters .searchandfilter ul li.sf-field-taxonomy-product_cat.plus ul,
  .filters .searchandfilter ul li.sf-field-sort_order.plus ul,
  .filters
    .searchandfilter
    ul
    li.sf-field-post-meta-_regular_price.plus
    .sf-meta-range.sf-meta-range-number,
  .filters
    .searchandfilter
    ul
    li.sf-field-post-meta-_regular_price.plus
    .sf-meta-range.sf-meta-range-slider,
  .filters .searchandfilter ul li.sf-field-post-meta-size.plus ul,
  .filters .searchandfilter ul li.sf-field-post-meta-orientation.plus ul,
  .filters
    .searchandfilter
    ul
    li
    h4.plus
    + .sf-meta-range.sf-meta-range-number {
    display: block;
  }

  .filters .searchandfilter ul li.sf-field-post-meta-author h4:before,
  .filters .searchandfilter ul li.sf-field-taxonomy-technique h4:before,
  .filters .searchandfilter ul li.sf-field-taxonomy-product_cat h4:before,
  .filters .searchandfilter ul li.sf-field-post-meta-_regular_price h4:before,
  .filters .searchandfilter ul li.sf-field-post-meta-size h4:before,
  .filters .searchandfilter ul li.sf-field-post-meta-orientation h4:before {
    content: "+ ";
    display: inline-block;
    width: 15px;
  }
  .filters .searchandfilter ul li.sf-field-post-meta-author.plus h4:before,
  .filters .searchandfilter ul li.sf-field-taxonomy-technique.plus h4:before,
  .filters .searchandfilter ul li.sf-field-taxonomy-product_cat.plus h4:before,
  .filters
    .searchandfilter
    ul
    li.sf-field-post-meta-_regular_price.plus
    h4:before,
  .filters .searchandfilter ul li.sf-field-post-meta-size.plus h4:before,
  .filters
    .searchandfilter
    ul
    li.sf-field-post-meta-orientation.plus
    h4:before {
    content: "- ";
    display: inline-block;
    width: 15px;
  }

  .filters .searchandfilter ul li.sf-field-post-meta-author ul {
    width: 100%;
    padding: 10px 0px 10px 10px;
  }
  .filters .searchandfilter ul li.sf-field-taxonomy-technique ul {
    width: 320px;
    padding: 10px 0px 10px 10px;
  }
  .filters .searchandfilter ul li.sf-field-taxonomy-product_cat ul {
    width: 320px;
    padding: 10px 0px 10px 10px;
  }
  .filters .searchandfilter ul li.sf-field-sort_order ul {
    width: 100%;
    padding: 10px 10px 10px 10px;
    margin-left: 0px;
    margin-top: 2px;
  }
  .filters .searchandfilter ul li.sf-field-post-meta-size ul {
    width: 160px;
    padding: 10px 0px 10px 10px;
  }
  .filters .searchandfilter ul li.sf-field-post-meta-orientation ul {
    width: 160px;
    padding: 10px 0px 10px 10px;
  }
  .filters .searchandfilter ul li .sf-meta-range.sf-meta-range-number,
  .filters .searchandfilter ul li .sf-meta-range.sf-meta-range-slider {
    width: 200px;
    padding: 10px 0px 10px 10px;
  }

  .filters .searchandfilter ul li.sf-field-post-meta-author ul li,
  .filters .searchandfilter ul li.sf-field-taxonomy-technique ul li,
  .filters .searchandfilter ul li.sf-field-taxonomy-product_cat ul li,
  .filters .searchandfilter ul li.sf-field-sort_order ul li,
  .filters .searchandfilter ul li.sf-field-post-meta-size ul li,
  .filters .searchandfilter ul li.sf-field-post-meta-orientation ul li {
    padding: 2px;
  }
  .filters .searchandfilter ul li.sf-field-post-meta-author ul li label,
  .filters .searchandfilter ul li.sf-field-taxonomy-technique ul li label,
  .filters .searchandfilter ul li.sf-field-taxonomy-product_cat ul li label,
  .filters .searchandfilter ul li.sf-field-sort_order ul li label {
    padding: 0px 10px 0px 5px;
    width: 190px;
  }

  .filters .searchandfilter ul li ul li label.sf-label-checkbox,
  .filters .searchandfilter ul li ul li label.sf-label-radio {
    padding: 0px 0px 0px 35px;
    z-index: 200;

    transform: translate(-30px, -3px);
    /*	background-color: red;*/
    white-space: nowrap;
    font-size: 12px;
  }

  .filters
    .searchandfilter
    ul
    li.sf-field-post-meta-author
    ul
    li
    label.sf-label-checkbox,
  .filters
    .searchandfilter
    ul
    li.sf-field-post-meta-author
    ul
    li
    label.sf-label-radio {
    padding: 0px 0px 0px 35px;
    z-index: 200;

    transform: translate(5px, -3px);
    /*	background-color: red;*/
    white-space: nowrap;
    font-size: 12px;
  }

  /* Chrome, Safari, Edge, Opera */
  .filters input::-webkit-outer-spin-button,
  .filters input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
  }

  /* Firefox */
  .filters input[type="number"] {
    -moz-appearance: textfield !important;
  }
  .filters .sf-field-submit input,
  .filters .sf-field-reset input {
    border: none !important;
    background-image: url(images/send_button.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 20px 40px !important;
    font-size: 12px;
  }
  /* filters */

  .event_box {
    display: block;
    width: 100%;
    position: relative;
    margin-right: 0%;
    min-height: 550px;
  }
  .rotated {
    display: none !important;
  }

  .mobile_site_header {
    background-color: #eae8e4;
  }
  .event_lined_1 {
    border-top: none;
  }
  .filters li.sf-field-submit,
  .filters li.sf-field-reset {
    display: inline-block !important;
    width: 45%;
  }

  .event_photo {
    display: block;
    padding: 5px;
    margin-bottom: 20px;
  }
  .event_photo img {
    display: block;
    width: 100%;
  }
  .event_photo + .right {
    text-align: left;
    padding-bottom: 20px;
  }
  .center.flex_nowrap {
    display: block;
  }

  .product-remove {
    width: 100% !important;
    display: block !important;
  }
  .product-thumbnail {
    width: 100% !important;
    display: block !important;
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td.product-thumbnail {
    display: block;
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td.product-thumbnail:before {
    display: none !important;
  }
  .product-name {
    width: 100% !important;
    display: block !important;
  }
  .product-price {
    width: 100% !important;
    display: block !important;
  }
  .search_holder {
    display: none;
  }

  .user_right {
    position: relative;
  }
  .col-25.mid.user_right {
    border-top: 1px solid #222;
  }

  .header_area {
    position: relative;
    z-index: 900;
    background-color: #eae8e4;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
    position: relative !important;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  li.en_pl {
    color: white;
    padding: 30px 20px;
    list-style: none;
    text-align: right;
  }
  li.en_pl a {
    color: #fff;
    padding: 2px 10px;
  }
  .hide_on_mobile {
    display: none !important;
  }
  .mshow700 {
    display: block;
  }

  .dflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1% 11%;
  }

  .the_belt {
    white-space: nowrap;
    overflow: auto;
  }

  .box_with_line {
    padding-left: 10px;
  }
  .pop_sign_up input[type="email"] {
    width: 100% !important;
  }

  .pop_sign_up input:not([type="radio"]):not([type="checkbox"]) {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;

    padding: 15px !important;
    border: 1px solid #fff;
    background-color: rgba(54, 54, 54, 1);
    color: #fff;
    border-radius: 10px !important;
  }
  .pop_sign_up .wpcf7-form-control.has-spinner.wpcf7-submit {
    background-image: url(images/send_button_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border: none !important;
    position: relative;
    margin-left: -120px !important;
    padding: 10px 40px !important;
    background-color: transparent !important;
    color: white;
  }
  .image_fit img {
    display: block;
    position: relative;
    height: 100%;
    width: auto;
  }

  .tag_lines_slider {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px;
    z-index: 9999;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
  }
  .tag_lines_slider h1 {
    font-family: "Pacifico", cursive;
    color: #fff;
    text-transform: none;
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .tag_lines_slider h4 {
    font-family: "PT Sans Narrow", serif;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .slider::after {
    display: none;
  }

  .a_pic_box {
    margin: 0.4%;
    -webkit-box-shadow: inset 8px 8px 24px 0px rgba(66, 68, 90, 0.2);
    -moz-box-shadow: inset 8px 8px 24px 0px rgba(66, 68, 90, 0.2);
    box-shadow: inset 8px 8px 24px 0px rgba(66, 68, 90, 0.2);
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 49%;
    margin-bottom: 15px;
  }

  .shop_online_filters ul li {
    display: inline-block !important;
    width: 50%;
    padding: 0px 5px 10px 5px !important;
  }
  .shop_online_filters ul li.sf-field-post-meta-_regular_price,
  .shop_online_filters ul li.sf-field-submit {
    display: inline-block !important;
    width: 100%;
    padding: 0px 5px 10px 5px !important;
  }
  .searchandfilter .meta-slider {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 15px;
    max-width: 400px !important;
  }

  .sf-meta-range.sf-meta-range-slider {
    width: 94%;
    position: relative;
    transform: translateX(5px);
  }

  .see_all {
    text-align: center !important;
  }
  .no_li {
    padding: 0px 30px;
  }
  .tawk_holder {
    transform: translate(20px, 20px) !important;
  }
  .ht-ctc.ht-ctc-chat.ctc-analytics.ctc_wp_mobile.style-2.ht_ctc_animation.no-animations {
    bottom: 25px !important;
    left: 25px !important;
  }
  .checkout-button.button.alt.wc-forward,
  a.checkout-button.button {
    width: 100% !important;
    max-width: 100% !important;
    margin: 5px 0px !important;
  }
  .woocommerce-cart table.cart img {
    width: 150px !important;
  }
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    max-width: 100% !important;
  }
  .ht-ctc.ht-ctc-chat.ctc-analytics.ctc_wp_mobile.ht_ctc_animation {
    bottom: 30px !important;
  }
}

@media all and (max-width: 1000px) {
  .pic_right_column .simplefavorite-button:after {
    content: "Favorites";
    position: absolute;
    top: 12px;
    left: 45px;
    font-family: "PT Sans Narrow", serif;
    font-size: 17px;
    font-weight: 300;
  }
}
