@font-face {
  font-family: "bcn_arabic_roundedbold";
  src: url("../../fonts/newfonts/bcnarabicrounded-bold-webfont.woff2") format("woff2"), url("../../fonts/newfonts/bcnarabicrounded-bold-webfont.woff") format("woff"), url("../../fonts/newfonts/bcnarabicrounded-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "bcn_arabic_roundedbook";
  src: url("../../fonts/newfonts/bcnarabicrounded-book-webfont.woff2") format("woff2"), url("../../fonts/newfonts/bcnarabicrounded-book-webfont.woff") format("woff"), url("../../fonts/newfonts/bcnarabicrounded-book-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "bcn_arabic_roundedlight";
  src: url("../../fonts/newfonts/bcnarabicrounded-light-webfont.woff2") format("woff2"), url("../../fonts/newfonts/bcnarabicrounded-light-webfont.woff") format("woff"), url("../../fonts/newfonts/bcnarabicrounded-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "bcn_arabic_roundedmedium";
  src: url("../../fonts/newfonts/bcnarabicrounded-medium-webfont.woff2") format("woff2"), url("../../fonts/newfonts/bcnarabicrounded-medium-webfont.woff") format("woff"), url("../../fonts/newfonts/bcnarabicrounded-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "bcn_arabic_roundedregular";
  src: url("../../fonts/newfonts/bcnarabicrounded-regular-webfont.woff2") format("woff2"), url("../../fonts/newfonts/bcnarabicrounded-regular-webfont.woff") format("woff"), url("../../fonts/newfonts/bcnarabicrounded-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "bcn_arabic_roundedthin";
  src: url("../../fonts/newfonts/bcnarabicrounded-thin-webfont.woff2") format("woff2"), url("../../fonts/newfonts/bcnarabicrounded-thin-webfont.woff") format("woff"), url("../../fonts/newfonts/bcnarabicrounded-thin-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "bcn_arabic_roundedultralight";
  src: url("../../fonts/newfonts/bcnarabicrounded-ultralight-webfont.woff2") format("woff2"), url("../../fonts/newfonts/bcnarabicrounded-ultralight-webfont.woff") format("woff"), url("../../fonts/newfonts/bcnarabicrounded-ultralight-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "fedra_arabic_display_arblack";
  src: url("../../fonts/newfonts/fedraarabicdisplayar-black-webfont.woff2") format("woff2"), url("../../fonts/newfonts/fedraarabicdisplayar-black-webfont.woff") format("woff"), url("../../fonts/newfonts/fedraarabicdisplayar-black-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "fedra_arabic_display_hairline";
  src: url("../../fonts/newfonts/fedraarabicdisplayar-hairline-webfont.woff2") format("woff2"), url("../../fonts/newfonts/fedraarabicdisplayar-hairline-webfont.woff") format("woff"), url("../../fonts/newfonts/fedraarabicdisplayar-hairline-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "fedra_arabic_display_arheavy";
  src: url("../../fonts/newfonts/fedraarabicdisplayar-heavy-webfont.woff2") format("woff2"), url("../../fonts/newfonts/fedraarabicdisplayar-heavy-webfont.woff") format("woff"), url("../../fonts/newfonts/fedraarabicdisplayar-heavy-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "fedra_arabic_display_arthin";
  src: url("../../fonts/newfonts/fedraarabicdisplayar-thin-webfont.woff2") format("woff2"), url("../../fonts/newfonts/fedraarabicdisplayar-thin-webfont.woff") format("woff"), url("../../fonts/newfonts/fedraarabicdisplayar-thin-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.pdp-image-carousel .pdp-all-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  .pdp-image-carousel .pdp-all-image .pdp-image img {
    border-radius: 24px; }

.color-selection {
  margin-top: 15px; }
  .color-selection .color-swatches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px; }
    .color-selection .color-swatches .swatch {
      position: relative;
      display: inline-block; }
      .color-selection .color-swatches .swatch > [type="radio"],
      .color-selection .color-swatches .swatch > [type="checkbox"] {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer; }
        .color-selection .color-swatches .swatch > [type="radio"].unselectable,
        .color-selection .color-swatches .swatch > [type="checkbox"].unselectable {
          pointer-events: none; }
          .color-selection .color-swatches .swatch > [type="radio"].unselectable + label,
          .color-selection .color-swatches .swatch > [type="checkbox"].unselectable + label {
            opacity: 0.5;
            pointer-events: none; }
            .color-selection .color-swatches .swatch > [type="radio"].unselectable + label::before,
            .color-selection .color-swatches .swatch > [type="checkbox"].unselectable + label::before {
              content: "";
              background: url("../../../../images/modesh/color_cancel.svg");
              color: #D9D9D9;
              width: 30px;
              height: 30px;
              position: absolute;
              left: 5px;
              top: 5px; }
        .color-selection .color-swatches .swatch > [type="radio"] + label,
        .color-selection .color-swatches .swatch > [type="checkbox"] + label {
          text-align: center;
          display: block;
          -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          border: 1px solid #CDCDCD; }
        .color-selection .color-swatches .swatch > [type="radio"]:checked + label,
        .color-selection .color-swatches .swatch > [type="checkbox"]:checked + label {
          border: 3px solid #fff;
          outline: 1px solid #282828; }

.size-selection {
  margin-top: 15px; }
  .size-selection .product-sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    overflow: scroll;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .size-selection .product-sizes::-webkit-scrollbar {
      display: none; }
    .size-selection .product-sizes .size {
      position: relative;
      display: inline-block; }
      .size-selection .product-sizes .size > [type="radio"],
      .size-selection .product-sizes .size > [type="checkbox"] {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        cursor: pointer; }
        .size-selection .product-sizes .size > [type="radio"].unselectable,
        .size-selection .product-sizes .size > [type="checkbox"].unselectable {
          pointer-events: none; }
          .size-selection .product-sizes .size > [type="radio"].unselectable + label,
          .size-selection .product-sizes .size > [type="checkbox"].unselectable + label {
            background-color: #D9D9D9;
            color: rgba(102, 102, 102, 0.4);
            pointer-events: none; }
        .size-selection .product-sizes .size > [type="radio"] + label,
        .size-selection .product-sizes .size > [type="checkbox"] + label {
          text-align: center;
          display: block;
          -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
          min-width: 40px;
          border-radius: 40px;
          border: 1px solid #E0DCDC;
          color: #1E1E1E;
          font-size: 14px;
          letter-spacing: -0.142px;
          padding: 10px 13px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          white-space: nowrap;
          font-weight: 700; }
          .size-selection .product-sizes .size > [type="radio"] + label:lang(ar),
          .size-selection .product-sizes .size > [type="checkbox"] + label:lang(ar) {
            font-family: "bcn_arabic_roundedbold"; }
          .size-selection .product-sizes .size > [type="radio"] + label:lang(ar),
          .size-selection .product-sizes .size > [type="checkbox"] + label:lang(ar) {
            padding: 10px 20px; }
        .size-selection .product-sizes .size > [type="radio"]:checked + label,
        .size-selection .product-sizes .size > [type="checkbox"]:checked + label {
          background: #EC008C;
          color: #fff; }

.tabs {
  width: 100%;
  margin-top: 20px; }

.tab-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .tab-links li {
    margin-right: 5px; }
  .tab-links a {
    padding: 10px 20px;
    display: block;
    font-size: 17px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px; }
    .tab-links a:lang(ar) {
      font-family: "bcn_arabic_roundedbold"; }
  .tab-links .active a {
    color: #2C52A4;
    background: #E5F6FC;
    border-radius: 26px; }
    .tab-links .active a svg path {
      fill: #2C52A4; }

.tab-content {
  padding: 20px;
  color: #7E7E7E;
  font-size: 17px;
  font-weight: 500; }
  .tab-content:lang(ar) {
    font-family: "bcn_arabic_roundedmedium"; }
  .tab-content b {
    font-weight: 700; }
    .tab-content b:lang(ar) {
      font-family: "bcn_arabic_roundedbold"; }
  .tab-content .tab {
    display: none; }
    .tab-content .tab.active {
      display: block; }
    .tab-content .tab ul {
      list-style: initial; }
    .tab-content .tab.fabric-care {
      max-width: 300px; }
      .tab-content .tab.fabric-care img {
        border-radius: 20px; }

.quantity-selector-container {
  margin-top: 15px; }
  .quantity-selector-container .quantity-selector {
    border-radius: 33px;
    background: #E5F6FC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #2C52A4;
    font-size: 23px;
    line-height: 19px;
    /* 84.442% */
    letter-spacing: -0.26px;
    padding: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 167px;
    font-weight: 700; }
    .quantity-selector-container .quantity-selector:lang(ar) {
      font-family: "bcn_arabic_roundedbold"; }
    .quantity-selector-container .quantity-selector span {
      display: block; }
    .quantity-selector-container .quantity-selector .qtyIcon {
      max-width: 68px;
      overflow: hidden; }
    .quantity-selector-container .quantity-selector button {
      cursor: pointer; }
    .quantity-selector-container .quantity-selector .qty-btn:hover {
      -webkit-transition: .5s ease transform;
      transition: .5s ease transform;
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }

.sizeGuide-container {
  margin: 0 15px;
  overflow-x: auto; }
  .sizeGuide-container.kids-bottom table .inch-value {
    display: none; }
  .sizeGuide-container.kids-bottom table .cm-value {
    display: block; }
  .sizeGuide-container.kids-bottom table td, .sizeGuide-container.kids-bottom table th {
    min-width: calc(100% / 5); }
  .sizeGuide-container.kids-top table .inch-value {
    display: none; }
  .sizeGuide-container.kids-top table .cm-value {
    display: block; }
  .sizeGuide-container table {
    position: relative;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-style: hidden;
    table-layout: fixed;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none; }
    .sizeGuide-container table .inch-value {
      display: block; }
    .sizeGuide-container table .cm-value {
      display: none; }
    .sizeGuide-container table::-webkit-scrollbar {
      display: none; }
    .sizeGuide-container table tbody {
      overflow: scroll;
      display: block; }
    .sizeGuide-container table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #fff;
      min-width: -webkit-fit-content;
      min-width: -moz-fit-content;
      min-width: fit-content; }
      .sizeGuide-container table tr:first-child td {
        font-weight: 400; }
        .sizeGuide-container table tr:first-child td:lang(ar) {
          font-family: "bcn_arabic_roundedregular"; }
        .sizeGuide-container table tr:first-child td:lang(en) {
          font-family: 'Nunito', sans-serif; }
    .sizeGuide-container table td, .sizeGuide-container table th {
      min-height: 40px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: grid;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow-wrap: break-word;
      min-width: 100px;
      border-bottom: 1px solid #e3e3e3;
      border: 1px solid #e3e3e3;
      padding: 7px;
      line-height: 150%;
      font-size: 12px; }
    .sizeGuide-container table th {
      text-transform: uppercase;
      border-color: #fff; }
      .sizeGuide-container table th:first-child {
        background-color: #2c53a4;
        color: #fff;
        text-align: left;
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        width: 100px;
        font-weight: 400; }
        .sizeGuide-container table th:first-child:lang(ar) {
          font-family: "bcn_arabic_roundedregular"; }
        .sizeGuide-container table th:first-child:lang(en) {
          font-family: 'Nunito', sans-serif; }

.inched-centimeter-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0 0px 15px; }
  .inched-centimeter-tab li {
    margin-left: 3px;
    list-style: none; }
    .inched-centimeter-tab li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-decoration: none;
      padding: 7px 20px;
      height: 30px;
      background: #fff;
      border-radius: 20px;
      font-size: 12px;
      color: #000;
      border: 1px solid #e3e3e3; }
    .inched-centimeter-tab li.active a {
      background: #2c53a4;
      color: #fff;
      border: 0;
      font-weight: 400; }
      .inched-centimeter-tab li.active a:lang(ar) {
        font-family: "bcn_arabic_roundedregular"; }
      .inched-centimeter-tab li.active a:lang(en) {
        font-family: 'Nunito', sans-serif; }

.modal-body-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px; }

.product-detail .detail-container {
  background: #F6F6F6;
  z-index: 5;
  display: block;
  position: relative;
  border-radius: 12px;
  margin-top: -60px; }

.product-detail .error-message {
  background: #FFE1E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 25px;
  color: #E32404;
  letter-spacing: 0.25px;
  line-height: 22px;
  font-size: 13px;
  padding: 5px 10px;
  margin: 15px 0 10px;
  gap: 5px; }
  .product-detail .error-message i {
    margin-top: 1px; }
  .product-detail .error-message p {
    margin: auto 0; }

.product-detail .product-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .product-detail .product-title h2 {
    color: #282828;
    color: #2F2F2F;
    font-size: 30px;
    font-weight: 700; }
    .product-detail .product-title h2:lang(ar) {
      font-family: "bcn_arabic_roundedbold"; }
    .product-detail .product-title h2:lang(ar):lang(en) {
      font-family: 'Nunito', sans-serif; }
    .product-detail .product-title h2:lang(ar):lang(ar) {
      font-family: "fedra_arabic_display_arheavy"; }

.product-detail .action-links {
  position: absolute;
  top: 30px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  gap: 10px; }
  .product-detail .action-links .wishlist-product {
    position: static; }
  .product-detail .action-links .wish-container {
    width: 36px; }

.product-detail .product-description {
  color: #7E7E7E;
  font-size: 17px;
  font-style: normal;
  line-height: 22px;
  margin-top: 15px;
  font-weight: 400; }
  .product-detail .product-description:lang(ar) {
    font-family: "bcn_arabic_roundedregular"; }
  .product-detail .product-description:lang(en) {
    font-family: 'Nunito', sans-serif; }

.product-detail .amount-container {
  margin-top: 15px; }
  .product-detail .amount-container .total-amount {
    color: #2F2F2F;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700; }
    .product-detail .amount-container .total-amount:lang(ar) {
      font-family: "bcn_arabic_roundedbold"; }
  .product-detail .amount-container .inclusive-text {
    color: #7E7E7E;
    font-size: 17px;
    font-weight: 500; }
    .product-detail .amount-container .inclusive-text:lang(ar) {
      font-family: "bcn_arabic_roundedmedium"; }
  .product-detail .amount-container .product-desc {
    display: block; }
  .product-detail .amount-container .default-sale-container.sale .value {
    color: #4200FF; }
  .product-detail .amount-container .default-sale-container.sale del {
    color: #838383; }
    .product-detail .amount-container .default-sale-container.sale del .value {
      color: #838383;
      font-weight: 500; }
      .product-detail .amount-container .default-sale-container.sale del .value:lang(ar) {
        font-family: "bcn_arabic_roundedmedium"; }
  .product-detail .amount-container .sales-percent-off {
    display: block;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500; }
    .product-detail .amount-container .sales-percent-off:lang(ar) {
      font-family: "bcn_arabic_roundedmedium"; }

.product-detail .bag-container {
  margin-top: 15px; }
  .product-detail .bag-container .add-to-cart {
    cursor: pointer;
    height: auto;
    width: 200px;
    border-radius: 72px;
    font-size: 23px;
    letter-spacing: -0.643px;
    padding: 24px 0;
    border: 1px solid white;
    font-weight: 700;
    -webkit-transition: .3s ease all;
    transition: .3s ease all; }
    .product-detail .bag-container .add-to-cart:lang(ar) {
      font-family: "bcn_arabic_roundedbold"; }
    .product-detail .bag-container .add-to-cart.added-to-bag {
      border: 1px solid #2c52a4;
      color: #2C52A4;
      background: #EBF9FF; }

.product-detail .sub-heading {
  color: #1E1E1E;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600; }
  .product-detail .sub-heading:lang(ar) {
    font-family: "bcn_arabic_roundedbold"; }

.product-detail.content-container .main-content-container {
  width: calc(100% - (50% + 21px));
  margin-right: 21px; }

.product-detail.content-container .sidebar-container {
  width: 50%;
  top: 130px;
  padding: 26px 21px;
  border-radius: 16.8px;
  background: rgba(217, 217, 217, 0.1); }

.product-detail .size-selection .size-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .product-detail .size-selection .size-title .size-guide {
    font-size: 17px;
    font-weight: 700;
    color: #2C52A4; }
    .product-detail .size-selection .size-title .size-guide:lang(ar) {
      font-family: "bcn_arabic_roundedbold"; }

/** LIGHTBOX MARKUP **/
.lightbox {
  /* Default to hidden */
  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 20px 0px;
  /* Translucent background */
  background: rgba(0, 0, 0, 0.8); }
  .lightbox svg {
    float: right;
    margin-bottom: 12px; }

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block; }

.lightbox span {
  height: 80%;
  display: block;
  overflow: scroll;
  border-radius: 14px;
  float: right;
  max-width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff; }
  .lightbox span img {
    padding: 0 12px; }


/*# sourceMappingURL=productDetail.css.map*/