/** Shopify CDN: Minification failed

Line 141:0 Unexpected "}"

**/
@media (min-width: 767px){
  .Drawer__Footer .discount-container .remove-discount {
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
  }
  .Drawer__Container .Cart__ItemList .CartItem.pannel-tab .CartItem__Info .CartItem__Title.Heading{
    font-size: 16px;
    margin: 0;
    width: 82%;
  }
  .discount_outer{
    height: 48px;
  }
   .discount_outer .discount_text p {
    background-color: #F5E9AB;
    padding: 13px 0px;
  }
  .Cart_item_custom_image{
      border-radius: 4px;
      width: 88px;
      height: 88px;
    }
  .custom_drawer{
    border-bottom: 4px solid #DBBD26;
    margin: 0 31px;
    width: 91%;
    height: 64px
  }
  .Drawer__Content .Drawer__Main .cart_text_empty .cart-empty{
    position: fixed;
    top: 10px;
    left: 88px;
    font-size: 23px;
    font-weight: bold;
  }
  .drawer-textbox {
      margin: 5px 28px 0 31px;
  }
  .Drawer__Header .Drawer__Title .icon{
    height: 2rem;
    width: 2rem
  }
  .Drawer__Header .cart_texts_wrapper .cart_icon{
    position: absolute;
    top: 14px;
    left: 16px;
    background: #FFF7D1;
    border-radius: 56px;
    padding: 2px 2px;
    height: 30px;
    width: 30px;
  }
  .Drawer__Content .Drawer__Main .cart-text-wrapper{
    position: fixed;
    top: 27px;
    left: 96px;
    font-size: 24px;
    font-weight:500;
  }
  .CartItem .CartItem__Info .rating-wrap {
    margin: 0 0 5px;
    position: absolute;
    left: 1px;
    bottom: 103px;
    background: white;
    width: 87px;
    opacity: .85;
  }
  .copy_discount_btn{
    position: absolute;
    top: 157px;
    height: 32px;
    width: 80px;
    font-family: 'PT Serif';
    font-weight: 700;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    right: 40px;
    background: white;
    border-radius: 5px;
  }
  }
  .discount_bar_container{
    background: #FFF7D1;
    text-align: center;
    margin: 10px 30px 10px 30px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
  }
  .discount-bar{
    display:flex;
    justify-content: center;
    flex-wrap:wrap;
    padding-bottom: 25px;
  }
  .discount_bar_container .discount-bar .progress-bar {
    width: 518px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.1);
  }
  .progress {
    height: 100%;
    background-color: #DBBD26;
    width: 2%;
    border-radius: 10px;
    transition: width 0.2s ease-in-out;
  }
  .steps{
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
    width: 100%;
  }
  .step{
    width: 30px;
    line-height: 1.5;
    margin:0 47.5px;
    position: relative;
  }
  .step::before {
    position: absolute;
    background: black;
    content: "";
    width: 2px;
    height: 10px;
    top: -11px;
    left: 13px;
  }
  .svg_with_heading{
    display: flex;
    align-items: center;
  }
}
  .svg_with_heading{
    display: flex;
    align-items: center;
  }
  .discount_container_heading{
    font-size: 12px;
    font-weight: 800;
    padding: 0 0 0 8px;
  }
  .discount-container_svg{
    padding: 3px 5px;
    height: 40px;
  }
  .select-discount{
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
  }
  .remove-discount{
    font-size: 15px;
    font-weight: bold;
    padding: 0 10px;
  }
  .discount-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    height: 49px;
    justify-content: space-between;
    background: #F8FFF0;
    border: 1px solid #E5E5E5;
    padding: 15px 10px;
    border-radius: 4px;
  }
  .discount-container input[type="text"] {
    width: 100%;
    height: 30px;
    font-size: 13px;
    color: gray;
    padding: 0 10px;
    border: 1px solid #ccc;
  }
  
  .discount-container .apply-discount {
    width: 80px;
    height: 30px;
    font-weight: bold;
    font-size: 14px;
    font-family: 'PT Serif';
    color: #101010;
    border: none;
    cursor: pointer;
  }

  .rating-wrap{
    margin: 0 0 5px;
    position: absolute;
    left: 1px;
    bottom: 89px;
    background: white;
    width: 87px;
    opacity: .85;
  }
  .upsell_cart_addon{
    padding: 30px 12px 0px 30px;
  }
  .upsell_cart_addon .heading_addon{
    width: 100%;
    font-family: 'PT Serif';
    font-size: 14px;
    margin: 0;
    line-height: 1.2;
    position: relative;
    font-weight: bold;
  }
  .upsell_cart_addon .items-cover-addon span.ProductMeta__Price {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .upsell_cart_addon .items-cover-addon .CartItem .CartItem__Info h2.CartItem__Title.Heading {
    font-size: 14px;
    overflow: visible;
    white-space: inherit;
    text-overflow: inherit;
    line-height: 20px;
  }
  .upsell_cart_addon .heading_addon::before {
    content: "";
    position: absolute;
    background: #DBBD26;
    width: 24px;
    height: 13px;
    top: 6px;
    left: -30px;
  }
  .upsell_cart_addon p.subtitle_addon {
    font-size: 14px;
    font-family: 'PT Serif';
    margin: 0 0 0px;
  }
  .upsell_cart_addon .items-cover-addon{
    display: -webkit-flex;
    display: -moz-box;
    padding: 20px 0 50px 0;
    display: flex;
    overflow-y: hidden;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
/*     height: 355px; */
  }
  .upsell_cart_addon .items-cover-addon .CartItem .CartItem__Info {
    padding-left: 0;
    display: block;
    height: 60px;
    margin-top: 5px;
  }
  .upsell_cart_addon .CartItem__Info span.tag {
    background: #F4EDD4;
    font-size: 10px;
    display: inline-block;
    padding: 4px 5px;
    margin-bottom: 5px;
    position: absolute;
    top: 0;
    border-radius: 4px 0 0 0;
  }
  .upsell_cart_addon .items-cover-addon .CartItem:first-child {
    margin-left: 8px;
  }
  .items-cover-addon .CartItem .image_wrapper{
    height: 164px;
    width: 107px;
  }
  .items-cover-addon .product-item{
    display: block;
    table-layout: inherit;
    margin: 0;
    height: 266px;
    width: 107px;
    position: relative;
    margin: 0 10px;
    min-width: 111px;
    padding-bottom: 3rem;
  }
  .upsell_cart_addon .view_button_wrapper{
    position: absolute;
    width: 100%;
    bottom: -40px;
  }
  .view_btn{
    background: #DBBD26;
    width: 100%;
    border-radius: 4px;
    color: #000;
    padding: 9px 15px;
    font-family: "PT Serif";
    font-weight: bold;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .Drawer__Content .Drawer__Main .cart-text-wrapper{
    position: fixed;
    top: 10px;
    left: 95px;
    font-family: "PT Serif";
    font-size: 22px;
    font-weight: 700;
  }
  .Drawer__Content .Drawer__Main .cart-text-wrapper .cart_text span{
      font-weight: 500;
  }
  @media(max-width:767px){
    .Drawer__Content .Drawer__Main .maximum_reached_wrapper {
        background: #FFF7D1;
        margin: 20px 17px 0 16px;
        height: 64px;
        display: flex;
        padding: 0 16px;
        justify-content: center;
        border-radius: 5px;
        align-items: center;
        border: 1px solid #E5E5E5;
    }
    .Drawer__Content .Drawer__Main .svg_maximum_wrapper {
        margin-right: 8px;
    }
    .Cart_item_custom_image{
        border-radius: 4px;
        width: 86px;
        height: 86px;
    }
     .Drawer__Content .Drawer__Main .cart-text-wrapper{
      left: 50px;
      position: fixed;
      top: 8px;
      font-family: "PT Serif";
      font-size: 18px;
      font-weight: 700;
    }
    .Drawer__Content .Drawer__Main .cart-text-wrapper .cart_text span{
      font-weight: 500;
    }
    .Drawer__Content .Drawer__Main .discount_bar_container {
        background: #FFF7D1;
        text-align: center;
        margin: 8px 10px 8px 15px;
/*         box-shadow: 0 1px 5px #e5e5e5; */
        max-width: 353px;
/*         width: 100%; */
      }
    .upsell_cart_addon{
      padding: 30px 12px 0px 20px;
      }
    .copy_discount_btn{
      position: absolute;
      background: white;
      right: 25px;
      top: 135px;
      white-space: nowrap;
      font-weight: 700;
      font-family: 'PT Serif';
      font-size: 10px;
      padding: 3px 10px;
      height: 24px;
      width: 64px;
      border-radius: 5px;
      border: 1px solid rgba(0, 0, 0, 0.1);
    }
    .Drawer__Main .discount_bar_container .discount_heading_text p {
      padding: 12px 0;
      font-size:12px
    }
    .discount_text p {
      background-color: #f5e9ab;
      padding: 7px;
      font-size: 11px;
      text-align:left;
      margin-bottom: 0;
    }
    .discount-bar{
      display:flex;
      flex-wrap:wrap;
      justify-content: center;
      padding-bottom:0;
    }
    .discount_bar_container .discount-bar .progress-bar {
      width: 290px;
      height: 10px;
      background-color: #FFFFFF;
      border-radius: 5px;
/*       margin-bottom: 10px; */
      border:1px solid rgba(0, 0, 0, 0.1);
    }
    .progress {
      height: 100%;
      background-color: #DBBD26;
      width: 2%;
      border-radius: 10px;
      transition: width 0.2s ease-in-out;
    }
    .steps{
      display: flex;
      justify-content: space-evenly;
      /* margin: 10px; */
      padding-bottom: 16px;
      width: 100%;
      position:relative;
    }
    .step{
/*       width: 12%; */
      font-family:'Lato';
      margin: 0 13px;
    }
  }
  .upsell_cart_addon .items-cover-addon::-webkit-scrollbar {
    height: 6px;
    background-color: #F5F5F5;
  }
  .upsell_cart_addon .items-cover-addon::-webkit-scrollbar-thumb {
    background-color: #000000;
  }
  .custom_drawer{
    border-bottom: 4px solid #DBBD26;
/*     padding-bottom: 77px; */
  }
  .icon{
    height: 1.5rem;
    width: 1.5rem
  }
  .cart_icon{
    position: absolute;
    top: 12px;
    left: 16px;
    background: #FFF7D1;
    border-radius: 56px;
    padding: 0px;
    height: 24px;
    width: 24px;
  }
  .Drawer__Content .cart_text_empty .cart-empty{
    position: fixed;
    top: 8px;
    left: 50px;
    font-size: 19px;
    font-weight: bold;

  }
/*   .discount_bar_container{
    background: #FFF7D1;
    text-align: center;
    margin: 10px 28px 0 28px;
    box-shadow: 0px 1px 5px #E5E5E5;
  } */
  .discount_heading_text p{
    padding: 12px 0;
    font-size: 16px;
    animation: shake 0.5s ease;
    animation-iteration-count: 10;
  }
  
  .discount_text p{
    background-color: #F5E9AB;
    padding:7px;
  }
.hidden{
  display: none;
}

.Drawer__Container .CartItemWrapper_heading_text {
	font-size: 20px;
	font-weight: 700;
	position: relative;
	font-family: "PT Serif";
	margin: 15px 0;
}
.Drawer__Container .CartItemWrapper_heading_text::before {
	content: "";
	position: absolute;
	background: #DBBD26;
	width: 24px;
	height: 13px;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
}
.Drawer__Container .line_item_wrapper {
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	margin: 24px 0 15px;
}
.Drawer__Container .line_item_wrapper .add-on-wrapper.add-on-drawer-body{
  position:relative;
}
/* .Drawer__Container .line_item_wrapper .add-on-wrapper.add-on-drawer-body::before {
	content: "";
	position: absolute;
	background: #fff;
	width: 100%;
	top: -1px;
	left: 0;
	z-index: 1;
	height: 1px;
} */
/* .Drawer__Container .CartItem {
	margin: 20px 0;
	border-bottom: 1px dashed rgba(0,0,0,.2);
	padding-bottom: 20px;
	margin-bottom: 0;
} */

.Drawer__Container .Cart__ItemList .CartItem.pannel-tab .cart-panel-heading {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 6px;
	background: url(https://cdn.shopify.com/s/files/1/0423/3576/4634/files/down-arrown.svg?v=1673595319) no-repeat;
	transition: all .3s;
	z-index: 1;
	cursor: pointer;
}
.Drawer__Container .Cart__ItemList .CartItem.pannel-tab {
/* 	padding: 0 15px; */
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin-bottom: 0px;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	padding-bottom: 12px;
}
.Drawer__Container .Cart__ItemList .CartItem.pannel-tab .CartItem__Title.Heading {
	font-size: 12px;
    margin: 0;
    width: 82%;
}
.Drawer__Container .Cart__ItemList.CartItem.pannel-tab .CartItem__Remove {
	font-size: 14px;
	font-weight: bold;
	font-family: lato;
	color: #1C1B1B;
}
.Drawer__Container .Cart__ItemList .CartItem.pannel-tab  .CartItem__ImageWrapper {
	width: 72px;
    height: 100%;
	margin-left: 8px;
}
.Drawer__Container .Cart__ItemList .CartItem.pannel-tab .CartItem__Info {
	padding-left: 0px;
	width: calc(100% - 90px);
}
.Drawer__Container .line_item_wrapper .add-on-wrapper.add-on-drawer-body {
	background: #F2F2F2;
	padding: 13px 16px;
}
.Drawer__Container .line_item_wrapper .add-on-wrapper.add-on-drawer-body .upsell_cart_addon {
	padding: 0;
}
.Drawer__Container .line_item_wrapper .upsell_cart_addon .heading_addon::before {display:none;}

.Drawer__Container .line_item_wrapper .upsell_cart_addon .heading_addon {
	font-family: Lato, sans-serif;
	font-size: 14px;
  cursor:pointer;
	font-weight: 600;
}
.Drawer__Container .line_item_wrapper .upsell_cart_addon .heading_addon.cart-panel-heading::after {
	content: "";
	position: absolute;
	background: url(https://cdn.shopify.com/s/files/1/0423/3576/4634/files/new-plus.svg?v=1673544737) no-repeat right center;
	width: 13px;
	height: 13px;
	right: -5px;
    top: 2px;
	transition: all 0.3s;
}
.Drawer__Container .line_item_wrapper .upsell_cart_addon .heading_addon.cart-panel-heading.open::after {
	content: "";
	position: absolute;
	background: url(https://cdn.shopify.com/s/files/1/0423/3576/4634/files/minus.svg?v=1673544868) no-repeat right center;
}

/* .line_item_wrapper  .items-cover-addon.panel-content .add-on-drawer-body .rating-wrap {
	opacity:0;
}
.line_item_wrapper .upsell_cart_addon .heading_addon.cart-panel-heading.open + .items-cover-addon.panel-content  .rating-wrap {
	opacity:1 !important; 
}
 */
.Drawer__Container  .CartItem__Meta.Heading.Text--subdued.line-items.panel-content {
	margin-top: 10px;
	width: 100%;
    margin-left: 16px;
}
.Drawer__Container .line_item_wrapper .CartItemWrapper:first-child .CartItem.pannel-tab {
/* 	padding: 0 15px 20px; */
	margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-bottom: 0px;
    border-bottom: 1px dashed rgba(0,0,0,.2);
    padding-bottom: 12px;
}
.upsell_cart_addon .heading_addon.cart-panel-heading.open::after{
    content: "";
	position: absolute;
	background: url(https://cdn.shopify.com/s/files/1/0423/3576/4634/files/minus.svg?v=1673544868) no-repeat right center;
}

.Cart__NoteButton::after {
	content: "";
    position: absolute;
    background: url(https://cdn.shopify.com/s/files/1/0423/3576/4634/files/new-plus.svg?v=1673544737) no-repeat right center;
    width: 13px;
    height: 13px;
    top: 16px;
    right: 11px;
    transition: all .3s;
}
.Cart__NoteButton.open::after {
	content: "";
	position: absolute;
	background: url(https://cdn.shopify.com/s/files/1/0423/3576/4634/files/minus.svg?v=1673544868) no-repeat right center;
}
.Drawer__Content .Drawer__Main .maximum_reached_wrapper{
  background: #FFF7D1;
  margin: 20px 28px 0 31px;
  height: 64px;
  display: flex;
  padding: 0 24px;
  justify-content: center;
  border-radius: 5px;
  align-items: center;
  border: 1px solid #E5E5E5;
}
.svg_maximum_wrapper{
  margin-right: 22px;
}
.maximum_reward_text_wrapper{
  width:100%;
}
.maximum_reward_heading_text{
  margin: 0px;
  font-size: 14px;
  font-weight: 800;
}
.copy_discount_btn:disabled{
 cursor: not-allowed;
  pointer-events: none;
  
  /*Button disabled - CSS color class*/
  color: #c0c0c0;
  background-color: #ffffff;
}
@keyframes shake {
  0% { transform: translateX(0) }
 25% { transform: translateX(5px) }
 50% { transform: translateX(-5px) }
 75% { transform: translateX(5px) }
 100% { transform: translateX(0) }
}
.fabric-table{
/*   border-top: 1px solid rgba(23,23,26,.102);
  padding: 1rem 0; */
  width: 100%;
}
.fabric-row{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.fabric-heading_text{
  margin: 0;
  width: 40%;
  font-size: 14px;
  font-weight: 800;
  padding: 5px 0;
  font-family: 'Lato';
}
.fabric-cell{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fabric-cell-wrapper {
  display: table;
  padding: 1rem 0;
  table-layout: fixed;
  width: 100%;
}
.fabric-cell-wrapper span.fabric-selected {
  background: #000000;
}
.fabric-cell-wrapper span {
    background: #DCDCDC;
    border-right: 0.125rem solid #fff;
    display: table-cell;
    height: 3px;
    vertical-align: middle;
}
.tooltip svg{
  background: black;
  fill: white;
  border-radius: 50%;
  margin-left: 10px;
}
.tooltip {
    display: flex;
    align-items: center;
    position: relative;
}

.tooltip .left {
    min-width:300px; 
    top:50%;
    right:50%;
    margin-right:20px;
    transform:translate(0, -50%);
    padding:10px 20px;
    color:#444444;
    background-color:#FFF7D1;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    display:none;
}
.tool-1:hover .left, .tool-2:hover .left, .tool-3:hover .left {
    display:block;
}
.tooltip .left i {
    position:absolute;
    top:50%;
    left:100%;
    margin-top:-12px;
    width:12px;
    height:24px;
    overflow:hidden;
}

.tooltip .left i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:0;
    top:50%;
    transform:translate(-50%,-50%) rotate(-45deg);
    background-color:#FFF7D1;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}
.tabs-nav{
  list-style: none;
  display: flex;
  margin:  20px 0 0 0;
  background: #FFF7D1;
  justify-content: space-around;
  align-items: center;
}
.tabs-nav .tab{
  font-size: 12px;
  padding: 10px 0;
  width: 100%;
  font-weight: 800;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}
.tabs-nav .tab a{
  padding: 13px 23px;
}
.tabs-nav .tab-active{
  border-bottom: 4px solid #DBBD26;
}
.tabs-stage .content{
  font-size: 14px;
  margin-top: 16px;
  font-family: 'Lato'
}
@media(max-width:767px){
  .tabs-nav{
    list-style: none;
    display: flex;
    margin:  20px -15px 0 -15px;
    background: #FFF7D1;
    justify-content: space-around;
    align-items: center;
  }
  .tabs-nav .tab{
    font-size: 10px;
    padding: 10px 0;
    width: 100%;
    cursor: pointer;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
  }
  .tabs-nav .tab a{
    padding: 13px 23px;
  }
  .tabs-nav .tab-active{
    border-bottom: 4px solid #DBBD26;
  }
  .tabs-stage .content{
    font-size: 12px;
    margin-top: 16px;
    font-family: 'Lato'
  }
  .fabric-heading_text{
    margin: 0;
    font-size: 10px;
    font-weight: 800;
    padding: 5px 0;
    font-family: 'Lato';
  }  
  .fabric-cell-wrapper {
    display: table;
    padding: 1rem 0;
    table-layout: fixed;
    width: 92%;
  }
}