.products {
  flex: 1;
}
.products .desktop-sorting {
  margin-right: auto;
}
.products .select {
  text-transform: uppercase;
}
.products .products-title,
.products h2 {
  font-family: StudioSans;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #e7e7e7;
  padding-top: 5px;
  padding-bottom: 9px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  .products .products-title,
.products h2 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    margin-bottom: 24px;
    padding-left: 4px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 760px) {
  .products .padded {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.products .images-container {
  width: 100%;
  padding-bottom: 63px;
}
@media screen and (max-width: 760px) {
  .products .images-container {
    border-bottom: 1px solid #ebeaea;
    padding-bottom: 50px;
    margin-bottom: 10px;
  }
}
.products .images-container .images {
  flex-wrap: wrap;
}
.products .items {
  margin-top: 10px;
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (max-width: 1440px) {
  .products .items {
    margin-left: -4px;
    margin-right: -4px;
  }
}
@media screen and (max-width: 760px) {
  .products .items {
    margin: 0;
  }
}
.products .items .item {
  width: calc( 100% / 4 );
  padding: 0px 8px;
  margin-bottom: 33px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .products .items .item {
    width: calc( 100% / 3 );
    padding: 0px 4px;
  }
}
@media screen and (max-width: 1300px) {
  .products .items .item {
    width: calc( 100% / 2 );
  }
}
@media screen and (max-width: 760px) {
  .products .items .item {
    width: calc( 100vw / 2 );
    margin-bottom: 15px;
  }
}
.products .items .item.hot-prod {
  background-color: #fee3ff;
}
.products .items .item .loader {
  display: none;
  margin: 20px auto;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 760px) {
  .products .items .item .loader {
    margin-top: 40px;
  }
}
.products .items .item .loader.active {
  display: block;
}
.products .items .item .product-photo-container {
  padding-top: 150%;
  width: 100%;
  position: relative;
}
.products .items .item .product-photo-container .choose-size-wrapper {
  opacity: 0;
  position: absolute;
  bottom: -112px;
  padding: 0px 3px 5px;
  background-color: rgba(255, 255, 255, 0.94);
  width: 100%;
  left: 0;
  text-align: center;
  z-index: -1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 760px) {
  .products .items .item .product-photo-container .choose-size-wrapper {
    display: none;
    bottom: 0px;
    position: fixed;
    padding: 0px 10px 20px;
  }
}
.products .items .item .product-photo-container .choose-size-wrapper.active {
  opacity: 1;
  bottom: 0px;
  transition: all 0.3s ease;
  z-index: 9;
}
@media screen and (max-width: 760px) {
  .products .items .item .product-photo-container .choose-size-wrapper.active {
    display: block;
    z-index: 101;
  }
}
.products .items .item .product-photo-container .choose-size-wrapper .close-sizes {
  position: absolute;
  right: 7px;
  top: 6px;
}
@media screen and (max-width: 760px) {
  .products .items .item .product-photo-container .choose-size-wrapper .close-sizes {
    right: 12px;
    top: 8px;
  }
}
.products .items .item .product-photo-container .choose-size-wrapper .close-sizes img {
  width: 11px;
}
@media screen and (max-width: 760px) {
  .products .items .item .product-photo-container .choose-size-wrapper .close-sizes img {
    width: 16px;
    top: 10px;
  }
}
.products .items .item .product-photo-container .choose-size-wrapper .choose-size-title {
  margin: 5px 0px 2px;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: 0.31px;
  color: #000;
  text-align: left;
  padding-left: 3px;
}
@media screen and (max-width: 760px) {
  .products .items .item .product-photo-container .choose-size-wrapper .choose-size-title {
    font-size: 14px;
    margin-bottom: 7px;
  }
}
.products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper {
  text-align: left;
  display: flex;
  flex-flow: row wrap;
}
.products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .phone-brand-select {
  margin-bottom: 5px;
}
.products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .select {
  height: auto;
  width: 100%;
  padding: 0px;
  border: none;
  border-radius: 0px;
  display: block;
  text-transform: none;
}
.products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .select::after {
  display: none;
}
.products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .select .val {
  display: none;
}
.products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .select .expander {
  display: block;
  border: none;
  border-radius: 0px;
  padding: 0px;
  box-shadow: none;
  position: static;
  background: transparent;
}
.products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .select .expander::after {
  display: none;
}
.products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .select .expander .expander-title {
  display: none;
}
.products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .select .expander .closer {
  display: none;
}
.products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .select .expander .select-item.select-kids-item {
  font-size: 15px;
  padding: 10px 5px;
}
.products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .select .expander .select-item.select-kids-item.active, .products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .select .expander .select-item.select-kids-item:hover, .products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .select .expander .select-item.select-kids-item:focus {
  background-color: transparent;
}
.products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .select-item:not(.select-case-brand):not(.select-case-model):not(.select-kids-item) {
  position: relative;
  width: calc(33.3% - 6px);
  height: 40px;
  background-color: #fff;
  border: 1px solid #4f4f4f;
  border-radius: 0px;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0px 3px;
  font-size: 14px;
  margin-bottom: 6px;
  color: #4f4f4f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 760px) {
  .products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .select-item:not(.select-case-brand):not(.select-case-model):not(.select-kids-item) {
    height: 45px;
    font-size: 14px;
  }
}
.products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .select-item:not(.select-case-brand):not(.select-case-model):not(.select-kids-item):hover {
  border-color: black;
}
.products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .select-item:not(.select-case-brand):not(.select-case-model):not(.select-kids-item).active {
  background-color: #000;
  color: #fff;
}
.products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .select-item:not(.select-case-brand):not(.select-case-model):not(.select-kids-item).no-stock {
  border: 1px solid #b0b0b0;
  color: #b0b0b0;
}
.products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .select-item:not(.select-case-brand):not(.select-case-model):not(.select-kids-item) .sign-for-availability {
  font-size: 12px;
}
.products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .select-item:not(.select-case-brand):not(.select-case-model):not(.select-kids-item) .hint {
  position: absolute;
  top: -5px;
  right: -5px;
  height: 16px;
  width: 16px;
  font-size: 10px;
  display: block;
  background-color: #322e2f;
  color: #fff;
  line-height: 16px;
}
.products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .select-size {
  padding: 0px 16px;
  margin-top: 15px;
  font-size: 14px;
  display: none;
}
@media screen and (max-width: 760px) {
  .products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .select-size {
    margin-top: 10px;
    font-size: 11px;
  }
}
.products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .alert {
  margin-bottom: -9px;
}
@media screen and (max-width: 760px) {
  .products .items .item .product-photo-container .choose-size-wrapper .sizes-wrapper .alert {
    width: 100%;
  }
}
.products .items .item .product-photo-container .choose-size-wrapper .size-chart {
  padding-top: 10px;
  position: relative;
  margin-top: 13px;
  display: inline-block;
}
.products .items .item .product-photo-container .choose-size-wrapper .size-chart::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  height: 2px;
  width: 238px;
  background-color: #e7e7e7;
}
@media screen and (max-width: 760px) {
  .products .items .item .product-photo-container .choose-size-wrapper .size-chart::after {
    width: 100%;
  }
}
.products .items .item .add-to-cart-favorite {
  text-align: center;
  white-space: inherit;
  width: 100%;
  border: none;
  border-radius: 0px;
  background-color: black;
  text-transform: none;
  height: 32px;
  line-height: 32px;
}
@media screen and (max-width: 760px) {
  .products .items .item .add-to-cart-favorite {
    font-size: 12px;
  }
}
.products .items .item .colors-and-rating {
  margin-top: 5px;
}
.products .items .item .favorite-size {
  position: absolute;
  width: 100%;
  top: -28px;
  background-color: white;
  padding: 2px 0px;
  font-size: 12px;
}
.products .items .item img.product-photo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}
.products .items .item .favorite-heart {
  top: 7px;
  right: 10px;
}
.products .items .item .favorite-heart img {
  position: absolute !important;
  top: 5px;
  right: 4px;
  width: 16px !important;
}
.products .items .item .badges {
  margin-bottom: 6px;
}
.products .items .item .badges .badge {
  margin-right: 5px;
}
.products .items .item .stars-wrapper {
  color: #555555;
  font-size: 10px;
}
.products .items .item .stars-wrapper .stars {
  width: 66px;
  height: 10px;
  background: url("../img/stars-empty@2x.png") 0% 50% no-repeat;
  background-size: cover;
  margin-right: 3px;
}
.products .items .item .stars-wrapper .stars .fill {
  height: 100%;
  background: url("../img/stars-full@2x.png") 0% 50% no-repeat;
  background-size: cover;
}
.products .items .item .stars-wrapper .reviews-count {
  height: 10px;
  line-height: 12px;
}
.products .items .item .title-wrap {
  width: 170px;
  margin-top: 5px;
  margin-bottom: 0px;
}
@media screen and (max-width: 350px) {
  .products .items .item .title-wrap {
    width: 150px;
  }
}
.products .items .item .title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.58;
  color: #000000;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}
.products .items .item .cross-sale-product-info {
  position: relative;
}
.products .items .item .sold-out {
  position: absolute;
  left: 50%;
  top: -110px;
  transform: translateX(-50%);
  background-color: rgba(26, 25, 25, 0.63);
  text-transform: uppercase;
  font-size: inherit;
  padding: 10px;
  color: white;
  border: 1px solid white;
  white-space: nowrap;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  .products .items .item .sold-out {
    top: -85px;
    width: 70%;
    left: 15%;
    transform: none;
    text-align: center;
    white-space: inherit;
  }
  .products .items .item .sold-out.sale {
    font-size: 11px;
  }
}
.products .items .item .sold-out.sale {
  text-transform: none;
}
.products .items .item .sold-out.new-style {
  position: static;
  border: none;
  width: 100%;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: 0.7px;
  height: 32px;
  line-height: 32px;
  padding: 0px;
  margin-bottom: 5px;
  text-align: center;
  transform: none;
}
@media screen and (max-width: 760px) {
  .products .items .item .sold-out.new-style {
    font-size: 12px;
  }
}
.products .items .item .price {
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.26px;
  color: #555555;
}
@media screen and (max-width: 760px) {
  .products .items.single-product-mode .item {
    width: 100%;
  }
}
.products .items.single-product-mode .title-wrap {
  width: 100%;
}

.product-info-box {
  width: 100%;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 760px) {
  .product-info-box {
    flex-wrap: wrap;
  }
}
.product-info-box.no-colors {
  margin-top: 5px;
}
.product-info-box .stars-wrapper {
  margin-right: auto;
}
.product-info-box .more {
  font-size: 11px;
  color: #000;
  margin-left: 2px;
  height: 14px;
  line-height: 16px;
}
@media screen and (max-width: 380px) {
  .product-info-box .more {
    display: none;
  }
}

.swipe-dotted {
  display: none;
  margin-top: 6px;
}
@media screen and (max-width: 760px) {
  .swipe-dotted {
    display: flex;
  }
}
.swipe-dotted > div {
  width: 6px;
  height: 6px;
  border: 1px solid #888;
  border-radius: 50px;
}
.swipe-dotted > div.active {
  background: #f04793;
  border-color: #f04793;
}