.slick-slide:focus {
  outline: none;
}

.slider img {
  margin: 0 auto;
}

.product-name {
  font-size: 1.4rem;
}

span.brand-name {
  font-size: 1.6rem;
  margin: auto;
}

.product-description {
  flex-direction: column;
}
.product-description p {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.description p {
  margin-bottom: 1.5rem;
  width: 100%;
}
.description p strong {
  font-family: "Roboto,bold";
}
.description ul {
  padding-left: 15px;
  margin-bottom: 1.5rem;
}

.terms_and_conditions ul {
  padding-left: 15px;
}

.size-guide {
  z-index: 99;
  position: absolute;
  right: 30px;
}
.size-guide.fixed {
  position: fixed !important;
}

.women {
  margin-top: 10px;
  line-height: 20px !important;
}

.colour-patch {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  border: solid 1px;
  border-color: darkgrey;
}
.colour-patch img {
  width: 100%;
  height: 100%;
}

.colour-patch.active-color {
  border: solid 2px;
  border-color: #1D428A;
}

.colour-patch > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.variants > div > .variant {
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #E6E6E6;
  border-radius: 50%;
}

.variants > div > .variant > .indicator {
  display: inline-block;
  font-size: 1.2rem;
}

.variants > div input:checked + div {
  font-weight: 1000;
  background-color: #1D428A;
  color: #FFFFFF;
}

.variants > div input:disabled + div {
  text-decoration: line-through;
  color: #E6E6E6;
}

.size-chart {
  padding-bottom: 0.2rem;
  border-bottom: 0.1rem solid grey;
}

.size-chart-modal {
  width: 40%;
  max-height: 50rem;
}

.add-to-bag {
  font-weight: 1000;
  height: 4rem;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.go-to-bag {
  font-weight: 1000;
  height: 4rem;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.add-wishlist, .sold-out, .notify-user {
  font-weight: 1000;
  height: 4rem;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.quantity-picker {
  padding: 0.75rem 1rem;
  border-radius: 0.4rem;
  line-height: 1;
}
.quantity-picker input {
  border: none;
  background-color: #EBECEE;
  width: 2.5rem;
  font-size: 1.6rem !important;
}

.product-tag {
  z-index: 1;
  color: #FFFFFF;
  padding: 0.5rem;
  position: absolute;
}

.image-expand {
  position: relative;
  z-index: 5000;
  float: right;
  right: 35px;
}

.image-expand .image-expand-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5px;
  left: 0;
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  right: 11px;
  font-size: 12px;
  box-shadow: 1px 1px 6px #ffffff;
}

.expand-icon {
  color: #717D7E;
}

.image-expand .image-expand-icon:hover {
  transform: scale(1.1);
  color: #515A5A;
}

.image-box video {
  width: 100%;
  height: 43rem;
}

.zoom > .image-box {
  max-width: 100%;
}

.product-price {
  font-size: 1.6rem;
}

.product-name, .sku, .color, .select-gift-card {
  font-size: 1.4rem;
}

.product-detail ul {
  list-style-position: inside;
}
.product-detail ul li {
  line-height: 1.8;
}

.slider-arrow-left {
  position: absolute;
  top: 50%;
  padding: 0.4rem;
  background-color: #a5b3d0;
  display: inline-block;
  left: -2%;
  border-radius: 0.4rem;
  z-index: 1;
}

.slider-arrow-right {
  padding: 0.4rem;
  background-color: #a5b3d0;
  display: inline-block;
  position: absolute;
  border-radius: 0.4rem;
  right: -2%;
  top: 50%;
}

#products-suggestion {
  display: flex;
}

#products-suggestion .product-suggestion-slider, #recently-viewed-products-section .product-suggestion-slider {
  padding: 3.5rem 0;
}
#products-suggestion .product-suggestion-slider .slick-prev:before,
#products-suggestion .product-suggestion-slider .slick-next:before, #recently-viewed-products-section .product-suggestion-slider .slick-prev:before,
#recently-viewed-products-section .product-suggestion-slider .slick-next:before {
  color: grey;
}
#products-suggestion .product-name, #recently-viewed-products-section .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#products-suggestion .product, #recently-viewed-products-section .product {
  padding: 1rem 0.5rem;
}
#products-suggestion .product .info, #recently-viewed-products-section .product .info {
  min-height: 9rem;
  text-align: center;
  text-transform: uppercase;
}
#products-suggestion .product .info > div, #recently-viewed-products-section .product .info > div {
  display: block;
  font-weight: normal !important;
}
#products-suggestion .product .info > div.brand-name, #recently-viewed-products-section .product .info > div.brand-name {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#products-suggestion .product .info > div.product-name, #recently-viewed-products-section .product .info > div.product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 4.5rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#products-suggestion .product .img-hover, #recently-viewed-products-section .product .img-hover {
  display: none;
}
#products-suggestion .product .img-normal, #recently-viewed-products-section .product .img-normal {
  display: block;
}
#products-suggestion .product:hover .img-normal, #recently-viewed-products-section .product:hover .img-normal {
  display: none;
}
#products-suggestion .product:hover .img-hover, #recently-viewed-products-section .product:hover .img-hover {
  display: block;
}
#products-suggestion .img-box > img, #products-suggestion .img-box1 > img, #recently-viewed-products-section .img-box > img, #recently-viewed-products-section .img-box1 > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
#products-suggestion .img-switch, #recently-viewed-products-section .img-switch {
  height: 0;
  position: relative;
  background-color: transparent;
  overflow: hidden;
}
#products-suggestion .img-switch.img-box, #recently-viewed-products-section .img-switch.img-box {
  padding-bottom: 100%;
}
#products-suggestion .img-switch.img-box1, #recently-viewed-products-section .img-switch.img-box1 {
  padding-bottom: 117%;
}
#products-suggestion .img-switch.like-products-img-box, #recently-viewed-products-section .img-switch.like-products-img-box {
  padding-bottom: 100%;
}

.brand-name, .product-name, .product_details, .variant, .product-detail > p {
  line-height: 1.5;
}

.recently-viewed-product-container {
  background-color: #f3f4f8;
}
.recently-viewed-product-container .container div.related-products-heading span {
  font-size: 3rem;
  font-family: Action\,bold;
  color: #1D428A;
}

.product-details-slider-navbar.slider-nav {
  margin-bottom: 0 !important;
}
.product-details-slider-navbar.slider-nav .slick-list {
  max-height: 430px;
  padding: 0 0 !important;
}
.product-details-slider-navbar.slider-nav .slick-list .slick-slide img {
  width: 83%;
}
.product-details-slider-navbar.slider-nav .slick-current img, .product-details-slider-navbar.slider-nav .slick-current video {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25), 0 1px 5px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(0, 0, 0, 0.22) !important;
}

.video-js {
  background-color: transparent !important;
}
.video-js.slider-video {
  width: 100%;
}

.vjs_videos-dimensions {
  width: 100% !important;
  height: 100% !important;
}

.deliverable-pincode-section input::-webkit-outer-spin-button,
.deliverable-pincode-section input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.deliverable-pincode-section input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 48em) {
  .size-chart-modal-xs {
    width: 90%;
  }
  .p-name {
    width: 100%;
  }
  span.brand-name {
    font-size: 1.6rem;
    font-weight: bolder;
  }
  .sku, .color, .select-gift-card {
    font-size: 1.2rem;
  }
  .product-name {
    height: 3rem !important;
    font-size: 1.2rem;
  }
  .brand-name, .product-name, .product_details, .variant {
    line-height: 1.2;
  }
  .product-price {
    font-size: 1.6rem;
  }
  .product-details-slider-navbar.slider-nav .slick-list {
    padding: 20px 0 !important;
  }
  .product-details-slider-navbar.slider-nav .slick-list .slick-track {
    width: auto !important;
    display: inline-flex;
  }
  .product-details-slider-navbar.slider-nav .slick-list .slick-track .slick-slide img {
    margin: auto;
    width: 90%;
  }
  .product-details-slider-navbar.slider-nav .slick-list .slick-track .slick-slide video {
    margin: 0 -1.5rem;
    width: 50% !important;
    height: auto !important;
    left: auto !important;
  }
  .recently-viewed-product-container .container div.related-products-heading span {
    font-size: 2rem;
  }
  #recently-viewed-products-section {
    padding: 3.5rem 0.8rem;
  }
  #products-suggestion > .product, #recently-viewed-products-section > .product {
    padding: 1rem 0.5rem;
  }
  #products-suggestion .product .info, #recently-viewed-products-section .product .info {
    min-height: 9rem;
    text-align: center;
    text-transform: uppercase;
  }
  #products-suggestion .product .info > div, #recently-viewed-products-section .product .info > div {
    display: block;
    font-weight: normal !important;
  }
  #products-suggestion .product .info > div.brand-name, #recently-viewed-products-section .product .info > div.brand-name {
    font-size: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  #products-suggestion .product .info > div.product-name, #recently-viewed-products-section .product .info > div.product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.2rem !important;
    padding-bottom: 3rem;
  }
  #products-suggestion .product .img-hover, #recently-viewed-products-section .product .img-hover {
    display: none;
  }
  #products-suggestion .product .img-normal, #recently-viewed-products-section .product .img-normal {
    display: block;
  }
  #products-suggestion .product:hover .img-normal, #recently-viewed-products-section .product:hover .img-normal {
    display: block;
  }
  #products-suggestion .img-box > img, #products-suggestion .img-box1 > img, #recently-viewed-products-section .img-box > img, #recently-viewed-products-section .img-box1 > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
  }
  #products-suggestion .img-switch, #recently-viewed-products-section .img-switch {
    height: 0;
    position: relative;
    background-color: transparent;
    overflow: hidden;
  }
  #products-suggestion .img-switch.img-box, #recently-viewed-products-section .img-switch.img-box {
    padding-bottom: 100%;
  }
  #products-suggestion .img-switch.img-box1, #recently-viewed-products-section .img-switch.img-box1 {
    padding-bottom: 117%;
  }
  #products-suggestion .img-switch.like-products-img-box, #recently-viewed-products-section .img-switch.like-products-img-box {
    padding-bottom: 100%;
  }
  .product-detail ul li {
    line-height: 1.5;
  }
  #wishlist .move-to-bag {
    font-size: 1.4rem;
  }
  #products-suggestion, .products-slider, .thumbnail-slider, .slider-widget {
    display: -webkit-box;
  }
  .image-box {
    height: 36rem;
  }
}
@media screen and (max-width: 767px) {
  .slider img {
    margin: 0 auto;
  }
  .size-guide {
    right: 10px;
  }
  .chart {
    width: 90% !important;
  }
  .chart h3.brand {
    padding-left: 0 !important;
    text-align: center !important;
  }
  .chart ul {
    width: 100%;
    overflow: hidden;
  }
  .chart ul li {
    width: 33.33% !important;
    display: inline-block !important;
    float: left;
  }
  .chart ul.gender {
    display: block !important;
    height: auto !important;
    width: 100% !important;
  }
  .chart ul.gender li.gender-name {
    position: relative;
    height: auto;
    width: 100% !important;
  }
  .chart ul.gender li.gender-name span {
    display: block !important;
    position: initial !important;
    top: 0 !important;
    transform: rotate(0deg) !important;
    left: 0 !important;
    height: auto !important;
    line-height: 40px !important;
  }
}
.f-085 {
  font-size: 0.85rem;
}

.pointer img {
  width: 90%;
}

.direction-column-reverse-xs .product-slider-arrow-left {
  position: absolute;
  top: 90%;
  right: 8.2%;
  left: unset;
  background-color: #a5b3d0;
  border-radius: 0.4rem;
  display: inline-block;
  height: 2.2rem;
  padding: 0.4rem;
  width: 2.2rem;
  z-index: 1;
}
.direction-column-reverse-xs .product-slider-arrow-right {
  position: absolute;
  top: 90%;
  left: unset;
  border-radius: 0.4rem;
  right: 2%;
  background-color: #a5b3d0;
  display: inline-block;
  height: 2.2rem;
  padding: 0.4rem;
  width: 2.2rem;
}
