html, body {
  height: 100%; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

select:focus, select:active {
  outline: none; }

.button {
  font-size: 16px;
  padding: 10px 25px;
  background-color: #53b86b;
  color: #fff;
  line-height: 20px;
  border: none;
  font-family: RobotoBold, sans-serif; }
  .button:focus {
    outline: none; }

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.clearfixx {
  overflow: auto; }
  .clearfixx:after {
    content: '';
    clear: both;
    display: table; }

.product-grid .product-list__container {
  margin: 0 0 0 -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.product-grid .product-list__item {
  margin-left: 30px;
  margin-bottom: 20px;
  max-width: 195px;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  float: left; }

  .product-list__item:first-child{
    margin-left: 11px;
  }

.product-grid .cart-button__list {
  display: none; }

.product-grid .product-list__item:last-child {
  margin-right: auto; }

@media (max-width: 1263px) {
  .product-grid .product-list__container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .product-grid .product-list__item {
    max-width: 195px; } }

@media (max-width: 948px) {
  .product-grid .product-list__container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .product-grid .product-list__item {
    max-width: 160px; } }

@media (max-width: 800px) {
  .product-grid .product-list__item {
    max-width: 149px; } }

@media (max-width: 464px) {
  .product-grid .product-list__item {
    margin-bottom: 10px; }
  .product-grid ul li .image {
    width: 100%;
    float: none; }
    .product-grid ul li .image a {
      padding: 0; }
      .product-grid ul li .image a img {
        display: block;
        margin: 0 auto; }
  .product-grid ul li .left {
    float: none;
    height: auto;
    margin: 0 auto; } }

@media (max-width: 378px) {
  .product-grid .product-list__item {
    width: 40%; }
  .product-grid ul li .left {
    width: auto; } }

@media (min-width: 1200px) {
  .container {
    width: 1200px; } }

.card__buttons-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-basis: 209px;
      -ms-flex-preferred-size: 209px;
          flex-basis: 209px;
  background-color: #000;
  text-align: center; }

.cart {
  float: right; }

.compare {
  float: left; }

.overlay {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  top: 0;
  bottom: 0; }

.noscroll {
  overflow: hidden; }

.allow-scroll {
  overflow: visible; }

.scrolling-filter {
  overflow-y: scroll;
  position: fixed;
  height: 80%; }

.fixed-block--static {
  position: absolute;
  overflow-y: hidden;
  height: 100%; }

.fixed-block--fixed {
  position: fixed;
  top: 01px;
  bottom: auto;
  overflow-y: scroll;
  height: 99%;
  padding-top: 0 !important; }

.fixed-block--absolute {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto !important;
  overflow-y: auto;
  height: inherit;
  min-height: 100%; }

.popup-overlay {
  min-height: 100%;
  z-index: 1; }

#filterpro .option_box {
  border-color: #53b86b;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  min-width: 200px;
  padding: 0;
  margin-top: 0;
  display: block;
  border-bottom: none; }

#filterpro .collapsible {
  max-height: initial; }

#filterpro .option_name,
#filterpro .attribute_group_name {
  font-size: 18px;
  font-family: RobotoBold, sans-serif;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0; }

#filterpro {
  max-height: initial; }
  #filterpro td:first-child {
    position: relative;
    display: block;
    width: 13px;
    margin-right: 10px; }
  #filterpro input {
    position: absolute;
    top: 2px; }
  #filterpro label {
    font-size: 16px;
    line-height: 24px;
    font-family: RobotoRegular, sans-serif;
    font-weight: normal;
    -webkit-transition: color 0.15s ease;
    -o-transition: color 0.15s ease;
    transition: color 0.15s ease; }
    #filterpro label:hover {
      color: #fff; }
  #filterpro .option_name {
    background-position: 120px 3px;
    line-height: 18px; }
  #filterpro .attribute_box:first-child {
    margin-top: 0; }

.product-grid .filtered-product {
  height: 390px; }

.filter__checkbox {
  width: 13px;
  margin-right: 10px;
  display: block; }

.box-heading > div {
  float: none !important; }

.noscroll {
  overflow: hidden; }

.overlay {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0 !important;
  background: rgba(0, 0, 0, 0.45) !important; }

[aria-hidden="true"] {
  -webkit-transition: opacity 1s, z-index 0s 1s;
  -o-transition: opacity 1s, z-index 0s 1s;
  transition: opacity 1s, z-index 0s 1s;
  width: 100vw;
  z-index: -1;
  opacity: 0; }

[aria-hidden="false"] {
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  width: 100%;
  z-index: 1;
  opacity: 1; }

.overlay #filterpro_box {
  width: 30%;
  max-width: 420px;
  min-width: 255px;
  padding: 20px 15px;
  margin-top: 8px;
  background: rgba(0, 0, 0, 0.55) !important;
  position: relative; }

.overlay {
  background: rgba(40, 40, 40, 0.75); }

#popup-overlay.popup-overlay {
  padding-top: 0; }

.popup__close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none; }

@media (max-width: 940px) {
  #filterpro .option_box {
    min-width: initial; }
  #filterpro .option_name {
    font-size: 16px; }
  #filterpro label {
    font-size: 14px; }
  #filterpro_box .clear_filter {
    font-size: 14px; } }

@media (max-width: 850px) {
  #filterpro .option_box {
    min-width: initial; } }

@media (max-width: 767px) {
  #column-left {
    display: none; }
  #column-left.shown {
    display: block; }
  .close-overlay {
    font-size: 30px; }
  #filterpro_box {
    margin: 0 auto; }
    #filterpro_box .clear_filter {
      float: none;
      padding-bottom: 0; }
    #filterpro_box .option_name {
      color: #fff;
      background-image: none; }
  aside .box .box-heading {
    background-color: transparent;
    padding-left: 15px;
    margin-bottom: 0;
    padding-bottom: 0; }
    aside .box .box-heading .fa {
      display: none; }
  aside .box .box-content {
    padding-bottom: 0; }
  .filterpro_box--mobile {
    padding-top: 15px !important; }
  .popup__close-button {
    display: block; } }

@media (max-width: 600px) {
  .product-grid .filtered-product {
    height: auto; } }

.filter-buttons {
  position: relative;
  margin-bottom: 30px; }
  .filter-buttons:after {
    content: "";
    clear: both;
    display: table; }

.filter-buttons__filter-button {
  margin-right: 15px;
  line-height: 19px; }

.filter-select {
  display: inline-block; }

.sort__label {
  font-weight: normal; }

.filter-select__label {
  display: none;
  line-height: 21px;
  font-size: 18px;
  font-family: RobotoRegular, sans-serif;
  margin-bottom: 15px; }

.filter-select__select {
  display: block;
  background-color: #53b86b;
  border: none;
  color: #fff;
  font-family: RobotoRegular, sans-serif;
  font-weight: 300; }

.display {
  float: right;
  text-align: right; }

.display__name {
  line-height: 21px;
  font-size: 18px;
  font-family: RobotoRegular, sans-serif;
  color: #d8d8d8;
  font-weight: normal;
  margin-bottom: 15px;
  display: none; }

.display__buttons {
  display: block;
  text-align: right; }

#list_a,
#grid_b,
#list_b,
#grid_a {
  background-color: #53b86b;
  float: right;
  padding: 6px;
  vertical-align: middle;
  width: auto;
  height: auto;
  line-height: 27px;
  font-size: 27px;
  margin-left: 15px; }



.sort__select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  height: auto;
  width: auto;
  padding: 5px 0 5px 45px;
  line-height: 29px;
  font-size: 16px; }

.sort {
  position: relative; }
  .sort::after {
    font-family: FontAwesome;
    content: '\f160';
    position: absolute;
    left: 15px;
    top: 9px;
    width: 20px;
    height: 20px;
    color: #fff; }

.product-filter {
  border: none !important; }

.sort-limit__select {
  width: auto; }

.product-compare {
  float: right; }

.limit {
  float: left; }

.limit-line {
  margin-bottom: 30px; }

.limit__select {
  width: 60px;
  background-color: #53b86b;
  border: none;
  color: #fff; }

@media (min-width: 767px) {
  .filter-buttons__filter-button {
    display: none; } }

@media (max-width: 767px) {
  .display {
    float: none;
    display: inline-block;
    vertical-align: bottom; } }

@media (max-width: 767px) {
  .display {
    display: none; }
  .filter-select {
    float: right; } }

@media (max-width: 462px) {
  .filter-buttons__filter-button {
    margin-bottom: 15px; }
  .filter-select {
    float: none; } }

.product-list {
  margin-bottom: 20px; }
  .product-list .name {
    line-height: 16px; }
    .product-list .name a {
      font-size: 18px; }

.card__buttons-line--list-view {
  -webkit-flex-basis: 270px;
      -ms-flex-preferred-size: 270px;
          flex-basis: 270px; }
  .card__buttons-line--list-view .cart {
    margin-right: 0; }

.product-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.text-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .text-column .price {
    margin-bottom: 0;
    font-weight: bold; }

@media (max-width: 1024px) {
  .product-list .description {
    margin-bottom: 0;
    height: 77px; }
  .product-list .image {
    display: block; } }

@media (max-width: 1024px) {
  .container {
    width: 95%; } }

@media (max-width: 786px) {
  .product-list .cart a, .product-list .compare a, .product-list .wishlist a {
    width: 35px;
    height: 30px; }
    .product-list .cart a i, .product-list .compare a i, .product-list .wishlist a i {
      height: 30px;
      line-height: 30px; } }

@media (max-width: 672px) {
  .product-list .name {
    margin-bottom: 5px; }
    .product-list .name a {
      font-size: 16px; }
  .product-list .price {
    font-size: 16px; }
  .product-list .description {
    font-size: 12px;
    height: 70px;
    margin-bottom: 5px; } }

@media (max-width: 672px) {
  .product-list .description {
    display: none; } }

@media (max-width: 672px) {
  .product-list .compare {
    display: none; } }

@media (max-width: 555px) {
  .product-list .cart-button {
    margin: 0; } }

@media (max-width: 372px) {
  .product-list .wishlist {
    display: none; }
  .product-list .card__buttons-line--list-view {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-list .name a {
    font-size: 12px; }
  .product-list .price {
    font-size: 12px; } }

h1.style-1 {
  border-bottom: none; }

.box-product .name, .product-grid .name {
  padding-right: 0 !important; }
