/** Shopify CDN: Minification failed

Line 195:20 Expected identifier but found "/"
Line 537:15 Expected ":"

**/
cart-items .title-wrapper-with-link {
  margin-top: 0;
}
.metafield-multi_line_text_field{
  text-overflow: ellipsis;
  max-width: 43ch;
  width:100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.is-empty {
  width: 100%;
}
.cart-items td,
.cart-items th {
  padding: 0;
  border: none;
}

.cart-items th {
  text-align: left;
  padding-bottom: 1.8rem;
  opacity: 0.85;
  font-weight: normal;
}

.cart-item__quantity-wrapper {
  display: flex;
}

.cart-item__totals {
  position: relative;
}

.cart-items *.right {
  text-align: right;
}

.cart-item__image-container {
  display: inline-flex;
  align-items: flex-start;
}

.cart-item__image-container:after {
  content: none;
}

.cart-item__image {
  height: auto;
  max-width: calc(10rem / var(--font-body-scale));
}
.icon-wishlist {
    display: none;
}
@media screen and (min-width: 750px) {
  .cart-item__image {
    max-width: 100%;
  }
    .gift-wrap-text-right img {
	height: calc(100% - 30px);
	width: 100% !important;
	object-fit: cover;
  }
  .gift-wrap-text-right {
	flex: 0 1 150px;
  }
  .gift-wrap-text-left {
	flex: 0 1 68%;
  }
}

.cart-item__details {
  font-size: 1.6rem;
  line-height: calc(1 + 0.4 / var(--font-body-scale));
}

.cart-item__details > * {
  margin: 0;
  max-width: 30rem;
}

.cart-item__details > * + * {
  margin-top: 0.6rem;
}

.cart-item__media {
  position: relative;
}

.cart-item__link {
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cart-item__name {
  text-decoration: none;
  display: block;
}

.cart-item__name:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.2rem;
}

.cart-item__price-wrapper > * {
  display: block;
  margin: 0;
  padding: 0;
}

.cart-item__discounted-prices dd {
  margin: 0;
}

.cart-item__discounted-prices .cart-item__old-price {
  font-size: 1.4rem;
}

.cart-item__old-price {
  opacity: 0.7;
}

.cart-item__final-price {
  font-weight: 400;
}

.product-option {
  font-size: 1.4rem;
  word-break: break-word;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

.cart-item cart-remove-button {
  display: flex;
  margin-left: 1rem;
}

/* start- cart new css */
.js-contents.cart-items-show {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  position:relative;
}
.main-cart-items-main {
  display: flex;
  padding: 1.2rem 1.2rem 0;
  justify-content:space-between;
  flex-wrap: wrap;
}
.mobile-cart-item{
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.15);
  position: relative;
}
.main-cart-items{
  display: flex;
  gap:1.5rem;
  width:100%;
}
.icons-cartt {
    display: flex;
    gap: 26px;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items:center;
}

h3.caption-with-letter-spacing {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px; /
}
a.cart-item__name.h4.break {
  color: #1F1F1F;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.44px;
  text-transform: capitalize;
  text-overflow: ellipsis;
    max-width: 43ch;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
dl.vriant-options {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin:0;
}
.cart-item__discounted-prices p {
    margin: 0;
}
.product-not {
    border-radius: 10px;
    border: 1px solid #00000033;
    background: #F7F4EF;
    padding:1.8rem;
    display:flex;
    flex-direction:column;
    gap:1rem;
}
.cart-item__discounted-prices {
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
}
  .cart-item__discounted-prices .price.price--end {
    color: #000;
    font-size: 13.266px;
    font-weight: 600;
    line-height: normal;
}
  .cart-item__discounted-prices .price-compare-price {
    color: #908E8F;
    font-size: 13.266px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: strikethrough;
}
  span.discount-val {
    color: #F94E4E;
    font-size: 13.266px;
    font-weight: 400;
    line-height: normal;
}

.product-option dt,.option-names{
     color: #000;
    font-family: "Open Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
    text-transform: capitalize;
}
.product-option dd {
  color: #000;
  font-family: "Open Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.44px;
  text-transform: capitalize;
}
.vriant-options .product-option,
.select-size{
  border-radius: 5px;
  border: 1px solid #000;
  padding: 10px 5px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
  p.return-text {
   color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.mobile-content{
  padding:0 1.2rem;
}
p.return-text img {
    width: 16px;
    height: 16px;
}

  .product-not h2 {
    color: #231F20;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    display:flex;
    align-items:center;
    gap:1rem;
    margin:0;
}
  .product-not h3 {
    color: #231f20cc;
    color: rgba(35, 31, 32, 0.80);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    margin: 0 0 0 20px;
}
  p.outof-stock {
     color: #E23744;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    margin: 0;
    padding: 0 1.2rem 1.2rem;
}
.product-not img {
    width: 13px;
    height: 13px;
}
/* .vriant-options .product-option:last-child {
  display: none;
} */
  .saving-amount {
    display: flex;
    gap: 7px;
    align-items: center;
  }
.mobile-bg {
    border-radius: 10px;
    background: #EFEFEF;
    padding: 2.5rem 2rem;
}
.saving-amount p {
    color: #2C9A48;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: capitalize;
    margin: 0;
}
.new-updates{
  background: #DADADA;
}
p.pincode-updatess {
    margin: 0;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}
a.add-address-link {
    color: #1B1B1B;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-decoration: none;
}
.mob-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.remove-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}
.qty-adjuster__value,
.product-single__variants{
    font-size: 11px;
    font-weight: 600;
    font-family: "Open Sans";
    line-height: normal;
    letter-spacing: 0;
    border:0;
}
  .delivery-datess {
    display: none;
    align-items: center;
    gap: 10px;
    /* margin:1rem 0; */
    margin-bottom: 0.5rem;
}
  .delivery-datess p {
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.33px;
    margin:0;
}
a.add-address-pincode.deliver-to-pincode {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    text-transform: capitalize;
    color: #1B1B1B;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.7px;
}
a.add-address-pincode.deliver-to-pincode p {
    margin: 0;
    font-weight: 400;
  color: #2F2F2F;
}
/* end cart new css */
@media screen and (min-width: 750px) and (max-width: 989px) {
  .cart-item cart-remove-button {
    width: 4.5rem;
    height: 4.5rem;
  }
}

cart-remove-button .button {
  min-width: 2.2rem;
  min-height: 2.2rem;
  padding: 0;
  margin: 0 0.1rem 0.1rem 0;
}

cart-remove-button .button:before,
cart-remove-button .button:after {
  content: none;
}

cart-remove-button .button:not([disabled]):hover {
  color: rgb(var(--color-foreground));
}

@media screen and (min-width: 1051px) {
  cart-remove-button .button {
    min-width: 4rem;
    min-height: 4rem;
  }
}

cart-remove-button .icon-remove, .icon-wishlist {
  height: 2.2rem;
  width: 2.2rem;
}

.cart-item .loading__spinner {
  top: 0;
  left: auto;
  right: auto;
  bottom: 0;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .cart-item .loading__spinner {
    right: 0;
    padding-top: 4.5rem;
    bottom: auto;
  }
}

.cart-item .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

.cart-item__error {
  display: flex;
  align-items: flex-start;
  margin-top: 0.2rem;
  width: min-content;
  min-width: 100%;
}

.cart-item__error-text {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  order: 1;
}

.cart-item__error-text + svg {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.7rem;
  margin-top: 0.25rem;
}

.cart-item__error-text:empty + svg {
  display: none;
}

.product-option + .product-option {
  margin-top: 0;
}

.product-option * {
  display: inline;
  margin: 0;
}

.cart-items thead th {
  text-transform: uppercase;
}
/*Gift Wrap CSS*/
.gift-wrap-cart {
  color: #000;
	border-top: 1px solid #DFDFDF;
	flex-basis: 100%;
	margin-top: 2rem;
	padding-top: 2rem;
    display: flex;
    align-items
}
.product__info-container .gift-wrap-cart {
	border-top: 0;
	margin-top: 0;
	padding-top: ;
}
/* .gift-wrap-cart input[type="checkbox"]{
  height: 2.3rem;
  width: 2.3rem;
  margin-right: 2rem;
} */
.gift-wrap-cart input[type="checkbox"]{
    -webkit-appearance: initial;
    appearance: initial;
    height: 2.3rem;
    width: 2.3rem;
    margin-right: 2rem;
    border: none;
    background: #fff;
    position: relative;
    border: 1px solid #000;
    border-radius: 5px;
}
.gift-wrap-cart input[type="checkbox"]:checked,
.gift-wrap-email-check input[type="checkbox"]:checked{
    background: #fff;
}
.gift-wrap-cart input[type="checkbox"]:checked:after,
.gift-wrap-email-check input[type="checkbox"]:checked:after {
    content: url(https://cdn.shopify.com/s/files/1/0701/1654/0656/files/Vector_dfca2920-99c8-45b4-8354-51780d425435.png?v=1716207504);
    color: #fff;
    position: absolute;
    left: 50%;
    top: 57%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.gift-wrap-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0006;
	z-index: 100000;
}

.gift-wrap-popup .gift-wrap-content .gift-wrap-close {
	background-color: #eaeaea;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 24px;
	right: 30px;
	cursor: pointer;
}
.gift-wrap-popup .gift-wrap-content .gift-wrap-close span {
	cursor: pointer;
	position: absolute;
	width: 16px;
	height: 1.5px;
	background: #000;
}
.gift-wrap-popup .gift-wrap-content .gift-wrap-close span:nth-child(1) {
	transform: rotate(45deg);
}
.gift-wrap-popup .gift-wrap-content .gift-wrap-close span:nth-child(2) {
	transform: rotate(135deg);
}
.gift-wrap-popup h2{
  font-size: 2.2rem;
  margin-top: 0px;
  font-weight: 600;
  line-height: 33px;
}
.gift-wrap-text-area {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.gift-wrap-text-left {
  width: 100%;
  
}
.gift-wrap-text-left .relative{
  position: relative;
}
.gift-wrap-message {
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem 3rem;
  font-weight: 500;
  color: #000000;
}
.gift-wrap-from {
	position: absolute;
	bottom: 11px;
	border-top: 1px solid #D9D9D9;
	width: calc(100% - 2px);
	font-size: 12px;
	padding-left: 1.5rem;
	background: #fff;
	left: 1px;
    padding-top: 3px;
    padding-bottom: 3px;
  color: #000;
}
.gift-wrap-from span{
  color: #0000004D;
}
.gift-wrap-limit {
  color: #E77A50E5;
  font-size: 12px;
}
.gift-wrap-email-check {
  display: flex;
  margin-top: 1.5rem;
  font-weight: 600;
  color: #000;
  align-items: center;
}
.gift-wrap-email-check input{
  width: 19px;
  position: relative;
  border: 1px solid #000;
  border-radius: 5px;
  -webkit-appearance: initial;
  appearance: initial;
  height: 19px;
  /* margin-right: 1rem; */
}
.gift-wrap-email-input{
 margin-top: 1rem; 
}
.gift-wrap-email-input input{
  width: calc(100% - 180px);
  border: 1px solid #D9D9D9;
  border-radius: 0.5rem;
  padding: 10.5px;
  color: #000000;
}
.gift-wrap-button {
  text-align: center;
  margin-top: 2.5rem;
}
.gift-wrap-add {
	max-width: 281px;
	background: #E77A50;
	border: 1px solid #E77A50;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	border-radius: 3.6rem;
	height: 55px;
	line-height: 55px;
    cursor: pointer;
}
.gift-wrap-add:hover{
  border: 1px solid #E77A50;
  background: #fff;
  color: #E77A50;
}
.gift-wrap-icon {
  margin-right: 1rem;
  line-height: 0;
}
/* .gift-wrap-icon svg{
  margin-top: 3.5px;
} */
.remove-wrap-product,
.edit-wrap-product {
  color: #E77A50;
  cursor: pointer;
}
.gift-wrap-pipe {
	margin: 0 0.2rem;
}
.gift-wrap-error {
  font-size: 1.2rem;
  color: red;
}
.gift-wrap-text-right img {
      border-radius: 10px;
}
.gift-wrap-tooltip-wrap {
  position: relative;
  top: -2px;
  line-height: 0;
}
.gift-wrap-tooltip, .gift-wrap-tooltip svg {
  vertical-align: middle;  
  cursor: pointer;
}
.gift-wrap-cart:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0006;
  z-index: 100000;
  display: none;
}
.gift-wrap-cart.open-popup:after{
  display: block;
}
.gift-wrap-cart > svg {
	margin-right: 10px;
}
.close-popup-gift {
  cursor: pointer;
}
.popuptext {
  visibility: hidden;
  width: 314px;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 10px;
  padding: 8px 0 0;
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 50%;
  margin-left: -80px;
      display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.popuptext img{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
span.popup-title {
    padding: 0 11px 0 16px;
    display: flex;
    justify-content: space-between;
    width: 100%;  
    line-height: 1.2;
    padding-bottom: 10px;
}
/* Popup arrow */
.popuptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: 2px;
  /* margin-left: -5px; */
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

/* Toggle this class - hide and show the popup */
.popuptext.show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  z-index: 100001;
}
.overlflowShow {
  overflow: visible;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
@media screen and (max-width: 480px) {
  .popuptext{
    left: -10px;
  }
  .popuptext::after{
    left: 38%;
  }
  .popuptext{
    width: 220px;
  }
  /* .popuptext{
    width: 250px;
    left: 6vw;
  } */
  .popuptext img{
      width: 100%;
    }  
}
@media screen and (max-width: 749px) {
  .cart-product-data{
    width:60%;
  }
   .pincode-updatess{
    height:39px!important;
    padding:0px!important;
  }
  .cart-items,
  .cart-items thead,
  .cart-items tbody {
    display: block;
    width: 100%;
  }

  .cart-items thead tr {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
    margin-bottom: 4rem;
  }

  .cart-item {
    display: grid;
    grid-template: repeat(2, auto) / repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 3.5rem;
  }

  .cart-item:last-child {
    margin-bottom: 0;
  }

  .cart-item__media {
    grid-row: 1 / 3;
  }

  .cart-item__details {
    grid-column: 2 / 4;
  }

  .cart-item__quantity {
    grid-column: 2 / 5;
  }

  .cart-item__quantity-wrapper {
    flex-wrap: wrap;
  }

  .cart-item__totals {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .product .gift-wrap-cart{
    margin-top: 1.5rem;
  }
  .gift-wrap-cart{
    font-size: 1.2rem;
    border: none;
    padding: 0;
    margin-top: 0.5rem;
    align-items: center;
    line-height: 1;
  }
  .gift-wrap-cart > div{
    margin-top: 3px;
  }
  .product__info-container .gift-wrap-cart > div{
    margin-top: 7px;
  }
  .gift-wrap-cart input[type="checkbox"] {
	height: 1.8rem;
	width: 1.8rem;
	margin-right: 1rem;
    margin-left: 0;
  }
  .gift-wrap-popup{
    overflow: auto;
  }
  .gift-wrap-content{
    bottom: 0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 22px 20px;
    height: auto;
    position: absolute;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 35px;
    background: #fff;
  }
  .gift-wrap-popup h2{
    font-size: 1.6rem;
    line-height: 16px;
  }
  .gift-wrap-text-area{
    gap: 0.7rem;
  }
  .gift-wrap-popup .gift-wrap-content .gift-wrap-close {
	width: 2.9rem;
	height: 2.7rem;
	top: 2rem;
	right: 1.8rem;
  }
  .gift-wrap-popup .gift-wrap-content .gift-wrap-close span {
	width: 1.1rem;
  }
  .gift-wrap-limit{
    font-size: 1rem;
  }
  .gift-wrap-email-check{
     font-size: 1.2rem;
  }
  .gift-wrap-email-input input{
    width: 100%;
  }
  .gift-wrap-button {
	/* box-shadow: 0px -7px 16px #0000000A; */
	padding-top: 0px;
  }
  .gift-wrap-add {
	max-width: 161px;
	font-size: 1.2rem;
	border-radius: 1rem;
	height: 47px;
	line-height: 47px;
  }
}

@media screen and (min-width: 750px) {
  .cart-items {
    border-spacing: 0;
    border-collapse: separate;
    box-shadow: none;
    width: 100%;
    display: table;
  }

  .cart-items th {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }

  .cart-items thead th:first-child {
    width: 50%;
  }

  .cart-items th + th {
    padding-left: 4rem;
  }

  .cart-items td {
    vertical-align: top;
    padding-top: 4rem;
  }

  .cart-item {
    display: table-row;
  }

  .cart-item > td + td {
    padding-left: 4rem;
  }

  .cart-item__details {
    width: 35rem;
  }

  .cart-item__media {
    width: 10rem;
  }

  .cart-item cart-remove-button {
    margin: 0.5rem 0 0 1.5rem;
  }

  .cart-item__price-wrapper > *:only-child:not(.cart-item__discounted-prices) {
    margin-top: 1rem;
  }

  .cart-item__error {
    margin-left: 0.3rem;
  }

  .gift-wrap-content {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 640px;
	background: #fff;
    padding: 30px 36px;
    border-radius: 1rem;
  }
}

@media screen and (min-width: 990px) {
  .cart-item .cart-item__quantity,
  .cart-items .cart-items__heading--wide {
    padding-left: 6rem;
  }

  .cart-item__details {
    width: 50rem;
  }

  .cart-items thead th:first-child {
    width: 60%;
  }
}

@media screen and (min-width: 750px) {
  .cart-items .cart-items__heading--quantity,
  .cart-item .cart-item__quantity,
  .cart-item__quantity--info quantity-popover > *,
  .no-js .cart-item .cart-item__quantity--info {
    padding-left: 5rem;
  }

  .cart-item .cart-item__quantity--info,
  .cart-item__quantity--info .cart-item__quantity-wrapper,
  .cart-item__quantity--info .cart-items__info {
    padding-left: 0;
  }
}

@media screen and (min-width: 749px) and (max-width: 990px) {
  .cart-items .quantity-popover__info-button {
    padding-left: 1.5rem;
  }
}

@media screen and (min-width: 1050px) {
  .mobile-bg {
    border-radius: 0;
    background: #fff;
    padding: 0;
}
  p.return-text img {
    width: 23px;
    height: 23px;
}
  .product-not img {
    width: 20px;
    height: 20px;
}
  .product-not {
    padding:3rem;
    gap:2rem;
}
  .main-cart-items{
    gap:2.5rem;
    /* width:80%; */
  }
  .main-cart-items-main{
    padding:2rem;
    
  }
  cart-remove-button .icon-remove, .icon-wishlist {
  height: 4rem;
  width: 4rem;
}
  .cart-main-item {
    width: 100%;
}
.js-contents.cart-items-show{
  width: 65%;
}
.icon-total{
  width: 33%;
}
  .saving-amount p {
    color: #2C9A48;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: capitalize;
    margin: 0;
}

.totals-cart-item {
  padding: 31px 20px 26px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 7px 1px #00000026;
  height: fit-content;
}
  .icons-cartt {
    flex-direction:row;
    justify-content:unset;
    align-items: flex-start;
}

h3.caption-with-letter-spacing {
  color: #231F20;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
a.cart-item__name.h4.break {
  color: #231f20b3;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
}
  dl.vriant-options{
    gap:2.4rem;
  }
.product-option dt,span.option-names{
  color: #231F20;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}
.product-option dd {
  color: #231F20;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
}
.vriant-options .product-option,
  .select-size{
  border-radius: 5px;
  border: 1px solid #000;
  padding: 11px 14px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
  .cart-item__discounted-prices {
    display: flex;
    align-items: center;
    gap: 1rem;
}
  .cart-item__discounted-prices .price.price--end {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
}
  .cart-item__discounted-prices .price-compare-price {
    color: #00000080;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
}
  span.discount-val {
    color: #F94E4E;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
}
  p.return-text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    gap: 10px;
}
  .product-not h2 {
    color: #231F20;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.9px;
    text-transform: capitalize;
    display:flex;
    align-items:center;
    gap:2rem;
    margin:0;
}
  .product-not h3 {
    color: #231f20cc;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
        margin: 0 0 0 40px;
}
  p.outof-stock {
    color: #F94E4E;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.54px;
    margin: 0;
    padding:0;
}
  .qty-adjuster__value,
.product-single__variants{
    color: #231F20;
    
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    border:0;
}
  .delivery-datess {
    display: none;
    align-items: center;
    gap: 10px;
    margin:1rem 0;
    
}
  .delivery-datess p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    margin:0;
}
  a.add-address-pincode.deliver-to-pincode {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: #1B1B1B;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
}
  a.add-address-pincode.deliver-to-pincode p {
    margin: 0;
    font-weight: 400;
}
  
}
::placeholder {
  color: #0000004D;
}
::-ms-input-placeholder {
  color: #0000004D;
}