/* [ product thumb */
.product-thumb {
  background-color: #fff;
  cursor: auto;
  text-align: left;
  white-space: normal;
}

.product-thumb-picture {
  margin-bottom: 15px;
}

.product-thumb-info {
  position: relative;
  height: 105px;
  padding: 0;
  text-align: left;
}

.product-thumb-brand {
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: bold;
}

.product-thumb-name {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.2em;
}

.product-thumb-price-container {
  font-size: 11px;
}

.product-thumb-price-content {
  font-size: 12px;
}

.product-thumb-price {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.product-thumb-from {
  color: #999;
  font-size: 10px;
  font-weight: normal;
}

/* ] */
/* Carousel style */
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}

.swipe-wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.swipe-wrap > .item {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center 0;
}

/* end Carousel style */
/* Fix */
/* Fix textarea unselectable on Iphone/IPad */
textarea {
  -webkit-user-select: auto;
  -ms-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}

html {
  margin-top: 0px !important;
}

/* end Fix */
/* Step detection */
body:after {
  content: "1";
  display: none;
}

@media (min-width: 768px) {
  body:after {
    content: '2';
  }
}

@media (min-width: 992px) {
  body:after {
    content: '3';
  }
}

@media (min-width: 1200px) {
  body:after {
    content: '4';
  }
}

/* end Step detection */
/* Global styling */
.form-block {
  margin-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
}

/* end Global styling */
/* Catalog styling */
.catalog-block {
  position: relative;
  margin-bottom: 30px;
}

.catalog-block.small-margin {
  margin-bottom: 15px;
}

.catalog-subtitle {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.rounded-link {
  display: inline-block;
  margin: 0 7px 15px;
  padding: 10px;
  border-radius: 25px;
  background-color: #fff;
  font-size: 13px;
}

.discovered-area {
  padding-top: 20px;
  padding-bottom: 5px;
  background-color: #fbfaf8;
}

.discovered-area-content {
  text-align: center;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .catalog-block {
    margin-bottom: 50px;
  }
  .catalog-subtitle {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .rounded-link {
    margin: 0 15px 25px;
    padding: 12px 15px;
  }
  .discovered-area-content {
    overflow: visible;
    white-space: normal;
  }
}

@media (min-width: 992px) {
  .catalog-block {
    margin-bottom: 70px;
  }
}

/* end Catalog styling */
.toggle-gradient {
  padding: 15px;
}

.toggle-gradient-white {
  position: relative;
}

.toggle-gradient-white:not(.opened)::after {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  bottom: 0;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.toggle-text h2 {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

.toggle-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  min-height: 30px;
}

.toggle-title:hover {
  cursor: pointer;
}

.toggle-target {
  overflow: hidden;
}

.toggle-trigger:hover {
  cursor: pointer;
}

/*** style pdp & plp ***/
.chevron {
  position: relative;
}

.chevron::after {
  background: url("/m/images/navigation/sprite-pagelist.png") no-repeat scroll -41px -3px;
  content: "";
  height: 9px;
  margin-top: -4.5px;
  position: absolute;
  right: 5%;
  top: 50%;
  width: 14px;
}

.chevron-down::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}

.chevron-left::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.chevron-right::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
}

.chevron-up::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.content-opacity {
  opacity: .5;
}
