*,
body {
  font-family: "Helvetica Neue", Helvetica, "Droid Sans", Arial, sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
*::before, *::after,
body::before,
body::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #aaa;
  font-style: italic;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
  font-style: italic;
}

::placeholder {
  color: #aaa;
  font-style: italic;
}

.m-0 {
  margin: 0 !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.full-width {
  float: left;
  width: 100%;
}

.text-center {
  text-align: center;
}

.d-flex {
  display: flex !important;
}

.header {
  background-color: #29b6f6;
  color: white;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}

.container {
  float: none;
  display: block;
  width: 100%;
  max-width: 1136px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-col {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  order: 0;
}
@media (min-width: 1100px) {
  .main-col {
    order: 2;
    width: calc(100% - 240px);
    padding-left: 30px;
  }
}

.body-bg {
  background-color: #eee;
}

.top-cat-block {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
}
.top-cat-block .top-cat-icon {
  display: flex;
  flex: 0 0 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: white;
  border-radius: 5px;
}
.top-cat-block .top-cat-info {
  display: flex;
  flex: 1 1 100%;
  padding-left: 20px;
  flex-direction: column;
}
.top-cat-block .top-cat-title {
  font-size: 22px;
  margin: 0;
  font-weight: normal;
  color: #333;
}
@media (min-width: 1100px) {
  .top-cat-block {
    margin-top: 20px;
  }
  .top-cat-block .top-cat-icon,
.top-cat-block .add-fav-block {
    display: none;
  }
  .top-cat-block .top-cat-info {
    padding-left: 0;
  }
  .top-cat-block .top-cat-title {
    font-size: 30px;
  }
}

.add-fav-block {
  float: left;
  display: flex;
  margin-top: 7px;
}

.add-fav-block-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.add-fav-btn-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  color: #888;
}
.add-fav-btn-icon.favorited {
  color: #e91e63;
}

.add-fav-btn-text {
  display: inline-flex;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #666;
}

.product-list-block {
  margin-top: 10px;
}
.product-list-block .product-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-list-block .product-list > li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.each-product {
  background-color: white;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.each-product .each-product-main {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  color: #333;
  text-decoration: none;
}
.each-product .each-product-sale-type {
  float: left;
  width: 90px;
  flex: 0 0 90px;
  /* display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; */
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  color: #7b1fa2;
}
.each-product .each-product-type-text {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center; */
  text-align: center;
}
.each-product .each-product-sale-big {
  font-size: 20px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
}
.each-product .each-product-sale-medium {
  font-size: 18px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
}
.each-product .each-product-sale-small {
  font-size: 16px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
}
.each-product .each-product-info {
  float: left;
  flex: 1 1 100%;
  padding: 10px 15px 10px 0;
}
.each-product .each-product-info-type {
  font-size: 12px;
  color: #7b1fa2;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.each-product .each-product-title {
  font-size: 18px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 8px;
  text-decoration: none;
}
.each-product .each-product-title:hover {
  text-decoration: none;
}
.each-product .each-product-used {
  font-size: 13px;
  color: #888;
}
.each-product .each-product-actions-block,
.each-product .each-product-other-info {
  display: none;
}
@media (min-width: 920px) {
  .each-product .each-product-actions-block {
    display: flex;
    flex: 0 0 200px;
    float: right;
    align-items: center;
  }
  .each-product .each-product-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 40px;
    background-color: #7b1fa2;
    color: white;
    border-radius: 5px;
    font-size: 16px;
  }
  .each-product .each-product-action-btn:hover {
    background-color: #641984;
  }
}
@media (min-width: 1100px) {
  .each-product .each-product-sale-type {
    flex-basis: 120px;
    padding-left: 32px;
    padding-right: 0px;
    /* justify-content: flex-start; */
  }
  .each-product .each-product-sale-big {
    font-size: 34px;
  }
  .each-product .each-product-sale-medium {
    font-size: 26px;
  }
  .each-product .each-product-sale-small {
    font-size: 22px;
  }
  .each-product .each-product-info {
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 30px;
  }
  .each-product .each-product-title {
    font-size: 24px;
    line-height: 1.5;
    min-height: 38px;
  }
  .each-product .each-product-other-info {
    background-color: #eceff1;
    padding: 8px 25px 8px 50px;
    display: block;
  }
  .each-product .each-product-other-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .each-product .toggle-other-info-btn {
    float: left;
    border: none;
    background-color: transparent;
    width: auto;
    font-size: 15px;
    padding: 5px 13px 5px 5px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .each-product .toggle-other-info-btn:focus {
    outline: none;
  }
  .each-product .toggle-other-info-btn::after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    transform: rotate(135deg);
    transition: all 0.3s ease-in-out;
  }
  .each-product .toggle-other-info-btn-block {
    display: flex;
    flex: 0 0 150px;
  }
  .each-product .like-dislike-block {
    display: flex;
    flex: 1 1 100%;
    align-items: center;
    justify-content: flex-end;
  }
  .each-product .like-dislike-btn {
    border: none;
    background-color: transparent;
    width: 30px;
    height: 30px;
    color: #999;
  }
  .each-product .like-dislike-btn svg {
    fill: #888;
  }
  .each-product .like-btn.active svg {
    fill: #43a047;
  }
  .each-product .un-like-btn.active svg {
    fill: #e64a19;
  }
  .each-product .other-info-content {
    margin-top: 30px;
    margin-bottom: 30px;
    display: none;
    padding-right: 30px;
  }
  .each-product .other-info-tabs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #ccc;
  }
  .each-product .other-info-tabs-list li {
    width: auto;
    margin: 0 30px 0 0;
  }
  .each-product .other-info-tabs-list .each-other-info-tab {
    display: block;
    padding: 10px 0px;
    border-bottom: 3px solid transparent;
    color: #777;
    text-decoration: none;
  }
  .each-product .other-info-tabs-list .each-other-info-tab.active {
    border-bottom-color: #7b1fa2;
    color: #7b1fa2;
    font-weight: 600;
  }
  .each-product .each-other-tab-content {
    padding-top: 25px;
    display: none;
  }
  .each-product .each-other-tab-content.active {
    display: block;
  }
  .each-product .add-comment-form-block {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  .each-product .add-comment-btn {
    background-color: #7b1fa2;
    width: 150px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
    color: white;
    line-height: 1;
    font-size: 16px;
    cursor: pointer;
  }
  .each-product .add-comment-btn:hover {
    background-color: #5a1777;
  }
  .each-product .show-other-details .toggle-other-info-btn::after {
    transform: rotate(-45deg);
    margin-top: -1px;
  }
  .each-product .show-other-details .other-info-content {
    display: block;
  }
}

.form-control {
  border: 1px solid #ccc;
  padding: 8px 13px;
  font-size: 16px;
  border-radius: 5px;
}

.left-col {
  float: left;
  width: 100%;
  display: none;
  order: 1;
}
@media (min-width: 1100px) {
  .left-col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    order: 1;
    width: 240px;
    margin-top: 20px;
  }
}

.product-logo-block {
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.product-logo-block .product-logo {
  height: 240px;
  width: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  text-decoration: none;
}
.product-logo-block .product-logo:hover {
  opacity: 0.9;
}
.product-logo-block .product-logo-toggle-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
}

.product-filters-list li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.checkbox,
.radio {
  position: relative;
  display: inline-flex;
}
.checkbox .checkbox-text,
.checkbox .radio-text,
.radio .checkbox-text,
.radio .radio-text {
  padding-left: 25px;
  position: relative;
}
.checkbox .checkbox-text::before,
.checkbox .radio-text::before,
.radio .checkbox-text::before,
.radio .radio-text::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: white;
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
}
.checkbox .checkbox-text::after,
.checkbox .radio-text::after,
.radio .checkbox-text::after,
.radio .radio-text::after {
  content: "";
  width: 12px;
  height: 6px;
  border-right: 2px solid #ccc;
  border-top: 2px solid #ccc;
  position: absolute;
  left: 3px;
  top: 4px;
  /* transform: rotate(135deg); */
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.checkbox .checkbox-text.radio-text::before,
.checkbox .radio-text.radio-text::before,
.radio .checkbox-text.radio-text::before,
.radio .radio-text.radio-text::before {
  border-radius: 100px;
}
.checkbox .checkbox-input,
.checkbox .radio-input,
.radio .checkbox-input,
.radio .radio-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
  padding: 0;
}
.checkbox .checkbox-input:checked + .checkbox-text::before, .checkbox .checkbox-input:checked + .radio-text::before,
.checkbox .radio-input:checked + .checkbox-text::before,
.checkbox .radio-input:checked + .radio-text::before,
.radio .checkbox-input:checked + .checkbox-text::before,
.radio .checkbox-input:checked + .radio-text::before,
.radio .radio-input:checked + .checkbox-text::before,
.radio .radio-input:checked + .radio-text::before {
  background-color: #2196f3;
  border-color: #2196f3;
}
.checkbox .checkbox-input:checked + .checkbox-text::after, .checkbox .checkbox-input:checked + .radio-text::after,
.checkbox .radio-input:checked + .checkbox-text::after,
.checkbox .radio-input:checked + .radio-text::after,
.radio .checkbox-input:checked + .checkbox-text::after,
.radio .checkbox-input:checked + .radio-text::after,
.radio .radio-input:checked + .checkbox-text::after,
.radio .radio-input:checked + .radio-text::after {
  border-color: white;
  transform: rotate(135deg);
  opacity: 1;
}

/*# sourceMappingURL=landing-page.css.map */
