#itemImg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.all-images-block {
  width: 100%;
  padding-top: 30px;
}

.scroll-left-arrow,
.scroll-right-arrow {
  width: 20px;
  height: 100px;
  line-height: 100px;
  float: left;
  /* background-color: rgb(179, 170, 170); */
  padding-left: 5px;
}

.scroll-left-arrow:hover,
.scroll-right-arrow:hover {
  background-color: rgb(233, 227, 227);
  cursor: pointer;
}

#itemImgList {
  background-color: white;
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
  float: left;
  white-space: nowrap;
}

.imgDiv {
  float: left;
  width: 25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  opacity: 0.6;
  border: 2px solid black;
  flex-shrink: 0;
  -webkit-transition: background-image 0.5s;
  transition: background-image 0.5s;
}

.imgDiv:hover {
  opacity: 1;
}

.left-arrow:hover,
.right-arrow:hover {
  opacity: 0.8;
  cursor: pointer;
  background-color: black;
  color: white;
}

.left-arrow,
.right-arrow {
  font-size: 40px;
  width: 40px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background-color: white;
  padding-left: 9px;
}

select.choose-option {
  height: 40px;
  width: 200px;
  line-height: 40px;
  text-align: center;
  background-color: rgb(253, 247, 247);
  color: black;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0.5em;
  float: left;
  margin-right: 10px;
  border: none;
  padding: 5px;
}

select.choose-option:hover {
  cursor: pointer;
}

.add-to-cart-button {
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 160px;
  font-size: 18px;
  background-image: linear-gradient(to bottom, rgb(15, 1, 4), rgb(56, 4, 14));
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0.5em;
  display: inline-block;
  border: none;
}

.add-to-cart-button:hover {
  background-image: linear-gradient(to bottom,
      rgb(141, 18, 43),
      rgb(131, 22, 44));
  cursor: pointer;
}

div.itemImg {
  width: 400px;
  height: 400px;
}

div.all-colors {
  height: 30px;
  width: 300px;
  text-align: left;
}

div.color {
  width: 32px;
  height: 32px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 5px;
  border: 1px solid black;
  box-shadow: 0 0 0 2px black;
}

span.firstcolor,
span.secondcolor,
span.thirdcolor,
span.fourthcolor {
  position: absolute;
}

span.firstcolor {
  height: 32px;
  width: 32px;
  top: 0;
  left: 0;
}

span.secondcolor {
  height: 32px;
  width: 16px;
  top: 0;
  left: 16px;
}

span.thirdcolor {
  height: 16px;
  width: 32px;
  top: 16px;
  left: 0px;
}

span.fourthcolor {
  height: 16px;
  width: 16px;
  top: 16px;
  left: 0px;
}

.description {
  width: 100%;
  text-align: justify;
}

.collapsible {
  background-color: rgb(83, 11, 26);
  color: white;
  cursor: pointer;
  width: 100%;
  padding-left: 10px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-top: 5px;
  border-radius: 0.2em;
  height: 40px;
  line-height: 40px;
}

.collapsible:hover {
  background-color: rgb(112, 16, 37);
}

.content {
  background-color: white;
  border-bottom-left-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
  padding: 0 20px;
  display: block;
  overflow: visible;
}

.share-link-social-media i {
  font-size: 30px;
  margin-top: 10px;
  margin-right: 20px;
  color: rgb(112, 16, 37);
}

.share-link-social-media i:hover {
  color: rgb(138, 21, 46);
}

.share-link-social-media {
  height: 200px;
}

option:not(:checked) {
  color: black;
}

.item-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media all and (min-width: 1200px) {
  .product-container {
    padding: 0;
    width: 1160px;
  }

  .row {
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .col-md-6 {
    width: 440px;
    padding: 0px;
    box-sizing: border-box;
    display: inline-block;
  }

  .product-left {
    width: 720px;
    padding: 0;
  }

  #itemImg {
    width: 430px;
    height: 430px;
  }

  .item-img-1 {
    width: 480px;
    height: 480px;
    float: left;
  }

  .item-img-2,
  .item-img-3 {
    width: 240px;
    height: 240px;
    float: left;
  }

  .item-img-4,
  .item-img-5 {
    width: 360px;
    height: 360px;
    float: left;
  }

  .right-arrow {
    margin-top: 200px;
    float: right;
  }

  .left-arrow {
    margin-top: 200px;
    float: left;
  }

  #itemImgList {
    margin-top: 10px;
    width: 400px;
    height: 100px;
  }

  .imgDiv {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
  }

  .scroll-left-arrow,
  .scroll-right-arrow {
    width: 10px;
    height: 100px;
    line-height: 100px;
    padding: 0 2.5px;
    margin-top: 10px;
  }

  .left-arrow,
  .right-arrow {
    font-size: 20px;
    width: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: white;
    padding-left: 9px;
  }
}

@media all and (min-width: 900px) and (max-width: 1200px) {
  .row {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
  }

  .col-md-6 {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
  }

  .item-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80%;
  }

  .right-arrow {
    float: right;
    margin-top: 45%;
  }

  .left-arrow {
    float: left;
    margin-top: 45%;
  }

  .all-images-block {
    width: 660px;
    margin-top: 10px;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .scroll-left-arrow,
  .scroll-right-arrow {
    width: 4%;
    height: 100px;
    line-height: 100px;
    padding: 0 2px;
  }

  .left-arrow,
  .right-arrow {
    font-size: 20px;
    width: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: white;
    padding-left: 9px;
  }

  #itemImgList {
    width: 600px;
    height: 150px;
  }

  .imgDiv {
    padding-bottom: 100%;
    box-sizing: border-box;
  }
}

@media all and (min-width: 600px) and (max-width: 1200px) {
  .row {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
  }

  .col-md-6 {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
  }

  .item-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80%;
  }

  .right-arrow {
    float: right;
    margin-top: 45%;
  }

  .left-arrow {
    float: left;
    margin-top: 45%;
  }

  .all-images-block {
    width: 450px;
    margin-top: 10px;
    padding-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .scroll-left-arrow,
  .scroll-right-arrow {
    width: 4%;
    height: 100px;
    line-height: 100px;
    padding: 0 2px;
  }

  .left-arrow,
  .right-arrow {
    font-size: 20px;
    width: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: white;
    padding-left: 9px;
  }

  #itemImgList {
    width: 400px;
    height: 100px;
  }

  .imgDiv {
    padding-bottom: 100%;
    box-sizing: border-box;
  }
}

@media all and (max-width: 600px) {
  .row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    min-width: 350px;
  }

  .col-md-6 {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
  }

  .item-img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 90%;
  }

  .right-arrow {
    float: right;
    margin-top: 45%;
  }

  .left-arrow {
    float: left;
    margin-top: 45%;
  }

  .all-images-block {
    margin-top: 10px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .scroll-left-arrow,
  .scroll-right-arrow {
    width: 10px;
    height: 85px;
    line-height: 85px;
    padding: 0 2.5px;
  }

  .left-arrow,
  .right-arrow {
    font-size: 20px;
    width: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: white;
    padding-left: 9px;
  }

  #itemImgList {
    width: 320px;
    height: 85px;
  }

  .imgDiv {
    padding-bottom: 100%;
    box-sizing: border-box;
  }
}

.p-text-justify {
  text-align: justify;
}