* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: iransansweb;
  src: url("../fonts/iransansweb-fanum.eot");
  src: url("../fonts/iransansweb-fanum.ttf");
  src: url("../fonts/iransansweb-fanum.woff");
  src: url("../fonts/iransansweb-fanum.woff2");
}

@font-face {
  font-family: fontawesome;
  src: url("../fonts/fontawesome-webfont.woff2");
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: iransansweb !important;
  padding-bottom: 30px;
}
.product-name {
  overflow: hidden;
  max-width: 170px;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
.submit-number-btn {
  background-color: #e9e9e9 !important;
}
.wrapper button {
  font-family: iransansweb !important;
}
.modal-content h4 {
  font-size: 18px;
  margin: 10px 0;
}
.modal-content input {
  font-size: 16px;
  margin: 10px 0;
}

.submit-number-btn {
  font-size: 18px !important;
  margin: 10px 0 !important;
}
.hero-section{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  background-color: #020202;
}


/* xs - sm */
@media (max-width: 768px) {
  .banner {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    padding-right: 4%;
    padding-left: 4%;
    padding-top: 2%;
    background-color: #020202;
    gap: 4%;
  font-family: iransansweb !important;
  }

  .banner-bg {
    width: 55%;
    display: flex;
  }

  .banner-bg-2 {
    width: 80%;
    object-fit: contain;
  }
  .banner .landing-banner {
    width: 40%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    padding-top: 3%;
    padding-bottom: 3%;
  }
  .banner .landing-banner .img-blck {
    width: 38vw;
  }
  .banner .landing-banner .red-box {
    background-color: #ff2525;
    border-radius: 4px;
    width: 100%;
    padding: 0 2px;
    height: 20px;
    color: whitesmoke;
    font-size: 2.2vw;
    text-align: center;
    font-weight: 900;
    line-height: 20px;
    font-family: sans-serif;
  }
  
  
  .banner .landing-banner .ring img {
    width: 24px;
    height: 24px;
  }

  /* section */
  section {
    width: 100%;
  }
  section .title-blackF {
    font-weight: bold;
    font-size: 18px;
    color: black;
    margin-top: 2.5rem;
    margin-bottom: 8px;
  }
  section .parag {
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    text-align: justify;
  }

 /* pic متن ها */
  .part a {
    text-decoration: none !important;
  }
  .part strong {
    color: white;
    font-size: 12px;
    font-weight: bolder;
    display: block;
    margin-top: 6px;
  }
  .part h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  /* parts mobile*/
  .part {
    display: none;
  }
  .mobile-part a {
    text-decoration: none !important;
  }

  .mobile-part {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column wrap;
    gap: 6px;
    background: white;
    z-index: 10;
    margin-top: 24px;
    gap: 8px;
    text-align: center;
    overflow-x: hidden;
    position: relative;
    font-size: 12px;
  }
  .mobile-r1,
  .mobile-r2 {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .mobile-r3,
  .mobile-r4 {
    width: 100%;
    flex-flow: row nowrap;
    justify-content: center;
    border-radius: 8px;
    background: #000;
    background-image: url("../image/texture-background.png");
  }

  .horiz {
    display: grid;
    grid-template-columns: 60% 40%;
  }
  .proImgBoot {
    width: 35%;
  }
  .mobile-r1 {
    gap: 1.1vw;
    width: 100%;
    height: max-content;
    display: flex;
    flex-flow: row wrap;
  }
  .col1-1,
  .col1-2 {
    border-radius: 8px;
    width: 49%;
    height: inherit;
    background: black;
    background-image: url("../image/texture-background.png");
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
  }

  .proImg1,
  .proImg2 {
    width: 40%;
    padding: 2px;
  }
  strong {
    color: white;
    font-size: 14px;
    font-weight: bolder;
    display: block;
    margin-top: 4px;
  }
  .mobile-win1,
  .mobile-win2 {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: row;

    justify-content: center;
    align-items: center;

    gap: 8px;
  }
  .win1,
  .win2 {
    width: 95%;

    display: flex;
    flex-direction: column;
    height: inherit;
    background: black;
    background-image: url("../image/texture-background.png");

    border-radius: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .shoe {
    width: 60%;
    height: auto;
  }

  .mobile-part a {
    display: block;
  }

  /* دکمه بنر */
  .banner .landing-banner .ring .modal {
    color: #8a6f37;
    border: none;
    font-size: 12px;
    font-weight: 500;
  }
  .banner .landing-banner .ring button {
    border: none;
    color: #8a6f37;
    background-color: white;
  font-family: iransansweb !important;
    font-size: 10px;
  }
  .ring openModal {
    background-color: white;
    
  }
  /* استایل مودال */
  .modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 60px;
  }
  .modal-content {
    background-color: #fff;
    margin: 4rem auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 360px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: default;
    font-size: 18px;
  }
  .modal-content input {
    padding: 8px 24px;
    border-radius: 8px;
    margin: 10px 0;
    border: 1px solid gray;
    font-family: "iransansweb";
    font-size: 14px;
  }
  .modal-content button {
    padding: 4px 36px;
    border-radius: 8px;
    margin: 10px 0;
    font-size: 10px;
  }
  .close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
  }
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  /* اسلایدر محصولات */
  .slider {
    width: 100%;
    margin-right: 0;
  }
  .slider .owl-carousel .item {
    text-align: center;
    width: 59%;
    padding: 20px;
    background-color: #ff2525;
    margin-right: 0;
  }
  .slider .owl-carousel .item img {
    width: 10%;
    height: auto;
    border-radius: 10px;
    background-color: blueviolet;
  }
}

@media (min-width: 1200px) {
  .text-banner{
    width: 90%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  .banner .landing-banner strong {
    color: #ad8c46;
    font-size: 36px;
    font-weight: 600;
    margin-top: 6%;
    margin-bottom: 6%;
    text-align-last: center;
    width: 100%;
    text-align: justify;
    text-justify: inter-word;
    text-wrap: nowrap;

  }
  .banner .landing-banner .ring {
    background-color: white;
    width: 90%;
    cursor: pointer;
    height: 60px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
    line-height: 48px;
    border-radius: 4px;
  }
  /* تایمر */
  .banner .landing-banner .counter {
    font-family: Arial, sans-serif;
    width: 90%;
    border: 4px solid rgb(22, 22, 22);
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: #242323;
    box-shadow: inset 0px 3px 10px black;

    margin-bottom: 8%;
    border-radius: 4px;
  }

  .timer-container {
    text-align: center;
    background-color: #fff;
    padding: 6px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  #countdown {
    font-size: 46px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.911);
    width: 100%;
    display: flex;
    justify-content: space-between;

    align-items: center;
  }

  .time {
    display: inline-block;
    height: 40px;
    padding: 8px;
    background-color: rgb(39, 39, 39);
    color: white;
    margin-bottom: 12px;
    border-radius: 8px;
    box-shadow: inset -1px 8px 10px #4b4b4b;
    border-top: 3px solid #575757;
    border-right: 2px solid #383838;
    border-right: 2px solid #383838;
    border-bottom: 2px solid rgb(15, 15, 15);
  }
}

@media (min-width: 768px) {
  .title-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .title-mobile {
    display: block;
    text-align: center;
    font-size: 14px;
    text-align: center;
    margin-top: 32px;
  }
}
/* 3 size count down */
@media (max-width: 1200px) and (min-width: 976px) {
  .text-banner{
      width: 95%;
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
   align-items: center;
   gap: 1.5%;
  }
  .banner .landing-banner strong {
    color: #ad8c46;
    font-size: 30px;
    font-weight: 600;
    margin-top: 4%;
    margin-bottom: 6%;
    width: 100%;
    text-align-last: center;
    text-align: justify;
    text-justify: inter-word;
    text-wrap: nowrap;
  }
  .banner .landing-banner .ring {
    background-color: white;
    cursor: pointer;
    width: 85%;
    height: 42px;
    margin-top: 2%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
    line-height: 42px;
    border-radius: 4px;
  }
  /* تایمر */

  .banner .landing-banner .counter {
    font-family: Arial, sans-serif;
    width:85%;
    border: 4px solid rgb(22, 22, 22);
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: #242323;
    box-shadow: inset 0px 3px 10px black;
    margin-bottom: 6%;
    border-radius: 4px;
  }

  .timer-container {
    text-align: center;
    background-color: #fff;
    padding: 6px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  #countdown {
    font-size: 40px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.911);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .time {
    display: inline-block;
    height: 32px;
    padding: 8px;
    background-color: rgb(39, 39, 39);
    color: white;
    margin-bottom: 12px;
    border-radius: 8px;
    box-shadow: inset -1px 8px 10px #4b4b4b;
    border-top: 3px solid #575757;
    border-right: 2px solid #383838;
    border-right: 2px solid #383838;
    border-bottom: 2px solid rgb(15, 15, 15);
  }
  
}

@media (max-width: 976px) and (min-width: 546px) {
  .text-banner{
    width: 95%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 5%;
  }
  /* تایمر */
  .banner .landing-banner strong {
    color: #ad8c46;
    font-size: 21px;
    font-weight: 600;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 100%;
    text-align-last: center;
    text-align: justify;
    text-justify: inter-word;
    text-wrap: nowrap;
  }
  .banner .landing-banner .ring {
    background-color: white;
    width: 85%;
    height: 32px;
    display: flex;
    flex-flow: row nowrap;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 4px;
    line-height: 32px;
    border-radius: 4px;
  }
  .banner .landing-banner .counter {
    font-family: Arial, sans-serif;
    width: 85%;
    border: 4px solid rgb(22, 22, 22);
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: #242323;
    box-shadow: inset 0px 3px 10px black;
    margin-bottom: 6%;
    border-radius: 4px;
  }
  .timer-container {
    text-align: center;
    background-color: #fff;
    padding: 6px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  #countdown {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    color: whitesmoke;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
  }

  .time {
    display: inline-block;
    padding: 7px 5px;
    background-color: rgb(39, 39, 39);
    color: white;
    margin: 4px 2px;
    border-radius: 8px;
    box-shadow: inset -1px 8px 10px #4b4b4b;
    border-top: 4px solid #575757;
    border-right: 3px solid #383838;
    border-right: 3px solid #383838;
    border-bottom: 3px solid rgb(15, 15, 15);
  }
}
/* sm */
@media (max-width: 546px) {
  .text-banner{
    width: 95%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }
  .banner .landing-banner strong {
    color: #ad8c46;
    font-size: 13px;
    font-weight: 600;
    margin-top: 6%;
    margin-bottom: 6%;
    width: 100%;
    text-align-last: center;
    text-align: justify;
    text-justify: inter-word;
    text-wrap: nowrap;
  }
  .banner .landing-banner .ring {
    background-color: white;
    width: 95%;
    height: 28px;
    display: flex;
    flex-flow: row nowrap;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 4px;
    line-height: 32px;
    border-radius: 4px;
  }
  /* تایمر */
  .banner .landing-banner .counter {
    font-family: Arial, sans-serif;
    width: 95%;
    border: 4px solid rgb(22, 22, 22);
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: #242323;
    box-shadow: inset 0px 3px 10px black;
    margin-bottom: 6%;
    border-radius: 4px;
  }

  .timer-container {
    text-align: center;
    background-color: #fff;
    padding: 3px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  #countdown {
    font-size: 10px;
    font-weight: bold;
    color: whitesmoke;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .time {
    display: inline-block;
    padding: 6px 4px;
    background-color: rgb(39, 39, 39);
    color: white;
    margin: 2px 2px;
    border-radius: 8px;
    box-shadow: inset -1px 8px 10px #4b4b4b;
    border-top: 4px solid #575757;
    border-right: 3px solid #383838;
    border-right: 3px solid #383838;
    border-bottom: 3px solid rgb(15, 15, 15);
  }
}

/* md - lg */
@media (min-width: 768px) and (max-width: 1200px) {
  .wrapper {
    width: 100%;
  }
  .banner {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 0%;
    background-color: #020202;
    gap: 5%;
  font-family: iransansweb !important;

  }

  .banner-bg {
    width: 55%;
    display: flex;
  }

  .banner-bg-2 {
    width: 80%;
    object-fit: contain;
  }
  .banner .landing-banner {
    width: 40%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    padding-top: 2%;
    padding-bottom: 2%;
  }
  .banner .landing-banner .img-blck {
    width: 35vw;
  }
  .banner .landing-banner .red-box {
    background-color: #ff2525;
    border-radius: 4px;
    padding-right: 10px;
    padding-left: 10px;
    height: 28px;
    color: whitesmoke;
    font-size: 16px;
    text-align: center;
    font-weight: 900;
    line-height: 28px;
    font-family: sans-serif;
    width: 100%;
  }

  
  .banner .landing-banner .ring img {
    width: 24px;
    height: 24px;
  }

  /* section */
  section {
    width: 100%;
  }
  section .title-blackF {
    font-weight: bold;
    font-size: 19px;
    color: black;
    margin-top: 2.5rem;
    margin-bottom: 8px;
  }
  section .parag {
    font-weight: normal;
    font-size: 14px;
    width: 100%;
    text-align: justify;
  }
  /* parts */
  .part {
    width: 100%;
    background: white;
    z-index: 10;
    margin-top: 36px;
    display: flex;
    flex-flow: column nowrap;
    gap: 8px;
    text-align: center;
    position: relative;
  }
  .mobile-part {
    display: none;
  }
  /* متن ها */
  .part a {
    text-decoration: none !important;
  }
  .part strong {
    color: white;
    font-size: 16px;
    font-weight: bolder;
    display: block;
    margin-top: 15px;
  }
  .part h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  /* عکس ها */
  .part .proImg {
    width: 74%;
  }
  .proImg1,
  .proImg2 {
    height: 100%;
    width: auto;
  }
  .proImgMShoe {
    width: 65%;
  }
  .proImgBoot {
    width: 100%;
  }
  /* ردیف اول-4ستونه */
  .part .row1 {
    display: grid;
    column-gap: 0.7vw;
    grid-template-columns: 23% 23% 26% 26%;
  }
  .col1,
  .col2 {
    background: #000;
    border-radius: 12px;
    position: relative;
    display: flex;
    overflow: hidden;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    background-image: url("../image/texture-background.png");
  }

  .col3,
  .col4 {
    display: grid;
    grid-template-columns: 2;
    grid-template-rows: 2;
    column-gap: 8px;
    row-gap: 4px;
    overflow: hidden;
  }
  .win1,
  .win2 {
    background-color: #020202;
    border-radius: 12px;
    display: block;
    overflow: hidden;
    overflow-y: hidden;
    background-image: url("../image/texture-background.png");
  }

  /* ردیف دوم -2 ستونه */
  .part .row2 {
    display: grid;
    grid-template-columns: 46.5% 53.5%;
    column-gap: 1vw;
  }
  .row2-col1,
  .row2-col2 {
    background-color: #020202;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 60% 40%;
    background-image: url("../image/texture-background.png");
  }
  .part .proImg1 {
    width: 100%;
    grid-template-columns: 70% 3%;
  }
  .part .proImg2 {
    width: 100%;
  }

  /* دکمه بنر */
  .banner .landing-banner .ring .modal {
    color: #8a6f37;
    border: none;
    font-size: 12px;
    font-weight: 500;
  }
  .banner .landing-banner .ring button {
    border: none;
    font-size: 16px;
    color: #8a6f37;
    background: white;
  font-family: iransansweb !important;
  cursor: pointer;

  }
  button:hover .ring {
    background: #8a6f37;
  }
  /* استایل مودال */
  .modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 60px;
  }
  .modal-content {
    background-color: #fff;
    margin: 4rem auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 440px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: default;
    font-size: 12px;
  }
  .modal-content input {
    padding: 8px 24px;
    border-radius: 8px;
    border: 1px solid gray;
    font-family: "iransansweb";
  }
  .modal-content button {
    padding: 4px 36px;
    border-radius: 8px;
    margin: 10px 0;
    font-size: 12px;
  }
  .close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
  }
  .close:hover,
  .close:focus {
    color: #020202;
    text-decoration: none;
    cursor: pointer;
  }
  .close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
  }
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  /* اسلایدر محصولات */
  .slider {
    width: 100%;
    margin-right: 0;
  }
  .slider .owl-carousel .item {
    text-align: center;
    width: 59%;
    padding: 20px;
    background-color: #ff2525;
    margin-right: 0;
  }
  .slider .owl-carousel .item img {
    width: 10%;
    height: auto;
    border-radius: 10px;
    background-color: blueviolet;
  }
}

/* xl-xxl */
@media (min-width: 1200px) {
  .wrapper {
    width: 100%;
  }
  .banner {
    max-width: 1200px;
    height: 800px;
    display: flex;
    flex-flow: row nowrap;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 2%;
    background-color: #020202;
    gap: 5%;
  font-family: iransansweb !important;

  }

  .banner-bg {
    width: 55%;
    display: flex;
  }

  .banner-bg-2 {
    width: 80%;
    object-fit: contain;
  }
  .banner .landing-banner {
    width: 40%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;

    padding-top: 5%;
    padding-bottom: 5%;
  }
  .banner .landing-banner .img-blck {
    width: 83%;
  }
  .banner .landing-banner .red-box {
    background-color: #ff2525;
    border-radius: 4px;
    width: max-content;
    padding-right: 10px;
    padding-left: 10px;
    height: 40px;
    color: whitesmoke;
    font-size: 20px;
    text-align: center;
    font-weight: 900;
    line-height: 40px;
    font-family: sans-serif;
  }
  .banner .landing-banner .ring img {
    width: 40px;
    height: 40px;
  }

  /* section */
  section {
    width: 100%;
  }
  section .title-blackF {
    font-weight: bold;
    font-size: 26px;
    color: black;
    margin-top: 2.5rem;
    margin-bottom: 8px;
  }
  section .parag {
    font-weight: normal;
    font-size: 18px;
    width: 100%;
    text-align: justify;
  }
  /* parts */
  .part {
    width: 100%;
    background: white;
    z-index: 10;
    margin-top: 36px;
    display: flex;
    flex-flow: column nowrap;
    gap: 8px;
    text-align: center;
    position: relative;
  }

  .mobile-part {
    display: none;
  }
  /* متن ها */
  .part a {
    text-decoration: none !important;
  }
  .part strong {
    color: white;
    font-size: 18px;
    font-weight: bolder;
    display: block;
    margin-top: 15px;
  }
  .part h3 {
    font-size: 26px;
    margin-bottom: 14px;
  }
  /* یکگراند */
  .part .texture {
    position: absolute;
    width: 90%;
    z-index: -10;
  }
  /* عکس ها */
  .part .proImg {
    width: 74%;
  }
  .proImg1,
  .proImg2 {
    height: 72%;
    width: auto;
  }
  .proImgMShoe {
    width: 65%;
  }
  .proImgBoot {
    width: 100%;
  }
  /* ردیف اول-4ستونه */
  .part .row1 {
    display: grid;
    column-gap: 14px;
    grid-template-columns: 21.5% 23.8% 25.5% 25.5%;
  }
  .col1,
  .col2 {
    background: #000;
    border-radius: 12px;
    position: relative;
    display: flex;
    overflow: hidden;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    background-image: url("../image/texture-background.png");
  }

  .col3,
  .col4 {
    display: grid;
    grid-template-columns: 2;
    grid-template-rows: 2;
    column-gap: 8px;
    row-gap: 4px;
    overflow: hidden;
  }
  .win1,
  .win2 {
    background-color: #020202;
    border-radius: 12px;
    display: block;
    overflow: hidden;
    overflow-y: hidden;
    background-image: url("../image/texture-background.png");
  }

  /* ردیف دوم -2 ستونه */
  .part .row2 {
    display: grid;
    grid-template-columns: 46.7% 52.5%;
    column-gap: 10px;
  }
  .row2-col1,
  .row2-col2 {
    background-color: #020202;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 60% 40%;
    background-image: url("../image/texture-background.png");
  }
  .part .proImg1 {
    width: 100%;
    grid-template-columns: 70% 3%;
  }
  .part .proImg2 {
    width: 100%;
  }

  /* دکمه بنر */
  .banner .landing-banner .ring .modal {
    color: #8a6f37;
    border: none;
    font-size: 12px;
    /* display: block; */
    font-weight: 500;
  }
  .banner .landing-banner .ring button {
    border: none;
    color: #8a6f37;
    background: #fff;
    font-size: 18px;
    line-height: inherit;
    cursor: pointer;
  font-family: iransansweb !important;

  }
  button:hover .ring {
    background: #8a6f37;
  }
  /* استایل مودال */
  .modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 60px;
  }
  .modal-content {
    background-color: #fff;
    margin: 4rem auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: default;
  }
  .modal-content input {
    padding: 8px 24px;
    border-radius: 8px;
    border: 1px solid gray;
    font-family: "iransansweb";
  }
  .modal-content button {
    padding: 0px 36px;
    border-radius: 8px;
    margin: 10px 0;
  }
  .close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
  }
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
}

.discount-products-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.6rem 0;
}

.line-holder {
  width: 100%;
  margin: 0 2.5vw;
  height: 1px;
  background-color: #eaebed;
}

/* اسلایدر محصولات */
/* responsive - min-lg */

@media (min-width: 768px) {
  .owl-carousel a {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    text-decoration: none;
    font-size: 14px;
    color: #020202;
    text-align: right;
  }

  .owl-carousel a img {
    display: block;
    width: 60%;
    object-fit: cover;
  }
  .owl-carousel a .item-title {
    display: flex;
    flex-flow: column nowrap;
    gap: 6px;
    color: #020202;
    width: 95%;
    align-items: flex-start;
  }
  .owl-carousel a .item-title img {
    width: 32px;
    height: 32px;
  }
  .owl-carousel a .item-title p {
    font-size: 14px;
    font-weight: normal;
  }
  .owl-carousel a .item-title .size {
    font-size: 14px;
    display: flex;
    flex-flow: row nowrap;
    font-size: 10px;
    font-weight: normal;
  }
}
/* responsive - max-lg */

@media (max-width: 768px) {
  .slider {
    width: 100%;
    height: 140px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  a.item > img {
    max-width: 220px;
  }

  .owl-carousel {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #8a6e3780;
  }

  .owl-carousel a {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    text-decoration: none;
    font-size: 8px;
    text-align: right;
    color: #020202;
  }

  .owl-carousel a img {
    display: block;
    width: 60%;
    object-fit: cover;
  }

  .owl-carousel a .item-title {
    display: flex;
    flex-flow: column nowrap;
    gap: 6px;
    color: #020202;
    width: 95%;
    align-items: flex-start;
  }
  .owl-carousel a .item-title img {
    width: 16px;
    height: 16px;
  }
  .owl-carousel a .item-title p {
    font-size: 8px;
    font-weight: normal;
  }
  .owl-carousel a .item-title .size {
    font-size: 8px;
    display: flex;
    flex-flow: row nowrap;
    font-weight: normal;
  }
}
.discount-products-container > p {
  min-width: max-content;
  font-family: iransansweb !important;
}
.title-blackF {
  font-family: iransansweb;
}

.price-item {
  font-family: iransansweb;
  text-align: center;
  font-weight: bold !important;
  width: 100%;
  margin-bottom: 0.6rem;
}
.parag {
  margin-bottom: 1rem;
  line-height: 1.9;
}
.modal {
  display: none;
}

@media (max-width: 1200px) {
  .page-main-content {
    max-width: 90%;
    margin: 0 auto;
  }
}
.product-name::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e1e1e1;
}
.size {
  width: 26.25px;
  border: 1px solid #e1e1e1;
  justify-content: center;
}
.size > p {
  font-size: 10px !important;
  padding: 4px;
}
.size-stage {
  display: flex;
}
.product-wrapper {
  margin-bottom: 3.5rem;
}
#submitResult {
  font-size: 15px;
  padding: 0 1rem;
}
.txt-banner{
    display:flex;
    justify-content: center;
    align-items:center;
    width: 100%;
}
.txt-banner img{
  max-width: 1200px;
  width: inherit;
  height: auto;
  border-radius: 25px;
}
