:root {
  --green: #003063;
  --pink: #d9b3b0;
  --blue: #003063;
  --yellow: #fed783;
  --violet: #bdcbe6;
  --brown: #bfaea3;
  --orange: #ffc49a;
  --purple: #bfc8e6;

  --mainBlue: #003063;
  --lightGreyBG: #eef1f4;
  --brown: #987467;
  --darkbrown: #6f5248;
}

.totalTax {
  font-size: 15px;
}

.YMK-intro-initial {
  margin: 20px 20px;
}
.YMK-buttons-subtext {
  text-align: left;
}

.logoContainer {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  background-color: #fff;
  margin: 0 auto;
}

.logoContainer .treatLogo {
  width: 300px;
  max-width: 100%;
  height: auto;
  transition: all 200ms ease;
}


/* .fixedShopping {
  /* display: none; */
/* display: block;
  position: fixed; */
/* position: sticky; */
/* right: 28%; */
/* right: 85px; */
/* top: 3%; */
/* top: 90px; */
/* transform: translateY(-50%); */
/* transform: translateX(-100%);
  width: 40px;
  height: 28px;
  z-index: 999; */
/* background-color: grey; */
/* transition: all cubic-bezier(0.88, 0.34, 0.88, 0.89) 500ms;
  cursor: pointer; */
/* } */
*/

/* #cart_n {
  background-color: white;
  border-radius: 20px;
  margin-left: 5px;
  width: 28px;
  height: 28px;

  display: flex;
  justify-content: center;
  align-items: center;
} */



.subpageWrap {
  padding: 20px;
  padding-bottom: 30px;
}

.subpageWrap ul {
  margin-left: 20px;
}

/*
#cart_num{

    font-size: 20px;
      background-color: white;
      border-radius: 26px;
      height: 28px;
      width: 28px;

  display: none;

  justify-content: center;
  align-items: center;
}

#cart_n {
  justify-content: center;
  align-items: center;
} */

/* #cart_holder {
  min-width: 90px;
} */

/* #cart_img {
  background-color: var(--yellow);

  width: 80%;
  height: 80%;
  object-fit: contain;

} */

.show-for-sr {
  display: none;
}

.mainNavigationHead {
  padding: 20px 50px;
  background-color: #b1d4ef;

  display: flex;
  justify-content: space-between;
  align-items: center;

  display: none;
}

#cart_holder {
  display: flex;
}

.billingContainer {
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 50px 20px 0;
}

.pageTitle {
  font-size: 48px;
  text-align: center;

  display: flex;
  justify-content: center;
}

.pageTitleElem {
  position: relative;
}

.pageTitleElem .slogan {
  width: 100%;
}

.smallTitle {
  font-size: 22px;
  margin-bottom: 20px;
}

.billingHolder {
  display: flex;
}

.billingLeft,
.billingRight {
  flex-basis: 400px;
  flex-grow: 1;
}

.flexer {
  display: flex;
  justify-content: space-between;
}

.flexer .onePair:first-child {
  margin-right: 10px;
}

.flexer .onePair:last-child {
  margin-left: 10px;
}

#billing_country {
  margin-bottom: 12px;
  flex-grow: 10;
  padding: 0 10px;
  width: 100%;
  border: none;
}

.onePair {
  flex-grow: 1;
  flex-basis: 200px;
  flex-direction: column;
  display: flex;
}
.module_contact_label {
  /* flex-grow: 1; */
  /* flex-basis: 140px; */
}

.register_input {
  width: 100%;
  /* flex-basis: 175px; */
  /* flex-basis: 140px;
  flex-grow: 1; */
  padding: 0px 10px;
}

input.register_input {
  flex-grow: 1;
}


select.register_input {
  width: 100%;
  height: 2em;

  padding: 0 10px;
  border: none;
  outline: none;
  appearance: none;

  background-color: #fff;

}


.telLabel {
  flex-grow: unset;
  /* margin-right: 20px; */
}

#billing_item_container {
  max-width: 800px;
  padding: 20px;
  background-color: #f8f8f8;
  color: black;
  border-radius: 5px;
  margin-bottom: 30px;
}

#billing_item_container input {
  outline: none;
  border: none;
  margin-bottom: 10px;
}



.checkoutElem {
  display: flex;
  align-items: center;
}

.checkoutBox {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-right: 20px;
  border: 1px solid #d9b3b0;
}

#cart_overview {
  max-width: 800px;
  margin: auto;
}

.shoppingStepsOuterHolder {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 760px;
  width: 100%;

  display: flex;
  justify-content: flex-end;
}

#shopping_steps_holder {
  border-radius: 40px;
  background-color: #f8f8f8;

  display: flex;
  padding: 6px 8px;
}

#shopping_steps_holder > * + * {
  margin-left: 10px;
}

.leftTableElem {
  width: 120px;
}

td {
  min-width: 200px;
}

.checkoutTable thead th {
  padding-bottom: 1rem;
}

.checkoutTable tr.delivery-row td {
  padding-top: 1rem;
}

.miniStepHolder {
  width: 40px;
  height: 40px;
}

.miniStepHolder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageTitleText {
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 500;
  max-width: 760px;
  padding: 40px;
  margin: auto;
  margin-bottom: 20px;
  font-size: 22px;
  text-transform: uppercase;
}

.pageTitleText h1 {
  font-size: inherit;
  font-weight: inherit;
}

.cart_item_qty_btn {
  cursor: pointer;
}

.cartItemInnerHolder {
  color: white;
  display: flex;
  background-color: black;
  padding: 5px 20px;
  border-radius: 5px;
}

.cartItemInnerHolder button {
  background: none;
  color: white;
  border: none;
}

.shoppingCart {
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
  border-radius: 50%;

  background-color: #f8f8f8;
  width: 60px;
  
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shoppingCart img {
  display: block;
}

.qty_num {
  color: black;
  /* background-color: var(--mainBlue); */
  margin: 0 10px;
}

#cart_total {
  display: flex;
  justify-content: flex-end;
  align-items: center;

  max-width: unset;
  margin: 50px auto 0;
}

#total_sum {
  font-weight: 600;
  font-size: 22px;
  margin-left: 10px;
}

#promo_holder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#promo_code {
  margin: 0 20px;
  border-radius: 5px;
  border: 1px solid black;
  padding: 3px 20px;

  outline: none;
  border: 1px solid black;
  border-radius: 5px;
  padding: 9px 15px;
  font-size: 16px;
  cursor: pointer;

  max-width: 300px;
}

.cart_item {
  margin-bottom: 5px;
}

.cartOuterButton {
  display: flex;
  justify-content: flex-end;
}

.carButton {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 50px;
}

.cartArrow {
  transform: translateX(-10px);
  width: 40px;
}

.totalElem {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 600px;
}

.totalPrice {
  font-weight: 600;
  font-size: 22px;
  margin-left: 10px;
}

.cartItemInnerHolder .qty_num {
  color: white;
}

.finishBooking {
  display: flex;
  justify-content: flex-end;
  /* margin: 50px 0 30px; */
}

#checkout_sub {
  font-size: 1em;
  margin-top: 20px;
  cursor: pointer;
}

.chooseColor {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.chooseColorButton {
  padding: 5px;
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {

  .logoContainer .treatLogo {
      width: 200px;
   
    }
}

@media screen and (max-width: 1000px) {
  .stylerBanner {
    right: 25px;
    top: 150px;
  }

  .hamMenuPointText .logo {
    display: unset;
  }

  .hamOverlaySocial {
    bottom: 125px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hamOverlaySocialSection {
    justify-content: center;
  }

  .categories {
    top: calc(100vh - 250px);
    bottom: -290px !important;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: center;
  }

  .arrowDown {
    margin-top: 100px;
  }

  .cardHolder {
    width: 40px;
    height: 40px;
  }

  .hamMenuPointText {
    font-size: 48px !important;
  }

  .langSel > .hamMenuPointText {
    font-size: 30px !important;
    margin-top: 1em !important;
  }

  .cartIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
  }

  .fixedShopping {
    display: block;
    position: fixed;
    /* position: sticky; */
    /* right: 28%; */
    right: 15px;
    /* top: 3%; */
    top: 90px;
    /* transform: translateY(-50%); */
    transform: translateX(-100%);
    width: 40px;
    height: 28px;
    z-index: 999;
    /* background-color: grey; */
    transition: all cubic-bezier(0.88, 0.34, 0.88, 0.89) 500ms;
    cursor: pointer;
  }

  .fixedShopping .cartIcon {
    width: 90px;
    height: unset;
    margin-top: unset;
    margin-bottom: unset;
  }

  /* .hamburger {
    display: block;
  }

  .mainNavigation {
    display: none;
  }

  .mainNavigationCart {
    display: none;
  } */

  .productHolder {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .prodImgHolder {
    padding: 15%;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .billingContainer {
    width: calc(100% - 40px);
    /* margin: 120px 20px 0; */
    margin: 50px auto 50px;
  }

  .shoppingStepsOuterHolder {
    position: absolute;
    transform: translateY(-70px);
    left: unset;
    max-width: 720px;
    /* width: 100%; */
    width: calc(100% - 80px);

    display: flex;
    justify-content: flex-end;
  }

        .flexer {
          flex-direction: column;
          gap: 5px;
        }
    

        .onePair {
          display: flex;
          flex: 1 1 auto;
          flex-direction: column;
          align-items: stretch;
          width: 100%;
          margin: 0 !important;
          height: auto;
        }
    
        /* .input-and-error {
          margin: 0;
        } */

        .module_contact_label {
          margin-bottom: 0;
          padding-bottom: 0;
          font-size: 16px;
          line-height: 1;
        }



        .register_input,
        select.register_input {
          width: 100%;
          height: 42px;
          padding: 12px 10px;
          box-sizing: border-box;
          outline: none;
          line-height: normal;
          appearance: none;
        }
    
        select.register_input {
          height: 42px;
          line-height: 42px;
        }


        #billing_item_container .onePair+.onePair {
          margin-top: 0;
        }

        

#cart_overview td {
  min-width: auto !important;
  word-break: break-word;
  vertical-align: middle;
}

#cart_overview .leftTableElem {
  width: 120px;
}

#cart_overview .cart_item_name {
  white-space: normal;
  word-break: break-word;
}

@media screen and (max-width: 600px) {
  #cart_overview .leftTableElem {
    width: 70px !important;
  }

  #cart_overview .cartItemInnerHolder {
    padding: 5px 15px;
  }

  #cart_overview .cart_item_name {
    font-size: 14px;
    margin-left: 10px;
  }

  #cart_overview table {
    table-layout: auto;
  }

    .checkout_confirm {
      width: 100%;
    }

  /* #cart_overview tr.cart_item {
    display: block;
    padding-bottom: 15px;
  } */
   
}
}