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

.productColor-item {
  display: inline-block;
  vertical-align: top; }

.color_pick {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: inline-block;
  border: 1px solid #e5e5e5;
  overflow: hidden; }

.color_pick.selected::after {
  content: '';
  display: inline-block;
  background: url(../img/check.svg) no-repeat center center;
  height: 40px;
  width: 40px; }

.product-title {
  font-size: 3em;
  margin: 30px auto; }
  .product-title::before, .product-title::after {
    content: none; }

.page-product-heading::before, .page-product-heading::after {
  content: none; }

.product-accessories-title {
  font-size: 2.5em;
  padding-top: 32px;
  border-top: 1px solid #e5e5e5; }
  .product-accessories-title::before, .product-accessories-title::after {
    content: none; }

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

.productImg-item {
  display: inline-block; }

.attribute_label {
  display: inline-block;
  font-family: 'montserrat', helvetica, arial, sans-serif;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5625rem;
  color: #000;
  margin: 25px auto 8px auto; }

.product_quantity {
  font-family: 'montserrat', helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 1.25em;
  display: inline-block;
  padding: 0;
  margin: 0 20px 0 0; }

.product_quantity_add {
  color: #000; }
  .product_quantity_add:hover, .product_quantity_add:active, .product_quantity_add:focus {
    text-decoration: none; }

.product_quantity-input {
  border: 0 !important;
  display: inline-block;
  background-color: #f3f3f3;
  padding: 10px 0;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  text-align: center; }

.btn-add {
  display: inline-block; }

.image-block {
  cursor: pointer; }
  .image-block img {
    max-width: 100%; }

.detailsButton {
  color: #b6c86b;
  text-decoration: none; }
  .detailsButton:hover, .detailsButton:focus, .detailsButton:active {
    color: inherit; }

.page-product-box--quick-buy {
  padding: 10px 35px; }

.product-icon-information {
  cursor: pointer; }

.continue.btn-back {
  cursor: pointer; }

.product_attributes .form-control {
  background-color: #f4f4f4;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 44px;
  padding: 10px 20px; }

@media (min-width: 48em) {
  .buttons_bottom_block {
    margin: -15px 0 0; } }

#short_description_content {
  font-size: 1.6875rem; }

.product-list-similar-title {
  font-size: 3.125rem; }
  .product-list-similar-title::after {
    content: none; }

.product-list-similar {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 25px 0;
  padding: 0; }
  @media (min-width: 48em) {
    .product-list-similar {
      grid-template-columns: repeat(4, 1fr); } }

.product-list-item-name {
  margin-bottom: 0; }
  .product-list-item-name a {
    color: #000;
    font-size: 1.875rem;
    font-weight: 500; }
  .product-list-item-name::after {
    content: none; }

.product-list-item-price {
  font-size: 1.625rem;
  font-weight: 500;
  margin: 0 auto; }

.product-name--mobile {
  display: none; }
  @media (max-width: 61.99em) {
    .product-name--mobile {
      display: block; } }

.product-name--desktop {
  display: none; }
  @media (min-width: 62em) {
    .product-name--desktop {
      display: block; } }
/*# sourceMappingURL=product.css.map */