/** Shopify CDN: Minification failed

Line 343:44 Unexpected "{"

**/

  .breadcrumbs {
	margin-bottom: 3rem !important;
	margin-top: 0rem !important;
}

.customer, .customer__title {
  color: var(--gradient-base-accent-1);
}
.customer .field input::placeholder {
  opacity: 1;
  color: #656565;
  font-size: 12px;
  font-weight: 300;
}
.customer .field input{
  height: 5.2rem;
}
.customer .field input:focus, .customer .field input:not(:placeholder-shown), .customer .field input:-webkit-autofill{
  padding: 1.5rem;
}
.customer .field:after{
  box-shadow: 0 0 0 var(--inputs-border-width) #DBDBDB;
}
.text-decoration{
  text-decoration: underline !important;
}
.border-top{
  border-top: 1px solid #ECECEC;
}
.customer-detail-module .left-side-tabs {
  border-right: 1px solid #ABABAB;
  padding-right: 0 !important;
}
.customer .list-unstyled{
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}
.customer .list-unstyled:first-child{
  padding-top: 0;
}
.customer ul li{
  padding: 1.5rem;
  position: relative;
}
/* .customer ul li:not(:last-child){
  margin-bottom: 30px;
} */
.customer li.active {
  background: #FAFAFA;
  font-weight: 600;
}
.customer .customer-detail-module li.active:before {
    content: '';
    border-radius: 6px 0px 0px 6px;
    position: absolute;
    width: 6px;
    left: 0;
    height: 40px;
    top: 8px;
    bottom: 8px;
    transform: rotate(180deg);
    background: #000000;
}
.customer .tab-list:not(.order-tab-list){
  color: var(--gradient-base-accent-1);
  display: flex;
  align-items: center;
}
.customer .tab-list span{
 flex: 0 35px; 
}
.customer .tab-list img{
  vertical-align: middle;
}
.customer .tab-list svg{
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
}
.customer a:not([href]) {
   cursor: pointer;
}
.right-side-content{
  padding-top: 10px;
  padding-left: 3.2rem;
}
.input-title{
  text-transform: capitalize;
}
.box-input{
  border: 1px solid #DBDBDB;
  min-height: 52px;
/*   line-height: normal; */
  padding: 15px 16px;
  width: 100%;
  font-size: 1.2rem !important;
  color: #656565;
  letter-spacing: 0.6px;
  font-family: inherit;
  margin: 0 0 2rem;
  word-break: break-word;
}
.box-input[readonly]:focus-visible {
	box-shadow: none;
	outline: none;
}
.box-input.error {
	border: 1px solid red;
}
.member_edit{
  margin-top: 0 !important;
}
.tabs .list-unstyled:last-child{
  padding-bottom: 0;
}
/* login page */
.customer-profile{
  display: flex;
  align-items: center;
  /* flex-wrap: wrap; */
}
.customer-profile-icon {
	margin-right: 30px;
}
.login-module .customer.login a{
  width: auto;
}
.customer .custom-btn.member_edit {
	display: none;
}
.customer .info_block_edit .custom-btn.member_edit {
	display: initial;
}
.customer .custom-btn{
  max-width: 206px;
  width: auto;
  min-height: 48px;
  margin-top: 0;
}
/* order history page */
.flex-box{
  display: flex;
  align-items: center;
}
.flex-left{
  flex: 0 30%;
}
.flex-right{
  flex: 0 70%;
  padding-left: 3.2rem;
}
.orders-tab li{
  display: inline-block;
}
.customer .orders-tab li a{
  color: #656565;
}
.customer .orders-tab li{
  max-width: 222px;
  width: 100%;
  text-align: center;
}
.customer .orders-tab li.active-tab{
  border-bottom: 1px solid var(--gradient-base-accent-1);
}
.customer .orders-tab li.active-tab a{
  color: var(--gradient-base-accent-1);  
}
.columnheader{
  color: #000000;
  font-weight: 500;
}
.order_row{
  border-bottom: 1px solid rgba(171, 171, 171, 0.5);
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  column-gap: 12px;
}
.customer .view-order-link{
  display: block;
  cursor: pointer;
}
.order-list {
  margin-top: 4.3rem;
/*   margin-bottom: 5.6rem; */
}
p.line_item_title {
  color: #656565;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 4px;
}
.line_item_price {
  color: #121212;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.line_item_price dl {
  margin: 0;
}
.line_item_delv {
  font-size: 12px !important;
  color: #656565;
}
.line_item_delv span {
  color: #121212;
}
.order-search-module{
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(171, 171, 171, 0.5);
  padding: 16px 38px;
}
.order_column_right{
  flex-grow: 1;
  position: relative;
}
.order_action_btn{
  text-align: right;
  margin-top: 0px;
  z-index: 1;
  position: relative;
}
#cancel_lineItem_btn, #track_lineItem_btn {
    margin-top: 0;
    margin-bottom: 0;
}
#track_lineItem_btn{
  letter-spacing: .1rem;
  line-height: calc(1 + .2 / var(--font-body-scale));
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button),var(--alpha-button-background));
}
.customer .cancel-btn{
  display: flex !important;
  background-color: rgba(var(--color-button),var(--alpha-button-background));
  color: rgb(var(--color-button-text)) !important;
}
.pager {
  margin-top: 7rem;
  /* margin-bottom: 10rem; */
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
span.page-number.clickable {
  flex: 1 1;
  max-width: 4rem;
  text-align: center;
  position: relative;
}
span.page-number.clickable:not(.current){
  cursor: pointer;
}
span.page-number.clickable:not(:last-child){
      margin-right: 1rem;
}
span.page-number.clickable.current:after {
    content: "";
    display: block;
    width: 2rem;
    height: 0.01rem;
    position: absolute;
    bottom: 0.08rem;
    left: 50%;
    transform: translate(-50%);
    background-color: currentColor;
}
.order-search-wrapper{
  position: relative;
  margin-top: -25px;
}
.order-search-wrapper .icon-search {
  position: absolute;
  height: 1.3rem;
  width: 1.3rem;
  top: 45%;
  transform: translateY(-45%);
  left: 18px;
}
#send_otp_btn{
  margin-top: 2rem;
}
#search:focus-visible{
  outline: none;
  outline-offset: unset;
  box-shadow: unset;
}
.order-history.right-side-content{
  padding-top: 5px;
}
.customer.login .field{
  margin-top: 0;
}
.customer.addresses .right-side-content {
  padding-top: 0;
}
.customer.addresses .right-side-content ul {
  margin-top: 0;
  margin-bottom: 0;
}
li[data-address]:first-child{
      margin-top: 0;
}
.button[aria-controls="AddAddress"]{
  margin-top: 1.6rem;
}
.button[aria-controls="AddAddress"] svg{
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 11px;
}
.button[aria-controls="AddAddress"]:after{
  border-radius: 8px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(171, 171, 171, 0.5),0 0 0 var(--buttons-border-width) rgba(var(--color-button),var(--alpha-button-background));  
}
.button[aria-controls="AddAddress"]:before, {
  border-radius: 8px;  
}
.addresses .drawer_content{
  text-align: center;
}
.account-orders .edit_sub-title{
  font-size: 14px;
  text-align: center;
}
.account-orders .drawer_content .order_row{
  border: 0;
}
.edit_action_btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px
}
.edit_action_btn button{
  flex: 1;
}
custom-drawer .edit_sub-title{
  font-weight: 300;
  font-size: 12px;
  color: #656565;
  margin-top: 14px;
}
.EditAddress_drawer{
  padding-left: 6px;
  padding-right: 6px;
}
.addresses .address_flag{
  text-align: left;
  background: #DBDBDB;
  display: inline;
  font-size: 10px;
  padding: 4px;
}
.EditAddress_drawer .field input, .EditAddress_drawer select, #AddAddress select{
  font-size: 12px;
  color: #656565;
}
.EditAddress_drawer .field label{
  font-size: 14px;
  color: #121212;
}
.EditAddress_drawer .select:after{
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(171, 171, 171, 0.5);
}
#AddAddress form {
  padding: 0;
}
#AddAddress .field:after, #AddAddress .select:after{
  border-radius: 0px;
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(171, 171, 171, 0.5);
}
#AddAddress .field:hover.field:after, #AddAddress .field input:focus, #AddAddress select:focus{
  border-radius: 0px;
}
.order-detail-page.right-side-content{
  padding-top: 0;
}
.order_delv_detail {
    margin-top: 2rem;
}
.order_column_right .icon-caret{
  position: absolute;
  top: 6px;
  right: 0;
  transform: rotate(270deg);
  margin: 0;
  width: 1.5rem;
}
.customer .line_item_status {
  font-weight: 500;
  font-size: 10px !important;
  border-radius: 60px;
  display: inline;
  padding: 2px 8px;
  text-transform: capitalize;
}
.item_delivered, .fulfilled {
  color: #069C27;
  background: #D1F2D8;  
}
.item_return{
  background: #FFE3CA;
  color: #FF7A00;
}
.item_cancel{
  background: #F2D9D1;
  color: #F4212E;
}
.item_trnst{
  background: #DBDBDB;
  color: #121212;
}
.refund_item{
  background: #fff3ca;
  color: #ff7a00;
}
.delivered_item_remove .tracking-tree .tracking-tree-nav{
    display: none;
}
.refund_item_remove .tracking-tree .tracking-tree-nav {
    display: none;
}
.refund_item_remove .payment-info{
  display: none;
}
.cancel_item_remove > div {
	display: none;
}
.mt_1{
  margin-top: 1rem !important;
}
.line_item_price dd {
    margin: 0;
}
.customer .tab-list{
  border-top: 0;
}
.cust_name {
  font-weight: 600;
}
.otp-input{
  -webkit-text-security: disc; 
  -moz-text-security: disc; 
  -ms-text-security: disc; 
  text-security: disc; 
}
.text-danger {
  color: #dc3545 !important;
  margin: 0 !important;
  font-size: 12px !important;
}
.js-return-exchange {
  white-space: unset !important;
}
/* loader css */
.fa-spinner {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
}
.fa-spinner::before {
  content: "";
  background: url('../png/loading126fb.png') scroll 0 0 no-repeat;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  right:0;
  background-size: cover;
}
.fa-spin {
 -webkit-animation:fa-spin 2s infinite linear;
 animation:fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
 0% {
  -webkit-transform:rotate(0);
  transform:rotate(0)
 }
 100% {
  -webkit-transform:rotate(359deg);
  transform:rotate(359deg)
 }
}
@keyframes fa-spin {
 0% {
  -webkit-transform:rotate(0);
  transform:rotate(0)
 }
 100% {
  -webkit-transform:rotate(359deg);
  transform:rotate(359deg)
 }
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  :is(.account,.order,.login,.addresses) {
      padding-left: 3.2rem;
      padding-right: 3.2rem;
  }
}
@media screen and (min-width: 768px){
  :is(.account,.order,.login,.addresses)>div:nth-of-type(2){
    display: flex;
    margin-top: 5rem;
  }
  .left-side-tabs{
    flex: 0 30%;
  }
  .right-side-content{
    flex: 0 70%;
  }
  .hide-desktop {
    display: none;
  }
}
@media screen and (max-width: 767px){
  
  .customer-profile{
    flex-direction: column;
    text-align: center;
  }
  .customer-profile-icon {
	margin-right: 0px;
  }
  :is(.account, .order, .login, .addresses){
    padding-left: 0;
    padding-right: 0;
  }
  .customer-detail-module{
    margin-top: 2rem;
  }
  .customer-detail-module .left-side-tabs{
    border: 0;
  }
  login-otp-drawer.custom-drawer-main.drawer{
/*     height: 50%; */
    height: fit-content;
    background-color: transparent;
  } 
  login-otp-drawer #custom-drawer-Overlay{
    background-color: rgba(var(--color-foreground),.5);
  }
  .flex-box {
    justify-content: center;
  }
  .flex-item.flex-right{
    display: none;
  }
   .right-side-content {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }
  .order-history.right-side-content{
    padding-top: 2rem;
  }
  .order-search-wrapper{
    margin-top: 0;
  }
  .order_action_btn{
    margin-top: 10px;
    text-align: left;
  }
  .order_action_btn button, .order_action_btn .button{
    font-size: 14px;
    min-height: 40px;
  }
  .order-list{
    margin-bottom: 2.6rem;
  }
  .left-side-tabs .list-unstyled:first-child li, .left-side-tabs .list-unstyled:not(.last-block) li {
    border-bottom: 1px solid #DBDBDB;
  }
  .left-side-tabs .list-unstyled:not(.last-block) {
    padding-bottom: 0;
    padding-top: 0;
  }
  .left-side-tabs .list-unstyled.last-block li{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .left-side-tabs li.active{
    background: transparent;
    font-weight: normal;
  }
  .customer .list-unstyled.border-top{
    border: 0;
  }
  .customer .customer-detail-module li.active:before{
    display: none;
  }
  #send_otp_btn, #create_cust{
    max-width: 100%;
    width: 100%;
  }  
  .order_cancel_drawer .drawe_title, .order_cancel_drawer .drawer__close{
    display: none !important;
  }
  .account-orders .edit_sub-title{
    padding-bottom: 14px;
  }
  .order_cancel_drawer .drawer_content:before {
    content: '';
    background: #000000;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    height: 1.2px;
    text-align: center;
    margin: 0 auto;
    top: 20px;
  }
  .tab-icon {
    position: absolute;
    right: 20px;
    width: 12px;
    transform: rotate(-90deg);
    top: 20px;
  }
  .group-set .groupe-content{
    width: 100%;
  }
  li[data-address]{
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    margin-left: -1.9rem;
    margin-right: -1.9rem;
  }
  .customer .edit-address{
    position: relative;
    right: 0;
    top: 2px;    
    padding-left: 5px;
  }
  .save_info_wrapper{
    /* position: absolute; */
    bottom: 0;
  }
  .customer .member_edit{
    max-width: 100%;
    margin-bottom: 0;
  }
  .customer .custom-btn{
    min-height: 48px;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
  }
}
/*CSS BY TV*/
#AddAddress {
	padding: 0 16px;
}
:is(.account, .order, .login, .addresses) p.input-title{
    margin: 0 0 1rem;
  font-size: 1.4rem;
  }
  .active-popup-body{
    overflow: hidden;
  }


#login.active-popup {
  top: 75px;  
  height: calc(100% - 110px);
}
 /* .active-popup .grid__item{
   width: calc(100% - 3.2rem);
   max-width: calc(100% - 3.2rem);
 } */
.back-button {
  margin-bottom: 20px;
  align-items: center;
  display: none;
}
.save_as > label {
	margin-top: 20px;
	display: block;
    font-weight: 600;
}

.addresses-swatchs {
	display: flex;
	margin-right: 10px;
}
.addresses-swatchs {
	display: flex;
	margin-right: 10px;
}
.addresses-swatchs input {
	display: none;
}
.addresses-swatchs label {
	border: 1px solid;
	padding: 5px 25px;
	font-size: 12px;
	margin-top: 10px;
}
.addresses-swatchs input[type="radio"]:checked + label {
  font-weight: bold;
}
.addresses form button {
	width: 100%;
}
@media screen and (min-width: 768px) {
    /* .back-button{
      display: none;
    } */
  .addresses .address_flag_mob{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .right-side-content{
    display: none;
  }
  .back-button {
    padding-top: 12px;
    /* display: none; */
    cursor: pointer;
    align-items: center;
    display: flex;
  }
  .hide-mobile{
    display: none !important;
  }
  .active-popup .grid__item{
    max-width: 100%;
  }
  p.input-title{
    color: #656565;
  }
  .customer .field #verify_mNum::placeholder{
    color: #121212;
    text-transform: uppercase;
  }
  .back-button span {
    font-weight: 600;
    padding-left: 20px;
  }
  .profile-detail p.input-title{
    margin-top: 5px;
  }
  p.line_item_title {
    display: none;
  }
  .order_row{
    align-items: center;
  }
  .customer .line_item_status{
    padding: 0;
    background: transparent;
  }
  .order_column_right .icon-caret {
    top: 45%;
  }
  .drawer_order_list, .drawer_order_name{
    display: none;
  }
  .active-popup {
    height: calc(100% - 56px);
  }
  .custom-drawer-main .drawer__inner{
    border: 0;
  }
  .mobile_footer {
    z-index: 9 !important;
  }
  .sent_to_label{
    text-transform: capitalize;
  }
  .active-popup {
    display: block !important;
    position: fixed;
    top: 0px;
    background: #fff;
    width: 100%;
    height: calc(100% - 58px);
    transition: transform var(--duration-default) ease, visibility var(--duration-default) ease;
    z-index: 2;
    overflow: auto;
  }
  span.mobile{
    display: none;
    text-decoration: none !important;
  }
  .addresses .address_flag {
    display: none;
  }
  .addresses .address_flag_mob{
    text-align: left;
    background: #DBDBDB;
    display: inline;
    font-size: 10px;
    padding: 4px;
  }
  a.text-decoration.active-popup {
    position: absolute;
    top: 20rem;
    text-align: initial;
    max-width: 100px;
}
  .breadcrumbs__list{
    display: none;
  }
}
/* #verify_otp.button.active {
	color: #000;
	background: #fff;
} */

.line_item_delv{
  margin-bottom: 0 !important;
}
.note, .note a {
  font-size: 14px;
  display: none;
}
.order_cancle_custom{
  margin-bottom: 15px;
}
.line_item_qty{
  font-size: 14px;
  margin: 0;
}
#load_verotp span.loader.fa-spinner.fa-spin{
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.reset-search {
	position: absolute;
	top: 12px;
	right: 10px;
    cursor: pointer;
    display: none;
}

span.mobile {
    text-decoration: underline;
}

.back-btn {
  display: none;
}
span.mobile_mob {
    color: #656565;
}


.customer .js-return-exchange:not([disabled]):hover{
  box-shadow: none !important;
}

@media screen and (max-width: 767px) {
.customer .js-return-exchange{
    padding: 10px 23px 10px 27px !important;
    height: 40px;
}
}

.order_action_btn a.button {
    height: 40px;
}



#transation_history{
  display: flex;
  flex-direction: column;
}
.transation_history_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #000;
}
.left_side_history {
    padding: 10px;
}
.Transactionamount {
    font-weight: bold;
}
.right_side_history {
    padding: 10px;
    border-left: 1px solid #000;
    height: 110px;
    width: 20%;
}
.Transactiontype {
    background: #dbdbdb;
    text-align: center;
    border-radius: 50px;
}
.transation_history_list:nth-child(odd), .transation_history_list:nth-child(even) {
    border-bottom: none;
}
.transation_history_list:last-child {
    border-bottom: 1px solid #000;
}