/*-------------------------------------------------------
  Single Product
  -------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .product-single .col-images {
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .product-single .col-images {
    max-width: 55%;
  }
}
@media only screen and (min-width: 1200px) {
  .product-single .col-images {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1440px) {
  .product-single .col-images {
    max-width: 65%;
  }
}
@media only screen and (min-width: 768px) {
  .product-single .col-content {
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .product-single .col-content {
    max-width: 45%;
  }
}
@media only screen and (min-width: 1200px) {
  .product-single .col-content {
    max-width: 40%;
  }
}
@media only screen and (min-width: 1440px) {
  .product-single .col-content {
    max-width: 35%;
  }
}

/*-------------------------------------------------------
  Image slider
  -------------------------------------------------------*/
.product-back {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  color: #222222;
  font-size: 24px;
  line-height: 1;
  padding: 12px 20px;
  position: absolute;
  left: -15px;
  top: 0;
  z-index: 1;
}
.product-image {
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1440px) {
  .product-image {
    padding-right: 30px;
  }
}
.product-image-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.product-image-slider .desk-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-image-slider .desk-slider li {
    width: 100%;
  }
  .product-image-slider .desk-slider li:nth-child(n + 4) {
    max-width: 50%;
  }
  .product-image-slider .desk-slider li:nth-child(n + 6) {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .product-image-slider .desk-slider.images-2 li, .product-image-slider .desk-slider.images-3 li, .product-image-slider .desk-slider.images-4 li {
    max-width: 50%;
  }
  .product-image-slider .desk-slider.images-5 li:nth-child(-n + 2) {
    max-width: 50%;
  }
  .product-image-slider .desk-slider.images-5 li:nth-child(n + 3) {
    max-width: 33.3333333333%;
  }
  .product-image-slider .desk-slider.images-6 li:nth-child(-n + 2) {
    max-width: 50%;
  }
  .product-image-slider .desk-slider.images-6 li:nth-child(n + 3) {
    max-width: 25%;
  }
  .product-image-slider .desk-slider.images-6 li:nth-of-type(1n + 7) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .product-image-slider-wrap {
    margin: -2px;
  }
}
.product-image-slider-image {
  width: 100%;
  height: auto;
}
.product-image-slider-image a {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
@media only screen and (min-width: 768px) {
  .product-image-slider-image a {
    padding: 2px;
  }
}
.product-image-slider-image a img {
  display: block;
  width: 100%;
  height: auto;
}
.product-image-slider .flickity-page-dots {
  bottom: 10px;
}
.product-image-slider .flickity-page-dots .dot {
  width: 7px;
  height: 7px;
  background-color: #a6a6a6;
  margin-left: 3px;
  margin-right: 3px;
  -webkit-box-shadow: #efefef 0px 0px 5px 0px;
          box-shadow: #efefef 0px 0px 5px 0px;
  opacity: 1;
}
.product-image-slider .flickity-page-dots .dot.is-selected {
  background-color: #222222;
}
.product-image-popup {
  width: 100%;
  display: none !important;
}
.product-image-popup-window .product-image-popup {
  display: block !important;
}
.product-image-popup-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .product-image-popup-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product-image-popup-wrapper > div {
  width: 100%;
}
.product-image-popup .slider-nav {
  height: 100%;
}
.product-image-popup .slider-nav-col {
  height: 100px;
  min-height: 100px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .product-image-popup .slider-nav-col {
  max-width: 100px;
    height: 100%;
    min-height: auto;
  padding: 15px;
  overflow: auto;
}
}
@media only screen and (min-width: 992px) {
.product-image-popup .slider-nav-item {
  margin-bottom: 10px;
}
}
.product-image-popup .slider-nav-item img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
.product-image-popup .slider-nav .flickity-viewport {
  height: auto !important;
  cursor: default !important;
}
}
@media only screen and (min-width: 992px) {
.product-image-popup .slider-nav .flickity-slider {
  position: relative !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
}
.product-image-popup .slider-nav .flickity-slider .carousel-cell {
  width: 70px;
  opacity: 0.5;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .product-image-popup .slider-nav .flickity-slider .carousel-cell {
    width: 100%;
    position: relative !important;
    left: 0 !important;
  }
}
.product-image-popup .slider-nav .flickity-slider .carousel-cell.is-nav-selected {
  opacity: 1;
  cursor: default;
}
.product-image-popup .slider-content-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-image-popup .slider-content-col > div {
  width: 100%;
}
.product-image-popup .slider-content-col .product-image-slider .flickity-slider .carousel-cell {
  width: 100%;
}
.product-image-popup .slider-content-image {
  width: 100%;
}
.product-image-popup .slider-content-image img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100vh;
  margin: auto;
}
.product-image-popup .slider-content-image .containerZoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.product-image-popup .slider-content-image .containerZoom:not(.active) {
  background-image: none !important;
}
.product-image-popup .slider-content-image .containerZoom.active {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.product-image-popup .slider-content-image .containerZoom.active img {
  opacity: 0;
}
.product-image-popup-window.mfp-bg {
  background-color: white;
  opacity: 0.97;
}
.product-image-popup-window .mfp-container {
  padding-left: 0;
  padding-right: 0;
}
.product-image-popup-window .mfp-container::before {
  content: none;
}
.product-image-popup-window .mfp-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.product-image-popup-window .mfp-close {
  width: 64px;
  height: auto;
  text-align: center;
  color: #222222;
  font-size: 37px;
  line-height: 64px;
  opacity: 1;
}
.product-image-popup-window .mfp-close:hover {
  background-color: #d9d9d9;
}

/*-------------------------------------------------------
  Product Description
  -------------------------------------------------------*/
.product-side {
  width: 100%;
  padding-bottom: 30px;
}
.product-side.stick {
  position: fixed;
  top: 0;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .product-side {
    position: unset !important;
    top: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .product-side {
    padding-top: 30px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-side {
    padding-left: 30px;
  }
}
.product-side .breadcrumbs {
  display: none;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .product-side .breadcrumbs {
    display: block;
  }
}
.product-side .product-info {
  margin-bottom: 15px;
}
.product-side .product-info-head {
  padding-top: 15px;
  margin-bottom: 15px;
}
.product-side .product-info-head h1 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
.product-side .product-info-head small {
  color: #a6a6a6;
}
.product-side .product-info-brand {
  float: right;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .product-side .product-info-brand {
    float: none;
    padding-left: 0;
  }
}
.product-side .product-info-brand img {
  max-width: 120px;
}
.product-side .product-info-price {
  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;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .product-side .product-info-price {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product-side .product-info-price ins {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  margin-right: 15px;
}
.product-side .product-info-price del {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .product-side .product-info-price del {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
.product-side .product-info-price del .sale-price {
  text-decoration: line-through;
}
.product-side .product-info-price del .sale-badge {
  position: relative;
  display: inline-block;
  background-color: #222222;
  color: white;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 5px;
  -webkit-border-radius: 9px;
          border-radius: 9px;
  bottom: 1px;
}
.product-side .product-info-price-tax {
  color: #b9baba;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .product-side .product-info-price-tax {
    width: 100%;
  }
}
.product-full-info {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .product-full-info {
    padding-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-full-info {
    padding-top: 30px;
    margin-bottom: 60px;
  }
}
.product-full-info-toggle {
  text-align: center;
  margin-bottom: 15px;
}
.product-full-info-toggle button {
  white-space: normal;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-full-info-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.product-full-info .nav {
  height: auto;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
}
.product-full-info .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  z-index: 0;
}
.product-full-info .nav-item {
  display: block;
}
.product-full-info .nav-link {
  color: #b9baba;
  font-size: 18px;
  font-weight: 600;
  line-height: 54px;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .product-full-info .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-full-info .nav-link {
    font-size: 20px;
    line-height: 60px;
  }
}
.product-full-info .nav-link:first-child {
  padding-left: 15px;
}
.product-full-info .nav-link.active {
  color: #222222;
}
.product-full-info .tab-content {
  padding-bottom: 15px;
}
.product-full-info .tab-content > .active {
  display: block;
}
.product-full-info .tab-pane {
  display: none;
}
.product-full-info .tab-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-full-info .item-brand {
  padding-top: 15px;
}
@media only screen and (min-width: 1440px) {
  .product-full-info .item-brand {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .product-full-info .item-brand-col {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.product-full-info .item-brand img {
  display: block;
  width: 100% !important;
  max-width: 150px;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.product-full-info .item-details {
  color: #222222;
}
.product-full-info .item-details ul li {
  margin-bottom: 5px;
}
.product-full-info .item-details ul li .product-code {
  font-weight: 500;
}
.product-full-info .item-details ul li span {
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .product-full-info .purchase-info {
    text-align: center;
  }
}
.product-full-info .purchase-info h3 {
  margin-top: 15px;
}
.product-full-info .purchase-types {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .product-full-info .purchase-types {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product-full-info .purchase-types ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (min-width: 768px) {
  .product-full-info .purchase-types ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product-full-info .purchase-types ul li i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
}
.product-full-info .purchase-types ul li i img {
  display: block;
  width: 48px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-full-info .purchase-types ul.banks li i img {
  width: auto;
  height: 36px;
}
.product-full-info .purchase-types span {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .product-full-info .purchase-types span {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-full-info .purchase-shipping ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.product-full-info .purchase-shipping ul li {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  .product-full-info .purchase-shipping ul li {
    width: 100%;
    max-width: 50%;
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-full-info .purchase-shipping ul li {
    max-width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .product-full-info .purchase-shipping ul li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.product-full-info .purchase-shipping ul li img,
.product-full-info .purchase-shipping ul li i {
  display: block;
  margin-bottom: 5px;
}
.product-full-info .purchase-shipping ul li img {
  width: 100px;
}
@media only screen and (min-width: 768px) {
  .product-full-info .purchase-shipping ul li img {
    margin-left: auto;
    margin-right: auto;
  }
}
.product-full-info .purchase-shipping ul li i {
  color: #222222;
  font-size: 42px;
}
.product-full-info .purchase-shipping ul li p strong {
  color: #c3332b;
}
.product-full-info .find-item {
  max-width: 750px;
}

/*-------------------------------------------------------
  Related products
  -------------------------------------------------------*/
.product-related .heading-row {
  margin-bottom: 15px;
}

/*-------------------------------------------------------
  Colors
  -------------------------------------------------------*/
.product-info-colors {
  margin-bottom: 15px;
}
.product-info-colors span {
  display: block;
  color: #2b2b2b;
  font-weight: 500;
  margin-bottom: 5px;
}
.product-info-colors-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}
@media only screen and (min-width: 992px) {
  .product-info-colors-row {
    margin-left: -4px;
    margin-right: -4px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-info-colors-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.product-info-colors-row a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 90px;
  margin: 2px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .product-info-colors-row a {
    width: 70px;
    height: 100px;
    margin: 4px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-info-colors-row a {
    width: 80px;
    height: 110px;
    margin: 5px;
  }
}
.product-info-colors-row a img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------------------------------
  Size / Quantity
  -------------------------------------------------------*/
.product-info-sizes {
  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;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .product-info-sizes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product-info-sizes .dropdown {
  position: relative;
  min-width: 240px;
  max-width: 345px;
}
.product-info-sizes .dropdown-toggle {
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}
.product-info-sizes .dropdown-toggle label {
  /* RESET CSS */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  /* Custom style */
  display: block;
  color: #2b2b2b;
  font-weight: 500;
  margin-bottom: 5px;
}
.product-info-sizes .dropdown-toggle input {
  color: #222222;
  margin-bottom: 0;
  pointer-events: none;
}
.product-info-sizes .dropdown-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  line-height: 1;
  padding: 15px;
  position: absolute;
  right: 0;
}
.product-info-sizes .dropdown-menu {
  display: none;
  float: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  min-height: 60px;
  max-height: 30vh;
  min-width: 100%;
  text-align: left;
  color: #222222;
  font-size: 1rem;
  list-style: none;
  padding: 5px 0;
  margin-top: 0.125rem;
  border: 1px solid #e1e1e1;
  position: absolute;
  z-index: 1000;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  overflow: auto;
}
.product-info-sizes .dropdown-menu[x-placement^="bottom-start"] {
  top: 70px !important;
  left: 0;
}
.product-info-sizes .dropdown-menu[x-placement^="top-start"] {
  top: inherit !important;
  bottom: 100%;
  margin-bottom: -30px;
}
.product-info-sizes .dropdown-menu.show {
  display: block;
}
.product-info-sizes .dropdown-item {
  display: block;
  width: 100%;
  background-color: white;
  text-align: inherit;
  color: #222222;
  white-space: nowrap;
  padding: 5px 15px;
  border: 0;
}
.product-info-sizes .dropdown-item:focus, .product-info-sizes .dropdown-item:hover {
  color: #222222;
  text-decoration: none;
  background-color: #d9d9d9;
}
.product-info-sizes .dropdown.show input {
  border-color: #222222;
}
.product-info-sizes-tool {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-info-sizes-tool .icon {
  width: 44px;
  height: 32px;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: 80px 80px;
          background-size: 80px;
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) {
  .product-info-sizes-tool .icon {
    width: 141px;
    height: 63px;
    -webkit-background-size: 140px 140px;
            background-size: 140px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-info-sizes-tool span {
    display: none;
  }
}

/*-------------------------------------------------------
  Product Purchase
  -------------------------------------------------------*/
.product-info-purchase-wrapper {
  width: auto;
  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;
}
.product-info-purchase-button {
  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-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 30px;
}
.product-info-purchase-button .product-description__add-to-cart {
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .product-info-purchase-button .product-description__add-to-cart {
    min-width: 310px;
    width: auto;
  }
}
.product-info-purchase-button .product-description__add-to-cart:hover {
  background-color: #2b2b2b;
}
.product-info-purchase-button .product-description__add-to-cart:disabled:hover {
  background-color: transparent;
}
.product-info-purchase .find-shop button {
  width: 100%;
  background-color: #d9d9d9;
  color: #717274;
  font-size: 14px;
  font-weight: 500;
  border-color: transparent;
}
.product-info-purchase .find-shop button:hover {
  color: black;
}
.product-info-purchase-info ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #a6a6a6;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
.product-info-purchase-info ul li i {
  margin-top: 3px;
  margin-right: 5px;
}
