.g-height-100 {
  height: 100px !important;
}

.g-width-100 {
  width: 100px !important;
}

.profile_anchor{
  color: #777;
  display: block;
  font-weight: 400;
  font-size: 13px;
  vertical-align: middle;
  border-radius: .25rem;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
} 

.profile_anchor.active{
  background-color: #f7f7f7;
}

.profile_anchor:hover{
  background-color: #f7f7f7;
  color: #3bb18f !important;
}

.span_svg{
  color: #999;
  width: 2.57143rem;
  height: 2.57143rem;
  font-size: 1.42857rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.span_svg img{
  display: inline-block;
  height: 15px;
}

.bg-gray-dark{
  background-color: #555;
}

.py-30 {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
}

.px-20 {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
}

.f-w-600{
  font-weight: 600!important;
}

.f-s-10{
  font-size: 0.56857rem !important;
}

.f-s-11{
  font-size: 0.66857rem !important;
}

.f-s-12{
  font-size: 0.76857rem !important;
}

.f-s-13{
  font-size: 0.91857rem !important;
}

.f-s-18{
  font-size: 1.28571rem !important;
}
.f-s-25{
  font-size: 1.78571rem !important;
}

.white-opacity-0_8{
  color: rgba(255, 255, 255, 0.8) !important;
}

.bg-teal-green{
  background-color: #3bb18f !important;
}

.bg-lightred{
  background-color: #e64b3b !important;
}

.mb-40 {
    margin-bottom: 2.57143rem !important;
}

.mb-30 {
    margin-bottom: 2.14286rem !important;
}

.width-40 {
    width: 40px !important;
}

.width-30{
  width: 30px !important;
}

.add_balance{
  font-size: 13px;
  color: #212529;
  font-weight: 500;
  line-height: 40px;
  padding: 0 40px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 3px;
  background: #f2f2f2;
  transition: 0.5s;
  outline: none!important;
  border:none!important;
}

.add_balance:hover{
  background-color: #84c225;
  transition: 0.5s;
  box-shadow: none;
}

.icon-size{
  width: 2.85714rem;
  height: 2.85714rem;
  font-size: 1.28571rem;
  line-height: 2;
}

.icon_border{
  border: 1px solid #999 !important;
}

.text-gray{
  color: #777 !important;
}

.text-gray-dark{
  color: #999;
}

.color_teal_grean{
  color: #3bb18f;
}

.color_teal_grean:hover{
  color: #3bb18f;
}

@media (max-width: 991.98px) {
  .sidebar{
    display:none;
  }
}

.card{
  border-radius: 0;
}

.card-header{
  min-height: 62px;
  border-bottom: 1px solid #dfdfdf;
  background: rgba(219, 219, 219, 0.3);
}

.accordion_zone{
  cursor: pointer;
}

.delivery_icons{
  background: #4c4c4c none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #fff;
  height: 62px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 62px;
}

.row-flex {
  display: flex;
}

/*=====================================================================
ORDER DETAIL CSS
============================================================================*/
.vertical_text{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
}
.invoice-header{
  padding: 20px;
  border-radius:5px;
}

.invoice .line-items {
  margin-top: 40px; 
}
.invoice .line-items .headers {
  color: #fff;
  font-size: 13px;
  letter-spacing: .3px;
  border-bottom: 2px solid #EBECEE;
  padding: 5px 10px;
  background: #4c4c4c;
}
.invoice .line-items .items {
  border-bottom: 2px solid #EBECEE;
  padding: 10px 10px;
}
.invoice .line-items .items .item {
  padding: 10px 0;
  color: #696969;
  font-size: 15px; 
}
@media (max-width: 767px) {
  .invoice .line-items .items .item {
    font-size: 13px; 
  } 
}

.invoice .line-items .items .item .amount {
  letter-spacing: 0.1px;
  color: #84868A;
  font-size: 16px;
}

@media (max-width: 767px) {
  .invoice .line-items .items .item .amount {
    font-size: 13px; 
  } 
}

.invoice .line-items .total {
  margin-top: 30px; 
}

.invoice .line-items .total .extra-notes {
  float: left;
  width: 40%;
  text-align: left;
  font-size: 13px;
  color: #7A7A7A;
  line-height: 20px; 
}

@media (max-width: 767px) {
  .invoice .line-items .total .extra-notes {
    width: 100%;
    margin-bottom: 30px;
    float: none; 
  } 
}

.invoice .line-items .total .extra-notes strong {
  display: block;
  margin-bottom: 5px;
  color: #454545; 
}

.invoice .line-items .total .field {
  margin-bottom: 7px;
  font-size: 14px;
  color: #555; 
}

.invoice .line-items .total .field.grand-total {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500; 
}

.invoice .line-items .total .field.grand-total span {
  color: #20A720;
  font-size: 16px; 
}

.invoice .line-items .total .field span {
  display: inline-block;
  margin-left: 20px;
  min-width: 85px;
  color: #84868A;
  font-size: 15px; 
}

.invoice .line-items .print a {
  display: inline-block;
  border: 1px solid #9CB5D6;
  padding: 13px 13px;
  border-radius: 5px;
  color: #708DC0;
  font-size: 13px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.invoice .line-items .print {
  margin-top: 50px;
  text-align: center; 
}

.invoice .line-items .print a i {
  margin-right: 3px;
  font-size: 14px; 
}

.receipt-content .footer {
  margin-top: 40px;
  margin-bottom: 110px;
  text-align: center;
  font-size: 12px;
  color: #969CAD; 
}    

/*=================================================================
PAGE WISHLIST CSS
=====================================================================*/

.item_qty_zone{
  float: left;
  width: 120px;
  margin: 4px 0 4px 4px;
  box-shadow: none;
  outline: none;
  height: 42px;
}

.item_qty_zone .input-group,
.item_qty_zone input{
  height: 100%;
}

.item_qty_input:focus{
  border-color: #ced4da;
  box-shadow: none;
}
.label_icon{
  height: 20px;
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}

/*=========================================================
MYADDRESSES CSS
==============================================================*/
.vertical_border{
  padding-right: 0.07143rem;
  height: 16px;
  background-color: #ccc;
  margin-right: 1rem;
}
.default-ribbon{
  background-color: #3bb18f;
  display: inline-block;
  padding: .35rem .7rem;
  color: #fff;
  font-size: .8rem;
}

.address_section{
  border-width: 3px;
  border-style: dashed;
  border-color: #ddd;
  border-radius: .25rem;
  width: 100%;
  background-color: #f8f9fa;
  padding: 20px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}

.address_section .address_box{
  flex: 1 1 auto;
  margin-bottom: 1.25rem;
}

.address_section .btn{
  background-color: #f2f2f2!important;
  color: #333;
}

.address_section .btn:hover{
  background-color: #84c225!important;
  color: #ffffff;
  border-color: #84c225;
}
/*========================================================
PAYMENT OPTION
==================================================================*/
.cvv_input{
  padding-right: 2.85714rem;
  margin-left: -0.07143rem;
  border-color: #ddd;
  font-size: 0.92857rem;
  border-radius: 3px!important;
}

.cvv_card{
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  z-index: 3;
  right: 0.35714rem;
  border-color: #ddd;
  padding: 0;
}

.payment_option_zone input:focus{
  border-color: #3bb18f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

[aria-expanded="false"] .u-accordion__control-icon i:nth-child(1) {
  display: inline;
}

[aria-expanded="false"] .u-accordion__control-icon i:nth-child(2) {
  display: none;
}

[aria-expanded="true"] .u-accordion__control-icon i:nth-child(1) {
  display: none;
}

[aria-expanded="true"] .u-accordion__control-icon i:nth-child(2) {
  display: inline;
}

.change_card_btn{
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 26px;
  text-align: center;
  font-weight: 600;
  border: solid 1px #e6e6e6;
  border-radius: 3px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  color: #666;
  background-color: #fff;
}

.change_card_btn:hover{
  background-color: #4081d1;
  border-color: #4081d1;
  color: #fff;
}



