* {
  margin: 0;
  padding: 0;
  font-family: "GothamBook", sans-serif;
  box-sizing: border-box;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

body.body-layout {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 111111111111;
}

input:focus {
  outline: 0;
}

input[type=text]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0), 0 0 8px rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0), 0 0 8px rgba(255, 255, 255, 0);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

@media (max-width: 1112px) {
  .pdp .ic-footer {
    padding: 15px 15px 85px 15px;
  }
}
@media (max-width: 1112px) {
  .pdp .whatsapp-icon-wrap {
    bottom: 85px;
  }
}

.detail-layout {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1112px) {
  .detail-layout {
    margin-top: 30px;
  }
}
.detail-layout .detail-top-section {
  width: 100%;
  display: flex;
}
.detail-layout .detail-top-section ul.breadcrumb_ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: 14px 25px 30px;
}
@media (max-width: 992px) {
  .detail-layout .detail-top-section ul.breadcrumb_ul {
    display: none;
  }
}
@media (max-width: 768px) {
  .detail-layout .detail-top-section ul.breadcrumb_ul {
    display: none;
  }
}
.detail-layout .detail-top-section ul.breadcrumb_ul li.breadcrumb_li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  line-height: 2px;
  padding-right: 22px;
}
.detail-layout .detail-top-section ul.breadcrumb_ul li.breadcrumb_li .breadcrumb_link {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.detail-layout .detail-top-section ul.breadcrumb_ul li.breadcrumb_li:not(:last-child)::after {
  content: ">";
  display: inline-flex;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #000;
  position: absolute;
  right: 7px;
  top: 6px;
}
.detail-layout .detail-top-section ul.breadcrumb_ul li.breadcrumb_li:last-child .breadcrumb_link {
  color: #998659;
  cursor: text;
}
.detail-layout .detail-top-section ul.breadcrumb_ul {
  padding: 14px 25px 20px;
}
.detail-layout .detail-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0 10px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .detail-layout .detail-section {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .detail-layout .detail-section {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  .detail-layout .detail-section {
    max-width: 100%;
  }
}
@media (max-width: 820px) {
  .detail-layout .detail-section {
    flex-direction: column;
  }
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .section-title {
  width: 100%;
  display: flex;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #696969;
  margin-bottom: 10px;
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form {
  width: 100%;
  display: flex;
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form .wallpaper-input {
  width: 100px;
  height: 44px;
  border: 1px solid #696969;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
  text-align: center;
  padding: 0 10px;
  margin-right: 10px;
  border-radius: 0;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form .wallpaper-input {
    width: 87%;
  }
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form .wallpaper-input:disabled {
  background-color: #d5d5d5;
  border: 0;
  border-radius: 0;
  opacity: 1;
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form .calculate-btn {
  width: 100px;
  height: 44px;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background-color: #ab1e56;
  border: 1px solid #ab1e56;
  transition: ease-in-out 0.3s;
  cursor: pointer;
  outline: 0;
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form .feature-btn {
  width: 100px;
  height: 44px;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background-color: #ab1e56;
  border: 1px solid #ab1e56;
  transition: ease-in-out 0.3s;
  cursor: pointer;
  outline: 0;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form .calculate-btn {
    width: 100%;
  }
  .detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form .feature-btn {
    width: 100%;
  }
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form .calculate-btn:hover {
  background-color: #fff;
  color: #ab1e56;
  border: 1px solid #ab1e56;
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form .feature-btn:hover {
  background-color: #fff;
  color: #ab1e56;
  border: 1px solid #ab1e56;
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form .custom-select-measurement {
  position: relative;
  width: 100px;
  font-family: Arial, sans-serif;
  margin-right: 10px;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form .custom-select-measurement {
    width: 87%;
  }
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form .custom-select-measurement .feet-custom-select-trigger {
  background: #fff;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #696969;
  height: 44px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form .custom-select-measurement .feet-custom-select-trigger span {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form .custom-select-measurement .arrow {
  transition: transform 0.3s ease;
  width: 6px;
  height: 6px;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(-45deg);
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form .custom-select-measurement .measurement-custom-options {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form .custom-select-measurement .measurement-custom-options .custom-option-unit {
  width: auto;
  display: block;
  text-align: center;
  padding: 5px 8px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.5;
  transition: background 0.4s ease;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form .custom-select-measurement .measurement-custom-options .custom-option-unit.selected {
   background: #fff3f7;
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form .custom-select-measurement .measurement-custom-options .custom-option-unit:hover {
   background: #fff3f7;
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form .custom-select-measurement.custom-select-measurement.active .arrow {
  transform: rotate(135deg);
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .input-form .custom-select-measurement.custom-select-measurement.active .measurement-custom-options {
  display: block;
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .wallpaper-sentence {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #696969;
  margin: 5px 0 0;
}
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .wallpaper-sentence span.wallpaper-price{
 color: #f8296d;
 font-weight: 400;
 font-size: 17px;
 font-family: "GothamMedium", sans-serif;

} 
.detail-layout .detail-section .detail-plot .img-description .wallpaper-calculator-section .wallpaper-sentence span.wallpaper-price-text{
 color: #f8296d;
 font-weight: 400;
 font-size: 17px;
 font-family: "GothamMedium", sans-serif;

}
.detail-layout .detail-section .detail-plot {
  width: 53%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.detail-layout .detail-section .detail-plot:not(:first-child) {
  width: calc(45% - 30px);
  margin-left: 30px;
}
@media (max-width: 820px) {
  .detail-layout .detail-section .detail-plot:not(:first-child) {
    width: 100%;
    margin: 10px 0px;
  }
}
@media (max-width: 820px) {
  .detail-layout .detail-section .detail-plot {
    width: 100%;
  }
}
.detail-layout .detail-section .detail-plot .img-detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.detail-layout .detail-section .detail-plot .img-detail .slick-dots li {
  width: 10px;
  margin-left: 0px;
}
.detail-layout .detail-section .detail-plot .img-detail .slick-dots li button:before {
  font-size: 32px;
  color: #ccc;
}
.detail-layout .detail-section .detail-plot .img-detail .slick-dots li.slick-active button:before {
  color: #ab1e56;
}
.detail-layout .detail-section .detail-plot .img-detail.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.detail-layout .detail-section .detail-plot .img-detail .img-block {
  width: calc((100% - 5px) / 2);
  display: flex;
  justify-content:center;
  align-items:center;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}
.detail-layout .detail-section .detail-plot .img-description .check-delivery-time {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 0 15px;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .check-delivery-time {
    width: 100%;
    padding-top: 0;
  }
}
.detail-layout .detail-section .detail-plot .img-description .check-delivery-time .check-delivery-time-title {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #4d4d4d;
  margin-bottom: 10px;
}
.detail-layout .detail-section .detail-plot .img-description .check-delivery-time .check-delivery-time-slot {
  width: 65%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ab1e56;
  border-radius: 3px;
  position: relative;
  padding-left: 4px;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .check-delivery-time .check-delivery-time-slot {
    width: 100%;
  }
}
.detail-layout .detail-section .detail-plot .img-description .check-delivery-time .check-delivery-time-slot .location-img {
  position: absolute;
  width: 18px;
  height: 18px;
  background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/location.png") left no-repeat;
  background-size: 100%;
}
.detail-layout .detail-section .detail-plot .img-description .check-delivery-time .check-delivery-time-slot .pincode {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
  border: 0;
  padding: 10px 5px 10px 27px;
}
.detail-layout .detail-section .detail-plot .img-description .check-delivery-time .check-delivery-time-slot .check-pincode {
  background-color: transparent;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ab1e56;
  border: 0;
  padding-right: 5px;
  cursor: pointer;
}
.detail-layout .detail-section .detail-plot .img-description .check-delivery-time .pincode-text {
  display: flex;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
  margin-top: 5px;
}
.detail-layout .detail-section .detail-plot .img-description .check-delivery-time .pincode-text img {
  width: 20px;
  margin-right: 5px;
}
.detail-layout .detail-section .detail-plot .img-description .check-delivery-time .pincode-text span {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-left: 3px;
}
.detail-layout .detail-section .detail-plot .img-description .check-delivery-time .error {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ab1e56;
  margin: 3px 0;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-detail .img-block {
    padding: 0 3px;
  }
}
.detail-layout .detail-section .detail-plot .img-detail .img-block:not(:nth-child(2n)) {
  margin-right: 5px;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-detail .img-block:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.detail-layout .detail-section .detail-plot .img-detail .img-block i.tdk-thumbnail-icon {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 0;
  height: 20px;
  width: 20px;
  display: none;
}
@media (max-width: 768px) {
  .detail-layout .detail-section .detail-plot .img-detail .img-block i.tdk-thumbnail-icon {
    display: none;
  }
}
.detail-layout .detail-section .detail-plot .img-detail .img-block .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/images/videoplay-button.svg") center no-repeat;
  background-size: 15%;
  opacity: 0.6;
}
.detail-layout .detail-section .detail-plot .img-detail .img-block img {
  width: 100%;
}
.detail-layout .detail-section .detail-plot .show-pop-up-icon {
  display: none;
}
@media (max-width: 768px) {
  .detail-layout .detail-section .detail-plot .show-pop-up-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0px;
    bottom: 19.5%;
    border: 0;
  }
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .show-pop-up-icon {
    right: 2px;
    bottom: 16px;
  }
}
.detail-layout .detail-section .detail-plot .img-description {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper {
  display: flex;
  justify-content: space-between;
/*  margin-right: 25px;*/
}
@media (max-width: 1200px) {
  .detail-layout .detail-section .detail-plot .img-description .product-title-wrapper {
    margin-right: 0px;
  }
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper h1.product-title {
  width: 87%;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #998659;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .detail-layout .detail-section .detail-plot .img-description .product-title-wrapper h1.product-title {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .product-title-wrapper h1.product-title {
    width: 80%;
  }
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon {
  width: 13%;
  display: flex;
}
@media (max-width: 1200px) {
  .detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon {
    justify-content: end;
  }
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon {
    width: 20%;
  }
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .share-slot {
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.7) url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/share.svg") center no-repeat;
  background-size: 24px;
  border-radius: 50%;
  padding: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0;
  border-radius: 50%;
  margin-right: 6px;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .share-slot.close-slot {
  background: rgba(255, 255, 255, 0.7) url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/close-black.svg") center no-repeat;
  background-size: 12px;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .share-slot.close-slot .share-icons-slot {
  display: flex;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .share-slot .share-icons-slot {
  position: absolute;
  right: 92px;
  top: 8px;
  width: auto;
  background-color: #fff;
  display: none;
  border-radius: 6px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 10px;
}
@media (max-width: 1200px) {
  .detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .share-slot .share-icons-slot {
    right: 70px;
  }
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .share-slot .share-icons-slot a.icon-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  background: rgba(255, 255, 255, 0.7) url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/social-bar-border.png") center no-repeat;
  background-size: cover;
  cursor: pointer;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .share-slot .share-icons-slot a.icon-link:not(:last-child) {
  margin-right: 5px;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .share-slot .share-icons-slot a.icon-link:hover {
  background-color: #ab1e56;
  border: 1px solid #ab1e56;
  border-radius: 50%;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .share-slot .share-icons-slot a.icon-link:hover .icon-img {
  background-position: -168px -140px;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .share-slot .share-icons-slot a.icon-link:hover .icon-img.insta {
  background-position: -140px -140px;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .share-slot .share-icons-slot a.icon-link:hover .icon-img.pinterest {
  background-position: -112px -140px;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .share-slot .share-icons-slot a.icon-link:hover .icon-img.whatsApp {
  background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/whatsapp-share.png") center no-repeat;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .share-slot .share-icons-slot a.icon-link:hover .icon-img.twitter {
  background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/twitter-new-hover-share.svg") center no-repeat;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .share-slot .share-icons-slot a.icon-link:hover .icon-img.facebook {
  background-position: -28px -140px;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .share-slot .share-icons-slot a.icon-link .icon-img {
  display: flex;
  width: 27px;
  height: 27px;
  background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/ic-sprite.png") no-repeat;
  background-size: initial;
  background-position: -168px -112px;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .share-slot .share-icons-slot a.icon-link .icon-img.insta {
  background-position: -140px -112px;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .share-slot .share-icons-slot a.icon-link .icon-img.pinterest {
  background-position: -112px -112px;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .share-slot .share-icons-slot a.icon-link .icon-img.whatsApp {
  background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/whatsapp-share.png") center no-repeat;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .share-slot .share-icons-slot a.icon-link .icon-img.twitter {
  background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/twitter-new-share.svg") center no-repeat;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .share-slot .share-icons-slot a.icon-link .icon-img.facebook {
  background-position: -28px -112px;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .wish-list-icon .wishlist {
  width: 30px;
  display: flex;
  text-align: end;
  justify-content: end;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .wish-list-icon .wishlist  input[type=checkbox]{
 display:none;

}
@media (max-width: 820px) {
  .detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .wish-list-icon .wishlist {
    margin-top: 0px;
  }
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .wish-list-icon .wishlist {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .wish-list-icon .wishlist .wishlist-img {
  height: 26px;
  width: 26px;
  background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/Wish-list.png") no-repeat;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .wish-list-icon .wishlist .wishlist-img.added-wishlist {
  height: 26px;
  width: 32px;
  background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/Wish-list-fill.png") 0px -3px no-repeat;
}
.detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon .wish-list-icon .wishlist .wishlist-img:hover {
  height: 26px;
  width: 32px;
  background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/Wish-list-fill.png") 0px -3px no-repeat;
}
.detail-layout .detail-section .detail-plot .img-description .ribbon {
  width: fit-content;
  position: relative;
  background: #ab1e56;
  color: white;
  padding: 13px 48px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
  clip-path: polygon(100% 14%, 90% 51%, 100% 85%, 10% 84%, 0% 50%, 9% 14%);
}
.detail-layout .detail-section .detail-plot .img-description .ribbon span.ribbon-text {
 width:100%;
 display:flex;
}
.detail-layout .detail-section .detail-plot .img-description .price-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 8px;
}
.detail-layout .detail-section .detail-plot .img-description .price-box .mrp-slot {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #000;
  margin-right: 5px;
}
@media (max-width: 540px) {
  .detail-layout .detail-section .detail-plot .img-description .price-box .mrp-slot {
    margin-right: 0px;
  }
}
.detail-layout .detail-section .detail-plot .img-description .price-box .mrp-slot .mrp-price {
  font-family: "GothamMedium", sans-serif;
  font-weight: 400;
  font-size: 17px;
  padding: 0 5px;
}
.detail-layout .detail-section .detail-plot .img-description .price-box .mrp-slot .mrp-price.line-through {
  text-decoration: line-through;
  font-family: "GothamMedium", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #999;
}
.detail-layout .detail-section .detail-plot .img-description .price-box .discount-slot {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #998659;
}
.detail-layout .detail-section .detail-plot .img-description .inclusive-tax {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 9px;
  color: #4d4d4d;
}
.detail-layout .detail-section .detail-plot .img-description p.emi-note {
  font-family: "GothamBook", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #4d4d4d;
  margin: 10px 0 0;
}
.detail-layout .detail-section .detail-plot .img-description .filler-price {
  font-family: "GothamBook", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #4d4d4d;
}
.detail-layout .detail-section .detail-plot .img-description .blue-inbox {
  width: 100%;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 255, 0.62);
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 14px;
  margin-bottom: 17px;
  margin-top: 10px;
}
.detail-layout .detail-section .detail-plot .img-description .blue-inbox:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff url(https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/envelope.png) center no-repeat;
  background-size: 16px;
  margin-right: 3px;
  margin-top: 2px;
}
.detail-layout .detail-section .detail-plot .img-description #wallpaper_request {
  width: 100%;
  margin-top: 46px;
}
.detail-layout .detail-section .detail-plot .img-description #wallpaper_request .errormsg {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 8px;
}
.detail-layout .detail-section .detail-plot .img-description #wallpaper_request .errormsg {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 8px;
}
.detail-layout .detail-section .detail-plot .img-description #wallpaper_request .product-form-inline {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.detail-layout .detail-section .detail-plot .img-description #wallpaper_request .product-form-inline h3 {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #998659;
  line-height: 30px;
}
.detail-layout .detail-section .detail-plot .img-description #wallpaper_request .input-wrap {
  width: 100%;
  float: left;
  border: solid 1px #cccccc;
  position: relative;
  margin-bottom: 8px;
}
.detail-layout .detail-section .detail-plot .img-description #wallpaper_request .input-wrap input.input-text {
  float: left;
  width: 100%;
  height: 43px;
  border: 0;
  padding: 10px;
  color: #555;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.detail-layout .detail-section .detail-plot .img-description #wallpaper_request .input-wrap .custom-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #a3a3a3;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  top: 11px;
  left: 12px;
  opacity: 1;
}
.detail-layout .detail-section .detail-plot .img-description #wallpaper_request .input-wrap .custom-placeholder span {
  color: #ff2c2c;
  margin-left: 3px;
}
/*.detail-layout .detail-section .detail-plot .img-description #wallpaper_request .enquiry-inputs {
  display: block;
  width: 100%;
  height: 44px;
  padding: 6px 12px;
  margin: 0 0 12px;
  line-height: 1.42857143;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.detail-layout .detail-section .detail-plot .img-description #wallpaper_request .enquiry-inputs::placeholder {
  color: #ccc;
}*/
.detail-layout .detail-section .detail-plot .img-description .color-swatch {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}
.detail-layout .detail-section .detail-plot .img-description .color-swatch .color-title {
  width: 100%;
  display: flex;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #696969;
  margin-bottom: 10px;
}
.detail-layout .detail-section .detail-plot .img-description .color-swatch .color-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.detail-layout .detail-section .detail-plot .img-description .color-swatch .color-wrapper .color-radio {
  width: 70px;
  position: relative;
  margin-right: 15px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 1112px) {
  .detail-layout .detail-section .detail-plot .img-description .color-swatch .color-wrapper .color-radio {
    margin-right: 12px;
  }
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .color-swatch .color-wrapper .color-radio {
    width: 12%;
  }
}
.detail-layout .detail-section .detail-plot .img-description .color-swatch .color-wrapper .color-radio.out-of-stock-color {
  position: relative;
}
.detail-layout .detail-section .detail-plot .img-description .color-swatch .color-wrapper .color-radio.out-of-stock-color::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 134%; /* sqrt(2) * 100% to cover diagonally */
  height: 2px;
  background-color: #ccc;
  transform: rotate(137deg);
  transform-origin: center;
  top: 48%;
  left: -16%;
}
.detail-layout .detail-section .detail-plot .img-description .color-swatch .color-wrapper .color-radio.out-of-stock-color img {
  filter: grayscale(100%) brightness(70%);
  opacity: 0.6;
}
.detail-layout .detail-section .detail-plot .img-description .color-swatch .color-wrapper .color-radio input[type=radio] {
  display: none;
}
.detail-layout .detail-section .detail-plot .img-description .color-swatch .color-wrapper .color-radio input[type=radio]:checked + .radio-image {
  border: 2px solid #ab1e56;
}
.detail-layout .detail-section .detail-plot .img-description  .color-swatch .color-wrapper .color-radio .radio-image {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description  .color-swatch .color-wrapper .color-radio .radio-image {
    padding: 3px;
  }
}
.detail-layout .detail-section .detail-plot .img-description .color-swatch .color-wrapper .color-radio .radio-image img {
  width: 100%;
  display: block;
}
.detail-layout .detail-section .detail-plot .img-description #wallpaper_request .btn {
  color: #fff;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-decoration: none;
  padding: 0 0 0 2px;
  margin: 0;
  background-color: #ab1e56;
  position: relative;
  border: 1px solid #ab1e56;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
@media (max-width: 1112px) {
  .detail-layout .detail-section .detail-plot .img-description #wallpaper_request .btn {
    width: 100%;
    margin-bottom: 15px;
  }
}
.detail-layout .detail-section .detail-plot .img-description #wallpaper_request .btn span {
  display: inline-block;
  min-width: 140px;
  padding: 8px 15px;
}
.detail-layout .detail-section .detail-plot .img-description #wallpaper_request .btn:hover {
  background-color: #fff;
  color: #ab1e56;
  border: 1px solid #ab1e56;
}
.detail-layout .detail-section .detail-plot .img-description #wallpaper_request .wallpaper-eng-div {
  display: flex;
  width: auto;
  float: right;
  margin-top: 2px;
}
@media (max-width: 1112px) {
  .detail-layout .detail-section .detail-plot .img-description #wallpaper_request .wallpaper-eng-div {
    width: 100%;
  }
}
.detail-layout .detail-section .detail-plot .img-description #wallpaper_request .wallpaper-eng-div a.wallpaper-whatsapp-enq {
  color: #f8296d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
  border: 1px solid #f8296d;
  padding: 7px 35px;
  text-decoration: none;
}
@media (max-width: 1112px) {
  .detail-layout .detail-section .detail-plot .img-description #wallpaper_request .wallpaper-eng-div a.wallpaper-whatsapp-enq {
    width: 100%;
    margin-bottom: 15px;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot {
  display: flex;
  flex-direction: column;
  /* Hide the default select box */
  /* Wrapper for custom select */
  /* Styling the custom select */
  /* Custom select trigger */
  /* Arrow inside the select */
  /* Rotate arrow when open */
  /* Custom options container */
  /* Custom option styling */
  /* Hover effect for options */
  /* Selected option styling */
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot {
    flex-direction: row;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .hidden-select {
  display: none;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .filler-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 8px 0;
}
@media (max-width: 541px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .filler-wrapper {
    width: auto;
    margin: 0;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .filler-wrapper .filler-title {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #4d4d4d;
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 541px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .filler-wrapper .filler-title {
    display: none;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .filler-wrapper .filler-slot {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 541px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .filler-wrapper .filler-slot .out-of-stock::after {
    left: 6%;
    width: 88%;
    transform: rotate(0deg);
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .filler-wrapper .custom-select-wrapper {
  margin: 0;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 175px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select-wrapper:last-child {
  margin-right: 0px;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select-wrapper.web-custom-select-wrapper {
  display: none;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select-wrapper.web-custom-select-wrapper {
    display: inline-block;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select {
  position: relative;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
  cursor: pointer;
  user-select: none;
  margin-bottom: 4px;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select-trigger {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot span {
  width: auto;
  display: block;
  text-align: center;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot span.rupee-symbol {
    width: auto;
    display: block;
    text-align: center;
    margin-left: 5px;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot:first-child {
  width: 85%;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .mobile-options-overlay {
  display: none;
}
@media only screen and (min-width: 661px) and (max-width: 1025px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .mobile-options-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select-trigger .arrow {
  width: 6px;
  height: 6px;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(-45deg);
  transition: transform 0.4s ease;
}
@media (max-width: 540px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select-trigger .arrow {
    width: 7px;
    height: 7px;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select.open .arrow {
  transform: rotate(135deg);
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select.open .custom-options {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 540px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select.open .custom-options.size-options-mobile {
    flex-direction: row;
    padding: 15px;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 10;
}
@media only screen and (min-width: 661px) and (max-width: 1025px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile {
    position: fixed;
    width: 100%;
    top: unset;
    left: 0;
    bottom: -100%;
    display: block;
    padding: 20px;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .mobile-popup-title {
  display: none;
}
@media (max-width: 540px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .mobile-popup-title {
    width: 100%;
    font-family: "GothamBook", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    display: flex;
    padding: 0px 0 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .mobile-option-wrapper {
  display: flex;
  flex-direction: row;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 661px) and (max-width: 1025px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .mobile-option-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    background: unset;
    box-shadow: unset;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .custom-option {
    border: 1px solid #4d4d4d;
    font-family: "GothamBook", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-right: 10px;
    padding: 10px 2px;
    width: calc((100% - 20px) / 3);
    min-wdth:104px;
    border-radius: 40px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .custom-option:nth-child(3n+3) {
    margin-right: 0;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .custom-option.out-of-stock-mob {
  position: relative;
  border: 1px solid #ccc;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .custom-option.out-of-stock-mob::before {
  content: "";
  position: absolute;
  top: 19px;
  /* border: 0px solid; */
  background: #ccc;
  height: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 91px;
  transform: rotate(157deg);
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .custom-option:last-child {
  margin-right: 0px;
}
@media (max-width: 540px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .custom-option.selected {
    background-color: #000;
    color: #fff;
  }
}
@media (max-width: 540px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .custom-option:hover {
    background-color: #000;
    color: #fff;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .mobile-close-option {
  display: none;
}
@media only screen and (min-width: 661px) and (max-width: 1025px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .mobile-close-option {
    position: relative;
    left: calc((100% - 10px) / 2);
    display: block;
    width: 10px;
    height: 10px;
    background: #0c0b0b url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/close.png") center no-repeat;
    background-size: 20px;
    padding: 14px;
    border-radius: 50%;
    opacity: 0.2;
    cursor: pointer;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-option {
  padding: 5px 8px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  transition: background 0.4s ease;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-option:hover {
  background: #fff3f7;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot p.size-error {
  width: 100%;
  display: flex;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #f00;
  padding: 0 5px;
}
.detail-layout .detail-section .detail-plot .img-description  p.wallpaper-error {
  width: 100%;
  display: flex;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #f00;
  padding: 0 5px;
}
.detail-layout .detail-section .detail-plot .img-description  p.color-error {
  width: 100%;
  display: flex;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #f00;
  padding: 0 5px;
}
.detail-layout .detail-section .detail-plot .img-description .pdp-sizeguide {
  display: none;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .pdp-sizeguide {
    display: block;
    margin-top: 0px;
    width: 60%;
    max-width: calc(100% - 132px);
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .pdp-sizeguide .size-guide {
  width: 150px;
  float: left;
  text-align: center;
  border: 1px solid #ccc;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #908c88;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
  padding: 10px;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .title-wrapper {
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .title-wrapper {
    display: none;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .title-wrapper .size-title {
  margin-right: 15px;
  color: #4d4d4d;
  font-family: "GothamBook", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .title-wrapper .size-guide-title {
  color: #ab1e56;
  font-family: "GothamBook", sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
  border: 0;
  padding: 0;
  margin: 0;
  width: auto;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option {
    display: none;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option .size-option {
  width: calc((100% - 40px) / 5);
  max-width:87px;
  min-width:87px;
  margin-right: 10px;
  border: 1px solid #696969;
  padding: 6px 10px;
  border-radius: 40px;
  text-align: center;
  color: #696969;
  margin-bottom: 15px;
  cursor: pointer;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option .size-option:nth-child(5n+5) {
  margin-right: 0;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option .size-option.out-of-stock-option {
  position: relative;
  color: #ccc;
  border: 1px solid #ccc;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option .size-option.out-of-stock-option::before {
    content: "";
    position: absolute;
    top: 15px;
    background: #ccc;
    height: 1px;
    width: 67px;
    transform: rotate(153deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1280px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option .size-option.out-of-stock-option::before {
    content: "";
    position: absolute;
    top: 15px;
    background: #ccc;
    height: 1px;
    width: 69px;
    transform: rotate(154deg);
    display: flex;
    align-items: center;
    justify-content: center;
   }
}
@media (max-width: 1200px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option .size-option.out-of-stock-option::before {
    width: 70px;
    transform: rotate(157deg);
    top:15px;
  }
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option .size-option.out-of-stock-option::before {
    width: 88px;
    transform: rotate(155deg);
  }
}
@media (max-width: 1200px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option .size-option {
    width: calc((100% - 30px) / 3);
  }
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option .size-option:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option .size-option {
    width: calc((100% - 40px) / 5);
  }
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option .size-option:nth-child(5n+5) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option .size-option {
    width: calc((100% - 20px) / 3);
  }
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option .size-option:nth-child(3n+3) {
    margin-right: 0;
  }
}
.detail-layout .detail-section .detail-plot .img-description .select-paper {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  margin-right: 10px;
}
.detail-layout .detail-section .detail-plot .img-description .select-paper .textured-title {
  margin-right: 15px;
  color: #4d4d4d;
  font-family: "GothamBook", sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .select-paper .textured-title {
    display: none;
  }
  .detail-layout .detail-section .detail-plot .img-description .select-paper { 
   width:50%;
 }
}
.detail-layout .detail-section .detail-plot .img-description .select-paper .textured-title-mob {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 13px;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 200px;
  cursor: pointer;
  position: relative;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
  margin-bottom: 4px;
  display: none;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .select-paper .textured-title-mob {
    display: flex;
  }
}
.detail-layout .detail-section .detail-plot .img-description .select-paper .textured-title-mob .arrow {
  width: 6px;
  height: 6px;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(-45deg);
  transition: transform 0.4s ease;
}
.detail-layout .detail-section .detail-plot .img-description .select-paper .paper-error-mob {
  width: 100%;
  display: flex;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #f00;
  padding: 0 5px;
  display: none;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .select-paper .paper-error-mob {
    display: block;
  }
}
.detail-layout .detail-section .detail-plot .img-description .select-paper .options-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
.detail-layout .detail-section .detail-plot .img-description .select-paper .text-custom-options {
  display: block;
  position: relative;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .select-paper .text-custom-options {
    display: none;
  }
}
.detail-layout .detail-section .detail-plot .img-description .select-paper .text-custom-options .paper-error {
  width: 100%;
  display: flex;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #f00;
  padding: 0 5px;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .select-paper .text-custom-options .paper-error {
    display: none;
  }
}
.detail-layout .detail-section .detail-plot .img-description .select-paper .text-custom-options .heading {
  display: none;
}
.detail-layout .detail-section .detail-plot .img-description .select-paper .text-custom-options .textured-option-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .select-paper .text-custom-options .textured-option-wrapper {
    display: none;
  }
}
.detail-layout .detail-section .detail-plot .img-description .select-paper .text-custom-options .textured-option-wrapper .custom-option {
  width: 130px;
  margin-right: 10px;
  border: 1px solid #696969;
  padding: 8px 0px;
  border-radius: 40px;
  text-align: center;
  color: #696969;
  margin-bottom: 15px;
  font-size: 14px;
  cursor: pointer;
}
.detail-layout .detail-section .detail-plot .img-description .select-paper .text-custom-options .textured-option-wrapper .custom-option.selected {
   background: #fff3f7;
}
.detail-layout .detail-section .detail-plot .img-description .select-paper .text-custom-options .textured-option-wrapper .custom-option:hover {
   background: #fff3f7;
}
.detail-layout .detail-section .detail-plot .img-description .select-paper .text-custom-options .textured-option-wrapper .custom-option:nth-child(5n+5) {
  margin-right: 0;
}
.detail-layout .detail-section .detail-plot .img-description .select-paper .text-custom-options .textured-option-wrapper .custom-option.out-of-stock {
  position: relative;
  color: #ccc;
  border: 1px solid #ccc;
}
.detail-layout .detail-section .detail-plot .img-description .select-paper .text-custom-options .textured-option-wrapper .custom-option.out-of-stock::before {
  content: "";
  position: absolute;
  top: 18px;
  /* border: 0px solid; */
  background: #ccc;
  height: 1px;
  width: 106px;
  transform: rotate(160deg);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 10px;
}
@media (max-width: 1200px) {
  .detail-layout .detail-section .detail-plot .img-description .select-paper .text-custom-options .textured-option-wrapper .custom-option.out-of-stock::before {
    width: 96px;
    transform: rotate(159deg);
  }
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .select-paper .text-custom-options .textured-option-wrapper .custom-option.out-of-stock::before {
    width: 83px;
    transform: rotate(153deg);
    top: 18px;
    left: 19px;
  }
}
.detail-layout .detail-section .detail-plot .img-description .select-paper .text-custom-options .textured-option-wrapper .custom-option.out-of-stock::after {
  position: static;
  background-color: transparent;
}
.detail-layout .detail-section .detail-plot .img-description .select-paper.select-paper-active .heading {
  display: block;
}
.detail-layout .detail-section .detail-plot .img-description .select-paper.select-paper-active .text-custom-options {
  position: fixed;
  bottom: 0%;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  transition: bottom 0.3s ease-in-out;
  z-index: 1000;
  display: block;
}
.detail-layout .detail-section .detail-plot .img-description .select-paper.select-paper-active .text-custom-options .textured-option-wrapper {
  display: flex;
}
.detail-layout .detail-section .detail-plot .img-description .select-paper.select-paper-active .text-custom-options .mobile-close-option {
  position: relative;
  left: calc((100% - 10px) / 2);
  display: block;
  width: 10px;
  height: 10px;
  background: #0c0b0b url(https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/close.png) center no-repeat;
  background-size: 20px;
  padding: 14px;
  border-radius: 50%;
  opacity: 0.2;
  cursor: pointer;
}
.detail-layout .detail-section .detail-plot .img-description .select-paper.select-paper-active .text-custom-options .heading span {
  width: 100%;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  display: flex;
  padding: 0px 0 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
.detail-layout .detail-section .detail-plot .img-description .select-paper.select-paper-active .options-overlay {
  display: block;
}
.detail-layout .detail-section .detail-plot .img-description .filler-value {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #4d4d4d;
  margin: 0px 8px;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot {
  display: flex;
  flex-direction: column;
  /* Hide the default select box */
  /* Wrapper for custom select */
  /* Styling the custom select */
  /* Custom select trigger */
  /* Arrow inside the select */
  /* Rotate arrow when open */
  /* Custom options container */
  /* Custom option styling */
  /* Hover effect for options */
  /* Selected option styling */
}
@media (max-width: 541px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot {
    flex-direction: row;
    /*flex-wrap: wrap;*/
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .mob-filler {
  display: none;
}
@media (max-width: 541px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .mob-filler {
    width: 100%;
    display: block;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .web-filler {
  display: flex;
}
@media (max-width: 541px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .web-filler {
    /*display: none;*/
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .hidden-select {
  display: none;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .filler-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 8px 0;
}
@media (max-width: 541px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .filler-wrapper {
    width: 100%;
    max-width:calc(100% - 132px);
    margin: 0px 0;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .filler-wrapper .filler-title {
  color: #4d4d4d;
  font-family: "GothamBook", sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
  display: block;
}
@media (max-width: 541px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .filler-wrapper .filler-title {
    display: none;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .filler-wrapper .filler-slot {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 541px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .filler-wrapper .filler-slot .out-of-stock::after {
    left: 6%;
    width: 88%;
    transform: rotate(0deg);
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .filler-wrapper .custom-select-wrapper {
  margin: 0px;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
/*  max-width: unset;*/
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select-wrapper:last-child {
  margin-right: 0px;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select {
  position: relative;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
  cursor: pointer;
  user-select: none;
  margin-bottom: 4px;
}
@media (max-width: 541px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select {
      max-width:132px;
      margin-right:10px;
      width:100%;
   }
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select-wrapper {
    display:flex;
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
    margin-right:0px;
    max-width:100%;
  }
}
@media (max-width: 541px) {
    .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select {
        max-width: 132px;
        margin-right: 10px;
        width: 40%;
    }
    
    .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select-wrapper .filler-wrapper .filler-slot .custom-select-wrapper{
/*        width: 65%;*/
      max-width: 132px;
    }
 .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select-wrapper .filler-wrapper .filler-slot .custom-select-wrapper .custom-select{
      max-width: unset;
        width: 100%;
        margin-right: 0;
 }
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .web-filler{
  width: 35%;
 }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select-trigger {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 13px;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select-trigger.mobile-size:hover {
  border-color: #66afe9;
}
@media(max-width:1112px){
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select-trigger.mobile-size:hover{
  border-color: #ccc;
    }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot span {
  width: auto;
  display: block;
  text-align: center;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select-trigger span:first-child{
  /*width:85%;*/
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .mobile-options-overlay {
  display: none;
}
@media (max-width: 540px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .mobile-options-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select-trigger .arrow {
  width: 6px;
  height: 6px;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(-45deg);
  transition: transform 0.4s ease;
}
@media (max-width: 540px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select-trigger .arrow {
    width: 7px;
    height: 7px;
  }
}
.web-zoom-popup .mobile-bottom-thumbnail {
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
.web-zoom-popup .mobile-bottom-thumbnail {
    display: block;
    height: 20%;
    overflow: hidden;
  }
}
.web-zoom-popup .close-pop {
    display: block;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    margin: 24px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 0;
    border-radius: 4px;
    z-index: 3;
}
@media (max-width: 600px) {
  .web-zoom-popup .mobile-bottom-thumbnail {
    display: block;
    height: 30%;
    overflow: hidden;
  }
}
.web-zoom-popup .mobile-bottom-thumbnail .mob-product-slot {
  width: 100px !important;
  height: 100px;
  position: relative;
  margin: 0 2px;
  margin-top: 50px;
  margin-bottom:20px;
}
.web-zoom-popup .mobile-bottom-thumbnail .mob-product-slot .icon {
   width: 100%;
   height: 100%;
   background-image: url(https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/play_thumb.png);
   background-size: 46px;
   position: absolute;
   top: 0;
   left: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   background-repeat: no-repeat;
   background-position: center;
   z-index:1;
}
.web-zoom-popup .mobile-bottom-thumbnail .slick-slide.slick-active.active-thumbnail .mob-product-slot {
    border: 2px solid #ab1e56;
}
@media (max-width: 600px) {
  .web-zoom-popup .mobile-bottom-thumbnail .mob-product-slot {
     width: 64px !important;
     height: unset;
  }
   .mobile-bottom-thumbnail .slick-slide div {
    height:unset;
    display:unset;
  }
  .mobile-bottom-thumbnail.slick-initialized .slick-slide {
     padding:0 !important;
   }
  .mobile-bottom-thumbnail.slick-slider .slick-track{
     padding:0;
     margin:0;
     height:unset;
     display:flex;
     width:100%;
   }
   .web-zoom-popup .mobile-bottom-thumbnail .slick-track .slick-slide {
       /*width: auto !important;
       width:75px !important;*/
       padding:0 3px !important;
       margin:0 !important;
       box-sizing:border-box;
       min-width: 75px;
    }
   .mobile-bottom-thumbnail.slick-slider .slick-list {
    padding:0 !important;
        margin:0 5px 0 0;
  overflow: auto !important;
      transition: transform 0.8sease-in-out !important;
   }
   .web-zoom-popup .mobile-bottom-thumbnail .slick-list::-webkit-scrollbar {
    width: 1px;
   }
   .web-zoom-popup .mobile-bottom-thumbnail .slick-list::-webkit-scrollbar-track {
       background: #ffffff;
   }
   .web-zoom-popup .mobile-bottom-thumbnail .slick-list::-webkit-scrollbar-thumb {
       background: #ffffff;
   }
   .web-zoom-popup .mobile-bottom-thumbnail .slick-list ::-webkit-scrollbar-thumb:hover {
      background: #ffffff;
   }
}
@media (max-width: 376px) {
    .web-zoom-popup .mobile-bottom-thumbnail .slick-track .slick-slide {
        /* width: auto !important; */
        min-width: 75px !important;
        padding: 0 3px !important;
        margin: 0 !important;
        box-sizing: border-box;
    }
}
.web-zoom-popup .mobile-bottom-thumbnail .mob-product-slot img {
  width: 100%;
  /*height: 100%;*/
  position: relative;
}
.web-zoom-popup .mobile-bottom-thumbnail .mob-product-slot iframe {
  width: 100px;
  height: 100px;
  z-index: -1;
  position: relative;
}
@media (max-width: 600px) {
  .web-zoom-popup .mobile-bottom-thumbnail .mob-product-slot iframe {
    /*width: 59px;
    height: 59px;*/
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select.open .arrow {
  transform: rotate(135deg);
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select.open .custom-options {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 540px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-select.open .custom-options.size-options-mobile {
    flex-direction: row;
    padding: 15px;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 10;
}
@media (max-width: 540px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile {
    position: fixed;
    width: 100%;
    top: unset;
    left: 0;
    bottom: -100%;
    display: block;
    padding: 20px;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .mobile-popup-title {
  /*display: none;*/
}
@media only screen and (min-width: 661px) and (max-width: 1025px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .mobile-popup-title {
    width: 100%;
    font-family: "GothamBook", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    display: flex;
    padding: 0px 0 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .mobile-option-wrapper {
  display: flex;
  /*flex-direction: column;*/
  background: #fff;
  box-shadow: unset;
  flex-wrap:wrap;
}
@media only screen and (min-width: 661px) and (max-width: 1025px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .mobile-option-wrapper {
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    flex-direction: row;
    background: unset;
    box-shadow: unset;
  }
}
@media only screen and (min-width: 661px) and (max-width: 1025px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .custom-option {
    /*width: 100%;*/
    width: calc((100% - 20px) / 3);
    border: 1px solid rgba(204, 204, 204, 0.8);
    font-family: "GothamBook", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    border-radius:40px;
    padding:10px 2px;
    /*max-width: 68px;*/
  }
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .custom-option:not(:nth-child(3n)) {
        margin-right: 10px;
     }
   }
  /*.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .custom-option:last-child{
    margin-right: 0px;
  }*/
}
@media (max-width: 820px) {
    .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .out-of-stock::before {
        width: 70px;
        left: 1px;
        top: 15px;
        transform: rotate(155deg);
    }
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .custom-option.out-of-stock {
    color: #a2a2a2;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .custom-option:last-child {
  margin-right: 0px;
}
@media (max-width: 540px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .custom-option.selected {
    background-color: #000;
    color: #fff;
  }
}
@media (max-width: 540px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .custom-option:hover {
    background-color: #000;
    color: #fff;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .mobile-close-option {
  /*display: none;*/
}
@media (max-width: 540px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .mobile-close-option {
    position: relative;
    left: calc((100% - 10px) / 2);
    display: block;
    width: 10px;
    height: 10px;
    background: #0c0b0b url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/close.png") center no-repeat;
    background-size: 20px;
    padding: 14px;
    border-radius: 50%;
    opacity: 0.2;
    cursor: pointer;
  }
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-option {
  padding: 5px 8px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.5;
  transition: background 0.4s ease;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .out-of-stock {
  position: relative;
  color: #a2a2a2;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .out-of-stock::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: #a2a2a2;
  top: 50%;
  transform: translatex(41%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 661px) and (max-width: 1025px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .out-of-stock::before {
    width:80%;
    left:33px;
    top:49%;
    transform:rotate(-10deg);
  }
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .out-of-stock::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .out-of-stock {
    color: #4d4d4d;
    border-color: #ccc;
    /*background-color: #f3f3f3;*/
  }
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .out-of-stock:disabled {
    cursor: not-allowed;
  }
 
}
@media (max-width: 600px) {
    .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .out-of-stock::after {
        content: "";
        position: absolute;
        top: 47%;
        left: 1px;
        width: 110px;
        height: 1px;
        background-color: #a2a2a2;
        transform: rotate(-17deg);
        transform-origin: center;
    }
}


@media (max-width: 400px) {
    .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .out-of-stock::after {
        
        content: "";
        position: absolute;
        top: 49%;
        left: 4px;
        width: 96px;
        height: 1px;
        background-color: #a2a2a2;
        transform: rotate(-21deg);
        transform-origin: center;
    }
}

@media (max-width: 375px) {
    .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .out-of-stock::after {
       content: "";
        position: absolute;
        top: 49%;
        left: 6px;
        width: 92px;
        height: 1px;
        background-color: #a2a2a2;
        transform: rotate(-23deg);
        transform-origin: center;
    }
}
@media (max-width: 360px) {
    .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .out-of-stock::after {
       content: "";
        position: absolute;
        top: 49%;
        left: 6px;
        width: 88px;
        height: 1px;
        background-color: #a2a2a2;
        transform: rotate(-23deg);
        transform-origin: center
    }
}

.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-options.size-options-mobile .custom-option.out-of-stock{
color: #ccc;
}
/*@media (max-width: 481px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .out-of-stock::after {
    top: 47%;
    left: -2px;
    width: 121px;
    transform: rotate(-15deg);
  }
}*/
/*@media (max-width: 430px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .out-of-stock::after {
    top: 47%;
    left: -1px;
    width: 120px;
    transform: rotate(-14deg);
  }
}*/
/*@media (max-width: 391px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .out-of-stock::after {
    top: 49%;
    left: -1px;
    width: 108px;
    transform: rotate(-17deg);
  }
}*/
/*@media (max-width: 361px) {
  .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .out-of-stock::after {
    width: 100px;
  }
}*/
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-option:hover {
  background: #fff3f7;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-option.selected {
  background: #fff3f7;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-option-filler {
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  transition: background 0.4s ease;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-option-filler:hover {
  background: #fff3f7;
}
.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .custom-option-filler.selected {
  background: #fff3f7;
}

.detail-layout .detail-section .detail-plot .img-description .size-filler-slot p.size-error {
  width: 100%;
  display: flex;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #f00;
  padding: 0 5px;
}
/*.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .pdp-sizeguide {
  margin-top: 20px;
}*/
/*.detail-layout .detail-section .detail-plot .img-description .size-filler-slot .pdp-sizeguide .size-guide {
  width: 150px;
  float: left;
  text-align: center;
  border: 1px solid #ccc;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #908c88;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #696969;
  padding: 10px;
}*/
.detail-layout .detail-section .detail-plot .img-description .prod-qty {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0 30px;
}
.detail-layout .detail-section .detail-plot .img-description .prod-qty .decrease {
  width: 44px;
  height: 44px;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-layout .detail-section .detail-plot .img-description .prod-qty .decrease:hover {
  background-color: #f4f4f4;
}
.detail-layout .detail-section .detail-plot .img-description .prod-qty .decrease img {
  width: auto;
  height: auto;
}
.detail-layout .detail-section .detail-plot .img-description .prod-qty .increase {
  width: 44px;
  height: 44px;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.detail-layout .detail-section .detail-plot .img-description .prod-qty .increase.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.detail-layout .detail-section .detail-plot .img-description .prod-qty .increase.tooltip-container .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.detail-layout .detail-section .detail-plot .img-description .prod-qty .increase.tooltip-container .tooltip {
  position: absolute;
  top: 0px;
  left: 53px;
  margin-top: 10px;
  background-color: #fff;
  color: #4d4d4d;
  padding: 10px;
  border-radius: 4px;
  font-size: 12px;
  width: 135px;
  border: 1px solid #ccc; /* Grey border */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional shadow */
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 540px) {
  .detail-layout .detail-section .detail-plot .img-description .prod-qty .increase.tooltip-container .tooltip {
    width: 127px;
    padding: 6px;
    top: -47px;
    left: -54px;
  }
}
.detail-layout .detail-section .detail-plot .img-description .prod-qty .increase.tooltip-container .tooltip-arrow {
  position: absolute;
  top: 15px; /* Move it slightly up to align with border */
  left: -15px; /* Align arrow to the left */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ccc; /* White arrow */
  transform: rotate(-90deg);
}
@media (max-width: 540px) {
  .detail-layout .detail-section .detail-plot .img-description .prod-qty .increase.tooltip-container .tooltip-arrow {
    transform: rotate(184deg);
    top: 32px;
    left: 50px;
  }
}
.detail-layout .detail-section .detail-plot .img-description .prod-qty .increase.tooltip-container .tooltip-arrow::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 11px solid #fff; /* Grey border for arrow */
}
.detail-layout .detail-section .detail-plot .img-description .prod-qty .increase:hover {
  background-color: #f4f4f4;
}
.detail-layout .detail-section .detail-plot .img-description .prod-qty .increase img {
  width: auto;
  height: auto;
}
.detail-layout .detail-section .detail-plot .img-description .prod-qty .quantity {
  width: 49px;
  height: 44px;
  background-color: #f8f8f8;
  font-family: "GothamMedium", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #4d4d4d;
  text-align: center;
  line-height: 15px;
  border: 1px solid #ccc;
  padding: 0 10px;
  margin: 0 8px;
  border-radius: 0;
}
.detail-layout .detail-section .detail-plot .img-description .prod-qty .quantity:hover {
  background-color: #f4f4f4;
}
.detail-layout .detail-section .detail-plot .img-description .cart-Icstamp {
  width: 100%;
  display: flex;
  position: relative;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .cart-Icstamp {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    padding: 10px;
    z-index: 1;
  }
}
.detail-layout .detail-section .detail-plot .img-description .cart-Icstamp .cart-btn-slot {
  display: flex;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .cart-Icstamp .cart-btn-slot {
    width: 100%;
    justify-content: center;
    align-items: center;
    min-width: 115px;
  }
}
.detail-layout .detail-section .detail-plot .img-description .cart-Icstamp .cart-btn-slot .pdp-cart-cta {
  width: 160px;
  height: 50px;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  background-color: #ab1e56;
  border: 1px solid #ab1e56;
  transition: ease-in-out 0.3s;
  cursor: pointer;
  outline: 0;
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .cart-Icstamp .cart-btn-slot .pdp-cart-cta {
    width: 270px;
  }
  .detail-layout .detail-section .detail-plot .img-description .cart-Icstamp .cart-btn-slot .pdp-cart-cta.wallpaper-buynow-feature {
        width: 160px;
    }
}
.detail-layout .detail-section .detail-plot .img-description .cart-Icstamp .cart-btn-slot .pdp-cart-cta:hover {
  background-color: #fff;
  color: #ab1e56;
  border: 1px solid #ab1e56;
}
.detail-layout .detail-section .detail-plot .img-description .cart-Icstamp .cart-btn-slot .wishlist {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-image: url(https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/lineimg-dbtn.png) 5 round;
  transition: ease-in-out 0.3s;
  border: 1px solid #868686;
  margin-left: 20px;
  margin-bottom: 50px;
}
@media (max-width: 820px) {
  .detail-layout .detail-section .detail-plot .img-description .cart-Icstamp .cart-btn-slot .wishlist {
    margin-top: 0px;
  }
}
@media (max-width: 600px) {
  .detail-layout .detail-section .detail-plot .img-description .cart-Icstamp .cart-btn-slot .wishlist {
    margin-top: 0px;
    margin-bottom:0px;
  }
}
.detail-layout .detail-section .detail-plot .img-description .cart-Icstamp .cart-btn-slot .wishlist .wishlist-img {
  height: 30px;
  width: 29px;
  background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/wish-list.png");
}
.detail-layout .detail-section .detail-plot .img-description .cart-Icstamp .cart-btn-slot .wishlist .wishlist-img:hover {
  background-position: -196px -28px;
}
.detail-layout .detail-section .detail-plot .img-description .cart-Icstamp .cart-btn-slot .wishlist .wishlist-img.added-wishlist {
  width: 25px;
  background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/wish-list-fill.png") 0px 0px no-repeat;
  background-size: contain;
}
.detail-layout .detail-section .detail-plot .img-description .cart-Icstamp .cart-btn-slot .wishlist input[type=checkbox]{
 display:none;

}
.detail-layout .detail-section .detail-plot .img-description .cart-Icstamp .ic-stamp {
  position: absolute;
  right: 35px;
  bottom: 20px;
  display: flex;
}
@media (max-width: 1024px){
  .detail-layout .detail-section .detail-plot .img-description .cart-Icstamp .ic-stamp{
    right: -2px;
  }
}
@media (max-width: 1112px) {
  .detail-layout .detail-section .detail-plot .img-description .cart-Icstamp .ic-stamp {
    display: none;
  }
}
.detail-layout .detail-section .detail-plot .img-description .cart-Icstamp .ic-stamp img {
  width: 100%;
}
.detail-layout .detail-section .detail-plot .product-accordian {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 0px;
  margin-bottom:10px;
}
@media (max-width: 820px) {
  .detail-layout .detail-section .detail-plot .product-accordian {
    margin-top: 0px;
  }
}
.detail-layout .detail-section .detail-plot .product-accordian .acc-plot {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom:1px solid #ccc;
  padding:10px 0px;
}
.detail-layout .detail-section .detail-plot .product-accordian .acc-plot .acc-title {
  font-family: "GothamBook", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/i-plus-sm.png") right no-repeat;
  background-size: 12px;
  margin-right: 12px;
  cursor: pointer;
  color: #000;
}
.detail-layout .detail-section .detail-plot .product-accordian .acc-plot .acc-title.close {
  background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/i-minus-sm.png") right no-repeat;
}
.detail-layout .detail-section .detail-plot .product-accordian .acc-plot .acc-detail {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 13px;
  display: none;
  margin-top:10px;
}
.detail-layout .detail-section .detail-plot .product-accordian .acc-plot .acc-detail p.acc-para {
  line-height: 22px;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #4d4d4d;
}
.detail-layout .detail-section .detail-plot .product-accordian .acc-plot .acc-detail .detail-specification {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.detail-layout .detail-section .detail-plot .product-accordian .acc-plot .acc-detail .detail-specification .detail-row {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.detail-layout .detail-section .detail-plot .product-accordian .acc-plot .acc-detail .detail-specification .detail-row .row-title {
  min-width: 154px;
  max-width: 154px;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 13px;
  padding-right: 3px;
}
.detail-layout .detail-section .detail-plot .product-accordian .acc-plot .acc-detail .detail-specification .detail-row .row-desc {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.detail-layout .explore-section {
  width: calc(100% - 20px);
  display: flex;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #4d4d4d;
  border-width: thin;
  border: 1.5px solid #ccc;
  margin: 20px 10px;
/*  border-image: url("../images/title-head-bg.png") 30 round;*/
  border-left: 0;
  border-right: 0;
  padding: 8px 10px;
  margin: 35px 10px 20px;
}
.detail-layout .explore-section a.sale-link {
  color: #ab1e56;
  text-decoration: none;
  padding: 0 5px;
}
.detail-layout .suggested-people-look-section {
  width: 100%;
  flex-direction: column;
  /*border: 1.5px solid grey;
  border-image: url("../images/title-head-bg.png") 30 round;*/
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
/*  padding: 8px 43px 0 10px;
  padding: 8px 10px 0 10px;
  margin-top: 10px;*/
  /*margin-left: 10px;*/
}
@media (max-width: 1112px) {
  .detail-layout .suggested-people-look-section {
    width: 100%;
    margin: 0px;
  }
}
@media (max-width: 600px) {
  .detail-layout .suggested-people-look-section {
    padding: 8px 10px 0 10px;
    margin: 0;
  }
}
.detail-layout .suggested-people-look-section .section-title {
  width: 100%;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #998659;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .detail-layout .suggested-people-look-section .section-title {
    font-family: "GothamMedium", sans-serif;
    font-weight: 500;
    font-size: 16px;
  }
}
/*.detail-layout .suggested-people-look-section .look-suggestion-slider {
  margin-bottom: 20px;
  padding-top: 10px;
}*/
.detail-layout .suggested-people-look-section .look-suggestion-slider {
  margin-bottom: 20px;
  padding: 0 3px 0 3px;
}
.detail-layout .suggested-people-look-section .look-suggestion-slider .look-suggestion-block {
  width: 100%;
  text-decoration: none;
  padding: 0 15px 0 15px;
}
.detail-layout .suggested-people-look-section .look-suggestion-slider .look-suggestion-block .look-suggestion-img {
  width: 100%;
}
.detail-layout .suggested-people-look-section .look-suggestion-slider .look-suggestion-block .look-suggestion-img img {
  width: 100%;
  height:unset;
}
.detail-layout .suggested-people-look-section .look-suggestion-slider .look-suggestion-block .look-suggestion-caption {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #4d4d4d;
  text-overflow: ellipsis;
  /*overflow: hidden;*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}
.detail-layout .suggested-people-look-section .look-suggestion-slider .slick-list {
  margin: 0 -10px;
}
.detail-layout .suggested-people-look-section .look-suggestion-slider .slick-prev {
  left: -4px;
  width: 35px;
  height: 35px;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background: url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/ic-prev.svg") center no-repeat;
  background-size: 20px;
  z-index: 1;
  top: 38%;
}
.detail-layout .suggested-people-look-section .look-suggestion-slider .slick-prev .slick-next:before, .slick-prev:before{
  content: '';
}
.detail-layout .suggested-people-look-section .look-suggestion-slider .slick-next {
  right: 1px;
  width: 35px;
  height: 35px;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background: url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/ic-next.svg") center no-repeat;
  background-size: 20px;
  top: 38%;
}
.detail-layout .suggested-people-look-section .look-suggestion-slider .slick-next:before {
  display: none;
  color: transparent;
}

.detail-layout .suggested-people-look-section .look-topselling-slider {
  margin-bottom: 20px;
  padding: 0 3px 0 3px;
}
.detail-layout .suggested-people-look-section .look-topselling-slider .look-suggestion-block {
  width: 100%;
  text-decoration: none;
  padding: 0 15px 0 15px;
}
.detail-layout .suggested-people-look-section .look-topselling-slider .look-suggestion-block .look-suggestion-img {
  width: 100%;
}
.detail-layout .suggested-people-look-section .look-topselling-slider .look-suggestion-block .look-suggestion-img img {
  width: 100%;
  height:unset;
}
.detail-layout .suggested-people-look-section .look-topselling-slider .look-suggestion-block .look-suggestion-caption {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #4d4d4d;
  text-overflow: ellipsis;
  /*overflow: hidden;*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}
.detail-layout .suggested-people-look-section .look-topselling-slider .slick-list {
  margin: 0 -10px;
}
.detail-layout .suggested-people-look-section .look-topselling-slider .slick-prev {
  left: -4px;
  width: 35px;
  height: 35px;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background: url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/ic-prev.svg") center no-repeat;
  background-size: 20px;
  z-index: 1;
  top: 38%;
}
.detail-layout .suggested-people-look-section .look-topselling-slider .slick-prev .slick-next:before, .slick-prev:before{
  content: '';
}

.detail-layout .suggested-people-look-section .look-topselling-slider .slick-next {
  right: 1px;
  width: 35px;
  height: 35px;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background: url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/ic-next.svg") center no-repeat;
  background-size: 20px;
  top: 38%;
}
.detail-layout .suggested-people-look-section .look-topselling-slider .slick-next:before {
  display: none;
  color: transparent;
}

.detail-layout .look-section {
  width: 100%;
  /*border: 1.5px solid grey;
  border-image: url("../../../../../../frontend/Magento/blank/en_US/Fermion_Pagelayout/images/title-head-bg.png") 30 round;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 8px 43px 0 10px;
  padding: 20px 10px 0 10px;
  margin-top: 10px; 
  margin-left: 10px;
  margin-bottom: 20px;*/
}
@media (max-width: 1112px) {
  .detail-layout .look-section {
    width: 100%;
    margin: 0px;
  }
  .detail-layout .look-section .look-slider-plot .look-block .look-suggestion-img img{
        width: 100%;
            height: auto;
  }
.detail-layout .suggested-people-look-section .look-suggestion-slider .look-suggestion-block .look-suggestion-img img{
            width: 100%;
            height: auto;
  }
}
@media (max-width: 600px) {
  .detail-layout .look-section {
    padding: 8px 10px 0 10px;
    margin: 0;
  }
}
.detail-layout .look-section .section-title {
  width: 100%;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #998659;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .detail-layout .look-section .section-title {
    font-family: "GothamMedium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
  }
}
.detail-layout .look-section .look-slider-plot {
  padding: 0 3px 0 3px;
}
.detail-layout .look-section .look-slider-plot .look-block {
  width: 100%;
  text-decoration: none;
/*  padding: 0 38px 0 0;*/
}
.detail-layout .look-section .look-slider-plot .look-block .look-suggestion-img {
  width: 100%;
  height:100%;
}
@media(max-width:600px){
  .detail-layout .suggested-people-look-section .look-suggestion-slider .look-suggestion-block .look-suggestion-img {
     width: 100%;
     height: unset;
   }
}
.detail-layout .look-section .look-slider-plot .look-block .look-suggestion-img img {
  width: 100%;
  height:auto;
}
.detail-layout .look-section .look-slider-plot .look-block .look-suggestion-caption {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #4d4d4d;
  height:60px;
}
.detail-layout .look-section .look-slider-plot .slick-list {
  margin: 0 -10px;
}
.detail-layout .look-section .look-slider-plot .slick-slide {
  padding: 0 15px 0 15px;
}
.detail-layout .look-section .look-slider-plot .slick-prev {
  left: -4px;
  width: 35px;
  height: 35px;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background: url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/ic-prev.svg") center no-repeat;
  background-size: 20px;
  z-index: 1;
  top: 38%;
}
.detail-layout .look-section .look-slider-plot .slick-prev:before {
  display: none;
  color: transparent;
}
.detail-layout .look-section .look-slider-plot .slick-next {
  right: 1px;
  width: 35px;
  height: 35px;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  background: url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/ic-next.svg") center no-repeat;
  background-size: 20px;
  top: 38%;
}
.detail-layout .look-section .look-slider-plot .slick-next:before {
  display: none;
  color: transparent;
}
.promo-plot {
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 600px) {
  .promo-plot {
    flex-wrap: wrap;
    display: none;
  }
}
.promo-plot .promo-block {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
@media (max-width: 600px) {
  .promo-plot .promo-block {
    width: 50%;
  }
}
.promo-plot .promo-block .promo-icon {
  width: 30px;
}
.promo-plot .promo-block .promo-icon img {
  width: 100%;
}
.promo-plot .promo-block .promo-title {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 22px;
}
.promo-plot .promo-block .promo-desc {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7019607843);
}

.web-zoom-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9019607843);
  display: none;
  z-index: 101;
  overflow:hidden;
}
@media (max-width: 768px) {
  .web-zoom-popup {
    background-color: #ffffff;
    flex-direction: column;
  }
}
.web-zoom-popup .close-pop {
  display: none;
}
@media (max-width: 768px) {
   .web-zoom-popup .close-pop {
    display: block;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    margin: 24px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid rgba(26, 26, 26, 0.15);
    border-radius: 4px;
    border: 0;
    z-index: 3;
  }
}
.web-zoom-popup .web-popup {
  width: 47%;
  height: 90%;
  display: flex;
  justify-content: center;
  /*align-items:center;*/
}
@media (max-width: 768px) {
   .web-zoom-popup .web-popup {
    width: 86%;
    display: flex;
    align-items: baseline;
  }
}
@media (max-width: 600px) {
   .web-zoom-popup .web-popup {
    width: 90%;
    height:65%;
   align-items:center
  }
}
.web-zoom-popup .web-popup.fashion_imgpopup {
  height: 90%;
  width: 30%;
  align-items:unset;
}
@media (max-width: 768px) {
  .web-zoom-popup .web-popup.fashion_imgpopup {
    width: 65%; 
    height: 70%;
    display: flex;
    align-items: unset;
  }
.web-zoom-popup .web-popup .product-slot.fashion-category img{
  margin-top: 0;
  height: 100%;
  box-sizing: unset;
  object-fit: contain;

 }
}
@media (max-width: 600px) {
  .web-zoom-popup .web-popup.fashion_imgpopup {
    width: 90%;
    margin-top: 65px;
  }
}
@media (max-width: 376px) {
    .web-zoom-popup .web-popup.fashion_imgpopup {
        width: 70%;
        height: 65%;
    }
}
.web-zoom-popup .web-popup .slick-list {
  display: flex;
  align-items: center;
  display: block;
  /*height: 100%;*/
}
@media (max-width: 1112px) {
  .web-zoom-popup .web-popup .slick-list {
    margin-top: 50px;
  }
}
.web-zoom-popup .web-popup .slick-slide {
  height: 100%;
  padding:0 2px;
}
 .web-zoom-popup .web-popup .slick-slide div {
  display: flex !important;
  align-items: center;
  height: 100%;
  width:99%;
}
.web-zoom-popup .web-popup .slick-slide div .product-slot.fashion-category-block {
    align-items: center;
}
@media (max-width: 600px) {
 .web-zoom-popup .web-popup .slick-slide div {
  display: block !important;
  /*align-items: center;*/
  height: 100%;
  /*overflow:hidden;*/

  }
}
.web-zoom-popup .web-popup .product-slot {
  width: 100%;
  height: 100%;
}
.web-zoom-popup .web-popup .product-slot img {
  width: 100%;
}
.web-zoom-popup .web-popup .product-slot.video-block-wrapper img {
        width: 100%;
        height: unset;
        /*min-width: 100%;
        max-width: 100%;*/
        aspect-ratio: 16 / 9;
    }
@media (max-width: 600px) {
  .web-zoom-popup .web-popup .product-slot img {
    /*margin-top: 57px;*/
  }
}
.web-zoom-popup .web-popup .product-slot iframe {
  width: 100%;
  height: 100%;
}
.web-zoom-popup .web-popup .product-slot iframe.fashion-category-iframe {
  margin-top: 2px;
  z-index: 40 !important;
}
@media (max-width: 600px) {
  .web-zoom-popup .web-popup .product-slot iframe.fashion-category-iframe {
    margin-top: 2px;
  }
}
.web-zoom-popup .web-popup .product-slot.fashion-category {
  width: 100%;
  height: 100%;
  position: relative;
}
.web-zoom-popup .web-popup .product-slot.fashion-category img {
  width: 100%;
  height: 100%;
  margin-top: 0px;
}
@media (max-width: 992px) {
  .web-zoom-popup .web-popup .product-slot.fashion-category img {
    margin-top: 0px;
    height: unset;
  }
}
@media (max-width: 600px) {
  .web-zoom-popup .web-popup .product-slot.fashion-category{
    margin-bottom: 45px;
  }
}
.web-zoom-popup .web-popup .product-slot.fashion-category iframe {
  width: 100%;
  height: 100%;
}
.slick-slider .slick-track{
  height: 100%;
  display:flex;
  align-items:center;
}

 .web-zoom-popup .web-popup .product-slot img {
  width: 100%;
  /*height: 100%;*/
}
@media (max-width: 600px) {
  .web-zoom-popup .web-popup .product-slot img {
    /*height: 440px;*/
  }
}
.web-zoom-popup .web-popup .slick-prev {
  left: -75px;
  background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/preview.svg") center no-repeat;
  background-size: 13px;
  border-radius: 50%;
  border: 1.5px solid #fff;
  padding: 22px;
  z-index: 2;
}
@media (max-width: 768px) {
  .web-zoom-popup .web-popup .slick-prev {
    background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/right-arrow-pink.svg") center no-repeat;
    background-size: 24px;
    left: 33%;
    top: unset;
    bottom:2.5%;
    border: 1.5px solid #ab1e56;
    transform: rotate(180deg);
    display:none !important;
  }
}
@media (max-width: 600px) {
  .web-zoom-popup .web-popup .slick-prev {
    background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/right-arrow-pink.svg") center no-repeat;
    background-size: 24px;
    left: 33%;
    bottom: 0;
    top: unset;
    border: 1.5px solid #ab1e56;
    transform: rotate(180deg);
  }
}
.web-zoom-popup .web-popup .slick-prev:before {
  content: unset;
}
.web-zoom-popup .web-popup .slick-next {
  right: -75px;
  background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/next.svg") center no-repeat;
  background-size: 13px;
  border-radius: 50%;
  border: 1.5px solid #fff;
  padding: 22px;
  z-index: 2;
}
@media (max-width: 768px) {
  .web-zoom-popup .web-popup .slick-next {
    background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/right-arrow-pink.svg") center no-repeat;
    background-size: 24px;
    right: 33%;
    top: unset;
    border: 1.5px solid #ab1e56;
    bottom: 0%;
    display:none !important;
  }
}
@media (max-width: 600px) {
  .web-zoom-popup .web-popup .slick-next {
    background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/right-arrow-pink.svg") center no-repeat;
    background-size: 24px;
    right: 33%;
    top: unset;
    border: 1.5px solid #ab1e56;
    bottom: -25px; 
   }
}
.web-zoom-popup .web-popup .slick-next:before {
  content: unset;
}

.sizeguideblack-transparent {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  overflow: auto;
  transition: all 0.3s ease;
  display: none;
}

.sizeguide-pop .head {
    display: flex;
    align-items: center;
}

.sizeguide-pop .title {
    width: 100%;
}

.pdpfieldset {
  display: flex;
  justify-content: left;
  /* align-items: center; */
  margin-bottom: 20px;
}
.pdp-sizeguide {
  margin-top:20px;
}
.pdp-sizeguide .size-guide {
  width: 150px;
  float: left;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #908c88;
  font-size: 12px;
  text-decoration:none;
  font-family: "GothamBook", sans-serif;
  font-size:14px;
  font-weight:400;
}

#wallpaper_request .errormsg {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 13px;
}

.sizeguideblack-transparent {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
    overflow: auto;
    transition: all .3s ease;
    display: none;
}

.sizeguide-popup {
    width: 550px;
    height: auto;    
    position: fixed;
    top: 0%;
/*    transform: translate(-50%, -50%);*/
    z-index: 101;
    background-color: #fff;
/*    border-radius: 6px*/
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 20px;
    scroll-behavior: smooth;
    -webkit-box-shadow: 0 0 5px #d5d6d9;
    box-shadow: 0 0 5px #d5d6d9;
    height: 100%;
    max-width: 600px;
/*  position: absolute;*/
    right: 0;
}


.sizeguide-popup .size-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eaeaec;
}

.sizeguide-popup .size-tabs li.size-tabs-link {
  background-color: transparent;
  display: inline-block;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
  padding: 10px 15px;
  cursor: pointer;
}

.sizeguide-popup .size-tabs li.size-tabs-link.current {
    color: #bf0048;
    font-weight: 600;
    border-bottom: 4px solid #bf0048;
    border-radius: 2px;
}

.sizeguide-popup .size-tabs li.size-tabs-link {
    width: 50%;
    float: left;
    padding-bottom: 10px;
    padding-top: 35px;
    font-size: 1em;
    font-weight: normal;
    color: #000;
    text-align: center;
    padding-right: 41.1px;
    display: inline-block
}

/*@media(max-width: 480px) {
    .sizeguide-popup .size-tabs li.size-tabs-link {
        padding-left: 26px;
        padding-right: 26px;
        text-align: center;
        width: calc((100% - 50px) / 2)
    }
}*/

/*@media(max-width: 834px) {
    .sizeguide-popup .size-tabs li.size-tabs-link{
        width: 50%
    }
}*/

@media(max-width: 480px) {
    .sizeguide-popup .size-tabs li.size-tabs-link{
        width: 100%;
        float: left;
        font-size: 1em;
        font-weight: normal;
        color: #000;
        padding-left: 10.5px
    }
}

.sizeguide-popup .size-tabs li.size-tabs-link{
    font-size: 1em;
    font-weight: normal;
    color: #000;
    padding-left: 10.5px
}

.sizeguide-popup .size-tabs li.size-tabs-link {
    width: 50%;
    float: left;
    padding-bottom: 10px;
    padding: 20px;
    font-size: 1em;
    font-weight: normal;
    color: #000;
    text-align: center;
    display: inline-block
}
/*
@media(max-width: 480px) {
    .sizeguide-popup .size-tabs li.size-tabs-link {
        padding-left: 26px;
        padding-right: 26px;
        text-align: center;
        width: calc((100% - 20px) / 2);
        margin-left: 0
    }
}

@media(max-width: 320px) {
    .sizeguide-popup .size-tabs li.size-tabs-link {
        padding-left: 26px;
        padding-right: 26px;
        text-align: center;
        width: calc(100% / 2)
    }
}

@media(max-width: 834px) {
    .sizeguide-popup .size-tabs li.size-tabs-link{
        width: 50%
    }
}*/

/*@media(max-width: 480px) {
    .sizeguide-popup .size-tabs li.size-tabs-link{
        width: 100%;
        float: left;
        font-family: "FedraSansStd-medium", sans-serif;
        font-size: 1em;
        font-weight: normal;
        color: #000
    }
}
*/
.sizeguide-popup .sizeguide-pop{
    width: 100%;
    float: left;
}
.sizeguide-popup .size-close{
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    background-image: url(https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/closeVectorBlack.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.sizeguide-popup .sizeguide-pop .size-guide-plot{
    width: 100%;
    float: left;
    background-color: #fff;
    padding-bottom: 25px;
    padding: 20px;
    margin-bottom: 20px;
    display: none;
}


.sizeguide-popup .sizeguide-pop .size-guide-plot.current {
    display: block
}

.image-slot{
    width: 100%;
    float: left;
    overflow-y: scroll;
    height: 600px;
    max-height: 650px;
}

.sizeguide-popup .sizeguide-pop .size-guide-plot .image-slot::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
 
/* Track */
.sizeguide-popup .sizeguide-pop .size-guide-plot .image-slot::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
.sizeguide-popup .sizeguide-pop .size-guide-plot .image-slot::-webkit-scrollbar-thumb {
  background: #888; 
}

.measurment-chart{
    float: left;
    width: 100%;
    margin-top: 20px;
/*  height: 254px;*/
}

.measurment-chart .measurment-table{
    float: left;
    width: 100%;
}

.measurment-chart  .image-blog{
    width: 100%;
    float: left;
}

.size-guide-plot .measurment-chart .image-blog img{
    width: 100%;
}

.size-guide-plot .measurment-chart .measurment-table table {
    width: 100%;
    border-collapse: collapse;
    border-top: solid .5px #d5d5d5;
    border-left: solid .5px #d5d5d5;
}
.measurment-chart .measurment-table table tbody {
    width: 100%;
}

.measurment-chart .measurment-table table tbody tr {
    width: 100%;
    background-color: #f4f4f4;    
}

.measurment-chart .measurment-table table tbody tr th {
  text-align: left;
  border-right: solid 0.5px #d5d5d5;
  border-bottom: solid 0.5px #d5d5d5;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #696969;
  font-weight: 600;
  padding: 14px 0 14px 27px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: 12%;
  background-color: #74aba9;
  color: #ffffff;
}

.measurment-chart .measurment-table table tbody tr td {
  text-align: left;
  border-right: solid 0.5px #d5d5d5;
  border-bottom: solid 0.5px #d5d5d5;
  padding: 14px 0 14px 27px;
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #828282;
}


@media(max-width: 1112px){
 .pdpfieldset {
    flex-wrap: wrap;
    }
    .sizeguide-popup{
        width: 100%;
        height: 100%;
        max-width: 100%;
        top: 3%;
        padding: 0 0px;
    }

    .sizeguide-popup .sizeguide-pop .size-guide-plot {
        width: 100%;
        float: left;
        background-color: #fff;
        padding-bottom: 0px;
        margin-top: 0px;
    }

    /*.sizeguide-popup .sizeguide-pop .size-guide-plot .image-slot{
        overflow-y: scroll;
        height: 873px;
        max-height: 875px;
    }*/

    .sizeguide-popup .size-tabs li.size-tabs-link{
        width: 50%
    }
}

@media(max-width: 540px){
    .sizeguide-popup .size-tabs li.size-tabs-link {
        padding-left: 26px;
        padding-right: 26px;
        text-align: center;
        width: calc((100% - 20px) / 2);
        margin-left: 0
    }
}

.giftcard-buynow-popup {
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
.giftcard-buynow-popup .giftcard-buynow-popup-block {
  width: 600px;
  align-items: center;
  position: absolute;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border: 6px solid #998659;
  padding: 20px 15px;
}
@media (max-width: 1112px) {
  .giftcard-buynow-popup .giftcard-buynow-popup-block {
    width: 90%;
  }
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-header-bar {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-header-bar .logo {
  width: 25%;
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-header-bar .logo img {
  width: 100%;
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-header-bar .logo .modal-close {
  width: 14px;
  height: 20px;
  background: transparent url("https://indiacircus.com/pub/static/frontend/Indiacircus/theme001/en_US/Fermion_Pagelayout/images/close-black.svg") no-repeat;
  background-size: 100%;
  border: 0;
  position: absolute;
  right: 0;
  top: -6px;
  cursor: pointer;
}
@media (min-width: 1337px) {
  .giftcard-buynow-popup .giftcard-buynow-popup-block .popup-header-bar .logo .modal-close {
    width: 22px;
    height: 30px;
  }
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-content-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 69px;
}
@media (max-width: 1112px) {
  .giftcard-buynow-popup .giftcard-buynow-popup-block .popup-content-section {
    padding: 0;
  }
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-content-section .popup-paragraph {
  font-family: "GothamBook", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6a6a6a;
  margin-bottom: 20px;
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-content-section .gift-card-option {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-content-section .gift-card-option p.option-question {
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #6a6a6a;
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-content-section .gift-card-option .option-plot {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 10px 0 40px;
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-content-section .gift-card-option .option-plot .radio-option {
  width: auto;
  padding: 0 20px;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #6a6a6a;
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-content-section .gift-card-option .option-plot .radio-option input[type=radio] {
  margin-right: 5px;
  accent-color: #ab1e56;
}
.giftcard-buynow-popup .giftcard-buynow-popup-block .popup-content-section .popup-footer {
  width: 100%;
  display: flex;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #6a6a6a;
}
.detail-layout .detail-section .detail-plot .img-detail .img-block i.tdk-thumbnail-icon{
 display:none;
}
.wallpaper-eng-div{
    margin-left: 20px;
}
@media (max-width: 600px) {
 .wallpaper-eng-div{
    /*display:none;*/
   width:100%;
   min-width: 200px;
 }
}
.wallpaper-eng-div  a.wallpaper-whatsapp-enq {
    color: #f8296d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: GothamBook, sans-serif;
    font-weight: 400;
    font-size: 13px;
    border: 1px solid #f8296d;
    /* padding: 11px 30px; */
    text-decoration: none;
    height: 50px;
    max-width: 204px;
    padding: 11px 8px;
    width: 100%;
}
@media (max-width: 600px) {
  .wallpaper-eng-div  a.wallpaper-whatsapp-enq {  
    padding: 11px 5px;
  }
}
.video-player-container {
  width: 100%;
  position: relative;
  padding-bottom: 55%;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
}

.video-player-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe.mob-iframe {
  display: none;
}

.product-slot iframe {
  width: 100% !important;
  height: 100% !important;
}

.product-slot iframe {
  width: 100% !important;
  height: 590px !important;
  margin-top: 0px;
  z-index: 40 !important;
}
.web-zoom-popup .web-popup .product-slot .active {
  z-index: 1 !important;
  pointer-events: auto;
  touch-action: auto;
  margin: calc(100% - 300px);
  margin-left:0;
  margin-right:0;
}
.fashion-category iframe {
  width: 100% !important;
  height: 600px !important;
  background-repeat: no-repeat;
  background-size: 335px auto;
  background-position: center;
}

.video-iframe {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 590px auto;
}

iframe.mob-inline-video {
  width: 660px;
  height: 350px;
}

.fashion-category iframe {
  top: 0;
}

@media (max-width: 1281px) {
  .product-slot iframe {
    height: 450px !important;
  }
  .video-iframe {
    background-size: 450px 450px;
  }
}
@media (max-width: 1200px) {
  .video-iframe {
    background-size: 600px 450px;
  }
  .fashion-category iframe {
    height: 720px !important;
  }
  iframe.mob-inline-video {
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 1112px) {
  .fashion-category iframe {
    top: calc((100% - 529px) / 2);
  }
  .product-slot iframe {
    margin-top: 0;
  }
}
@media (max-width: 900px) {
  iframe.mob-inline-video {
    width: 100%;
    height: 575px;
    top: -185px;
  }
  iframe.mob-fashion-inline-video {
    width: 100%;
    height: 1000px;
  }
  .video-iframe {
    background-size: 600px 320px;
  }
  .fashion-category iframe {
    background-size: 165px 330px;
    background-position: center;
  }
  .fashion-category iframe {
    top: calc((100% - 709px) / 2);
  }
}
@media (max-width: 600px) {
  .video-player-container {
    width: 100%;
  }
  iframe.web-iframe {
    display: none;
  }
  iframe.mob-iframe {
    display: block;
  }
  .video-player-container {
    width: 100%;
    padding-bottom: 440px; /* 16:9 aspect ratio */
  }
  .product-slot iframe {
    height: 345px !important;
  }
  .fashion-category iframe {
    height: 575px !important;
    background-size: contain;
  }
  .video-iframe {
    background-size: 307px 305px;
    background-position: center;
  }
  .mob-fashion-inline-video {
    top: -142px;
    height: 670px;
    position: absolute;
    padding-right: 5px;
  }
  .mob-inline-video {
    height: 423px;
    top: -100px;
    position: absolute;
  }
  iframe.mob-inline-video {
    width: 480px;
    height: 478px;
    top: -185px;
  }
}
@media (max-width: 600px) {
  .player.right-content-area-supported {
    max-width: 100% !important;
  }
}

@media (max-width: 400px) {
  .fashion-category iframe {
    height: 490px !important;
  }
  .product-slot iframe {
    height: 305px !important;
  }
  .fashion-category iframe {
    height: 505px !important;
    background-size: contain;
  }
  iframe.mob-inline-video {
    width: 450px;
    height: 442px;
    top: -185px;
  }
}
.video-block-wrapper {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1112px) {
  .video-block-wrapper {
    overflow: visible; /* Allow overflow on smaller screens if necessary */
  }
}
.video-block-wrapper iframe {
  /*position: absolute;*/
  top: 0%;
  left: 0%;
  width: 100%;
  height: auto; /* Adjust height automatically */
  min-width: 100%; /* Ensure it fills horizontally */
  /*min-height: 100%;*/ /* Ensure it fills vertically */
  width: 1280px !important;
  height: 720px !important;
  object-fit: cover; /* Maintain aspect ratio while filling the container */
}
@media (max-width: 1400px) {
  .video-block-wrapper iframe {
    width: 1024px !important;
    height: 576px !important;
  }
}

@media (max-width: 1280px) {
  .video-block-wrapper iframe {
    width: 824px !important;
    height: 346px !important;
  }
}
@media (max-width: 1180px) {
    iframe.other-category-square-iframe {
        width: 98%;
        /* height: 305px; */
        aspect-ratio: 400 / 361;
        position: absolute;
        top: 0;
        z-index: -2;
    }
.web-zoom-popup .web-popup .slick-slide div {
    display: flex !important;
    align-items: center;
    height: 100%;
    width: 99%;
}
.web-zoom-popup .web-popup .product-slot img {
    width: 100%;
    height: unset;
}

img.inline-thumbnai-fashion-img {
        /* height: 507px; */
        min-height: 100%;
        max-height: 100%;
        overflow: hidden;
        /* aspect-ratio: 2 / 3; */
    }

.fashioncategory-iframe {
        /* height: 447px; */
        aspect-ratio: 2 / 3;
        https: //m2upgrade.indiacircus.com/poetic-peacocks-co-ord-set.html?video=1&dfgjdf;
        width: 99%;
        /* height: 305px; */
        /* aspect-ratio: 2; */
        position: absolute;
        top: 0;
        min-height: 99%;
        max-height: 99%;
    }
.video-block-wrapper iframe {
        width: 100%;
        height: 100% !important;
        aspect-ratio: 400 / 361;
        /*min-height: 100%;
        max-height: 100%;*/
    }

img.inline-thumbnai-fashion-img {
        /* height: 507px; */
        min-height: 99%;
        max-height: 99%;
        overflow: hidden;
        aspect-ratio: 2 / 3;
    }
img.inline-thumbnail-square-img {
        /* height: 305px; */
        aspect-ratio: 400 / 361;
        overflow: hidden;
        max-height: 100%;
        min-height: 98%;
    }
.slick-slider .slick-track {
    height: 100%;
    display: flex;
    /* align-items: center; */
}

}
@media (max-width: 1180px) {
  .video-block-wrapper iframe {
    width: 750px !important;
    height: 346px !important;
  }
}
@media (max-width: 992px) {
  .video-block-wrapper iframe {
    width: 525px !important;
    height: 100px !important;
  }
}
@media (max-width: 768px) {
  .video-block-wrapper iframe {
    width: 1024px !important;
    height: 576px !important;
    }
   .slick-initialized .slick-slide{
  padding: 0 9px;
  }
}
@media (max-width: 600px) {
  .video-block-wrapper iframe {
      width: 100% !important;
        height: 310px !important;
        /*position: absolute;*/  //unset
        left: 0;
        top: 0;
        aspect-ratio: 640 / 360;
        min-width: 100%;
        max-width: 100%;
        object-fit: cover;
  }
  .product-slot.video-block-wrapper{
     overflow:hidden;
  }
}
@media (max-width: 415px) {
    .video-block-wrapper iframe {
        height: 180px !important;
 
    }
}
.fashion-category-block {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1112px) {
  .fashion-category-block {
    overflow: visible; /* Allow overflow on smaller screens if necessary */
  }
}
.fashion-category-block iframe {
  /*position: absolute;*/
  top:0;
  left:0;
  width: 100% !important;
  height: 580px !important;
}
@media (max-width: 768px) {
 .fashion-category-block iframe{
   height: 736px !important;
   z-index:-2 !important;
  }
}

@media (max-width: 600px) {
  .fashion-category-block iframe {
     width: 100% !important;
        height: 515px !important;
        aspect-ratio: 2 / 3;
        overflow: hidden;
        position: absolute;
        margin-bottom: 100px;
        min-height: 100%;
        /* max-height: 100%; */
    }
}
.fashion-category-block #thumbnail-img{
  /*height:550px !important;*/
  width:100%;
}
@media (max-width: 600px) {

  img.inline-thumbnai-fashion-img {
      /*height: 507px;*/
      min-height: 99%;
        max-height: 99%;
        overflow: hidden;
        aspect-ratio: 2 / 3;
    }
}

.fashioncategory-iframe{
/*  max-height:744px;
  min-height:374px; */
  position: absolute;
  top:0;
  left:0;
} 
iframe.other-category-square-iframe {
/*  max-height:448px;
  min-height:225px; */
  position: absolute;
  top:0;
  left:0;

}
@media (max-width: 600px) {
  img.inline-thumbnail-square-img {
      /*height: 305px;*/
      aspect-ratio: 400 / 361;
        overflow: hidden;
        max-height: 100%;
        min-height: 100%;
  }

iframe.other-category-square-iframe {
    width: 98%;
    /*height: 305px;*/
    aspect-ratio: 400 / 361;
    position: absolute;
    top: 0;
    z-index:-2;
}
 .slick-slide div {
    height: unset;
    display: flex;
  }
 .fashioncategory-iframe{
   /*height:507px;*/
   aspect-ratio:2 / 3;
   width:98%;
   position: absolute;
   top: 0;
   min-height:99%;
   max-height:99%;
   z-index:-2;
  }
}
.video-block-wrapper img{
    max-height: 100%;
    overflow: hidden;*/
    aspect-ratio: 400 / 361;
}
.fashion-category-block img{
  height:550px;    
}
@media (max-width: 600px) {
 .fashion-category-block img{
  min-height: 100%;
    max-height: 100%;
    overflow: hidden;
    aspect-ratio: 2 / 3;
    height:515px;
 }
}
/*added by monali*/
.img-detail .img-block.large-video{
  padding-top: 0%;
  aspect-ratio: 400 / 361;
} 
.img-detail .img-block.large-video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
.detail-layout .detail-section .detail-plot .img-detail .img-block.fashion-video{
  padding-top: 0%;
  aspect-ratio: 2 / 3;
  }
@media (max-width: 600px) {
     .detail-layout .detail-section .detail-plot .img-detail .img-block.fashion-video{
  padding-top: 0%;
      }
}
img.other-category-square-img {
    aspect-ratio: 400 / 361;
    max-height: 100%;
}
img.inline-thumbnai-fashion-img {
   aspect-ratio: 2 / 3;
   max-height: 100%;
   width:100%;
}
.loading-spinner-class {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.spinner {
  width: 50px !important;
  height: 50px !important;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-top: 5px solid #fff;
  border-radius: 100%;
   animation: spin 1s linear infinite;
}
@media (max-width: 600px) {
    .spinner{
      border: 5px solid rgba(0, 0, 0, 0.3);
        border-top: 5px solid #fff; 
        /* margin-left: calc((100% - 50px) / 2); */  //remove
    }
    .product-slot.video-block-wrapper {
       display: flex;
       overflow: hidden;
     }
    .loading-spinner-class{
       margin-top:110px;
     }
     .topsuggestion-border .slick-slide div {
       height: unset;
    }
    .detail-layout .look-section .look-slider-plot .look-block .look-suggestion-img {
      height: unset;
    }
    .detail-layout .suggested-people-look-section .look-topselling-slider .look-suggestion-block .look-suggestion-caption {
        height: 38px;
    }
    .detail-layout .look-section .look-slider-plot .look-block .look-suggestion-caption {
        height: 38px;
    }
    .detail-layout .suggested-people-look-section .look-suggestion-slider .look-suggestion-block .look-suggestion-caption {
       height: 38px;
    }
}
@keyframes spin {
  0% {
  transform: rotate(0deg);
  }
  100% {
  transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
    .web-zoom-popup .web-popup.fashion_imgpopup .slick-prev{
    bottom:-10.5%;
  }
  .web-zoom-popup .web-popup.fashion_imgpopup .slick-next{
      bottom:-14.2%;
  }
  .spinner {
        border: 5px solid rgba(0, 0, 0, 0.3);
        border-top: 5px solid #fff;
  }
}
@media (max-width: 376px) {
    .video-block-wrapper iframe {
        width: 100% !important;
        height: 260px !important;
        min-width:500px;
        /*min-height:300px ;
        max-width:500px;
        position: absolute; */
    }
    .web-zoom-popup .web-popup {
        margin-top:30px;
      height:73%;
    }
    .web-zoom-popup .web-popup.fashion_imgpopup {
        width: 70%;
        height: 65%;
    }
     .web-zoom-popup .web-popup .slick-list {
        margin-top: 0px; 
        
    }
        .fashion-category-block iframe {
        width: 100% !important;
        height: 390px !important;
        /* aspect-ratio: 2 / 3; */
        /* overflow: hidden; */
        /* position: absolute; */
        /* margin-bottom: 100px; */
        /* min-height: 100%; */
        /* max-height: 100%; */
    }
    
.web-zoom-popup .web-popup.fashion_imgpopup .slick-next{
    right:20%;
    bottom:-65px;
}
.web-zoom-popup .web-popup.fashion_imgpopup .slick-prev{
    left:14%;
    bottom:-40px;
}
}
.product-slot.fashion-category-block img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    aspect-ratio: 2 / 3;
}

@media (max-width: 992px) {
  .product-slot.fashion-category-block {
      overflow: hidden;
  }
}

@media (max-width: 768px) {
  .product-slot.fashion-category-block {
      overflow: unset;
  }
}
.suggested-people-look-section.topselling{
    width: 100%;
    /*border: 1.5px solid grey;
    border-image: url("../images/title-head-bg.png") 30 round;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 20px 10px 0;
    margin-bottom: 15px;*/
}

@media (max-width: 992px) {
    .detail-layout .detail-section .detail-plot .img-description .product-title-wrapper .share-wishlist-icon {
        width: 22%;
    }
}
@media (max-width: 992px) {
    .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option .size-option {
        width: calc((100% - 30px) / 3);
    }
}

@media (max-width: 992px) {
    .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option .size-option.out-of-stock-option::before {
        width: 70px;
        transform: rotate(154deg);
    }
}
@media (max-width: 820px) {
    .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option .size-option.out-of-stock-option::before {
        width: 70px;
        transform: rotate(155deg);
        top: 15px;
    }

   .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option .size-option {
        width: calc((100% - 40px) / 5);
    }

   .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option .size-option:nth(5n + 5) {
        margin-right:0px;
    }
}
@media (max-width: 768px) {
    .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option .size-option {
        width: calc((100% - 30px) / 5);
    }
}

@media (max-width: 768px) {
    .detail-layout .detail-section .detail-plot .img-description .size-filler-slot .select-size-option .size-option.out-of-stock-option::before {
        width: 67px;
        transform: rotate(154deg);
        top:16px;
    }
}
.suggested-wrapper .topsuggestion-border{
  border: 1.5px solid #ccc;
/*  border-image: url('../images/title-head-bg.png') 30 round;*/
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 20px 10px 0 10px;
  margin-top: 10px;
}

.suggested-wrapper .topsuggestion-border:first-child{
  border-top: 0;
  border-image: none;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 0px 10px 0;
  margin-top: 0px;
}
/*# sourceMappingURL=pdp.css.map */
