html, body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Ubuntu', sans-serif;
}

@media only screen and (max-width: 1910px){

.nxt-top-most-bar{
  background: black;
  color: white;
  padding: 0.4rem;
  text-align: center;
  font-size: 0.8rem;
}

.container-custom{
  margin-left: 3rem;
  margin-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* new search button */

.search-wrap {
  position: relative;
  width: 100%;
  max-width: 720px;
}

.search-input {
  width: 100%;
  height: 40px;
  padding: 0 64px 0 22px;
  border: 0;
  border-radius: 0px;
  background: #e9eaeb;
  color: #222;
  outline: none;
  font-weight: 100;
  font-size:0.9rem;
}

.search-input::placeholder {
  color: #8a8f96;
  font-size: 0.9rem;
}

.search-input:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
}

/* Search button inside input */
.search-btn {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.search-btn svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #000;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.search-btn:hover svg {
  stroke: #444;
}

.img-tt-logo{
  width: 5rem;
}

.nxt-tt-logo-wrap{
  text-align: center;
}

.icons-wrap-top{
  text-align: right;
  justify-content: right;
  display: flex !important;
  gap: 30px;
}

.icon-item-link{
  color: black;
  text-decoration: none;
  position: relative;
}

.checkout-btn-link {
  padding: 0.8rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 520px;
  background: #000;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
}

.checkout-btn-link:focus{
  outline: none;
}

.checkout-btn-link:hover{
  text-decoration: none;
  color: white;
}

/* Mega Menu Code */

.nxt-menu{
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  list-style: none;
  display: flex;
  width: 100%;
  gap: 28px;
}

.next-menu-item-link{
  position: relative;
  text-decoration: none;
  color: black;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 12px 0;
}

.next-menu-item-link:hover{
  text-decoration: none;
  color: black;
}

/* underline */
.next-menu-item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;              /* distance from text */
  width: 100%;
  height: 4px;
  background: #000;
  transform: scaleX(0);      /* hidden */
  transform-origin: left;
  transition: transform 0.35s ease; /* slow motion */
}

/* hover */
.next-menu-item-link:hover::after {
  transform: scaleX(1);
}

.nxt-footer{
  background: black !important;
}

.color-white{
  color: white;
}

.small-text{
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
  font-family: 'Ubuntu', sans-serif;
}

.social-media-icons{
    display: flex;
    gap: 12px;
    justify-content: center;
    text-align: center;
    padding-top: 0.6rem;
    padding-bottom: 0.5rem;
}

.footer-social-link{
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  text-decoration: none;
  color: white;
  font-size: 1rem !important;
}

.footer-social-link:hover{
  color: white;
}

.footer-social-link i{
  font-size: 1.5rem;
}

.padding-locator{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
}

.footer-locator{
  padding-top: 0.4rem;
  padding-bottom: 1rem;
}

.panel-head{
  font-size: 1.7rem;
}

.locator-panel{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.panel-body .panel-body-title, .panel-body .panel-body-description{
  padding-left: 1rem;
}

.locator-panel{
  font-family: 'Ubuntu', sans-serif;
}

.panel-body-description, .panel-body-link{
  font-weight: 200;
  font-size: 0.7rem;
  text-decoration: none;
  color: white;
}

.panel-body-link:hover{
  text-decoration: underline;
  color: white;
}

.footer-gen{
  padding-top: 1rem;
  color: white;
}

.links-panel ul{
  list-style: none;
  padding: 0;
  padding-bottom: 1rem;
}

.links-panel ul li{
  padding-top: 0.1rem;
}

.links-panel ul li:first-child{
  padding-top: 0.9rem;
}

.links-header{
  font-weight: 500;
}

.links-panel-link{
  text-decoration: none;
  color: white;
  font-size: 0.9rem;
}

.links-panel-link:hover{
  text-decoration: underline;
  color: white;
  font-size: 0.9rem;
}

.copyright-text{
  color: white;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 200;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 0.05rem solid gray;
  text-align: center;
  font-size: 0.7rem;
}

.newsletter-blog{
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 200;
}

.head-icon{
  font-size: 4rem;
}

.head-title{
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 1rem;
}

.body-description{
  font-size: 0.9rem;
}

.form-group label{
  text-align: left !important;
}

.small-note{
  font-size: 0.8rem;
}

.policy-links{
  color: black;
  font-weight: 400;
  text-decoration: none;
}

.policy-links:hover{
  color: black;
}

.hero-image{
  width: 100%:
}

.hero-carousel {
  position: relative;
  width: 100%;
  height: 70vh;                 /* Full screen */
  overflow: hidden;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;             /* Cover full screen */
}

/* Dots */
.dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background: #fff;
}

.checkout-btn-link:hover{
    cursor: pointer;
}

.quote-blog{
  background: #FFDAB4;
  color: black;
  font-family: 'Raleway', sans-serif;
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}

.quote-title{
  font-weight: 900;
  font-size: 1.8rem;
}

.quote-description{
  padding-top: 2rem;
  font-family: 'Roboto  ', sans-serif;
  font-weight: 200;
  font-size: 1.3rem;
}

.policy-wrap{
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-family: 'Ubuntu', sans-serif;
}

.footer-link-mail-heading{
  font-size: 1.2rem;
  font-weight: 100;
}

.updated-text{
  font-weight: 100;
  font-size: 0.8rem;
}

.footer-content-wrap{
  margin-top: 3rem;
}

.content-block{
  font-weight: 100;
  margin-bottom: 1.6rem;
}

.footer-link-small-heading{
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 400;
}

.footer-link-small-description{
  margin-top: 1rem;
  font-size: 0.8rem;
}

.footer-link-small-description{
  border-bottom: 0.5px solid lightgray;
  padding-bottom: 2rem;
}

.footer-link-small-heading{
  padding-top: 1rem;
}

.tt_field_wrap{
  display: flex;
}
.txtPasswordField{
  min-height: 45px;
  max-height: 45px;
  max-width: 240px;
  min-width: 240px;
  border-radius: 4px 0px 0px 4px;
  outline: none;
  border: 1px solid gray;
  border-right: transparent;
  padding-left: 1rem;
  font-size: 0.9rem;
  font-weight: 100;
}
.btnPasswordShow{
  outline: none;
  border: 1px solid gray;
  border-radius: 0px 4px 4px 0px;
  min-width: 85px;
  background: #FAF7F7;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.015cm;
  cursor: pointer;
  font-size: 0.9rem;
}
.btnPasswordShow:focus{
  outline: none;
  box-shadow: none;
}
.custom-signin{
  min-width: 325px;
  max-width: 325px;
}
.login-frame{
  margin-top: 3rem;
  background: #f3f3f3;
  padding: 2rem;
}
.forgot{
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.forgot a{
  text-decoration: underline;
  color: #000;
  font-size: 0.8rem;
  font-weight: 500;
}
.email{
  max-width: 325px;
  min-width: 325px;
  max-height: 45px;
  min-height: 45px;
  padding-left: 1rem;
}
.field-label{
  font-size: 0.85rem;
  margin-bottom: 0.4rem;
  font-weight: 100;
}
.create-account-class{
  margin-top: 1rem;
  font-size: 0.8rem;
  font-weight: 100;
}
.create-account-class a{
  text-decoration: underline;
  color: #000;
  font-size: 0.8rem;
  font-weight: 500;
}
.welcome-login-text{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.product-label{
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.8rem;
  font-weight: 100;
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
  white-space: nowrap;      /* prevent wrapping */
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-label-you-may-like{
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.8rem;
  font-weight: 100;
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;      /* limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  line-height: 1.4em;
  max-height: 4em;
  text-overflow: ellipsis;
}
.product-price-range{
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: -0.01cm;
}
.product-link{
  text-decoration: none;
  color: black;
}
.product-link:hover{
  text-decoration: none;
  color: black;
}
.rounded-pattern-panel{
  width: 5rem;
  height: 5rem;          /* must be same as width for perfect circle */
  border-radius:50%;
  overflow:hidden;
  display:flex;                 /* center content */
  align-items:center;           /* vertical center */
  justify-content:center;   /* IMPORTANT */
  min-width: 100%;
}
.rounded-pattern-panel img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.pattern-caption{
  font-family: 'Ubuntu', sans-serif;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-top: 0.6rem;
  min-width: 100%;
  font-size: 0.84rem;
}
.pattern-link{
  text-decoration: none;
  color: inherit;
}
.pattern-link:hover{
  text-decoration: none;
  color: inherit;
}
.view-product-container{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.product-details-panel{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  padding-left: 4rem;
  padding-right: 2rem;
}
.image-view-product{
  margin-bottom: 0.8rem;
  margin-left: 0rem !important;
  margin-right: 0rem !important;
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
}
.size-slot{
  text-align: right;
  font-size: 1.1rem;
  letter-spacing: -0.04cm !important;
}
.name-slot{
  font-size: 1.1rem;
  letter-spacing: -0.01cm !important;
}
.product-colour, .product-size{
  font-size: 0.85rem;
  font-weight: 100;
}
.product-colour-text{
  font-weight: 500;
}
.fabric-image{
  margin-right: 0.4rem;
  border-radius: 5px;
  border: 2px solid lightgray;
}
.size-selection-wrap{
  padding-top: 0.4rem;
  font-size: 0.8rem !important;
}
.button-wrap{
  padding-top: 2rem;
}
.favourite-btn-link{
  margin-left: 0.8rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid black;
  border-radius: 100px;
  padding: 0.6rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
.description-wrap{
  border-top: 1px solid #f3f3f3;
  margin-top: 2rem;
  font-size: 0.85rem;
  padding-top: 1rem;
}
.desc-content{
  font-weight: 100;
  margin-top: 1rem;
  font-size: 0.8rem;
}
.you-may-also-like-wrap{
  border-top: 1px solid #f3f3f3;
  margin-top: 2rem;
  font-size: 0.85rem;
  padding-top: 1rem;
}
.you-may-also-like-title{
  font-size: 0.85rem;
  padding-bottom: 1rem;
}
.informationBox{
  display: none;
  margin-top: 2rem;
  font-weight: 100;
  font-size: 0.83rem;
}
.wishlist-login{
  text-decoration: underline;
  color: inherit;
  font-weight: 500;
}
.wishlist-login:hover{
  text-decoration: underline;
  color: inherit;
}
.small-dot-indicator{
  min-width: 4px;
  max-width: 4px;
  min-height: 4px;
  min-width: 4px;
  background: #fff;
  border-radius: 80%;
  position: absolute;
  top: 140%;
  left: 40%;
}
.wishlist-wrap{
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.subject-title{
  font-size: 1.1rem;
  font-family: 'Ubuntu', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.015cm;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
}
.content-wrap{
  margin-top: 3rem;
  font-weight: 100;
}
.hearted-description-wrap .title-text{
  font-size: 0.9rem;
}
.hearted-description-wrap .sku-text{
  font-size: 0.7rem;
  color: gray;
}
.hearted-description-wrap .price-text{
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: -0.02cm;
  padding-top: 30px;
}
.hearted-description-wrap .size-text{
  font-size: 0.8rem;
  font-weight: 100;
  letter-spacing: -0.02cm;
  padding-top: 10px;
}
.hearted-description-wrap .remove-option-wrap{
  padding-top: 15px;
  font-size: 0.9rem;
}
.hearted-description-wrap .remove-option{
  text-decoration: underline;
  color: inherit;
  font-weight: 500;
  font-size: 0.8rem;
}
.hearted-description-wrap .size-option-wrap{
  display: none;
  margin-top: 8px;
  padding-left: 10px;
  border-radius: 6px;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 0.6rem;
  background: #f3f3f3;
}
.hearted-description-wrap .add-to-bag-wrap{
  padding-top: 10px;
}
.parent{
  min-height: 256px !important;
  max-height: 256px !important;
  display: grid;
  grid-template-rows: 4fr 1fr;
}
.wishlist-item{
  margin-bottom: 1rem;
}
.bag-box{
  display: flex;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f3f3f3;
}
.bag-image-box{
  width: 12%;
}
.bag-description-box{
  width: 68%;
}
.bag-description-box{
  padding-left: 1rem;
  font-size: 0.85rem;
}

.bag-description-box .title{
  font-weight: 500;
}

.bag-description-box .stock-text{
  color: red;
  font-weight: 500;
  padding-top: 0.3rem;
}

.bag-description-box .size-text{
  font-weight: 500;
  padding-top: 1rem;
  display: flex;
}

.btnQtyParametersText{
  min-height: 2.3rem;
  max-height: 2.3rem;
  min-width: 2.3rem;
  max-width: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.01rem solid gray;
  font-size: 1rem;
  font-weight: 100;
}

.btnQtyParameters:hover{
  cursor: pointer;
}

.btnQtyContainer{
  display: flex;
  margin-left: 1rem;
}

.btnQtyParameters{
  min-height: 2.3rem;
  max-height: 2.3rem;
  min-width: 2.3rem;
  max-width: 2.3rem;
  background: transparent;
  border-top: 0.01rem solid gray;
  border-bottom: 0.01rem solid gray;
  font-weight: 100 !important;
}

.leftBtn:focus{
  outline: none;
}

.rightBtn:focus{
  outline: none;
}

.leftBtn{
  border-left: 0.01rem solid gray;
  border-right: none;
  border-radius: 4px 0px 0px 4px;
}

.rightBtn{
  border-left: none;
  border-right: 0.01rem solid gray;
  border-radius: 0px 4px 4px 0px;
}

.buttonSize{
  margin-left: 1rem;
  min-height: 2.3rem;
  max-height: 2.3rem;
  min-width: 8rem;
  max-width: 8rem;
  background: transparent;
  border: 0.01rem solid gray;
  font-weight: 100 !important;
  border-radius: 4px;
}

.buttonSize:focus{
  outline: none;
}

.bag-price-box{
  min-width: 20%;
  text-align: right;
  font-weight: 500;
  font-size: 0.85rem;
}

.bag-price-box-sku{
  padding-top: 0.5rem;
  font-weight: 100;
  font-size: 0.76rem;
  color: gray;
}

.remove-button-link{
  text-decoration: none;
  color: inherit;
}

.remove-button-link:hover{
  color: inherit;
  text-decoration: underline;
}

.bag-price-box-remove{
  padding-top: 1rem;
}

.total-wrap{
  font-weight: 500;
  font-size: 1rem;
  display: flex;
}

.discount-wrap{
  font-weight: 100;
  font-size: 0.8rem;
  display: flex;
}

.discount-text{
  min-width: 50%;
  max-width: 50%;
}

.discount-value{
  min-width: 50%;
  max-width: 50%;
  text-align: right;
}

.total-text{
  min-width: 50%;
  max-width: 50%;
}

.total-value{
  min-width: 50%;
  max-width: 50%;
  text-align: right;
}

.disclaimer-delivery-charge-text{
  font-size: 0.70rem;
  padding-top: 1rem;
  color: gray;
  font-weight: 300;
}

.checkout-button-wrap{
  margin-top: 1.5rem;
}

.total-parenting{
  display: flex;
  font-weight: 500;
  font-size: 1rem;
}

.total-parenting-left{
  width: 80%;
  text-align: right;
}

.total-parenting-right{
  width: 80%;
  text-align: right;
}

.people-also-bought-title{
    font-weight: 500;
    font-size: 0.9rem;
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.order-success-text{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
}

.order-below-text{
  font-weight: 100;
  display: flex;
  font-size: 0.8rem;
  padding-top: 1rem;
  justify-content: center;
  align-items: center;
}

.order-padding{
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.order-padding-extreme{
  margin-bottom: 2rem;
}

.text-black-link{
  text-decoration: underline;
  color: inherit;
  font-weight: 400;
}

.text-black-link:hover{
  text-decoration: underline;
  color: inherit;
}

.clothing-title{
  font-size: 1.2rem;
  font-weight: 500;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.015cm;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.btn-x{
  display: flex;
  align-items: center;
  height: 40px;
}

.filter-banner{
  margin-right: 0.5rem;
  padding: 2px;
  font-size: 0.75rem;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 4px;
  font-weight: 100;
}

.bn-cl-size{
  border: 1px solid lightgray;
  background: transparent;
}

.bn-cl-colour{
  border: 1px solid lightgray;
  background: transparent;
}

.bn-cl-pattern{
  border: 1px solid lightgray;
  background: transparent;
}

.bn-cl-price{
  border: 1px solid lightgray;
  background: transparent;
}

.new-in-style{
  position: absolute;
  background: white;
  color: black;
  font-size: 0.64rem;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}

.clearance-style{
  position: absolute;
  background: black;
  color: white;
  font-size: 0.64rem;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}

.age-block{
  background: #FEC5BB;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  cursor: pointer;
  border:none;
  font-weight: 100;
  outline: none;
  box-shadow: none;
}

.age-block:hover, .age-block:active{
  background: #FEC5DD;
  outline: none;
  box-shadow: none;
}

.age-block-wrap{
  padding: 0.2rem;
}


}
