#mainContent {
  background-color: #f6f6f9;
}

@media screen and (max-width: 374px) {
  .skewed-container .product {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  .skewed-container .product {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}
.page-header {
  color: #fff;
}
.page-header .back {
  align-items: center;
}
.page-header .back i {
  font-size: 12px;
}
.page-header .product {
  border-radius: 8px;
  box-shadow: 5px 10px 30px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin-top: 2rem;
  color: #5f5f5f;
  margin-bottom: -220px;
}
.page-header .product .details h1 {
  font-size: 29px;
  line-height: 41px;
  color: #202359;
  font-weight: 400;
}
@media (max-width: 768px) {
  .page-header .product .details h1 {
    font-size: 24px;
  }
}
.page-header .product .details .logo {
  display: flex;
  gap: 5px;
}
.page-header .product .details .logo p {
  color: #5b63fb;
}
.page-header .product .details .product-description {
  font-size: 16px;
  line-height: 24px;
  color: #202359;
}
@media (max-width: 768px) {
  .page-header .product .details .product-description p {
    font-size: 16px;
  }
}
.page-header .product .details .product-photos img {
  height: 120px;
}
@media screen and (max-width: 575px) {
  .page-header .product .details .product-photos img {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
  }
}
.page-header .product .details .product-details hr {
  border-bottom: 1px solid #b2b5be;
  border-top: 0px;
  width: 168%;
}
.page-header .product .details .product-details a {
  color: #6a70fb;
}
@media screen and (max-width: 991px) {
  .page-header .product .details {
    width: 100%;
  }
  .page-header .product .details .product-details hr {
    width: 100%;
  }
}
.page-header #priceBox {
  margin-top: 30px;
}
.page-header #priceBox .small-text {
  font-size: 15px;
}
@media screen and (max-width: 991px) {
  .page-header #priceBox {
    float: none !important;
  }
}
@media screen and (max-width: 550px) {
  .page-header #priceBox .bottom {
    flex-direction: column;
  }
}
@media screen and (max-width: 424px) {
  .page-header #priceBox .price {
    flex-direction: column;
  }
  .page-header #priceBox .bottom .btn-success {
    height: auto;
  }
}

.price span {
  font-weight: 500;
  font-size: 21px;
  line-height: 31px;
  color: #babbcf;
}
.price span.original-price span {
  font-size: 26px;
  font-weight: 500;
  color: #202359;
  line-height: 34.7px;
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .mt-100 {
    margin-top: 20px;
  }
}

.partnerProduct {
  border-radius: 8px;
  box-shadow: 5px 10px 30px 3px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 20px;
  overflow: hidden;
}
.partnerProduct .productImage {
  width: 100%;
  display: block;
  height: 17rem;
  background-position: center;
  height: 181px;
  background-size: cover;
  position: relative;
  margin-bottom: 16px;
}
.partnerProduct .productImage .logo {
  height: 70px;
  display: flex;
  position: absolute;
  width: 70px;
  background: #fff;
  line-height: 70px;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 10px 30px 3px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  bottom: -25px;
  right: 10px;
}
.partnerProduct .productImage .logo img {
  width: 100%;
}
.partnerProduct p {
  color: #191920;
  margin-bottom: 0;
  font-size: 1rem;
}
.partnerProduct .productName {
  color: #191920;
  margin-bottom: 0;
  font-size: 1rem;
  white-space: nowrap;
}
.partnerProduct .header {
  font-size: 1.5rem;
  color: #191920;
}
.partnerProduct .small {
  font-size: 0.8rem;
  color: #656974;
}
.partnerProduct .small span {
  text-decoration: line-through;
}
.partnerProduct .bottom {
  display: flex;
}
.partnerProduct .bottom a {
  padding: 8px 15px;
  color: #191920;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
.partnerProduct .bottom a img {
  width: auto !important;
  margin-bottom: 0;
}
.partnerProduct .bottom .btn {
  border-radius: 7px;
  background-color: #eaf6fb;
  border: 0;
  color: #fff;
  margin-top: 0;
  width: auto;
}

.bottom {
  display: flex;
}
.bottom a {
  padding: 8px 15px;
  color: #191920;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
@media (max-width: 480px) {
  .bottom a {
    justify-content: center;
  }
}
.bottom a img {
  width: auto !important;
  margin-bottom: 0;
}
.bottom .btn {
  background-color: #5b63fb;
  height: auto;
  color: #fff !important;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  font-size: 14px !important;
  line-height: 21px;
}

.small-text {
  font-size: 15px;
}

/*.btn-success{
  border-radius: 7px;
  background-color: #6BBE99;
  height: 40px;
  border: 0;
  color: #fff;

}*/
.suggested-products {
  margin-top: 220px;
  margin-bottom: 110px;
}

#shareBtns {
  position: inherit;
}

#Productpayment {
  box-shadow: 5px 10px 30px 3px rgba(0, 0, 0, 0.05);
}
#Productpayment .productName {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px;
  background-color: #ededed;
}
#Productpayment .paymentDetails {
  border: 1px solid #eaeaea;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}
#Productpayment .paymentDetails h4 {
  font-size: 16px;
  font-weight: 900;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
#Productpayment .paymentDetails .list-group li {
  border-bottom: 1px solid #fff;
  padding: 10px;
  background: #ededed;
}
#Productpayment .paymentDetails .list-group li span {
  margin-top: 20px;
  font-size: 13px;
  margin-right: 20px;
  text-align: left;
}
#Productpayment .paymentDetails .list-group li h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.successDiv {
  text-align: center;
  display: block;
  margin: 150px;
  font-size: 18px;
  background: #fff;
  padding: 40px 0;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .successDiv {
    margin: 50px 10px;
    padding: 40px 20px;
  }
}
@media (min-width: 1200px) {
  .successDiv .card {
    margin: auto;
    width: 50%;
  }
}
.successDiv img {
  margin-bottom: 20px;
}
.successDiv .productCode {
  display: inline-block;
  border: 2px dotted #ccc;
  padding: 0.5rem 2rem;
  border-radius: 8px;
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  max-height: 600px;
}

.img-container {
  width: 400px;
  height: 600px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .carousel-item img {
    height: 300px;
  }

  .img-container {
    width: 400px;
    height: 300px;
  }
}
:lang(en) .owlProductSlider .owl-nav {
  left: auto;
  right: 12%;
}
:lang(en) #priceBox .s-r {
  margin-left: -7px;
}
:lang(en) .back i {
  transform: scaleX(-1);
}

:lang(en) #Productpayment .paymentDetails .list-group li span {
  font-size: 13px;
  margin-right: 0;
  margin-left: 20px;
  text-align: right;
}
:lang(en) .partnerProduct {
  text-align: left;
  direction: ltr;
}

.haveShopCode {
  margin-top: 1rem;
}
.haveShopCode .collapseBtn {
  width: 100%;
  background: #24a6d4;
  color: #fff;
  border-radius: 3px;
  font-size: 1.1rem;
  height: 54px;
  text-align: initial;
}
.haveShopCode .collapseBtn::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

.carousel-control-next,
.carousel-control-prev {
  background: #00000054;
}

@media (max-width: 768px) {
  .details > div:nth-child(2) {
    margin-top: 12px;
  }
  .details > div:nth-child(2) p {
    font-size: 14px;
  }
}
.company-name {
  display: flex;
  align-items: center;
}
.company-name img {
  width: 18px;
  height: 18px;
}