@font-face {
    font-family: 'sandpiperico';
    src: url('../fonts/sandpiperico.woff2?v=0.96') format('woff2'),
         url('../fonts/sandpiperico.woff?v=0.96') format('woff');
    font-weight: normal;
    font-style: normal;
}

#sp-modal-popup {
    top: 50%;
    transform: translateY(-50%);
    color:#000000;
}

#sp-modal-popup p{
    color:#000000;
}

#sp-modal-popup .modal-header {
    justify-content: flex-start;
}

#sp-modal-popup .modal-header h3{
    color:#000000;
}

#close-x {
    color: #000000 !important;
}

#modal-ok{
    background-color: #000000 !important;
}

.sp-icon {
    font-family: 'sandpiperico' !important;
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em; g

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.product-detail {
  background-color: #e6e6e6;
  margin-bottom: 45px;
}

.product-detail .container-fluid {
  padding: 0 15px;
  max-width: 2200px;
  margin: 0 auto;
}

.detail-slider {
  margin: 0 -15px;
}

.product-detail-description {
  padding: 25px 0 53px;
}

.product-detail-description .heading {
  margin-bottom: 25px;
}

.product-detail-description .product-title {
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 5px;
}

.product-detail-description .short-info p {
  margin-bottom: 0;
}

.product-detail-description .form-group {
  margin-bottom: 10px;
}

.product-detail-description .form-group label,.product-detail-description .form-group .label {
  font-weight: 500;
  font-size: 1.125rem;
}

.product-detail-description .custom-select {
  margin-bottom: 25px;
}

.product-detail-description .btn-wrap {
  padding-top: 25px;
}

.product-detail-info {
  padding: 30px 0 20px;
}

.product-detail-info h3,.product-detail-info .h3 {
  font-weight: 500;
  margin-bottom: 10px;
}

#product-gallery {
  position: relative;
}

#product-gallery .slide {
  position: relative;
}

#product-gallery img {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

#product-gallery .slick-arrow {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #555555;
  z-index: 4;
  cursor: pointer;
}

#product-gallery .slick-arrow:hover {
  color: #000000;
}

#product-gallery .slick-arrow:after {
  font-size: 1.625rem;
  line-height: 1;
}

#product-gallery .slick-arrow.slick-prev {
  left: 15px;
}

#product-gallery .slick-arrow.slick-prev:after {
  content: '<';
}

#product-gallery .slick-arrow.slick-next {
  right: 15px;
}

#product-gallery .slick-arrow.slick-next:after {
  content: '>';
}

#product-gallery-nav .slick-slide {
  position: relative;
  cursor: pointer;
}

#product-gallery-nav .slick-slide.slick-current .slide:after {
  opacity: 1;
  visibility: visible;
}

#product-gallery-nav .slide {
  border: 1px solid #ebebeb;
  position: relative;
  display: block !important;
}

#product-gallery-nav .slide:after {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  border: 2px solid #000000;
  opacity: 0;
  visibility: hidden;
}

.qty-flex-outer {
    display: flex;
    flex-wrap: wrap;
    background-color: #ddd;
    margin: 0 0 8px 0;
}
.qty-block {
    display: flex;
    flex-flow: row wrap;
    width: 11%;
    margin: 4px 2px;
    padding: 3px;
/* 
    border: 1px solid #bbb;
    background-color: #eee;
 */
}
.qty-p {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 90%;
}
.qty-p.disabled {
    color: grey;
}
.qty-group-name {
    width: 100%;
    font-weight: bold;
    text-align: left;
    margin: 5px 0 0 8px;
}

@media (min-width: 768px) {
  .product-detail-description .heading {
    margin-bottom: 30px;
  }

  .product-detail-description .product-title {
    font-size: 2.1875rem;
    margin-bottom: 8px;
  }

  .product-detail-description .controls-list {
    margin-bottom: -20px;
  }

  .product-detail-description .form-group {
    margin-bottom: 30px;
  }

  .product-detail-description .custom-select {
    margin-bottom: 40px;
  }

  .product-detail-info h3,.product-detail-info .h3 {
    margin-bottom: 11px;
    font-size: inherit;
  }

  .detail-slider {
    border-right: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
  }

  #product-gallery .slick-arrow:after {
    font-size: 2.25rem;
  }

  #product-gallery .slick-arrow.slick-prev {
    left: 67px;
  }

  #product-gallery .slick-arrow.slick-next {
    right: 67px;
  }

  #product-gallery-nav .slick-slide:hover .slide:after {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1024px) {
  .product-detail {
    margin-bottom: 96px;
  }

  .product-detail .container-fluid {
    display: flex;
    padding: 0;
  }

  .detail-slider {
    width: 50%;
    margin: 0;
  }

  .product-detail-description {
    width: 50%;
    padding: 40px 50px 40px 60px;
  }

  .product-detail-description .heading {
    margin-bottom: 30px; /* was 74px */
  }

  .product-detail-description .short-info {
    font-size: 1.875rem;
    line-height: 1.2;
  }

  .product-detail-description .form-group label,.product-detail-description .form-group .label {
    font-size: 1.5625rem;
    margin-bottom: 9px;
  }

  .product-detail-description .btn-wrap {
    padding-top: 13px;
  }

  .product-detail-info {
    font-size: 1.5625rem;
    line-height: 1.28;
    padding: 37px 0 0;
  }

  #product-gallery .slick-arrow:after {
    font-size: 2.8125rem;
  }
}

@media (min-width: 1366px) {
  .product-detail-description {
    padding: 71px 50px 65px 136px;
  }

  .product-detail-info {
    padding: 37px 42px 65px 0;
  }
}

.attr-info {
    font-size: 0.75rem;
    margin-bottom: 0;
}
.attr-qtys, .size-qty {
    text-align: center;
}
.attr-qtys td {
    max-width: 70px;
}

/* Product Images Carousel */
#productImages {
    margin-bottom: 15px;
}
.carousel-inner {
    padding-bottom: 40px;
    max-height: 70vh;
    overflow-y: scroll;
}
.carousel-inner img {
    margin-right: auto;
    margin-left: auto;
}
.carousel-control {
    color: black;
    z-index: 1;
}
.carousel-control:focus, .carousel-control:hover {
    color: black;
}
.carousel-control.left {
    margin-left: -25px;
}
.carousel-control.right {
    margin-right: -25px;
}
.carousel-control.left, 
.carousel-control.right {
    background-image: none
}
.carousel-indicators {
    bottom: -8.5vh;
}
.carousel-indicators li, .carousel-indicators li.active {
    text-indent: 0;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.carousel-indicators li.active {
    border: 1px solid #bbb;
}
.carousel-indicators li img {
    max-width: 100%;
    max-height: 100%;
}
// .carousel-indicators li {
//     color: gray;
//     background-color: gray;
//     border: 1px solid gray;
// }
// .carousel-indicators .active {
//     background-color: gray;
// }
.carousel-caption {
    color: gray;
    text-shadow: none;
    bottom: -67px;
    right: 0;
    left: auto;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    top: calc(50% - 20px); /* 20px is 1/2 of .carousel-inner padding-bottom */
}
