
.ps-block--products-of-category {
  margin-top: 50px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
}

.ps-block--products-of-category > * {
  width: 100%;
}

.ps-block--products-of-category .ps-block__categories {
  position: relative;
  /* padding: 30px 20px 40px 30px; */
  background-color: rgb(248, 249, 216);
  max-width: 20%;
  /* JV */
  padding: 30px 20px 80px 30px;
}

.ps-block--products-of-category .p-4 {
  padding-top: 0px!important;
}

.ps-block--products-of-category .ps-block__categories h3 {
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 24px;
}

.ps-block--products-of-category .ps-block__categories ul li a {
  display: block;
  padding: 3px 0;
  line-height: 20px;
  color: #000;
}

.ps-block--products-of-category .ps-block__categories ul li a:hover {
  color: #fcb800;
}

.ps-block--products-of-category .ps-block__categories .ps-block__more-link {
  position: absolute;
  bottom: 45px;
  left: 30px;
  font-style: italic;
  color: #666;
}

.ps-block--products-of-category .ps-block__slider {
  max-width: 24%;
}

.ps-block--products-of-category .ps-block__slider a {
  display: block;
}

.ps-block--products-of-category .ps-block__slider a img {
  width: 100%;
}

.ps-block--products-of-category .ps-block__product-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

.ps-block--products-of-category .ps-block__product-box > * {
  /* JV */
  max-width: 33.333333%;
  /* max-width: 100%; */
}

.ps-block--products-of-category .ps-product--simple {
  background-color: #fff;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

.ps-block--products-of-category .ps-product--simple:hover {
  border-color: #e1e1e1;
  border-left-color: transparent;
}



@media (max-width: 991px) {
  .ps-block--products-of-category {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .ps-block--products-of-category .ps-block__categories {
    max-width: 100%;
  }
  .ps-block--products-of-category .ps-block__categories h3 {
    margin-bottom: 20px;
  }
  .ps-block--products-of-category .ps-block__categories ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .ps-block--products-of-category .ps-block__categories ul li:last-child {
    margin-right: 0;
  }
  .ps-block--products-of-category .ps-block__categories .ps-block__more-link {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .ps-block--products-of-category .ps-block__product-box {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .ps-block--products-of-category {
    margin-bottom: 50px;
  }
  .ps-block--products-of-category .ps-block__product-box {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
  }
  .ps-block--products-of-category .ps-block__product-box > * {
    max-width: 50%;
    flex-basis: 50%;
  }
  .ps-block--products-of-category .ps-product--simple {
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-right: none;
    border-bottom: none;
  }
}

@media (max-width: 479px) {
  .ps-block--products-of-category {
    margin-bottom: 35px;
  }
  .ps-block--products-of-category .ps-product--simple {
    padding: 10px;
  }
}





.ps-product--detail {
  margin-bottom: 5rem;
}

.ps-product--detail h1 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #000;
  font-weight: 400;
  line-height: 1.2;
}

.ps-product--detail .slick-slide {
  outline: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.ps-product--detail .slick-slide:focus, .ps-product--detail .slick-slide:active, .ps-product--detail .slick-slide:hover {
  outline: none;
}

.ps-product--detail .ps-product__variants .item {
  margin-bottom: 10px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}

.ps-product--detail .ps-product__variants .item img {
  opacity: .5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.ps-product--detail .ps-product__variants .item .ps-video {
  position: relative;
  z-index: 10;
}

.ps-product--detail .ps-product__variants .item .ps-video:before {
  content: "\f04b";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  z-index: 20;
}

.ps-product--detail .ps-product__variants .item:last-child {
  margin-bottom: 0;
}

.ps-product--detail .ps-product__variants .item.slick-current {
  border-color: #fcb800;
}

.ps-product--detail .ps-product__variants .item.slick-current img {
  opacity: 1;
}

.ps-product--detail .ps-product__variants .item:hover img {
  width: 100%;
  opacity: 1;
}

.ps-product--detail .ps-product__gallery {
  position: relative;
}

.ps-product--detail .ps-product__gallery .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  width: 35px;
  height: 35px;
  color: #000;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
}

.ps-product--detail .ps-product__gallery .slick-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ps-product--detail .ps-product__gallery .slick-arrow:first-child {
  left: 20px;
}

.ps-product--detail .ps-product__gallery .slick-arrow:last-child {
  right: 10px;
}

.ps-product--detail .ps-product__gallery .slick-arrow:hover {
  background-color: #fcb800;
  color: #fff;
}

.ps-product--detail .ps-product__gallery:hover .item:before {
  visibility: visible;
  opacity: 1;
}

.ps-product--detail .ps-product__gallery:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}

.ps-product--detail .ps-product__video a {
  vertical-align: middle;
}

.ps-product--detail .ps-product__video a:hover.ps-btn--black {
  background-color: #fcb800;
  border-color: #fcb800;
}

.ps-product--detail .ps-product__video i {
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}

.ps-product--detail .ps-product__badge {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 30;
  padding: 0 5px;
  background-color: #fe9931;
}

.ps-product--detail .ps-product__badge i {
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1.2em;
  font-size: 1.3rem;
  letter-spacing: .2em;
}

.ps-product--detail .ps-product__info {
  text-align: left;
}

.ps-product--detail .ps-product__meta {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.ps-product--detail .ps-product__meta p {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 20px;
}

.ps-product--detail .ps-product__meta p a {
  color: #06c;
}

.ps-product--detail .ps-product__meta p:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #cccccc;
}

.ps-product--detail .ps-product__meta .ps-product__rating {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
}

.ps-product--detail .ps-product__meta .ps-product__rating .br-wrapper a {
  font-size: 14px;
}

.ps-product--detail .ps-product__meta .ps-product__rating span {
  margin-left: 10px;
  color: #666;
}

.ps-product--detail .ps-product__price {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.ps-product--detail .ps-product__price.sale {
  color: #ec0101;
}

.ps-product--detail .ps-product__price.sale del {
  margin-right: 10px;
  font-size: 22px;
  color: #666;
}

.ps-product--detail .ps-product__price del {
  font-style: normal;
  color: #bcbcbc;
  font-size: 1.3rem;
}

.ps-product--detail .ps-product__price.sale del {
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
}

.ps-product--detail .ps-product__price.sale small {
  font-size: 16px;
  font-weight: 500;
}

.ps-product--detail .ps-product__desc {
  margin-bottom: 20px;
}

.ps-product--detail .ps-product__desc p {
  color: #000;
}

.ps-product--detail .ps-product__desc p a {
  /* text-transform: uppercase; */
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
}

.ps-product--detail .ps-product__desc p a:hover {
  /* text-transform: uppercase; */
  font-weight: 600;
  color: orange;
  background: black;
  font-size: 16px;
}


.ps-product--detail .ps-product__desc p strong {
  font-weight: 600;
}

.ps-product--detail .ps-product__desc .ps-tag--in-stock {
  font-size: 14px;
}

.ps-product--detail .ps-product__desc .ps-tag--out-stock {
  color: red;
  text-transform: none;
  font-size: 14px;
}

.ps-product--detail .ps-product__desc ul {
  list-style-type: none;
}

.ps-product--detail .ps-product__desc ul li {
  color: black;
  margin-right: 10px;
}

.ps-product--detail .ps-product__desc ul li:before {
  top: 6px;
  background-color: #999;
  width: 6px;
  height: 6px;
}

.ps-product--detail .ps-product__shopping {
  display: -webkit-box;
  display: flex;
  margin-bottom: 3rem;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #e1e1e1;
}

.ps-product--detail .ps-product__shopping > * {
  margin-right: 30px;
}

.ps-product--detail .ps-product__shopping figure figcaption {
  margin-bottom: 4px;
}

.ps-product--detail .ps-product__shopping .form-group--number {
  max-width: 115px;
}

.ps-product--detail .ps-product__shopping .form-group--number input {
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.25);
}

.ps-product--detail .ps-product__shopping .form-group--number i {
  color: rgba(0, 0, 0, 0.25);
}

.ps-product--detail .ps-product__shopping .ps-btn {
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
  vertical-align: top;
  max-height: 50px;
  font-size: 18px;
}

.ps-product--detail .ps-product__shopping .ps-btn.ps-btn--black {
  color: #fff;
}

.ps-product--detail .ps-product__shopping .ps-btn--gray {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.ps-product--detail .ps-product__shopping .ps-product__favorite {
  position: relative;
  display: inline-block;
  margin-right: 0;
  width: 40px;
  height: 40px;
  vertical-align: top;
  border: 1px solid #000;
  border-radius: 50%;
}

.ps-product--detail .ps-product__shopping .ps-product__favorite i {
  padding-top: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ps-product--detail .ps-product__shopping .ps-product__favorite:hover {
  border-color: #fcb800;
}

.ps-product--detail .ps-product__shopping .ps-product__actions {
  margin-right: 0;
}

.ps-product--detail .ps-product__shopping .ps-product__actions a {
  display: inline-block;
  margin-right: 20px;
  font-size: 26px;
  color: #999;
}

.ps-product--detail .ps-product__shopping .ps-product__actions a:last-child {
  margin-right: 0;
}

.ps-product--detail .ps-product__shopping.extend {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
}

.ps-product--detail .ps-product__shopping.extend > * {
  margin-right: 0;
}

.ps-product--detail .ps-product__shopping.extend .ps-product__btn-group {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
  max-width: 420px;
}

.ps-product--detail .ps-product__shopping.extend .ps-product__btn-group .ps-btn {
  min-width: 180px;
  text-align: center;
}

.ps-product--detail .ps-product__shopping.extend > .ps-btn {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1365px) {
  .ps-product--detail .ps-product__shopping {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .ps-product--detail .ps-product__shopping figure, .ps-product--detail .ps-product__shopping .ps-btn {
    margin-right: 10px;
  }
}

@media (max-width: 1679px) {
  .ps-product--detail .ps-product__shopping {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .ps-product--detail .ps-product__shopping > * {
    margin-right: 10px;
  }
  .ps-product--detail .ps-product__shopping .ps-btn {
    margin-right: 10px;
    text-align: center;
  }
}

.ps-product--detail .ps-product__links {
  margin-bottom: 3rem;
}

.ps-product--detail .ps-product__links a {
  display: inline-block;
  margin-right: 20px;
  font-weight: 600;
  color: #000;
}

.ps-product--detail .ps-product__links a:hover {
  color: #fcb800;
}

.ps-product--detail .ps-product__specification {
  margin-bottom: 10px;
}

.ps-product--detail .ps-product__specification .report {
  text-decoration: underline;
}

.ps-product--detail .ps-product__specification .in-stock {
  color: #8bc500;
  font-weight: 600;
}

.ps-product--detail .ps-product__specification p {
  color: #000;
  margin-bottom: 0;
}

.ps-product--detail .ps-product__specification p strong {
  font-weight: 400;
  margin-right: 5px;
}

.ps-product--detail .ps-product__specification p a {
  color: #666;
}

.ps-product--detail .ps-product__specification p a:hover {
  color: #fcb800;
}

.ps-product--detail .ps-product__specification p.categories a {
  color: #09c;
}

.ps-product--detail .ps-product__sharing {
  padding-top: 2rem;
  margin-bottom: 0;
}

.ps-product--detail .ps-product__sharing p {
  line-height: 30px;
  color: #000;
  font-weight: 500;
}

.ps-product--detail .ps-product__sharing a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  vertical-align: top;
}

.ps-product--detail .ps-product__sharing a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #ffffff;
}

.ps-product--detail .ps-product__sharing a:last-child {
  margin-right: 0;
}

.ps-product--detail .ps-product__sharing a:hover {
  color: #fff;
  background-color: #fcb800;
}

.ps-product--detail .ps-product__sharing a.facebook {
  background-color: #3b5999;
}

.ps-product--detail .ps-product__sharing a.twitter {
  background-color: #55acee;
}

.ps-product--detail .ps-product__sharing a.google {
  background-color: #dd4b39;
}

.ps-product--detail .ps-product__sharing a.linkedin {
  background-color: #0077B5;
}

.ps-product--detail .ps-product__bundle {
  margin-bottom: 2rem;
}

.ps-product--detail .ps-product__bundle h4 {
  font-weight: 600;
  font-size: 2.1rem;
}

.ps-product--detail .ps-product__bundle .form-group {
  margin-bottom: 15px;
}

.ps-product--detail .ps-product__bundle p {
  margin-bottom: 15px;
}

.ps-product--detail .ps-product__bundle p strong {
  font-weight: 600;
  color: #696969;
}

.ps-product--detail .ps-product__bundle .ps-checkbox {
  margin-bottom: 10px;
}

.ps-product--detail .ps-product__bundle-item p {
  margin-bottom: 0;
}

.ps-product--detail .ps-product__bundle-item img {
  margin-bottom: 10px;
  max-width: 100px;
}

.ps-product--detail .ps-product__bundle-item span {
  padding: 0 5px;
}

@media (max-width: 479px) {
  .ps-product--detail .ps-product__bundle-item img {
    max-width: 50px;
  }
}

.ps-product--detail .ps-product__group img {
  max-width: 80px;
}

.ps-product--detail .ps-product__group .form-group--number {
  min-width: 100px;
}

.ps-product--detail .ps-product__group .form-group--number .form-control {
  border-radius: 0;
}

.ps-product--detail .ps-product__group table tr td {
  padding: 10px;
}

.ps-product--detail .ps-product__group table tr td a {
  color: #000;
}

.ps-product--detail .ps-product__group table tr td a:hover {
  color: #666;
}

.ps-product--detail .ps-product__group table tr td:nth-child(2) {
  min-width: 230px;
}

.ps-product--detail .ps-gallery__item {
  display: block;
}

.ps-product--detail .ps-product__variations {
  margin-bottom: 2rem;
}

.ps-product--detail .ps-product__variations figure {
  margin-bottom: 15px;
}

.ps-product--detail .ps-product__variations figure figcaption {
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

.ps-product--detail .ps-product__variations figure figcaption strong {
  color: #000;
}

.ps-product--detail .ps-product__progress-bar {
  display: block;
  width: 100%;
}

.ps-product--detail .ps-product__progress-bar .ps-progress__value {
  margin-bottom: 5px;
  position: relative;
  display: block;
  height: 20px;
  background-color: #e4e4e4;
}

.ps-product--detail .ps-product__progress-bar .ps-progress__value > span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  background-color: #fcb800;
  width: 50%;
}

.ps-product--detail .ps-product__progress-bar p {
  margin-bottom: 0;
}

.ps-product--detail .ps-product__progress-bar p > b {
  color: #690;
}

.ps-product--detail .ps-product__countdown {
  margin-bottom: 25px;
  padding: 20px;
  background-color: #f4f4f4;
}

.ps-product--detail .ps-product__countdown figure {
  display: -webkit-box;
  display: flex;
  margin-bottom: 20px;
}

.ps-product--detail .ps-product__countdown figure > * {
  width: 100%;
}

.ps-product--detail .ps-product__countdown figure figcaption {
  max-width: 260px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  padding-right: 20px;
}

.ps-product--detail .ps-product__countdown .ps-countdown li {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-right: 10px;
  text-align: center;
}

.ps-product--detail .ps-product__countdown .ps-countdown li:after {
  content: ':';
  color: #666;
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 0;
  font-weight: 600;
}

.ps-product--detail .ps-product__countdown .ps-countdown li span {
  display: -webkit-box;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  font-size: 30px;
  color: red;
  font-weight: 600;
}

.ps-product--detail .ps-product__countdown .ps-countdown li p {
  margin-bottom: 0;
}

.ps-product--detail .ps-product__countdown .ps-countdown li:last-child {
  margin-right: 0;
}

.ps-product--detail .ps-product__countdown .ps-countdown li:last-child:after {
  display: none;
}

@media (max-width: 1680px) {
  .ps-product--detail .ps-product__countdown figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
  }
  .ps-product--detail .ps-product__countdown figure figcaption {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .ps-product--detail .ps-product__countdown figure figcaption {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
  }
  .ps-product--detail .ps-product__countdown .ps-countdown {
    display: -webkit-box;
    display: flex;
    max-width: 320px;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .ps-product--detail .ps-product__countdown .ps-countdown li span {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .ps-product--detail .ps-product__countdown .ps-countdown li p {
    display: none;
  }
}

.ps-product--detail .ps-product__thumbnail {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-flow: row-reverse nowrap;
  align-content: flex-start;
}

.ps-product--detail .ps-product__thumbnail > * {
  width: 100%;
}

.ps-product--detail .ps-product__thumbnail .ps-product__badge {
  width: auto;
}

.ps-product--detail .ps-product__thumbnail figure {
  position: relative;
  display: block;
  max-width: calc(100% - 60px);
  padding-left: 10px;
}

.ps-product--detail .ps-product__thumbnail .ps-product__variants {
  max-width: 60px;
  width: 100%;
  min-width: 60px;
}

.ps-product--detail .ps-product__thumbnail .ps-product__video {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 20;
}

.ps-product--detail .ps-product__thumbnail .ps-wrapper {
  position: relative;
}

.ps-product--detail .ps-product__heading {
  margin-bottom: 40px;
  margin-top: 10px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid #e1e1e1;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] figure {
  max-width: 100%;
  padding-left: 0;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__variants {
  max-width: 100%;
  text-align: center;
  width: 100%;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .item {
  margin-bottom: 0;
  margin-right: 10px;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .item.slick-active:last-child {
  margin-right: 0;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-list {
  margin-right: -10px;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:first-child {
  left: -20px;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:first-child i:before {
  content: "\f104";
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:last-child {
  right: 0px;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:last-child i:before {
  content: "\f105";
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__variants .slick-arrow:hover i {
  color: #000;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__gallery {
  margin-bottom: 10px;
}

.ps-product--detail .ps-product__thumbnail[data-vertical='false'] .ps-product__gallery img {
  width: 100%;
}

.ps-product--detail .ps-product__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  padding-bottom: 30px;
}

.ps-product--detail .ps-product__header > * {
  width: 100%;
}

.ps-product--detail .ps-product__header .ps-product__thumbnail {
  /* max-width: 43%; */
  /* JV */
  max-width: 25%;
}

.ps-product--detail .ps-product__header .ps-product__info {
  max-width: 60%;
  background: #f6eaba;
  border-radius: 25px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 20px;
  margin-left: 20px;
}

.ps-product--detail > .ps-product__content {
  padding-top: 100px;
}

.ps-product--detail .ps-tab-list {
  position: relative;
  display: block;
  margin: 0 0 50px;
  padding-left: 0;
  border-bottom: 1px solid #e1e1e1;
}

.ps-product--detail .ps-tab-list li {
  display: inline-block;
}

.ps-product--detail .ps-tab-list li a {
  position: relative;
  display: block;
  color: #999999;
  font-size: 20px;
  padding: 15px 20px;
  line-height: 20px;
  font-weight: 600;
}

.ps-product--detail .ps-tab-list li a:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fcb800;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.ps-product--detail .ps-tab-list li a:hover {
  color: #000;
}

.ps-product--detail .ps-tab-list li a:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.ps-product--detail .ps-tab-list li:last-child {
  margin-right: 0;
}

.ps-product--detail .ps-tab-list li.active a {
  color: #000;
  border-color: #000;
}

.ps-product--detail .ps-tab-list li.active a:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.ps-product--detail .ps-tab p {
  margin-bottom: 25px;
}

.ps-product--detail .ps-product .ps-product__price {
  font-size: 16px;
  font-weight: 400;
}

.ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
}

.ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail figure {
  padding-left: 0;
  padding-right: 10px;
}

@media (max-width: 1199px) {

  .ps-block--products-of-category {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .ps-block--products-of-category .ps-block__categories {
    max-width: 100%;
  }
  .ps-block--products-of-category .ps-block__categories h3 {
    margin-bottom: 20px;
  }
  .ps-block--products-of-category .ps-block__categories ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .ps-block--products-of-category .ps-block__categories ul li:last-child {
    margin-right: 0;
  }
  .ps-block--products-of-category .ps-block__categories .ps-block__more-link {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .ps-block--products-of-category .ps-block__product-box {
    width: 100%;
  }
  .ps-block--products-of-category .ps-block__categories{
    text-align: center;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
  }
  .ps-block--products-of-category .ps-block__categories .ps-block{
    margin-top: 20px;
  }
  .ps-product--detail .ps-product__header .ps-product__info {
    max-width: 70%;
  }

  .ps-product--detail .ps-product__thumbnail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
  }
  .ps-product--detail .ps-product__thumbnail figure {
    /* JV */
    /* margin-bottom: 30px; */
    margin-bottom: 20px;
    padding: 0;
    /* JV */
    /* width: 100%; */
    width: 150px;
    max-width: 100%;
  }
  .ps-product--detail .ps-product__thumbnail .ps-product__variants {
    position: relative;
    padding: 0 40px;
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .ps-product--detail .ps-product__thumbnail .ps-product__variants .item {
    border: none;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .ps-product--detail .ps-product__thumbnail .ps-product__variants .slick-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
  }
  .ps-product--detail .ps-product__thumbnail .ps-product__variants .slick-arrow:first-child {
    left: 0;
  }
  .ps-product--detail .ps-product__thumbnail .ps-product__variants .slick-arrow:last-child {
    right: 0;
  }
  .ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail figure {
    padding-left: 0;
    padding-right: 0;
  }
  .ps-product--detail .ps-product__header .ps-product__info .ps-product__vendor{
    padding-top: 20px;
    padding-left: 20px;
  }
}

.ps-product--detail .ps-product__header .ps-product__info .ps-product__vendor{
  padding-top: 20px;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .ps-product--detail .ps-product__header .ps-product__thumbnail {
    padding-right: 0;
  }
  .ps-product--detail .ps-product__header .ps-product__info {
    padding-left: 3rem;
  }
  .ps-product--detail .ps-product__shopping .form-group--number {
    max-width: 100px;
  }
  .ps-product--detail .ps-product__thumbnail {
    padding-right: 0;
  }
  .ps-product--detail > .ps-product__content {
    padding-top: 75px;
  }
  .ps-product--detail > .ps-product__content .tab-list li {
    margin-right: 3rem;
  }
  .ps-product--detail > .ps-product__content .tab-list li a {
    font-size: 1.4rem;
  }
  .ps-product--detail .ps-product__header .ps-product__info{
    margin-left: 0px;
  }
  .ps-product--detail .ps-product__header .ps-product__info .ps-product__vendor{
    padding-top: 20px;
    padding-left: 20px;
  }
}

/* 
SEARCH HOME
 */
@media (max-width: 767px) {
  .ps-product--detail .ps-product__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
    align-content: center;  
  }
  .ps-product--detail .ps-product__header .ps-product__thumbnail {
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    align-content: center;
  }
  .ps-product--detail .ps-product__header .ps-product__info {
    width: 100%;
    padding-left: 0;
    max-width: 100%;
  }
  .ps-product--detail .ps-product__header .ps-product__info .ps-product__vendor{
    padding-top: 20px;
    padding-left: 20px;
  }
  .ps-product--detail .ps-product__header .ps-product__info .rednet-search-page__left-liks{
    padding-left: 20px;
  }

  .ps-product--detail h1 {
    font-size: 2.4rem;
  }
  .ps-product--detail .ps-product__sharing {
    text-align: left;
  }
  .ps-product--detail > .ps-product__content {
    padding-top: 50px;
  }
  .ps-product--detail > .ps-product__content .ps-tab-list li {
    display: block;
    margin-right: 0;
  }
  .ps-product--detail > .ps-product__content .ps-tab-list li a {
    display: block;
    padding: 5px 0;
    font-size: 18px;
  }
  .ps-product--detail > .ps-product__content .ps-tab-list li a:before {
    display: none;
  }

}

/* @media (max-width: 1199px) {
  .ps-product--detail .ps-product__header{
    margin-top: 0px;
    margin-left: 20px;
  }
} */

@media (max-width: 479px) {
  .ps-product--detail .ps-product__meta p {
    float: none;
    margin-bottom: 1rem;
  }
  .ps-product--detail .ps-product__meta > a {
    display: block;
    float: none;
    padding-left: 0;
  }
  .ps-product--detail .ps-product__shopping {
    display: block;
  }
  .ps-product--detail .ps-product__shopping figure {
    width: 100%;
  }
  .ps-product--detail .ps-product__shopping figure .form-group--number {
    width: 100%;
    max-width: 100%;
  }
  .ps-product--detail .ps-product__shopping .ps-btn {
    width: 100%;
    margin-right: 0;
  }
}

.ps-section--gray .ps-block--products-of-category .ps-container {
  padding: 0px;
}

@media (max-width: 375px) {
  .ps-product--detail .ps-product__shopping .ps-form--number {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1rem;
  }
  .ps-product--detail .ps-product__shopping .ps-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ps-product--detail .ps-product__shopping button {
    width: 100%;
  }
}

.ps-section--gray {
  padding: 70px 0;
  /* background-color: #f4f5f5; */
  background-color: white;
}

@media (max-width: 767px) {
  .ps-section--gray {
    padding: 50px 0;
  }
}

@media (max-width: 479px) {
  .ps-section--gray {
    padding: 35px 0;
  }
}

.ps-vendor-dashboard .ps-section__header {
  padding: 100px 0;
}

.ps-vendor-dashboard .ps-section__header h3 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 30px;
}

.ps-vendor-dashboard .ps-section__header p {
  color: #ccc;
  font-size: 16px;
  max-width: 860px;
}

.ps-vendor-dashboard .ps-section__links {
  background-color: #f9df89;
  text-align: center;
  padding: 20px 0;
}

.ps-vendor-dashboard .ps-section__links li {
  display: inline-block;
  margin-right: 30px;
}

.ps-vendor-dashboard .ps-section__links li a {
  font-size: 18px;
  font-weight: 600;
  color: black;
  line-height: 20px;
  /* JV */
  cursor: pointer;
}

.ps-vendor-dashboard .ps-section__links li a:hover {
  color: orange;
}

.ps-vendor-dashboard .ps-section__links hr {
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px orange;
}

.ps-vendor-dashboard .ps-section__links li:last-child {
  margin-right: 0;
}

.ps-vendor-dashboard .ps-section__links li.active a {
  color: #000;
}

@media (max-width: 767px) {
  .ps-vendor-dashboard .ps-section__header {
    padding: 60px 0;
  }
  .ps-vendor-dashboard .ps-section__header h3 {
    font-size: 36px;
  }
  .ps-vendor-dashboard .ps-section__header p {
    font-size: 14px;
  }
  .ps-vendor-dashboard .ps-section__links li {
    margin-bottom: 4px;
  }
  .ps-vendor-dashboard .ps-section__links li a {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .ps-vendor-dashboard .ps-section__header {
    padding: 50px 0;
  }
  .ps-vendor-dashboard .ps-section__header h3 {
    margin-bottom: 20px;
    font-size: 28px;
  }
}

.ps-product__header .ps-product__info .ps-product__desc hr {
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px orange;
}