body.catalog-category-view .page-main,
body.catalogsearch-result-index .page-main {
  padding: 0;
}
body.catalog-category-view .page-main .column.main,
body.catalogsearch-result-index .page-main .column.main {
  width: calc(100% - 300px);
  padding: 0 5px;
}
body.catalog-category-view .page-main .column.main .page-title-wrapper,
body.catalogsearch-result-index .page-main .column.main .page-title-wrapper {
  margin: 0;
}
body.catalog-category-view .page-main .column.main .page-title-wrapper .page-title,
body.catalogsearch-result-index .page-main .column.main .page-title-wrapper .page-title {
  margin: 0;
}
body.catalog-category-view .page-main .column.main .page-title-wrapper .page-title span,
body.catalogsearch-result-index .page-main .column.main .page-title-wrapper .page-title span {
  display: block;
  font-size: 30px;
  font-weight: 500;
  font-family: sofia-pro, sans-serif;
  color: #000;
}
body.catalog-category-view .page-main .column.main .catalog-topnav.amasty-catalog-topnav,
body.catalogsearch-result-index .page-main .column.main .catalog-topnav.amasty-catalog-topnav {
  margin: 0;
}
body.catalog-category-view .page-main .column.main .category-description,
body.catalogsearch-result-index .page-main .column.main .category-description,
body.catalog-category-view .page-main .column.main .category-short-description,
body.catalogsearch-result-index .page-main .column.main .category-short-description {
  font-size: 17px;
  margin: 20px 0;
  color: #030303;
  line-height: 24px;
}
@media only screen and (max-width: 991px) {
  body.catalog-category-view .page-main .column.main .category-description,
  body.catalogsearch-result-index .page-main .column.main .category-description,
  body.catalog-category-view .page-main .column.main .category-short-description,
  body.catalogsearch-result-index .page-main .column.main .category-short-description {
    font-size: 16px;
    color: #4d4d4d;
  }
}
body.catalog-category-view .page-main .column.main .apptrian-subcategories-heading,
body.catalogsearch-result-index .page-main .column.main .apptrian-subcategories-heading {
  display: none;
}
body.catalog-category-view .page-main .products-grid .product-items .product-item .product-item-info,
body.catalogsearch-result-index .page-main .products-grid .product-items .product-item .product-item-info {
  width: 100%;
  position: static;
  min-height: 528px;
}
body.catalog-category-view .page-main .products-grid .product-items .product-item .product-item-info .inner,
body.catalogsearch-result-index .page-main .products-grid .product-items .product-item .product-item-info .inner {
  display: none;
}
body.catalog-category-view .page-main .products-grid .product-items .product-item .product-item-info .product-item-inner,
body.catalogsearch-result-index .page-main .products-grid .product-items .product-item .product-item-info .product-item-inner {
  position: static;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
}
body.catalog-category-view .page-main .products-grid .product-items .product-item .product-item-info .product-item-inner:before,
body.catalogsearch-result-index .page-main .products-grid .product-items .product-item .product-item-info .product-item-inner:before {
  display: none;
}
body.catalog-category-view .page-main .sidebar-main,
body.catalogsearch-result-index .page-main .sidebar-main {
  padding: 0 15px;
  width: 300px;
}
body.catalog-category-view .page-main .sidebar-main > *,
body.catalogsearch-result-index .page-main .sidebar-main > * {
  margin-bottom: 16px;
}
body.catalog-category-view .page-main .sidebar-main .filter,
body.catalogsearch-result-index .page-main .sidebar-main .filter {
  background: #fff;
  box-shadow: 0 0 8px 0px #dadada;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-actions,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-actions {
  margin: 0;
  padding: 12px 10px 0 10px;
  float: right;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-actions .filter-clear,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-actions .filter-clear {
  color: #21adc8;
  padding-right: 27px;
  position: relative;
  font-size: 14px;
  display: block;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-actions .filter-clear span,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-actions .filter-clear span {
  font-size: 14px;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-actions .filter-clear:after,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-actions .filter-clear:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('../images/cancel.png') no-repeat center;
  background-size: contain;
  position: absolute;
  top: 4px;
  right: 0;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-current .item,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-current .item {
  margin: 5px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 992px) {
  body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-current .items,
  body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-current .items {
    padding: 0;
  }
  body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-current .action.remove,
  body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-current .action.remove {
    left: 0;
  }
  body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-current-subtitle,
  body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-current-subtitle {
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-subtitle,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-subtitle {
  display: none;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options {
  overflow: auto;
  padding: 0 20px;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  position: relative;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-title,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-title {
  padding: 0;
  text-transform: unset;
  font-weight: normal;
  font-size: 16px;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-title:after,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-title:after {
  top: 3px;
  color: #919191;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .am-show-more,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .am-show-more {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 43px;
  font-size: 0;
  background: #fff;
  z-index: 100;
  margin: 0;
  border: 0;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .am-show-more:after,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .am-show-more:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/ios-add.png) no-repeat center;
  top: 17px;
  right: 16px;
  position: absolute;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .am-show-more[data-is-hide=false]:after,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .am-show-more[data-is-hide=false]:after {
  background-image: url('../images/_ionicons_svg_ios-remove.png');
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price {
  background: transparent;
  padding: 0;
  display: none;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-title,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-title {
  display: none;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content {
  border: 0;
  padding-bottom: 0;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content .am-filter-items-attr_price,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content .am-filter-items-attr_price {
  text-align: right;
  max-width: 100%;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content .am-filter-items-attr_price .range,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content .am-filter-items-attr_price .range {
  margin: 0;
  font-size: 12px;
  text-align: center;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content .am-filter-items-attr_price .am-filter-price,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content .am-filter-items-attr_price .am-filter-price {
  font-size: 12px;
  width: 14%;
  border: none;
  text-align: right;
  background: transparent;
  padding: 4px 4px 4px 0;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content .am-filter-items-attr_price .am-filter-price:focus,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content .am-filter-items-attr_price .am-filter-price:focus {
  box-shadow: none;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content .am-filter-items-attr_price .am-filter-go,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content .am-filter-items-attr_price .am-filter-go {
  font-size: 12px;
  margin-top: 5px;
  padding: 5px;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content .items .amshopby-slider-container,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content .items .amshopby-slider-container {
  margin: 0;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content .items .amshopby-slider-container .amshopby-slider-display,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content .items .amshopby-slider-container .amshopby-slider-display {
  margin-bottom: 15px;
  font-size: 12px;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content .items .amshopby-slider-container .ui-slider-horizontal,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content .items .amshopby-slider-container .ui-slider-horizontal {
  height: 3px;
  background: #C3C3C3;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content .items .amshopby-slider-container .ui-slider-range,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content .items .amshopby-slider-container .ui-slider-range {
  height: 3px;
  background: #3D4356;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content .items .amshopby-slider-container .ui-slider-handle,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item.Price .filter-options-content .items .amshopby-slider-container .ui-slider-handle {
  width: 16px;
  height: 16px;
  margin-top: -6.5px;
  margin-left: -15px;
  border: 1px solid #AFAFAF;
  background: #fff;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content {
  padding: 10px 0;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content ul,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content ul,
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content ol,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content ol {
  max-height: 100% !important;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item {
  margin: 4px 0;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item > a,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item > a {
  padding-left: 0;
  position: relative;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item > a.am_shopby_link_selected,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item > a.am_shopby_link_selected {
  background: transparent;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item > a:hover,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item > a:hover {
  background: transparent;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item > a .label,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item > a .label {
  font-size: 14px;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item > a .count,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item > a .count {
  display: none;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item > input:checked ~ .checkbox-cs:after,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item > input:checked ~ .checkbox-cs:after {
  display: block;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item > .checkbox-cs,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item > .checkbox-cs {
  position: absolute;
  top: 4px;
  left: 0;
  height: 13px;
  width: 13px;
  background: #EFEFEF;
  z-index: 0;
  border-radius: 50%;
  display: none !important;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item > .checkbox-cs:after,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .items .item > .checkbox-cs:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 3px;
  width: 2px;
  height: 5px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .swatch-option.color,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .swatch-option.color {
  min-width: 32.5px;
  height: 32.5px;
  border-radius: 50%;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .swatch-option.color.selected,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .swatch-option.color.selected {
  outline: none;
  content: "";
  position: relative;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .swatch-option.color.selected:after,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options .filter-options-item .filter-options-content .swatch-option.color.selected:after {
  content: ' ';
  position: absolute;
  left: 12px;
  top: 7px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content #am-shopby-container,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content #am-shopby-container {
  padding: 12px 20px 0 20px;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content #am-shopby-container .item,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content #am-shopby-container .item {
  padding: 0;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content #am-shopby-container .item .amshopby-filter-name,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content #am-shopby-container .item .amshopby-filter-name {
  color: #888888;
  margin-right: 5px;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content #am-shopby-container .item .amshopby-filter-name:after,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content #am-shopby-container .item .amshopby-filter-name:after {
  content: ':';
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content #am-shopby-container .item .amshopby-filter-value,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content #am-shopby-container .item .amshopby-filter-value {
  display: inline-block;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content #am-shopby-container .amshopby-remove,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content #am-shopby-container .amshopby-remove {
  order: 3;
}
body.catalog-category-view .page-main .sidebar-main .filter .filter-content #am-shopby-container .amshopby-remove:after,
body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content #am-shopby-container .amshopby-remove:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 14px;
  color: #d11515;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  margin-left: 8px;
}
body.catalog-category-view .page-main .sidebar,
body.catalogsearch-result-index .page-main .sidebar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px;
  width: 300px;
}
body.catalog-category-view .page-main .sidebar > *,
body.catalogsearch-result-index .page-main .sidebar > * {
  margin-bottom: 16px;
}
body.catalog-category-view .page-main .sidebar .subcategory.main-content,
body.catalogsearch-result-index .page-main .sidebar .subcategory.main-content {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 8px 0px #dadada;
  order: 0;
}
body.catalog-category-view .page-main .sidebar .subcategory.main-content h4,
body.catalogsearch-result-index .page-main .sidebar .subcategory.main-content h4 {
  font-size: 18px;
  margin: 0 0 8px 0 !important;
}
body.catalog-category-view .page-main .sidebar .subcategory.main-content ul,
body.catalogsearch-result-index .page-main .sidebar .subcategory.main-content ul {
  padding: 0;
  margin: 0;
}
body.catalog-category-view .page-main .sidebar .subcategory.main-content ul a,
body.catalogsearch-result-index .page-main .sidebar .subcategory.main-content ul a {
  padding-top: 12px;
  display: block;
  color: #131313;
  font-size: 15px;
}
body.catalog-category-view .page-main .sidebar .subcategory.main-content ul a .product-count,
body.catalogsearch-result-index .page-main .sidebar .subcategory.main-content ul a .product-count {
  color: #828282;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  body.catalog-category-view .page-main .sidebar .subcategory.main-content,
  body.catalogsearch-result-index .page-main .sidebar .subcategory.main-content {
    display: none;
  }
}
body.catalog-category-view .page-main .sidebar .purchase-content,
body.catalogsearch-result-index .page-main .sidebar .purchase-content {
  order: 1;
  background: #21adc8;
  color: #fff;
  padding: 15px 30px;
}
body.catalog-category-view .page-main .sidebar .purchase-content h3.title,
body.catalogsearch-result-index .page-main .sidebar .purchase-content h3.title {
  font-size: 27px;
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  margin: 0 0 10px 0;
}
body.catalog-category-view .page-main .sidebar .purchase-content .description,
body.catalogsearch-result-index .page-main .sidebar .purchase-content .description {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 23px;
}
body.catalog-category-view .page-main .sidebar .purchase-content .btn.btn-primary,
body.catalogsearch-result-index .page-main .sidebar .purchase-content .btn.btn-primary {
  background: #d2232a;
  font-size: 16px;
  line-height: 18px;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  padding: 16px 26px;
  height: auto;
  border-radius: 10px;
}
body.catalog-category-view .page-main .sidebar .purchase-content .btn.btn-primary:hover,
body.catalogsearch-result-index .page-main .sidebar .purchase-content .btn.btn-primary:hover {
  box-shadow: 0 0 3px #F6F6F6;
}
@media only screen and (max-width: 991px) {
  body.catalog-category-view .page-main .sidebar .purchase-content,
  body.catalogsearch-result-index .page-main .sidebar .purchase-content {
    display: none;
  }
}
body.catalog-category-view .page-main .sidebar .usp-wrapper-sidebar,
body.catalogsearch-result-index .page-main .sidebar .usp-wrapper-sidebar {
  order: 3;
}
body.catalog-category-view .page-main .sidebar #layered-filter-block,
body.catalogsearch-result-index .page-main .sidebar #layered-filter-block {
  order: 2;
}
body.catalog-category-view .products.wrapper,
body.catalogsearch-result-index .products.wrapper {
  margin-bottom: 10px;
}
body.catalog-category-view .products.wrapper ~ .toolbar-products,
body.catalogsearch-result-index .products.wrapper ~ .toolbar-products {
  margin-bottom: 20px;
}
body.catalog-category-view .products.wrapper ~ .toolbar-products .pages,
body.catalogsearch-result-index .products.wrapper ~ .toolbar-products .pages {
  float: none;
}
body.catalog-category-view .rating-summary .rating-result,
body.catalogsearch-result-index .rating-summary .rating-result {
  width: 169px;
  height: 28px;
}
body.catalog-category-view .rating-summary .rating-result:before,
body.catalogsearch-result-index .rating-summary .rating-result:before {
  background: url('../images/star-grey.png');
  background-size: 29px 28px;
  background-repeat: space;
  font-size: 0;
  height: 28px;
}
body.catalog-category-view .rating-summary .rating-result > span:before,
body.catalogsearch-result-index .rating-summary .rating-result > span:before {
  background: url('../images/star.png');
  background-repeat: space;
  background-size: 29px 28px;
  font-size: 0;
  height: 28px;
  color: #EFCE4A;
}
body.catalog-category-view .close-popup-fiter,
body.catalogsearch-result-index .close-popup-fiter {
  display: none;
}
body.catalog-category-view .block.filter.active .close-popup-fiter,
body.catalogsearch-result-index .block.filter.active .close-popup-fiter {
  border-bottom: 1px solid #ccc;
  height: 48px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  background: #f2f2f2;
  font-size: 0;
  display: block;
}
body.catalog-category-view .block.filter.active .close-popup-fiter span,
body.catalogsearch-result-index .block.filter.active .close-popup-fiter span {
  border: 0;
  color: transparent;
  left: auto;
  right: 3px;
  top: 10px;
  display: inline-block;
  text-decoration: none;
  line-height: 16px;
  padding: 7px 10px;
  position: absolute;
  text-align: center;
}
body.catalog-category-view .block.filter.active .close-popup-fiter span:after,
body.catalogsearch-result-index .block.filter.active .close-popup-fiter span:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #7d7d7d;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.catalog-category-view.page-layout-1column .page-main .column.main {
  width: 100%;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  outline: 1px solid #D11515;
}
.swatch-option.selected {
  outline-color: #D11515;
}
@media only screen and (max-width: 991px) {
  .toolbar-products {
    margin-bottom: -20px;
  }
}
.toolbar-products .toolbar-amount {
  line-height: 30px;
}
@media only screen and (max-width: 991px) {
  .toolbar-products .toolbar-amount {
    display: none;
  }
}
.toolbar-products .toolbar-sorter.sorter {
  position: relative;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .toolbar-products .toolbar-sorter.sorter {
    top: -26px;
  }
}
.toolbar-products .toolbar-sorter.sorter:before {
  content: "Sort by";
  float: left;
  line-height: 44px;
  margin-right: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .toolbar-products .toolbar-sorter.sorter:before {
    float: none;
    width: 94%;
    text-align: right;
    display: block;
    line-height: 26px;
  }
}
.toolbar-products .toolbar-sorter.sorter .sorter-label {
  display: none;
}
.toolbar-products .toolbar-sorter.sorter .sorter-options {
  min-width: 214px;
  height: 42px;
  margin: 0;
  background: transparent;
  border-radius: 0;
  padding-left: 45px;
  padding-right: 42px;
  border: 1px solid #D8D8D8;
  font-size: 10px;
  line-height: 34px;
  box-shadow: none;
  display: none;
}
.toolbar-products .toolbar-sorter.sorter .select-items div,
.toolbar-products .toolbar-sorter.sorter .select-selected {
  padding: 5px 45px;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
  min-width: 214px;
  text-align: left;
  font-size: 10px;
}
.toolbar-products .toolbar-sorter.sorter .select-selected {
  border-color: #7c7c7c;
  border-radius: 24px;
  padding: 10px 10px 10px 24px;
  font-size: 14px;
  min-width: 214px;
  background: #fff;
  float: left;
}
@media only screen and (max-width: 991px) {
  .toolbar-products .toolbar-sorter.sorter .select-selected {
    float: none;
  }
}
@media only screen and (max-width: 640px) {
  .toolbar-products .toolbar-sorter.sorter .select-selected {
    min-width: 190px;
  }
}
.toolbar-products .toolbar-sorter.sorter .select-selected:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 22px;
  color: #787878;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 8px 0 0;
  vertical-align: top;
  display: inline-block;
  font-weight: 100;
  overflow: hidden;
  speak: none;
  text-align: center;
  float: right;
}
.toolbar-products .toolbar-sorter.sorter .select-items div {
  height: 28px;
  line-height: 16px;
  border-color: #D8D8D8;
  border-width: 0 1px 0 1px;
}
.toolbar-products .toolbar-sorter.sorter .select-items div:last-child {
  border-bottom-width: 1px;
}
.toolbar-products .toolbar-sorter.sorter .select-items {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.toolbar-products .toolbar-sorter.sorter .select-items div:hover,
.toolbar-products .toolbar-sorter.sorter .same-as-selected {
  background-color: #EFEFEF;
}
.toolbar-products .toolbar-sorter.sorter .sorter-action {
  display: none;
}
.toolbar-products .field.limiter {
  display: none !important;
}
.rating-summary .rating-result {
  width: 100px;
}
.rating-summary .rating-result:before {
  background: url('../images/star-grey.png');
  background-size: 17px 16px;
  background-repeat: space;
  font-size: 0;
}
.rating-summary .rating-result > span:before {
  background: url('../images/star.png');
  background-repeat: space;
  background-size: 18px 16px;
  font-size: 0;
  color: #EFCE4A;
}
.review-control-vote:before {
  font-size: 0;
  width: 100px;
  height: 18px;
  background: url('../images/star-grey.png');
  background-repeat: space;
  background-size: 17px 16px;
}
.review-control-vote label:before {
  font-size: 0;
  height: 18px;
  display: inline-block;
  background: url('../images/star.png');
  background-repeat: space;
  background-size: 17px 16px;
}
.review-control-vote label.rating-1:before {
  width: 18px;
}
.review-control-vote label.rating-2:before {
  width: 37px;
}
.review-control-vote label.rating-3:before {
  width: 58px;
}
.review-control-vote label.rating-4:before {
  width: 79px;
}
.review-control-vote label.rating-5:before {
  width: 100px;
}
.amxnotif-block.notify-custom {
  display: none;
  width: 80%;
  max-width: 500px;
  height: 210px;
  padding: 50px 15px 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f2f2f2;
  border: 1px solid #bbb;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  z-index: 99;
  margin-bottom: 0;
}
.amxnotif-block.notify-custom .close {
  cursor: pointer;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.amxnotif-block.notify-custom .close:before {
  content: '\e616';
  font-size: 16px;
  font-family: 'luma-icons';
}
.amxnotif-block.notify-custom form {
  width: 80%;
  margin: 0 auto;
}
.amxnotif-block.notify-custom form label {
  font-size: 17px;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
.amxnotif-block.notify-custom .notification-container .input-fields {
  width: 70%;
  margin-bottom: 10px;
  margin-bottom: 0;
}
.amxnotif-block.notify-custom .notification-container .input-fields .amxnotif-guest-email {
  height: 42px;
}
.amxnotif-block.notify-custom .notification-container .actions-toolbar {
  margin: 0;
  min-width: auto;
}
.amxnotif-block.notify-custom .notification-container .actions-toolbar .action.submit {
  white-space: nowrap;
  padding: 15px 20px;
  height: 42px;
  margin: 0;
  border: none;
  line-height: 12px;
}
.amxnotif-block.notify-custom .notification-container .actions-toolbar .action.submit:focus,
.amxnotif-block.notify-custom .notification-container .actions-toolbar .action.submit:active {
  background: #D11515;
}
@media (min-width: 1300px) {
  body.catalog-category-view .page-main .products-grid .product-items .product-item,
  body.catalogsearch-result-index .page-main .products-grid .product-items .product-item {
    width: calc(25% - 23px);
    margin-bottom: 30px;
  }
  body.catalog-category-view .page-main .products-grid .product-items .product-item:nth-child(4n + 1),
  body.catalogsearch-result-index .page-main .products-grid .product-items .product-item:nth-child(4n + 1) {
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1699px) {
  body.catalog-category-view .page-main .products-grid .product-item .product-item-info .product-image,
  body.catalogsearch-result-index .page-main .products-grid .product-item .product-item-info .product-image,
  body.catalog-category-view .page-main .products-grid .product-item .product-item-info .product-item-details,
  body.catalogsearch-result-index .page-main .products-grid .product-item .product-item-info .product-item-details {
    padding: 0 25px;
    min-height: 200px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  body.catalog-category-view .page-main .products-grid .product-item .product-item-info .product-image,
  body.catalogsearch-result-index .page-main .products-grid .product-item .product-item-info .product-image,
  body.catalog-category-view .page-main .products-grid .product-item .product-item-info .product-item-details,
  body.catalogsearch-result-index .page-main .products-grid .product-item .product-item-info .product-item-details {
    padding: 0 22px;
  }
  body.catalog-category-view .page-main .products-grid .product-items .product-item,
  body.catalogsearch-result-index .page-main .products-grid .product-items .product-item {
    width: calc((100% - 75px) / 4);
    margin-left: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  body.catalog-category-view .page-main .sidebar .purchase-content,
  body.catalogsearch-result-index .page-main .sidebar .purchase-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1144px) {
  body.catalog-category-view .page-main .products-grid .product-item .product-item-info .product-image,
  body.catalogsearch-result-index .page-main .products-grid .product-item .product-item-info .product-image,
  body.catalog-category-view .page-main .products-grid .product-item .product-item-info .product-item-details,
  body.catalogsearch-result-index .page-main .products-grid .product-item .product-item-info .product-item-details {
    padding: 0 20px;
  }
  body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-options,
  body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-options {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  body.catalog-category-view .page-main .products-grid .product-items .product-item,
  body.catalogsearch-result-index .page-main .products-grid .product-items .product-item {
    margin-left: 25px;
    width: calc((100% - 50px) / 3);
  }
  body.catalog-category-view .page-main .products-grid .product-items .product-item:nth-child(3n + 1),
  body.catalogsearch-result-index .page-main .products-grid .product-items .product-item:nth-child(3n + 1) {
    margin-left: 0;
    clear: both;
  }
}
@media (max-width: 991px) {
  .amasty-catalog-topnav .filter-title {
    display: none;
  }
  body.catalog-category-view #amasty-shopby-product-list,
  body.catalogsearch-result-index #amasty-shopby-product-list {
    position: relative;
  }
  body.catalog-category-view .filter-title.custom-filter,
  body.catalogsearch-result-index .filter-title.custom-filter {
    display: block;
  }
  body.catalog-category-view .filter-title.custom-filter strong,
  body.catalogsearch-result-index .filter-title.custom-filter strong {
    background: url('../images/filters-list.svg') no-repeat 12px 12px #ffffff;
    padding: 10px 16px 14px 42px;
    border-radius: 24px;
    right: 240px;
    left: auto;
    border-color: #8f8f8f;
    cursor: pointer;
  }
  body.catalog-category-view .page-main .columns,
  body.catalogsearch-result-index .page-main .columns {
    padding: 0;
    display: flex;
  }
  body.catalog-category-view .page-main .column.main,
  body.catalogsearch-result-index .page-main .column.main {
    width: 100%;
    padding: 0 15px 20px;
  }
  body.catalog-category-view .page-main .sidebar-main,
  body.catalogsearch-result-index .page-main .sidebar-main {
    padding: 0;
    order: 0;
  }
  body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-actions,
  body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-actions {
    border: none;
    padding-right: 30px;
  }
  body.catalog-category-view .page-main .sidebar-additional,
  body.catalogsearch-result-index .page-main .sidebar-additional {
    padding: 0;
  }
  body.catalog-category-view .page-main .products-grid .product-item .product-item-info .product-image,
  body.catalogsearch-result-index .page-main .products-grid .product-item .product-item-info .product-image,
  body.catalog-category-view .page-main .products-grid .product-item .product-item-info .product-item-details,
  body.catalogsearch-result-index .page-main .products-grid .product-item .product-item-info .product-item-details {
    padding: 0 20px;
  }
  body.catalog-category-view .filter .filter-title,
  body.catalogsearch-result-index .filter .filter-title {
    display: none;
  }
  body.catalog-category-view .filter .filter-options,
  body.catalogsearch-result-index .filter .filter-options {
    display: none;
  }
  body.catalog-category-view .filter.active,
  body.catalogsearch-result-index .filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  body.catalog-category-view .filter.active .filter-title,
  body.catalogsearch-result-index .filter.active .filter-title {
    display: none;
  }
  body.catalog-category-view .filter.active .filter-options,
  body.catalogsearch-result-index .filter.active .filter-options {
    background: #F2F2F2 !important;
    bottom: 0;
    display: block;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 48px;
    z-index: 10;
  }
  body.catalog-category-view .filter .filter-current,
  body.catalogsearch-result-index .filter .filter-current {
    margin: 0;
    padding: 5px 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  body.catalog-category-view .filter .filter-current .action.remove,
  body.catalogsearch-result-index .filter .filter-current .action.remove {
    left: 0;
  }
  body.catalog-category-view .filter .filter-current .items,
  body.catalogsearch-result-index .filter .filter-current .items {
    padding: 5px 0;
  }
  body.catalog-category-view .filter .filter-current .item,
  body.catalogsearch-result-index .filter .filter-current .item {
    margin: 5px 0;
  }
  body.catalog-category-view .filter .filter-current-subtitle,
  body.catalogsearch-result-index .filter .filter-current-subtitle {
    padding: 0 0 12px 0;
  }
  body.catalog-category-view .filter .filter-current-subtitle:after,
  body.catalogsearch-result-index .filter .filter-current-subtitle:after,
  body.catalog-category-view .filter .filter-current-subtitle:before,
  body.catalogsearch-result-index .filter .filter-current-subtitle:before {
    display: none;
  }
  body.catalog-category-view.filter-active .page-wrapper,
  body.catalogsearch-result-index.filter-active .page-wrapper {
    visibility: hidden;
  }
}
@media only screen and (max-width: 640px) {
  body.catalog-category-view .filter-title.custom-filter strong,
  body.catalogsearch-result-index .filter-title.custom-filter strong {
    right: 210px;
  }
}
@media (max-width: 767px) {
  body.catalog-category-view .page-main .column.main,
  body.catalogsearch-result-index .page-main .column.main {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.catalog-category-view .page-main .sidebar-main .filter .filter-content .filter-actions,
  body.catalogsearch-result-index .page-main .sidebar-main .filter .filter-content .filter-actions {
    padding-right: 15px;
  }
  body.catalog-category-view .filter .filter-title,
  body.catalogsearch-result-index .filter .filter-title {
    left: 15px;
  }
  body.catalog-category-view .filter .filter-current,
  body.catalogsearch-result-index .filter .filter-current {
    margin: 0;
    padding: 5px 15px;
  }
  body.catalog-category-view .filter .filter-current .action.remove,
  body.catalogsearch-result-index .filter .filter-current .action.remove {
    margin-left: 0;
  }
  body.catalog-category-view .filter .filter-current .items,
  body.catalogsearch-result-index .filter .filter-current .items {
    padding: 5px 0;
  }
  body.catalog-category-view .page-title-wrapper .page-title,
  body.catalogsearch-result-index .page-title-wrapper .page-title {
    margin-bottom: 15px;
  }
  body.catalog-category-view #amasty-shopby-product-list,
  body.catalogsearch-result-index #amasty-shopby-product-list {
    top: 0;
  }
  body .pages-item-next,
  body .pages-item-previous {
    position: static;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  body.catalog-category-view .page-main .products-grid .product-items .product-item,
  body.catalogsearch-result-index .page-main .products-grid .product-items .product-item {
    margin: 0 0 20px 25px;
    width: calc((100% - 25px) / 2);
  }
  body.catalog-category-view .page-main .products-grid .product-items .product-item:nth-child(2n + 1),
  body.catalogsearch-result-index .page-main .products-grid .product-items .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .amxnotif-block.notify-custom form {
    width: 85%;
  }
}
@media (max-width: 479px) {
  body.catalog-category-view .page-main .column.main .page-title-wrapper .page-title span,
  body.catalogsearch-result-index .page-main .column.main .page-title-wrapper .page-title span {
    font-size: 26px;
  }
  body.catalog-category-view .page-main .products-grid .product-items .product-item,
  body.catalogsearch-result-index .page-main .products-grid .product-items .product-item {
    margin: 0 0 20px 0;
    width: 100%;
  }
  body.catalog-category-view .page-main .products-grid .product-item .product-item-info .product-image,
  body.catalogsearch-result-index .page-main .products-grid .product-item .product-item-info .product-image,
  body.catalog-category-view .page-main .products-grid .product-item .product-item-info .product-item-details,
  body.catalogsearch-result-index .page-main .products-grid .product-item .product-item-info .product-item-details {
    padding: 0 30px;
  }
  .toolbar-products .toolbar-sorter.sorter .sorter-options {
    line-height: 24px;
    padding: 5px 36px 5px 10px;
    height: 34px;
  }
  .amxnotif-block.notify-custom {
    width: 85%;
  }
  .amxnotif-block.notify-custom form {
    width: 95%;
  }
}
/*-------------------------------------------------*/
@media only screen and (max-width: 991px) {
  #amasty-shopby-product-list .products.wrapper {
    top: -10px;
  }
}
#amasty-shopby-product-list .toolbar-products {
  padding: 0 8px;
}
#amasty-shopby-product-list .products.list.items.product-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: wrap;
  -webkit-flex-flow: wrap;
  justify-content: flex-start;
}
#amasty-shopby-product-list .products.list.items.product-items .product-item {
  float: none;
  padding: 0;
  margin: 8px;
  box-shadow: 0 0 8px 0px #dadada;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(25% - 16px);
}
@media only screen and (max-width: 1400px) {
  #amasty-shopby-product-list .products.list.items.product-items .product-item {
    width: calc(33.33% - 16px);
  }
}
@media only screen and (max-width: 840px) {
  #amasty-shopby-product-list .products.list.items.product-items .product-item {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 640px) {
  #amasty-shopby-product-list .products.list.items.product-items .product-item {
    width: calc(100% - 16px);
  }
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info {
  margin: 0;
  box-shadow: none;
  border: 0 none;
  background: #fff;
  min-height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0 !important;
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info:hover {
  margin: 0;
  padding: 0;
  border-color: #e4e2e2;
  box-shadow: none;
  border: 0 none;
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .attribute-top {
  display: none;
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .product-item-photo {
  display: block;
  text-align: center;
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .product-item-details,
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .product-image {
  padding: 0 16px;
  min-height: auto;
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .product-item-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .product-item-details .product-item-inner {
  margin-top: auto;
  order: 3;
}
@media only screen and (max-width: 640px) {
  #amasty-shopby-product-list .products.list.items.product-items .product-item-info .product-item-details .product-item-inner .product.actions.product-item-actions {
    max-width: 230px;
  }
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .product-item-details .price-box {
  padding: 10px 0 14px;
  border-top: 0;
  order: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .product-item-details .price-box .special-price {
  order: 1;
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .product-item-details .price-box .old-price {
  order: 0;
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .product-item-details .price-box .old-price:before {
  content: 'Vejl. pris ';
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .product-item-details .price-box .old-price .price {
  color: #707070;
  font-weight: 100;
  font-size: 12px;
  line-height: normal;
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .product-item-details .price-box .old-price .price:after {
  top: 10px;
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .product-item-details .information {
  order: 1;
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .product-item-details .product-item-name a {
  font-size: 16px;
  line-height: normal;
  color: #2b2b2b;
  max-height: 72px;
  display: block;
  overflow: hidden;
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .short-description {
  display: none;
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .actions-secondary {
  width: calc(47% - 6px) !important;
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .actions-primary {
  float: right;
  margin-right: 0;
  width: calc(53% - 7px) !important;
  /* a.action.btn.btn-primary {
          height: auto;
          padding: 12px 0px;
          font-size: 14px;
          line-height: normal;
          border-radius: 6px;
        }*/
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .actions-primary .action.btn.btn-primary,
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .actions-primary .btn.btn-primary.btn-notify {
  height: auto;
  padding: 11px 0px;
  font-size: 16px;
  line-height: normal;
  border-radius: 6px;
}
@media only screen and (max-width: 640px) {
  #amasty-shopby-product-list .products.list.items.product-items .product-item-info .actions-primary .action.btn.btn-primary,
  #amasty-shopby-product-list .products.list.items.product-items .product-item-info .actions-primary .btn.btn-primary.btn-notify {
    padding: 8px 5px;
    font-size: 14px;
  }
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .actions-primary button.action.btn.btn-primary:after {
  content: '';
  background: url('../images/kurv.svg') no-repeat 0 0;
  display: inline-block;
  height: 16px;
  width: 24px;
  vertical-align: middle;
  margin-left: 3px;
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .actions-primary .stock.unavailable {
  padding: 0;
}
#amasty-shopby-product-list .products.list.items.product-items .product-item-info .action.btn.btn-default {
  line-height: normal;
  padding: 10px 5px;
  color: #4A4A4A;
  width: 100%;
  border-radius: 6px;
  height: auto;
  font-size: 16px;
  border: 1px solid #707070;
}
@media only screen and (max-width: 640px) {
  #amasty-shopby-product-list .products.list.items.product-items .product-item-info .action.btn.btn-default {
    padding: 8px 5px;
    font-size: 14px;
  }
}
#amasty-shopby-product-list .price-percentage {
  position: absolute;
  top: 12px;
  background: #f5d042;
  width: 44px;
  text-align: center;
  line-height: 16px;
  height: 20px;
}
#amasty-shopby-product-list .price-percentage + .price-box.price-final_price .old-price {
  padding-left: 50px;
}
#amasty-shopby-product-list .viabill-pricetag.viabill-pricetag-optional-styles {
  text-align: center;
  margin-bottom: 10px;
  order: 2;
}
#amasty-shopby-product-list .show-status > span {
  display: block;
  text-align: right;
  line-height: normal;
  font-weight: bold;
  padding: 0 12px;
  font-size: 13px;
}
#amasty-shopby-product-list .show-status .dot-color {
  height: 9px;
  width: 9px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 7px;
}
#amasty-shopby-product-list .show-status .green-dot {
  color: #009d10;
}
#amasty-shopby-product-list .show-status .green-dot .dot-color {
  background: #009d10;
}
#amasty-shopby-product-list .show-status .red-dot {
  color: #d11515;
}
#amasty-shopby-product-list .show-status .red-dot .dot-color {
  background: #d11515;
}
