 /*#region Intro start*/
 #custom-tshirt-intro {
  background-color: #fff;
  padding         : 30px 0
  }
  
  @media only screen and (max-width:1024px) {
  #custom-tshirt-intro {
  background: #fff;
  padding   : 30px 0 55px
  }
  }
  
  @media only screen and (max-width:768px) {
  #custom-tshirt-intro {
  padding: 30px 0 60px
  }
  }
  
  #custom-tshirt-intro .intro-box {
  display       : flex;
  padding-bottom: 110px;
  align-items   : center;
  flex-wrap     : wrap
  }
  
  @media only screen and (max-width:1024px) {
  #custom-tshirt-intro .intro-box {
  padding-bottom: 0;
  flex-direction: column;
  margin-top    : 16px
  }
  }
  
  #custom-tshirt-intro .intro-box .title {
  color        : #000;
  font-family  : Montserrat !important;
  font-size    : 40px;
  font-weight  : 700;
  line-height  : 56px;
  /* margin: 0 auto; */
  text-align: center;
  margin-bottom: 24px
  }
  
   #custom-tshirt-intro .intro-box .subtitle{
    color        : #000;
    font-family  : Montserrat !important;
    font-size    : 16px;
    font-weight  : 400;
    line-height  : 25.6px;
    margin-bottom: 24px;
    text-align: center;
  }

  @media only screen and (max-width:1024px) {
  #custom-tshirt-intro .intro-box .title {
  text-align    : center;
  font-size     : 32px;
  line-height   : 44.8px;
  margin        : 16px auto 24px;
  text-transform: uppercase;
  width         : 80%
  }
   #custom-tshirt-intro .intro-box .subtitle{
    text-align: center;
  }
  }
  
  @media only screen and (max-width:768px) {
  #custom-tshirt-intro .intro-box .title {
  font-size  : 32px;
  line-height: 44.8px;
  width      : 100%
  }
  }
  
  #custom-tshirt-intro .intro-box .text {
  align-items: center;
  width: 54%;
  background-color: #F6F9FC;;
  padding: 25px 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
  
  @media only screen and (max-width:1024px) {
  #custom-tshirt-intro .intro-box .text {
    background-color: transparent;
    width: 100%;
    padding: 0;
  }
  }
  #custom-tshirt-intro .intro-box .text .desc {
    width: 80%;
    color        : #000;
    font-family  : Montserrat !important;
    font-size    : 16px;
    font-weight  : 400;
    line-height  : 25.6px;
    margin-bottom: 24px;
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    }
  
  #custom-tshirt-intro .intro-box .text .desc li{
      display:flex;
      gap:4px;
      align-items:center;
      font-family: 'Montserrat' !important;
  }
  @media only screen and (max-width:1024px) {
  #custom-tshirt-intro .intro-box .text .desc {
  text-align : center;
  justify-content: center;
  line-height: 22.4px
  }

  #custom-tshirt-intro .intro-box .text .desc li{
  width: 100%;
  }
  }
  
  @media only screen and (max-width:768px) {
  #custom-tshirt-intro .intro-box .text .desc {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 4px;
  border: 1px solid #F4F4F4;
  background: #FFF;
  box-shadow: 0px 4px 6px -1px rgba(13, 16, 45, 0.10), 0px 2px 4px -2px rgba(13, 16, 45, 0.10);
  padding: 20px 30px;
  font-size    : 18px;
  line-height  : 32px;
  margin-bottom: 22px
  }
  #custom-tshirt-intro .intro-box .text .desc a{
    width: 100%;
    color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 28px;
letter-spacing: 1.44px;
  margin-top: 6px;
  padding: 11px;
  }
  }
  
  #custom-tshirt-intro .intro-box .text .ti-widget {
  text-align: start;
  margin-top: 24px
  }
  
  @media only screen and (max-width:1024px) {
  #custom-tshirt-intro .intro-box .text .ti-widget {
  text-align: center
  }
  }
  
  @media only screen and (max-width:768px) {
  #custom-tshirt-intro .intro-box .text .ti-widget {
  margin-top: 0
  }
  }
  
  #custom-tshirt-intro .intro-box .btn-box {
  display  : flex;
  justify-content: center;
  gap      : 16px;
  flex-wrap: wrap;
  width    : 100%
  }
  
  @media only screen and (max-width:1024px) {
  #custom-tshirt-intro .intro-box .btn-box {
  justify-content: center
  }
  }
  
  #custom-tshirt-intro .intro-box .btn-box .btn {
  padding    : 15px 0;
  width      : 232px;
  font-size  : 20px;
  line-height: 22px;
  font-weight: 600
  }
  
  @media only screen and (max-width:1300px) {
  #custom-tshirt-intro .intro-box .btn-box .btn {
  width      : 196px;
  font-size  : 18px;
  line-height: 20px;
  padding    : 11px 0
  }
  }
  
  @media only screen and (max-width:768px) {
  #custom-tshirt-intro .intro-box .btn-box .btn {
  width      : 100%;
  line-height: 28px;
  padding    : 11px 0;
  font-weight: 600;
  font-size  : 20px
  }
  }
  
  @media only screen and (max-width:768px) {
  #custom-tshirt-intro .intro-box .btn-box {
  margin-top: 20px
  }
  }
  
  #custom-tshirt-intro .intro-box .left-part {
  position: relative;
  width   : 46%
  }
  
  @media only screen and (max-width:1024px) {
  #custom-tshirt-intro .intro-box .left-part {
  width: 100%
  }
  }
  
  #custom-tshirt-intro .intro-box .left-part .photo {
  display        : flex;
  justify-content: flex-end
  }
  
  @media only screen and (max-width:1024px) {
  #custom-tshirt-intro .intro-box .left-part .photo {
  width          : 100%;
  justify-content: center
  }
  }
  
  #custom-tshirt-intro .intro-box .photo {
  width: 100%
  }
 #custom-tshirt-intro .intro-box .photo img {
  width: 100%
  }
  
  #custom-tshirt-intro .intro-box .left-part .delivery {
  display         : flex;
  position        : absolute;
  right           : 0;
  top             : 100%;
  width           : max-content;
  background-color: #fff;
  padding: 0;
  gap: 0;
  box-shadow      : 0 2px 4px 0 rgba(13, 16, 45, .1), 0 1px 2px -1px rgba(13, 16, 45, .1);
  border-radius   : 4px;
  flex-wrap       : wrap;
  justify-content : space-between
  }
  
  @media only screen and (max-width:1024px) {
  #custom-tshirt-intro .intro-box .left-part .delivery {
  display: none;
  }
  }
  
#custom-tshirt-intro .intro-box .left-part .delivery-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 60px;
  border: 1px solid #D9D9D9;
  border-right: none;
}
#custom-tshirt-intro .intro-box .left-part .delivery-item:nth-child(3){
  border-right: 1px solid #D9D9D9;
}
#custom-tshirt-intro .intro-box .left-part .delivery-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  z-index: 1;
}

#custom-tshirt-intro .intro-box .left-part .delivery-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #D9D9D9;
  z-index: 1;
}
#custom-tshirt-intro .intro-box .left-part .delivery-item:nth-child(3)::after,
#custom-tshirt-intro .intro-box .left-part .delivery-item:nth-child(3)::before  {
display: none;
}


  @media only screen and (max-width:768px) {
  #custom-tshirt-intro .intro-box .left-part .delivery-item {
  align-items: center
  }
  }
  
  #custom-tshirt-intro .intro-box .left-part .delivery-item-icon {
  width: 29px;
  height: 29px;
  margin-bottom: 13px
  }
  
  @media only screen and (max-width:600px) {
  #custom-tshirt-intro .intro-box .left-part .delivery-item-icon {
  width        : 32px;
  height       : 32px;
  margin-bottom: 6px
  }
  }
  
  #custom-tshirt-intro .intro-box .left-part .delivery-item-title {
  color        : #0d1c2c;
  font-family  : Montserrat !important;
  font-size    : 16px;
  font-weight  : 600;
  line-height  : 22.4px;
  margin-bottom: 4px
  }
  
  @media only screen and (max-width:600px) {
  #custom-tshirt-intro .intro-box .left-part .delivery-item-title {
  font-size  : 12px;
  line-height: 16.8px
  }
  }
  
  #custom-tshirt-intro .intro-box .left-part .delivery-item-desc {
  color                  : #666;
  font-size              : 14px;
  font-weight            : 500;
  text-decoration        : none;
  }
  
  @media only screen and (max-width:600px) {
  #custom-tshirt-intro .intro-box .left-part .delivery-item-desc {
  font-size: 12px
  }
  }
  
  #custom-tshirt-intro .intro-box .left-part .delivery-item-desc span {
  color      : #666;
  font-size  : 14px;
  font-weight: 500
  }
  
  #custom-tshirt-intro .intro-box .left-part .delivery-item-desc span.num {
  color        : #005eff;
  }
  
  #custom-tshirt-intro .intro-box .left-part .delivery:before {
  content : url(/uploads/12762042/File/deco/cities/assets/intro-arrow.svg);
  position: absolute;
  top     : 30px;
  right   : calc(100% + 15px)
  }
  
  @media only screen and (max-width:1024px) {
  #custom-tshirt-intro .intro-box .left-part .delivery:before {
  display: none
  }
  }
  
  #custom-tshirt-intro .ti-header {
  padding      : 0;
  margin-bottom: 8px
  }
  
  #custom-tshirt-intro .ti-widget .ti-header span,
  #custom-tshirt-intro .ti-widget .ti-header strong {
  font-size: 10px
  }
  
  #custom-tshirt-intro .ti-widget .ti-header .ti-stars .ti-star {
  width: 12px
  }
  
  #custom-tshirt-intro .ti-widget .ti-mob-row {
  align-items: center
  }
  
  /*#endregion Intro end*/
   /*#region Product start*/
  
  #custom-tshirt-product {
  padding: 70px 0;
  background-color: #F6F9FC;
  }
  
  @media only screen and (max-width:1024px) {
  #custom-tshirt-product {
  padding         : 50px 0;
  }
  }
  
  #custom-tshirt-product .title {
  color         : #0d1c2c;
  text-align    : center;
  font-family   : Montserrat !important;
  font-size     : 36px;
  font-weight   : 600;
  line-height   : 50.4px;
  text-transform: capitalize;
  margin-bottom : 12px
  }
  
  @media only screen and (max-width:1024px) {
  #custom-tshirt-product .title {
  font-size  : 28px;
  line-height: 39.2px
  }
  }
  
  @media only screen and (max-width:768px) {
  #custom-tshirt-product .title {
  font-size  : 30px;
  line-height: 42px
  }
  }
  
  #custom-tshirt-product .subtitle {
  color      : #333;
  font-family: Montserrat !important;
  font-size  : 16px;
  font-weight: 400;
  line-height: 24px;
  text-align : center
  }
  
  @media only screen and (max-width:1024px) {
  #custom-tshirt-product .subtitle {
  margin-bottom: 24px
  }
  }
  
  #custom-tshirt-product .product-box {
  margin               : 36px 0;
  display              : grid;
  grid-template-columns: repeat(4, 1fr);
  gap                  : 20px
  }
  
  @media only screen and (max-width:1024px) {
  #custom-tshirt-product .product-box {
  grid-template-columns: repeat(2, 1fr);
  gap                  : 16px;
  margin               : 0
  }
  }
  
  @media only screen and (max-width:768px) {
  
  #custom-tshirt-product .product-box .product-box-item:first-child,
  #custom-tshirt-product .product-box .product-box-item:nth-child(6) {
  grid-column: span 2
  }
  }
  
  #custom-tshirt-product .product-box-item {
  text-decoration: none;
  display        : flex;
  padding        : 16px 10px 10px;
  flex-direction : column;
  align-items    : center;
  gap            : 22px;
  border-radius  : 4px;
  border         : 1px solid #e6e8ea;
  background     : #fff;
  box-shadow     : 0 5px 15px 0 rgba(0, 0, 0, .1);
  transition     : all .3s
  }
  
  #custom-tshirt-product .product-box-item p {
  color      : #0b1629;
  font-family: Montserrat !important;
  font-size  : 24px;
  font-weight: 500;
  line-height: 24px;
  text-align : center
  }
  
  @media only screen and (max-width:768px) {
  #custom-tshirt-product .product-box-item p {
  font-size: 20px
  }
  }
  
  #custom-tshirt-product .product-box-item .photo {
  height         : 100%;
  display        : flex;
  align-items    : center;
  justify-content: center
  }
  
  #custom-tshirt-product .product-box-item img {
  max-height: 277px;
  max-width : 100%
  }
  
  #custom-tshirt-product .product-box-item:hover {
  box-shadow: 0 5px 15px 0 rgba(2, 41, 107, .39)
  }
  
  #custom-tshirt-product .view-all {
  color          : #003ca3;
  font-family    : Montserrat !important;
  font-size      : 20px;
  font-weight    : 500;
  line-height    : 32px;
  display        : block;
  text-align     : center;
  text-decoration: none;
  transition     : all .3s;
  text-decoration: underline
  }
  
  @media only screen and (max-width:1024px) {
  #custom-tshirt-product .view-all {
  margin-top: 24px
  }
  }
  
  /*endregion Product end */
   /*#region Reviews start*/
  
  #custom-tshirt-reviews {
  background-color: #fff;
  padding         : 50px 0
  }
  
  #custom-tshirt-reviews .title {
  color         : #0d1c2c;
  text-align    : center;
  font-family   : Montserrat !important;
  font-size     : 30px;
  font-weight   : 600;
  line-height   : 42px;
  text-transform: capitalize;
  margin-bottom : 12px
  }
   #custom-tshirt-reviews .subtitle {
  color: #333;
font-family: Montserrat !important;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
text-align: center;
margin-bottom: 30px;
}
  @media only screen and (max-width:1024px) and (min-width:768px) {
  #custom-tshirt-reviews .title {
  font-size  : 24px;
  line-height: 33.6px
  }
  }
  #custom-tshirt-reviews .photo {
    margin-top     : 56px;
    display        : none;
    align-items    : center;
    justify-content: center;
    position       : relative;
}

@media only screen and (min-width: 1024px) {
    #custom-tshirt-reviews .photo {
        display: flex;
    }
}

#custom-tshirt-reviews .photo img {
    width: 126px;
}

#custom-tshirt-reviews .photo::after {
    content         : '';
    position        : absolute;
    height          : 1px;
    width           : calc((100% - 194px) / 2);
    right           : 0;
    background-color: #7ec3ff;
}

#custom-tshirt-reviews .photo::before {
    content         : '';
    position        : absolute;
    height          : 1px;
    width           : calc((100% - 194px) / 2);
    left            : 0;
    background-color: #7ec3ff;
}
  #custom-tshirt-reviews .btn-box {
  margin-top     : 33px;
  display        : flex;
  justify-content: center;
  gap            : 16px
  }
  
  @media only screen and (max-width:768px) {
  #custom-tshirt-reviews .btn-box {
  flex-direction: column
  }
  }
  
  #custom-tshirt-reviews .btn-box .btn {
  width      : 273px;
  font-size  : 20px;
  font-weight: 600;
  line-height: 22px;
  padding    : 15px 0
  }
  #custom-tshirt-reviews .ti-widget-header{
  display: none;
  }
  @media only screen and (max-width:1024px) {
  #custom-tshirt-reviews .btn-box .btn {
  width      : 153px;
  font-size  : 16px;
  font-weight: 500
  }
  }
  
  @media only screen and (max-width:768px) {
  #custom-tshirt-reviews .btn-box .btn {
  display: none
  }
  }
  @media only screen and (max-width:1024px) {
  #custom-tshirt-reviews .ti-widget .ti-controls-line {
  display: block !important
  }
  
  #custom-tshirt-reviews .ti-widget .ti-header {
  display: none
  }
  }
  
  /*#endregion Reviews end*/
   
  #custom-tshirt-works {
  padding: 70px 0;
  background: #F6F9FC;
}
@media only screen and (max-width: 1024px) {
  #custom-tshirt-works {
    padding: 50px 0;
  }
}
#custom-tshirt-works .title {
  color: #0d1c2c;
  text-align: center;
  font-family: Montserrat !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  #custom-tshirt-works .title {
    font-size: 24px;
    line-height: 33.6px;
  }
}
@media only screen and (max-width: 768px) {
  #custom-tshirt-works .title {
    font-size: 32px;
    line-height: 44.8px;
  }
}
#custom-tshirt-works .subtitle {
  color: #333;
  font-family: Montserrat !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
#custom-tshirt-works .works-box {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11px 16px;
}
@media only screen and (max-width: 1024px) {
  #custom-tshirt-works .works-box {
    margin-top: 28px;
    gap: 20px;
  }
  #custom-tshirt-works .works-box .photo:first-of-type {
    grid-column: span 2;
    grid-row: span 2;
  }
  #custom-tshirt-works .works-box .photo:nth-child(6), #custom-tshirt-works .works-box .photo:nth-child(7), #custom-tshirt-works .works-box .photo:nth-child(8) {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #custom-tshirt-works .works-box {
    margin-top: 24px;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-tshirt-works .works-box .photo:first-of-type {
    grid-column: span 1;
    grid-row: span 1;
  }
  #custom-tshirt-works .works-box .photo:nth-child(6) {
    display: block;
  }
}

#custom-tshirt-works .works-box .photo img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #custom-tshirt-works .works-box .photo img {
    border-radius: 8px;
  }
}
#custom-tshirt-company {
  padding: 70px 0;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  #custom-tshirt-company {
    padding: 50px 0;
  }
}
#custom-tshirt-company .title {
  color: #0d1c2c;
  text-align: center;
  font-family: Montserrat !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
  text-transform: capitalize;
  margin-bottom: 14px;
}
#custom-tshirt-company .subtitle {
  color: #333;
font-family: Montserrat !important;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
text-align: center;
margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  #custom-tshirt-company .title {
    font-size: 32px;
    line-height: 44.8px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #custom-tshirt-company .title {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
#custom-tshirt-company .company-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
  width: 100%;
}

#custom-tshirt-company .company-box-item {
  min-width: 280px; 
  flex-shrink: 0;
}
#custom-tshirt-company .company-box img {
  width: 100%;
}
#custom-tshirt-company .company-box-item {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(13, 16, 45, 0.1), 0px 1px 2px -1px rgba(13, 16, 45, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#custom-tshirt-company .company-box-item-title {
  color: #102437;
  font-family: Montserrat !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 23.68px;
  padding: 0 16px;
}
#custom-tshirt-company .company-box-item-text {
  color: #576675;
  font-family: Montserrat !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.72px;
  padding: 0 16px 16px;
}
#custom-tshirt-company .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
#custom-tshirt-company .btn-box .btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 23.68px;
  padding: 14px 66px 14px 56px;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  #custom-tshirt-company .btn-box .btn {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    width: 328px;
    padding: 11px 52px;
    text-transform: capitalize;
  }
}
@media only screen and (max-width: 768px) {
  #custom-tshirt-company .btn-box .btn {
    width: 100%;
  }
}
/* SCREEN SERVICES */
.custom-tshirt-services {
  padding: 70px 0;
  background: #F6F9FC;
}

@media only screen and (max-width: 768px) {
  .custom-tshirt-services {
    padding: 50px 0;
  }
}

.custom-tshirt-services .section-title {
  font-size     : 36px;
  font-weight   : 700 !important;
  text-transform: capitalize;
  line-height   : normal;
  text-align    : center;
  margin-bottom : 12px;
  font-family   : Montserrat !important;
}

@media only screen and (max-width: 768px) {
  .custom-tshirt-services .section-title {
    font-size  : 28px;
    font-weight: 600 !important;
  }
}

.custom-tshirt-services .section-subtitle {
  color         : #172640;
  text-align    : center;
  font-size     : 16px;
  font-weight   : 400;
  line-height   : 22.4px;
  letter-spacing: -0.24px;
  width         : 63%;
  margin        : 0 auto 50px;
}

@media only screen and (max-width: 768px) {
  .custom-tshirt-services .section-subtitle {
    width : 100%;
    margin: 0 auto 40px;
  }
}

.custom-tshirt-services .service-container {
  overflow-x: auto;
}

.custom-tshirt-services .service-container::-webkit-scrollbar-track {
  background: transparent !important;
}

.custom-tshirt-services .service-container::-webkit-scrollbar-thumb {
  background: transparent !important;
}

.custom-tshirt-services .service-container::-webkit-scrollbar {
  width : 12px;
  height: 5px;
}

.custom-tshirt-services .service {
  display        : flex;
  justify-content: space-between;
  gap            : 22px;
  min-width      : max-content;
  border-bottom  : 5px solid #e8e9ea;
  position       : relative;
  margin-bottom  : 25px;
}

.custom-tshirt-services .service::before {
  content         : '';
  height          : 5px;
  width           : var(--before-width, 50px);
  background-color: #E40046;
  position        : absolute;
  bottom          : -5px;
  left            : var(--before-left, 0);
  transition      : left 0.3s ease;
}

.custom-tshirt-services .service-type {
  color      : #172640;
  font-size  : 17px;
  font-weight: 500;
  line-height: 23.8px;
  text-align : center;
  padding    : 15px 0;
  cursor     : pointer;
}

@media only screen and (max-width: 768px) {
  .custom-tshirt-services .service-type {
    font-size  : 14px;
    font-weight: 700;
    line-height: 20px;
  }
}

.custom-tshirt-services .service-type.active {
  color: #E40046;
}

.custom-tshirt-services .content-item {
  display   : flex;
  gap       : 14px;
  opacity   : 0;
  height    : 0;
  overflow  : hidden;
  transition: opacity 0.5s ease;
}

.custom-tshirt-services .content-item-text {
  width        : 100%;
  padding      : 24px 20px;
  border-radius: 4px;
  border: 1px solid #E6E8EA;
  box-shadow: 0px 2px 4px 0px rgba(13, 16, 45, 0.10), 0px 1px 2px -1px rgba(13, 16, 45, 0.10);
  background   : #fff;
  height       : max-content;
}

@media only screen and (max-width: 768px) {
  .custom-tshirt-services .content-item-text {
    width  : 100%;
    padding: 20px;
  }
}

.custom-tshirt-services .content-item-text .desc {
  display       : flex;
  flex-direction: column;
  gap           : 14px;
  margin-bottom : 24px;
}

.custom-tshirt-services .content-item-text li {
  list-style: unset;
  color: #1C244B;
font-family: Montserrat !important;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 21px;
margin-left: 16px;
}

.custom-tshirt-services .content-item-text .desc p {
  color      : #1c244b;
  font-family: Montserrat !important;
  font-size  : 15px;
  font-style : normal;
  font-weight: 400;
  line-height: 21px;
}

.custom-tshirt-services .content-item-text .desc b,
.custom-tshirt-services .content-item-text .desc h3 {
  font-family: Montserrat !important;
  font-size  : 15px;
  font-weight: 600;
}

.custom-tshirt-services .content-item-text .desc em {
  font-style: italic !important;
}

.custom-tshirt-services .content-item-text .desc a {
  text-decoration: underline;
  color          : #1c244b !important;
  font-family    : Montserrat !important;
}

.custom-tshirt-services .content-item-text a.btn {
  width      : 270px;
  font-size  : 20px;
  font-weight: 600;
  line-height: 22px;
  padding    : 14px;
  box-shadow : 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
}

@media only screen and (max-width: 768px) {
  .custom-tshirt-services .content-item-text a.btn {
    width: 100%;
  }
}

.custom-tshirt-services .content-item .photo {
  width           : calc((100% - 14px) * 0.38);
  padding         : 18px;
  background-color: none;
  border-radius   : 4px;
  display         : flex;
  align-items     : center;
}

@media only screen and (max-width: 768px) {
  .custom-tshirt-services .content-item .photo {
    display: none;
  }
}

.custom-tshirt-services .content-item .photo img {
  width     : 100%;
  height    : 100%;
  object-fit: cover;
  max-height: 300px;
}

.custom-tshirt-services .content-item.active {
  opacity: 1;
  height : auto;
}


/* END OF SCREEN SERVICES */
#custom-tshirt-us {
  padding: 70px 0;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  #custom-tshirt-us {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #custom-tshirt-us .title-box {
    padding: 38px 33px 37px 33px;
    border: 1px solid #e6e8ea;
    box-shadow: 0px 2px 4px 0px rgba(13, 16, 45, 0.1), 0px 1px 2px -1px rgba(13, 16, 45, 0.1);
  }
}
#custom-tshirt-us .title-box .title {
  color: #0d1c2c;
  text-align: center;
  font-family: Montserrat !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #custom-tshirt-us .title-box .title {
    font-size: 28px;
    line-height: 39.2px;
  }
}
@media only screen and (max-width: 768px) {
  #custom-tshirt-us .title-box .title {
    font-size: 32px;
    line-height: 44.8px;
    text-align: start;
  }
}
#custom-tshirt-us .title-box .subtitle {
  max-width: 812px;
  margin: 0 auto;
  color: #213343;
  text-align: center;
  font-family: Montserrat !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  #custom-tshirt-us .title-box .subtitle {
    text-align: start;
    margin-bottom: 32px;
  }
}
#custom-tshirt-us .us-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 52px;
}
@media only screen and (max-width: 1024px) {
  #custom-tshirt-us .us-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
  }
}
@media only screen and (max-width: 768px) {
  #custom-tshirt-us .us-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 0;
  }
}
#custom-tshirt-us .us-box img {
  width: 64px;
}
#custom-tshirt-us .us-box-item {
  min-height: 194px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(13, 16, 45, 0.1), 0px 1px 2px -1px rgba(13, 16, 45, 0.1);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#custom-tshirt-us .us-box-item-title {
  color: #102437;
  font-family: Montserrat !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  max-width: 269px;
}
@media only screen and (max-width: 768px) {
  #custom-tshirt-us .us-box-item-title {
    max-width: 100%;
  }
}
#custom-tshirt-us .us-box-item-text {
  color: #576675;
  font-family: Montserrat !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #custom-tshirt-us .us-box-item-text {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  #custom-tshirt-us .us-box-item {
    border: 1px solid #e6e8ea;
    padding: 16px 12px;
    position: relative;
    min-height: 0;
  box-shadow: none;
  gap: 0;
  }

  #custom-tshirt-us .us-box-item-title {
    font-family: Montserrat !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #102437;
    cursor: pointer;
    padding-right: 24px;
    position: relative;
    margin: 0;
  }

  #custom-tshirt-us .us-box-item-title::before,
  #custom-tshirt-us .us-box-item-title::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: #000;
    top: 50%;
    right: 0;
    transition: transform 0.3s ease;
    border-radius: 2px;
  }

  #custom-tshirt-us .us-box-item-title::after {
    transform: rotate(90deg);
  }

  #custom-tshirt-us .us-box-item.active .us-box-item-title::after {
    transform: rotate(0deg);
  }

  #custom-tshirt-us .us-box-item-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding-top 0.3s ease;
    font-family: Montserrat !important;
    font-size: 15px;
    color: #576675;
    line-height: 22px;
    padding-top: 0;
    margin: 0;
  }

  #custom-tshirt-us .us-box-item.active .us-box-item-text {
    max-height: 500px;
    padding-top: 12px;
  }
}
#custom-tshirt-us .btn-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  gap: 16px;
}
#custom-tshirt-us .btn-box .btn {
  font-family: Poppins !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 23.68px;
  padding: 14px 66px 14px 56px;
  text-decoration: none;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #custom-tshirt-us .btn-box .btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 23.68px;
    padding: 11px 52px;
  }
}
@media only screen and (max-width: 768px) {
  #custom-tshirt-us .btn-box .btn {
    width: 100%;
  }
}
/*#region CITY DESIGN PRODUCT CSS */

#custom-tshirt-design-product {
  padding   : 70px 0;
}

#custom-tshirt-design-product:nth-of-type(1) {
  background: #F6FAFF;
}

#custom-tshirt-design-product:nth-of-type(2) {
  background: #fff;
}

@media (max-width: 1024px) {
  #custom-tshirt-design-product {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  #custom-tshirt-design-product {
    padding-bottom: 30px;
  }
}

#custom-tshirt-design-product .content-wrapper {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  #custom-tshirt-design-product .content-wrapper {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1024px) and (min-width: 767.98px) {

  #custom-tshirt-design-product .content-wrapper .content,
  #custom-tshirt-design-product .content-wrapper .photo {
    width: calc(50% - 28px);
  }
}

@media (min-width: 1025px) {
  #custom-tshirt-design-product .content-wrapper .content {
    width: 50%;
  }
}

#custom-tshirt-design-product .content-wrapper .content .title-wrapper .section-title {
  color: #0D1C2C;
font-family: Montserrat !important;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 50.4px;
text-transform: capitalize;
  margin-bottom : 16px;
}
#custom-tshirt-design-product .content-wrapper .content .title-wrapper .section-subtitle {
color: #333;
font-family: Montserrat !important;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px;
}

@media (max-width: 767.98px) {

  #custom-tshirt-design-product .content-wrapper .content .title-wrapper .section-title,
  #custom-tshirt-design-product .content-wrapper .content .title-wrapper .section-subtitle {
    text-align: center;
  }

  #custom-tshirt-design-product .content-wrapper .content .title-wrapper .section-title {
    font-size  : 28px;
    font-weight: 600;
  }
}

#custom-tshirt-design-product .content-wrapper .content .button-wrapper {
  display   : flex;
  gap       : 16px;
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  #custom-tshirt-design-product .content-wrapper .content .button-wrapper {
    flex-direction: column;
    max-width     : 350px;
    margin        : 32px auto 0;
  }
}

#custom-tshirt-design-product .content-wrapper .content .button-wrapper .btn-red,
#custom-tshirt-design-product .content-wrapper .content .button-wrapper .button-outline {
  font-size  : 20px;
  font-weight: 600;
  line-height: 32px;
  padding    : 10px 50px;
  text-align : center;
}

@media (max-width: 1024px) and (min-width: 767.98px) {

  #custom-tshirt-design-product .content-wrapper .content .button-wrapper .btn-red,
  #custom-tshirt-design-product .content-wrapper .content .button-wrapper .button-outline {
    font-size  : 14px;
    font-weight: 500;
    line-height: 22px;
    padding    : 6px 16px;
  }
}

@media (max-width: 767.98px) {

  #custom-tshirt-design-product .content-wrapper .content .button-wrapper .btn-red,
  #custom-tshirt-design-product .content-wrapper .content .button-wrapper .button-outline {
    font-size  : 18px;
    line-height: 30px;
  }
}

#custom-tshirt-design-product .content-wrapper .content .google-reviews {
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  #custom-tshirt-design-product .content-wrapper .content .google-reviews {
    margin-top: 12px;
  }
}

#custom-tshirt-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
  display: flex;
}

@media (max-width: 767.98px) {
  #custom-tshirt-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container {
    justify-content: center;
  }
}

#custom-tshirt-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
  padding: 20px 0;
}

@media (min-width: 768px) {
  #custom-tshirt-design-product .content-wrapper .content .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    flex-wrap: nowrap !important;
  }
}

#custom-tshirt-design-product .content-wrapper .photo {
  border-radius: 4px;
  overflow     : hidden;
}

@media (min-width: 1025px) {
  #custom-tshirt-design-product .content-wrapper .photo {
    width: calc(50% - 100px);
  }
}

@media (max-width: 767.98px) {
  #custom-tshirt-design-product .content-wrapper .photo {
    margin-bottom: 32px;
  }
}

#custom-tshirt-design-product .content-wrapper .photo img {
  width     : 100%;
  object-fit: contain;
}
#custom-tshirt-design-product .see-more-link {
  color: #1E90FF;
  font-family: Montserrat !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
  cursor: pointer;
  }
#custom-tshirt-faq {
  padding         : 70px 0;
  background-color: #fff;
  }
  
  @media only screen and (max-width: 1024px) {
  #custom-tshirt-faq {
    padding: 50px 0;
  }
  }
  
  #custom-tshirt-faq .title {
  color         : #0d1c2c;
  font-family   : Montserrat !important;
  font-size     : 30px;
  font-weight   : 600;
  line-height   : 42px;
  text-transform: capitalize;
  margin-bottom : 24px;
  text-align: center;
  }
  
  @media only screen and (max-width: 1024px) {
  #custom-tshirt-faq .title {
    font-size    : 24px;
    line-height  : 33.6px;
    margin-bottom: 0;
    display      : none;
  }
  }
  
  @media only screen and (max-width: 768px) {
  #custom-tshirt-faq .title {
    font-size  : 30px;
    line-height: 42px;
  }
  }
  
  #custom-tshirt-faq .faq-box {
  display    : flex;
  gap        : 96px;
  align-items: center;
  }
  
  @media only screen and (max-width: 1024px) {
  #custom-tshirt-faq .faq-box {
    flex-direction: column-reverse;
    gap           : 24px;
  }
  }
  
  #custom-tshirt-faq .faq-box .photo {
  width: calc(100% / 12 * 5);
  }
  
  @media only screen and (max-width: 1024px) {
  #custom-tshirt-faq .faq-box .photo {
    display: none;
  }
  }
  
  #custom-tshirt-faq .faq-box .photo img {
  width        : 100%;
  border-radius: 8px;
  }
  
  #custom-tshirt-faq .faq-box .text {
  width: calc(100% / 12 * 6);
  }
  
  @media only screen and (max-width: 1024px) {
  #custom-tshirt-faq .faq-box .text {
    width: 100%;
  }
  }
  
  #custom-tshirt-faq .faq-box .question {
  width         : 100%;
  display       : flex;
  flex-direction: column;
  gap           : 16px;
  }
  
  @media only screen and (max-width: 1024px) {
  #custom-tshirt-faq .faq-box .question {
    width: 100%;
  }
  }
  
  @media only screen and (max-width: 768px) {
  #custom-tshirt-faq .faq-box .question {
    display       : flex;
    flex-direction: column;
    gap           : 16px;
  }
  }
  
  #custom-tshirt-faq .faq-box .question-item {
  padding      : 19px 40px 19px 16px;
  position     : relative;
  cursor       : pointer;
  border-radius: 4px;
  border       : 1px solid #e8e9ea;
  background   : #fff;
  box-shadow   : 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
  }
  
  #custom-tshirt-faq .faq-box .question-item::before {
  content : url("/uploads/12762042/File/deco/service/assets/arrow-down.svg");
  position: absolute;
  right   : 16px;
  top     : 19px;
  width   : 24px;
  height  : 24px;
  transition: 0.3s;
  }
  #custom-tshirt-faq .faq-box .question-item.active::before {
  transform: rotate(180deg);
  transition: 0.3s;
}

  @media only screen and (max-width: 768px) {
  #custom-tshirt-faq .faq-box .question-item {
    border-radius: 4px;
    border       : 1px solid #e8e9ea;
    background   : #fff;
    box-shadow   : 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    padding      : 16px 40px 16px 13px;
  }
  }
  
  #custom-tshirt-faq .faq-box .question-item-title {
  color      : #232528;
  font-family: Montserrat !important;
  font-size  : 16px;
  font-weight: 400;
  line-height: 26px;
  }
  
  @media only screen and (max-width: 1024px) {
  #custom-tshirt-faq .faq-box .question-item-title {
    font-size  : 18px;
    font-weight: 500;
  }
  }
  
  @media only screen and (max-width: 768px) {
  #custom-tshirt-faq .faq-box .question-item-title {
    font-weight: 600;
  }
  }
  
  #custom-tshirt-faq .faq-box .question-item-desc {
  color      : #4d4f53;
  font-family: Montserrat !important;
  font-size  : 14px;
  font-weight: 500;
  line-height: 22px;
  max-height : 0;
  overflow   : hidden;
  transition : all 0.3s;
  padding-top: 0;
  }
  
  @media only screen and (max-width: 768px) {
  #custom-tshirt-faq .faq-box .question-item-desc {
    font-size  : 16px;
    font-weight: 400;
  }
  }
  
  #custom-tshirt-faq .faq-box .question-item:last-of-type {
  border-bottom: none;
  }
  
  #custom-tshirt-faq .faq-box .question-item.active .question-item-desc {
  padding-top: 16px;
  max-height : 100vh;
  }
  
  #custom-tshirt-faq .faq-box .question-item.active::after {
  transform: rotate(0deg);
  }
  
  @media only screen and (max-width: 768px) {
  #custom-tshirt-faq .faq-box .question-item.active::after {
    transform: rotate(180deg);
  }
  }
  
  #custom-tshirt-faq .faq-box .mob {
  display: none;
  }
  
  @media only screen and (max-width: 1024px) {
  #custom-tshirt-faq .faq-box .mob {
    display: block !important;
  }
  }
  
  
  
/*Brand start*/
#custom-tshirt-brand {
    padding         : 70px 0;
    background-color: #f6f9fc;
}

@media only screen and (max-width: 1024px) {
    #custom-tshirt-brand {
        padding: 50px 0;
    }
}

#custom-tshirt-brand .title {
    color         : #0d1c2c;
    text-align    : center;
    font-family   : Montserrat !important;
    font-size     : 36px;
    font-weight   : 600;
    line-height   : 50.4px;
    text-transform: capitalize;
    margin-bottom : 12px;
}

@media only screen and (max-width: 1024px) {
    #custom-tshirt-brand .title {
        font-size  : 28px;
        line-height: 39.2px;
    }
}

@media only screen and (max-width: 768px) {
    #custom-tshirt-brand .title {
        font-size  : 30px;
        line-height: 42px;
    }
}

#custom-tshirt-brand .subtitle {
    color      : #333;
    font-family: Montserrat !important;
    font-size  : 16px;
    font-weight: 400;
    line-height: 24px;
    text-align : center;
}

@media only screen and (max-width: 1024px) {
    #custom-tshirt-brand .subtitle {
        font-size  : 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 768px) {
    #custom-tshirt-brand .subtitle {
        font-size: 17px;
    }
}

#custom-tshirt-brand .brand-box {
    margin-top     : 32px;
    display        : flex;
    gap            : 20px 16px;
    justify-content: center;
    flex-wrap      : wrap;
}

#custom-tshirt-brand .brand-box-item {
    border-radius: 4px;
    border       : 1px solid #e6e8ea;
    background   : #fff;
    padding      : 12px;
    width        : calc((100% - 4 * 16px) / 5);
    transition   : all 0.3s;
}

#custom-tshirt-brand .brand-box-item:hover {
    box-shadow: 0px 5px 15px 0px rgba(2, 41, 107, 0.39);
}

@media only screen and (max-width: 1024px) {
    #custom-tshirt-brand .brand-box-item {
        width     : calc((100% - 5 * 16px) / 6);
        box-shadow: 0px 30px 40px 0px rgba(212, 217, 232, 0.25);
    }
}

@media only screen and (max-width: 768px) {
    #custom-tshirt-brand .brand-box-item {
        width: calc((100% - 2 * 16px) / 3);
    }
}

#custom-tshirt-brand .brand-box-item .photo {
    border-radius  : 2px;
    border         : 1px solid #475467;
    width          : 100%;
    height         : 100%;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    #custom-tshirt-brand .brand-box-item .photo {
        border: none;
    }
}

#custom-tshirt-brand .brand-box-item .photo img {
    max-width: 100%;
}

/*Brand end*/
#how-to-order {
  padding: 70px 0;
  text-align: center;
  background-color: #F6F9FC;
}

#how-to-order .container{
  padding: 33px 28px 50.964px 28px;
  border-radius: 4px;
border: 1px solid #F4F4F4;
background: #FFF;
box-shadow: 0px 2px 4px 0px rgba(13, 16, 45, 0.10), 0px 1px 2px -1px rgba(13, 16, 45, 0.10);
}

@media (max-width: 768px) {
  #how-to-order .container {
    box-shadow: none;
    border: none;
    padding: 0;
    background-color: #F6F9FC;
  }
}

#how-to-order .section-title {
   color: #0D1C2C;
text-align: center;
font-family: Montserrat !important;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 33.6px;
  margin-bottom: 12px;
}

#how-to-order .section-subtitle {
  max-width: 700px;
  margin: 0 auto 43px;
 color: #333;
text-align: center;
font-family: Montserrat !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}

#how-to-order .steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

#how-to-order .step {
  background: #ffffff;
  padding: 16px;
  border-radius: 16px;
}
@media (max-width: 768px) {
#how-to-order .step {
  background: #f6f9fc;
}}
#how-to-order .step .step-box{
  display: flex;
  gap: 12px;
}

#how-to-order .step-icon {
  margin-bottom: 8px;
}

#how-to-order .step .step-title {
  color: #333;
font-family: Montserrat !important;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 24px;
text-align: start;
}

#how-to-order .step h3 span {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-top: 4px;
}

#how-to-order .step .step-subtitle {
  color: #333;
font-family: Montserrat !important;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 24px;
text-transform: capitalize;
  margin-top: 6px;
  text-align: start;
}
@media (max-width: 768px) {
  #how-to-order .step .step-box{
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
#how-to-order .step .step-title {
  text-align: center;
}
#how-to-order .step .step-subtitle {
  text-align: center;
}
}
@media (max-width: 1024px) {
  #how-to-order .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  #how-to-order .steps {
    grid-template-columns: 1fr;
  }
}
/*#region -- DESIGN PRODUCTS CSS -- */
#design-products {
    background: #073077;
    padding   : 38px 0;
}

@media (max-width: 1024px) {
    #design-products {
        padding: 60px 0;
    }
}

@media (max-width: 767.98px) {
    #design-products {
        padding: 40px 0;
    }
}

#design-products .title {
    font-size    : 32px;
    font-weight  : 600;
    line-height  : 32px;
    margin-bottom: 16px;
    color        : #fff;
    text-align   : center;
    font-family  : Montserrat !important;
}

@media (max-width: 1024px) {
    #design-products .title {
        font-size  : 24px;
        line-height: 35px;
    }
}

#design-products .sub-title {
    color        : #FFF;
    text-align   : center;
    font-family  : Montserrat !important;
    font-size    : 14px;
    font-style   : normal;
    font-weight  : 400;
    line-height  : 22px;
    margin       : 0 auto;
    margin-bottom: 16px;
    max-width    : 855px;
}

#design-products .sub-title a {
    color          : #fff;
    text-decoration: none;
    border-bottom  : 1px solid #fff;
    font-size      : 14px;
}

#design-products .button-wrapper {
    display        : flex;
    align-items    : center;
    justify-content: center;
    gap            : 16px;
    margin-bottom  : 10px;
}

@media (max-width: 767.98px) {
    #design-products .button-wrapper {
        max-width    : 400px;
        margin       : 0 auto;
        margin-bottom: 16px;
    }
}

#design-products .button-wrapper .btn-red,
#design-products .button-wrapper .button-outline {
    font-weight    : 600;
    line-height    : 20px;
    border         : 1px solid #f6faff;
    border-radius  : 4px;
    text-decoration: none;
    cursor         : pointer;
    transition     : 0.3s;
    text-align     : center;
    padding        : 13px 70px;
    font-size      : 18px;
    width          : max-content;
}

@media (max-width: 1024px) {

    #design-products .button-wrapper .btn-red,
    #design-products .button-wrapper .button-outline {
        font-size  : 16px;
        line-height: 14px;
    }
}

@media (max-width: 767.98px) {

    #design-products .button-wrapper .btn-red,
    #design-products .button-wrapper .button-outline {
        padding    : 11px 8px;
        width      : 400px;
        line-height: 20px;
    }
}

#design-products .button-wrapper .btn-red {
    background : #E40046;
    color      : #fff;
    border     : none;
    font-size  : 22px;
    font-weight: 600;
    font-family: Poppins !important;
    line-height: 22px;
    padding    : 14px 80px;
}
/*#region Design-area Start*/
#design-area {
padding         : 70px 0;
background-color: #F6FAFF;
}

@media (max-width: 1024px) {
#design-area {
padding: 50px 0;
}
}

#design-area .design-content-boxs {
background-color: #fff;
padding         : 20px 23px;
}
@media (max-width: 1024px) {
#design-area .design-content-boxs {
padding         : 0;
}
}

#design-area .design-content-boxs-item {
transition: all 0.3s;
}

#design-area .design-content-boxs-item:first-of-type.active {
margin-top: 0px !important;
}

#design-area .design-content-boxs-item:last-of-type.active {
margin-bottom: 0px !important;
}

#design-area .design-content-boxs-item.active .design-content-boxs-item-content {
/* height: auto;*/
}

#design-area .design-content-boxs-item.active .title {
color: #3578EA;
}

#design-area .design-content-boxs-item.active .title::before {
content  : url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%233578EA" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
transform: translateY(-50%) rotate(180deg);
}

#design-area .design-content-boxs-item-content .description {
display       : flex;
flex-direction: column;
gap           : 10px;
margin-top: 16px;
}

#design-area .design-content-boxs-item-content .description .description-item .description-item-title {
color: #172640;
font-family: Montserrat !important;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height:  22.4px ;
padding-bottom: 8px;
}

#design-area .design-content-boxs-item-content .description .description-item .description-item-text {
color: #354156;
font-family: Montserrat !important;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22.4px;
/* display       : flex;
flex-direction: column;
gap           : 8px; */
}
#design-area .design-content-boxs-item-content .description .description-item a{
font-size: 14px;
text-decoration:underline
}
#design-area .design-content-boxs-item-content .description .description-item ul {
list-style: unset;
margin-left: 17px;
}
#design-area .design-content-boxs-item-content .description .description-item ul li {
color      : #354156;
font-size  : 13px;
font-style : normal;
font-weight: 400;
line-height: 19.6px;
/* display    : flex; */
align-items: center;
gap        : 8px;
}

/* @media (max-width: 768px) {
#design-area .design-content-boxs-item-content .description .description-item ul li {
flex-direction: column;
justify-content:center;
align-items:start;
}
} */

#design-area .design-content-boxs-item {
padding      : 24px 19px;
border-bottom: 1px solid #E8E9EA;
}

#design-area .design-content-boxs-item:nth-last-child(1) {
border-bottom: none;
}

#design-area .design-content-boxs-item .title {
color: #1C244B;
font-family: Montserrat !important;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 22.4px;
text-transform: capitalize;
position      : relative;
cursor        : pointer;
padding-right : 35px;
}

@media (max-width: 1024px) {
#design-area .design-content-boxs-item .title {
font-size  : 16px;
line-height: 24px;
}
}

#design-area .design-content-boxs-item .title::before {
content   : url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%23666666" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
position  : absolute;
right     : 0;
top       : 50%;
transform : translateY(-50%);
transition: all 0.3s;
}

#design-area .design-content-boxs-item-content {
height    : 0;
overflow  : hidden;
transition: all 0.3s ease;
}

#design-area .design-content-boxs-item-content .subtitle {
color      : #354156;
font-family: Montserrat !important;
font-size  : 14px;
font-style : normal;
font-weight: 400;
line-height: 22.4px;
margin     : 16px 0;
}

#design-area .design-content-boxs-item-content .cards {
display  : flex;
gap      : 16px;
flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
#design-area .design-content-boxs-item-content .cards {
gap: 4px;
}
}

#design-area .design-content-boxs-item-content .cards-item {
padding         : 12px;
background-color: #fff;
border-radius   : 4px;
border          : 1px solid #E8E9EA;
width           : calc((100% - 16px * 4) / 5);
}

@media only screen and (max-width: 992px) {
#design-area .design-content-boxs-item-content .cards-item {
width  : calc((100% - 4px) / 2);
padding: 10px;
}
}

#design-area .design-content-boxs-item-content .cards-item-photo {
/* height         : 210px; */
display        : flex;
align-items    : center;
justify-content: center;
border         : 1px solid #E8E9EA;
border-radius  : 2px;
}

#design-area .design-content-boxs-item-content .cards-item-photo img {
max-height: 100%;
max-width : 100%;
object-fit: contain;
}

#design-area .design-content-boxs-item-content .cards-item-text {
margin-top: 16px;
text-align: center;
}

#design-area .design-content-boxs-item-content .cards-item-text-title {
color      : #354156;
font-size  : 18px;
font-style : normal;
font-weight: 500;
line-height: 25.2px;
}

#design-area .design-content-boxs-item-content .cards-item-text-desc {
color      : #354156;
font-size  : 14px;
font-style : normal;
font-weight: 500;
line-height: 19.6px;
margin-top : 16px;
}

#design-area .design-content-boxs-item.active {
background-color: #fff;
}

#design-area .design-content-boxs-item.active .design-content-boxs-item-content {
height: auto;
}

#design-area .design-content-boxs-item.active .title {
color: #E40046;
}

#design-area .design-content-boxs-item.active .title::before {
content  : url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%23E40046" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
transform: translateY(-50%) rotate(180deg);
}
#design-area b{
font-weight: 700 !important;
}
/*#endregion Design-area End */
   /*#region Best Seller Start*/
  
   #custom-tshirt-best-seller {
    padding: 70px 0;
    background-color: #fff
    }
    
    @media only screen and (max-width:1024px) {
    #custom-tshirt-best-seller {
    padding         : 50px 0;
    background-color: #fff
    }
    }
    
    #custom-tshirt-best-seller .title {
    color         : #0d1c2c;
    text-align    : center;
    font-family   : Montserrat !important;
    font-size     : 36px;
    font-weight   : 600;
    line-height   : 50.4px;
    text-transform: capitalize;
    margin-bottom : 12px
    }
    
    @media only screen and (max-width:1024px) {
    #custom-tshirt-best-seller .title {
    font-size  : 28px;
    line-height: 39.2px
    }
    }
    
    @media only screen and (max-width:768px) {
    #custom-tshirt-best-seller .title {
    font-size  : 30px;
    line-height: 42px
    }
    }
    
    #custom-tshirt-best-seller .subtitle {
    color      : #333;
    font-family: Montserrat !important;
    font-size  : 16px;
    font-weight: 400;
    line-height: 24px;
    text-align : center
    }
    
    @media only screen and (max-width:768px) {
    #custom-tshirt-best-seller .subtitle {
    font-size: 17px
    }
    }
    
    #custom-tshirt-best-seller .best-seller-box {
    margin-top           : 40px;
    display              : grid;
    grid-template-columns: repeat(4, 1fr);
    gap                  : 20px
    }
    
    @media only screen and (max-width:1024px) {
    #custom-tshirt-best-seller .best-seller-box {
    grid-template-columns: repeat(2, 1fr);
    gap                  : 16px;
    margin-top           : 24px
    }
    }
    
    #custom-tshirt-best-seller .best-seller-box-item {
    border-radius  : 4px;
    border         : 1px solid #e8e9ea;
    background: #f6f9fc;
    box-shadow     : 0 2px 4px 0 rgba(13, 16, 45, .1), 0 1px 2px -1px rgba(13, 16, 45, .1);
    padding        : 16px 11px;
    text-align     : center;
    display        : flex;
    flex-direction : column;
    justify-content: space-between;
    text-decoration: none;
    transition     : all .3s
    }
    
    #custom-tshirt-best-seller .best-seller-box-item:hover {
    box-shadow: 0 5px 15px 0 rgba(2, 41, 107, .39)
    }
    
    
    @media only screen and (max-width:768px) {
    #custom-tshirt-best-seller .best-seller-box-item {
    padding: 16px 8px
    }
    }
    
    #custom-tshirt-best-seller .best-seller-box-item .next {
    color      : #0b1629;
    text-align : center;
    font-family: Montserrat !important;
    font-size  : 18px;
    font-weight: 600;
    line-height: 26.64px
    }
    
    @media only screen and (min-width:768px) and (max-width:1024px) {
    #custom-tshirt-best-seller .best-seller-box-item .next {
    font-size  : 24px;
    line-height: 24px
    }
    }
    
    #custom-tshirt-best-seller .best-seller-box-item .desc {
    color             : #172640;
    text-align        : center;
    font-family       : Montserrat !important;
    font-size         : 14px;
    font-weight       : 400;
    line-height       : 20.72px;
    overflow          : hidden;
    display           : -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow     : ellipsis;
    white-space       : normal;
    max-width         : 214px;
    margin            : 0 auto
    }
    
    @media only screen and (max-width:768px) {
    #custom-tshirt-best-seller .best-seller-box-item .desc {
    -webkit-line-clamp: 2
    }
    }
    
    @media only screen and (min-width:768px) and (max-width:1024px) {
    #custom-tshirt-best-seller .best-seller-box-item .desc {
    font-size  : 13px;
    line-height: 24px
    }
    }
    
    #custom-tshirt-best-seller .best-seller-box-item .photo {
    display        : flex;
    align-items    : flex-end;
    justify-content: center;
    margin         : 20px 0 10px;
    width          : 100%;
    height         : 100%
    }
    
    #custom-tshirt-best-seller .best-seller-box-item .photo img {
    max-width : 100%;
    width     : 215px;
    height    : 100%;
    object-fit: cover
    }
    #custom-tshirt-best-seller .best-seller-box-item .colors {
      display        : flex;
      align-items    : center;
      justify-content: center;
      flex-wrap: wrap;
     
      width          : 100%;
      height         : 100%;
      margin-top: 16px; 
      gap: 10px;
      }
    
      #custom-tshirt-best-seller .best-seller-box-item .colors span{
        width: 24px;
        height: 24px;
      border-radius: 18px;
    border: 1px solid #E0DEDE;
    background: #F9E793;
      }
      #custom-tshirt-best-seller .best-seller-box-item .colors .text{
        color: #354156;
    font-family: Montserrat !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.76px;
      }
      #custom-tshirt-best-seller .best-seller-box-item .type{
        display        : flex;
      align-items    : center;
      justify-content: center;
      width          : 100%;
      height         : 100%;
      margin-top: 16px; 
      gap: 10px;
      }
      #custom-tshirt-best-seller .best-seller-box-item .type p{
       color: #555E6D;
    font-family: Montserrat !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
      }
    
      #custom-tshirt-best-seller .best-seller-box-item .type span{
       width: 1px;
       height: 16px;
       background-color: #E8E9EA;
      }
      #custom-tshirt-best-seller .best-seller-box-item .price{
       color: #1A1A1A;
    font-family: Montserrat !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-top: 16px;
      }
    /*#endregion Best Seller end*/
     
  .dn-use-page-margin{
    display: none !important;
}
.dn-page-section-content{
    max-width: 100% !important;
  }
  .dn-page-section-margin-top-default{
    margin-top: 0 !important;
  }