.new-check-mob-main {background: #FAFAFA; position: relative; }
.new-check-mob-main:after {
  position: absolute;
  content: "";
  background-color: #FAFAFA;
  height: 30px;
  width: 100%;
  right: 0;
  bottom: -30px
}
.new-check-mob-main .empty-cart-mob {
  margin-top: 61px;
  text-align: center;
}

.new-check-mob-main .empty-cart-mob img {
  max-width: 100%;
  margin-bottom: 45px;
}

.new-check-mob-main .empty-cart-mob h1 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}

.new-check-mob-main .empty-cart-mob p {
  color: #818181;
  margin-bottom: 45px;
  font-size: 16px;
}

.new-check-mob-main .empty-cart-mob a {
  width: 90%;
  margin-right: 5%;
  display: block;
  height: 48px;
  background: #C03839;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 48px;
  margin-bottom: 15px;
}


.wishlist-mobile-check h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: bold
}

.wishlist-mobile-check h1 span {
  font-size: 18px;
  opacity: 0.7
}

.wishlist-mobile-check .wishlist-list-mob-item {
  position: relative;
  border: 1px solid #EAEAEA;
  padding: 13px;
  min-height: 165px;
  padding-right: 125px;
  background-color: #fff
}

.wishlist-mobile-check .wishlist-list-mob-item img {
 position: absolute;
 width: 102px;
 height: 136px;
 border: 1px solid #F3F3F3;
 right: 13px;
 -o-object-fit: contain;
 object-fit: contain;
}

.wishlist-mobile-check .wishlist-list-mob-item a {
  font-size: 13px;
  color: #000;
  margin-bottom: 8px;
  text-decoration: none;
  display: block;
      overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wishlist-mobile-check .wishlist-list-mob-item h4 {
  font-size: 20px;
  font-weight: bold;
  color: #C03839
}

.wishlist-mobile-check .wishlist-list-mob-item h4 span {
  color: #000;
  opacity: 0.4;
  font-weight: normal;
  font-size: 14px;
}


.wishlist-mobile-check .wishlist-list-mob-item ul li {
  display: inline-block !important;
}
ul.cart-list-ul li:last-child{
  position: relative;
  top: 10px;
}

.last-chance-space {
  height: 38px;
  position: relative;
}

.wishlist-mobile-check .wishlist-list-mob-item ul.wish-list-ul li:first-child {
  margin-left: 8px;
  padding-left: 8px;
  border-left:1px solid #E0E0E0; 
}
.wishlist-mobile-check .wishlist-list-mob-item ul i {
  font-size: 16px;
  position: relative;
  top: 4px;
}

.wishlist-mobile-check .wishlist-list-mob-item ul .add-sub-from button.sub {
  background-color: transparent;
    border: 1px solid #DDDDDD;
    height: 27px;
    color: #222;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 27px;
    text-align: center;
}
.wishlist-mobile-check .wishlist-list-mob-item ul .add-sub-from input {
  width: 27px;
  height: 27px;
  text-align: center;
   border: 1px solid #DDDDDD;
   position: relative;
   right: -4px;
   top: -1px
}
.wishlist-mobile-check .wishlist-list-mob-item ul .add-sub-from button.add {
  background-color: transparent;
    border: 1px solid #DDDDDD;
    height: 27px;
    color: #222;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 27px;
    position: relative;
    right: -8px;
    text-align: center;
}

.wishlist-mobile-check .wishlist-list-mob-item ul .add-sub-from button.add i {
    position: relative;
    top: 1px;
    right: -1px;
}

.wishlist-mobile-check .wishlist-list-mob-item ul .add-sub-from button.sub i {
    position: relative;
    top: 1px;
    right: -1px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.cart-list-mob-item h4 { color: #000 !important }

.cart-list-mob-item .has-des h4 { color: #C03839 !important;
float: right; margin-left: 5px;}

.wishlist-list-mob-item .has-des h5 {
  float: right;
  position: relative;
  top: 7px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-decoration: line-through;
  opacity: 0.7
}

.cart-list-mob-item .has-des h5 span {
  opacity: 0.4;
  font-weight: normal;
  font-size: 13px;
}

.pro-cart-mob-main {
  background: #EFEFF1;
border: 1px solid #E0E0E0;
padding: 20px;
margin-top: 15px;
}

.pro-cart-mob-main h1 {
  font-size: 21px;
  margin-bottom: 18px;
  font-weight: bold;
  color: #000
}

.pro-cart-mob-main ul li {
  margin-bottom: 20px;
  display: table;
  width: 100%;

}

.pro-cart-mob-main ul li p {
  float: right;
  font-size: 16px;
  font-weight: bold;
  color: #000
}

.pro-cart-mob-main ul li h5 {
  float: left;
  font-size: 18px;
  color: #000
}

.pro-cart-mob-main ul li h5 span {
  font-size: 14px;
  opacity: 0.4
}

.pro-cart-mob-main form input {
    width: calc(100% - 75px);
    height: 40px;
    padding: 14px;
    border: 1px solid #ddd;
}

.pro-cart-mob-main form button {
     width: 75px;
    margin-right: -4px;
    height: 40px;
    border: 2px solid #C03839;
    background: #fff;
    color: #C03839;
    font-weight: bold;
}

.pro-cart-mob-main .total-ord-main {
  width:calc(100% + 40px);
  border-top:1px solid #E0E0E0;
  padding-top: 15px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0 
}

.pro-cart-mob-main .total-ord-main p { font-size: 21px; }
.pro-cart-mob-main .total-ord-main h5 { font-weight: bold; font-size: 24px; }
.pro-cart-mob-main .total-ord-main h5 span { font-size: 14px; font-weight: normal; }

.add-check-site-map { padding: 13px 40px; background-color: #EFEFF1; position: relative;
text-align: center; margin-bottom: 0; }
.add-check-site-map p { font-size: 12px; font-weight: bold }
.add-check-site-map span { width: 25px; height: 25px; background-color: #fff;
border: 1px solid #E6E6E6;
border-radius: 4px; display: block; margin:auto; margin-bottom: 5px; font-weight: bold }
  
.add-check-site-map span.active-step {
  color: #C03839;
  border: 1px solid #C03839 
}

.add-check-site-map span.done-step {
  background-color: #C03839;
  color: #fff
}

.add-check-site-map span.done-step i { position: relative; top: 1px }


.add-check-site-map .line { 
  position: absolute;
  height: 1px;
  width: calc(64.5% - 40px);
  background-color: #E6E6E6;
  margin-right: 15%;
  top: 26px;
     }

.add-check-site-map .line.active-line {background-color:#C03839 }
.alert-main-mob-new {background: rgba(192, 56, 57, 0.09);
border-radius: 4px; padding: 12px; margin-top: 15px;}
.alert-main-mob-new h4 {
  color: #C03839;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: bold
}

.wishlist-mobile-check .wishlist-list-mob-item.check-out-item { padding-right: 90px;
min-height: 115px; }
.wishlist-mobile-check .wishlist-list-mob-item.check-out-item img {
  width:66px;
height: 89px;
}


.wishlist-mobile-check .wishlist-list-mob-item.check-out-item a:first-child { margin-bottom: 0;
}
.wishlist-mobile-check .wishlist-list-mob-item.check-out-item a:last-child {
  margin-top: -3px; 
}

.wishlist-mobile-check .wishlist-list-mob-item.check-out-item .last-chance-space p {
    margin-top: -3px;
    opacity: 0.6;
    margin-bottom: 3px;
}

.wishlist-mobile-check .wishlist-list-mob-item.check-out-item .last-chance-space {
  height: auto;
}

.shipping-check-main {
  background: #FFFFFF;
border: 1px solid #E8E8E8;
padding: 12px;
padding-bottom: 7px;
}
.shipping-check-main h4 {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  float: right;
  margin-bottom:8px;
}
.shipping-check-main a {
  color: #C03839;
  text-decoration: none;
  margin-bottom:8px;
  float: left;
}
.shipping-check-main a i {
  font-size: 16px;
  position: relative;
  top: 3px; margin-left: 5px;}
.shipping-check-main p {
opacity: 0.6;
margin-bottom: 5px;
}

.dis-item-main a {pointer-events: none;}
.dis-item-main .add-sub-from{pointer-events: none;}
.dis-item-main ul li a {    pointer-events: auto;}

.dis-item-main a:first-child img { opacity: 0.5; z-index: 1 }
.dis-item-main .overlay-leyer-new { background-color: #000;
    right: 13px;
    top: 13px;
    position: absolute;
    width: 102px;
    height: 136px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
    .dis-item-main .overlay-leyer-new p { position: relative;z-index: 9; color: #fff }

.last-chance-space span { 
background: rgba(192, 56, 57, 0.09);
border-radius: 4px;
color: #C03839;
position: relative;
top: 9px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 3px;
font-size: 13px;
 }
.cart-next-step-new-main {
  padding: 15px;
  position: fixed;
  background-color: #fff;
  bottom: 0;
  right: 0;
  z-index: 9;
  width: 100%
}
.cart-next-step-new-main h3 {
  font-size: 21px;
  float: right;
  font-weight: bold;
  color: #000
}
.cart-next-step-new-main h2 {
  font-weight: bold;
  color: #000;
  font-size: 24px;
  float: left;
}
.cart-next-step-new-main h2 span {
  font-size: 14px;
  font-weight: normal;
  opacity: 0.5;
  margin-right: 5px
}
.cart-next-step-new-main p {
  color: #C03839;
  margin-bottom: 12px;
}
.cart-next-step-new-main a {
  display: block;
  text-align: center;
  background-color: #C03839;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
}


.con-main-new { margin-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    width: 100%;
    margin-right: 0;
    position: fixed;
    bottom: 0;
    z-index: 11;
    right: 0;
    background: #fff; }
.con-main-new a { 
display: block;
background: #C03839;
color: #fff;
height: 48px;
line-height: 48px;
font-weight: bold;
font-size: 16px;
text-decoration: none;
text-align:center;
margin-top: 15px;
 }

.con-main {
  background-image: url(../img/cong-bg.png);
  background-size: 100%;
  padding-top: 160px;
  text-align: center;
  background-position: top;
  background-repeat: no-repeat;
}

.con-main i { font-size: 120px;color: #579D37; margin-bottom:20px; }
.con-main h3 {
  font-size: 24px;
  font-weight: bold;
  color: #579D37;
  margin-bottom: 18px;
}

.con-main p {
  font-size: 18px;
  color: #606060
}

.con-main ul { margin-top: 150px; }
.con-main ul li {
  display: block;
}

.con-main ul li a {
  font-size: 16px;
  height: 48px;
  text-align: center;
  font-weight: bold;
  line-height: 48px;
  text-decoration: none;
  display: block;
}

.con-main ul li:first-child a {
  border: 1px solid #C03839;
  color: #C03839;
  margin-bottom: 15px;
}


.con-main ul li:last-child a {
  background-color: #C03839;
  color: #fff
}

.radio-main { float: right; }
.radio-main [type="radio"]:checked,
.radio-main [type="radio"]:not(:checked) {
    position: absolute;
    right: -9999px;
}
.radio-main [type="radio"]:checked + label,
.radio-main [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-right: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-size: 16px;
}
.radio-main [type="radio"]:checked + label:before,
.radio-main [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #C03839;
    border-radius: 100%;
    background: #fff;
}
.radio-main [type="radio"]:checked + label:after,
.radio-main [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #C03839;
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-main [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.radio-main [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.add-adreess-main {
  background: #FAFAFA;
  margin-top: 0px;
  position: relative;
  display: table;
}

/*.add-adreess-main:after { 
  position: absolute;
  bottom: -30px;
  content: "";
  height: 30px;
  width: 100%;
   background: #FAFAFA;
   right: 0
 }*/

 .add-adreess-main h1 {
  font-weight: bold;
  font-size: 21px;
  margin-top: 24px;
  margin-bottom: 15px;
 }

  .add-adreess-main .address-item-main-mob {
    border: 1px solid #E8E8E8;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 15px;
  }

   .add-adreess-main .address-item-main-mob h5 {
     float: left;
     margin-top: 4px;
     font-size: 12px;
     color: #000;
     margin-bottom: 6px;
     font-weight: bold
   }


   .add-adreess-main .address-item-main-mob p {
    color: #606060
   }


   .add-adreess-main .address-item-main-mob ul li {
    display: inline-block;
    color: #E0E0E0;
    font-size: 20px;
   }

  .add-adreess-main .address-item-main-mob ul li a {
    font-size: 14px;
    color: #C03839;
    text-decoration: none

  }

    .add-adreess-main .address-item-main-mob ul li span {
      position: relative;
      top: 2px;
      margin-right: 8px;
      margin-left: 8px;
    }

    .add-adreess-main a.add-add-btn-mob {
    text-align: center;
    display: block;
    height: 40px;
    border: 1px solid #E8E8E8;
    line-height: 31px;
    font-weight: bold;
    color: #c03839;
    text-decoration: none;
    }

      .add-adreess-main a.add-add-btn-mob i {
        position: relative;
        font-size: 18px;
        top: 4px;
      }

.add-adreess-main .add-bottom-mob {
  background-color: #fff;
  border-top: 1px solid #E8E8E8;
  width: 100%;
  margin-right: 0;
  position: fixed;
  top: auto;
  padding-top: 15px;
  bottom: 0;
  right: 0;
}

.add-adreess-main .add-bottom-mob h4 {
font-size: 21px;
font-weight: bold;
margin-bottom: 12px;
color: #000;
float: right;
}

.add-adreess-main .add-bottom-mob h3 {
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.add-adreess-main .add-bottom-mob h3 span {
  opacity: 0.4;
  font-size: 14px;
  font-weight: normal;
  margin-right: 5px;
}

.add-adreess-main .add-bottom-mob button {
  width: 100%;
  background-color:#c03839;
  color: #fff;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  border:none; 
}

.add-adreess-main a.back-to-add-btn-mob {
     color: #c03839;
    position: relative;
    top: 18px;
    text-decoration: none;
}

.add-adreess-main a.back-to-add-btn-mob i {
font-weight: bold;
    font-size: 16px;
    position: relative;
    top: 3px;
    right: -2px;
}


.input-mob-item { margin-bottom: 15px; }
.input-mob-item p { margin-bottom: 5px; font-size: 16px; color: #000; opacity: 0.7; font-weight: bold }
.input-mob-item input {
  width: 100%;
  height: 47px;
  padding: 10px;
  border: 1px solid #DDDDDD;
}

.input-mob-item input::-webkit-input-placeholder { /* Edge */
  color: #000;
  opacity: 0.3
}

.input-mob-item input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  opacity: 0.3
}

.input-mob-item input::-moz-placeholder {
  color: #000;
  opacity: 0.3
}

.input-mob-item input::-ms-input-placeholder {
  color: #000;
  opacity: 0.3
}

.input-mob-item input::placeholder {
    color: #000;
  opacity: 0.3
}

.input-mob-item select {
  width: 100%;
  height: 47px;
  padding: 10px;
  border: 1px solid #DDDDDD;
}

.input-mob-item textarea {
   width: 100%;
  height: 147px;
  padding: 10px;
  border: 1px solid #DDDDDD;
}

body.cart-mob-new-page {
  padding-bottom: 156px !important
}

body.check-out-mob-main {    padding-bottom: 80px !important;}






/* new profile */



.log-head {
  border-bottom:1px solid #E8E8E8;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 24px;
}

.log-head img { 
  height: 39px;
}

.log-head div:last-child  {
  text-align: end;
}

.log-head div:last-child a {
  color: #151415;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  top: 8px;

}

.log-head div:first-child a  {
  font-size: 37px;
  color: #303030;
  margin-top: -13px;
  display: table;
  position: relative;
  top: 7px;
  right: -9px;
}


/* login main */

.login-main .login-head h1 {
font-weight: bold;
font-size: 26px;
margin-bottom: 5px;
margin-bottom: 8px;
margin-top: 15px;
}

.login-main .input-mob-item span {
  position: absolute;
  left: 10px;
  margin-top: 13px;
}


.login-main .login-head p {
  opacity: 0.5;
  color: #000;
  margin-bottom: 25px;
}

.login-main .login-head ul li {
  display: inline-block;
  width: calc(50% - 2px);
}

.login-main .login-head ul li img {
  display: inline;
  width: 24px;
  margin-left: 10px;
}

.login-main .login-head ul li a i  {
  margin-left: 10px;
  font-size: 26px;
  position: relative;
  top: 7px;
  margin-right: -2px;
}

.login-main .login-head ul li a {
  padding-right: 8px;
   padding-left: 8px;
      text-align: center;
display: block;
}

.login-main .login-head ul li:first-child a {
  background-color: #3B5998;
  color: #fff;
  padding-bottom: 8px;
  line-height: 30px;
}

.login-main .login-head ul li:first-child {
  padding-left: 5px;
}
.login-main .login-head ul li:last-child {
  padding-right: 5px;
}


.login-main .login-head ul li:last-child a {
  color: #818181;
  border: 1px solid #D4D4D4;
  padding-bottom: 8px;
  padding-top: 11px;
}

.or-line {
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.or-line::before {
  position: absolute;
  width: 100%;
  background-color: #818181;
  height: 1px;
  content: "";
  right: 0;
  opacity: 0.5;

}

.or-line span {
  position: relative;
  background-color: #fff;
  top: -11px;
  padding-right: 10px;
  padding-left: 10px;
  color: #818181;
}

.login-main input {
  background-color: #F6F6F6;
  border:1px solid #ddd
}

.for-pass-line {
  position: absolute;
  text-align: left;
  top: 0;

}

.for-pass-line a {
  color: #C02328;
  font-weight: bold;
  text-decoration: none;
}


.login-main button {
  width: 100%;
  height: 50px;
  color: #fff;
  border: none;
  background-color: #C02328;
}

.login-main .input-mob-item {
  margin-bottom: 25px;
}

.login-main .input-mob-item p {
  margin-bottom: 10px;
}

.sing-section {
  background-color: rgba(228, 228, 228, 0.44);
  margin-top: 25px;
  padding: 7px 13px;
  margin-bottom: 30px;
}

.sing-section h3 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 7px;

}

.sing-section a {
  color: #C02328;
  font-weight: bold;
}

.pro-head {
  background-color: #fff;
  padding-top: 15px;
}

.pro-head .breadcrumb-me {
      margin-top: 0px;
      background: #F3F3F3;
      margin-bottom: 30px;
      padding-right: 12px;
      padding-left: 12px;
}

.user-profile-info {
  position: relative;
  padding-right: 85px;
  margin-bottom: 30px;
  min-height: 55px;
  padding-left: 60px;
}

.user-profile-info img {
  position: absolute;
  width: 55px;
  height: 55px;
  right: 15px;
}

.user-profile-info a {
  border: 1px solid #C03839;
  position: absolute;
  left: 15px;
  top: 10px;
  color: #C03839;
  padding: 4px 7.5px;
  font-size: 18px;
  text-decoration: none;
}

.user-profile-info h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 8px;
  font-size: 15px;
}

.pro-head ul {width: 100%;white-space: nowrap;overflow: auto;
  border-bottom: 1px solid #E8E8E8;}


/* width */
.pro-head ul::-webkit-scrollbar {
  height: 0px;
}

 
/* Handle */
.pro-head ul::-webkit-scrollbar-thumb {
  background: transparent; 

}


.pro-head ul li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 15px;
}

.pro-head ul li.active {
  border-bottom: 1px solid #C03839;
}


.pro-head ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}


.new-orders-pro ul.tabs {width: 100%;white-space: nowrap;overflow: auto;}


/* width */
.new-orders-pro ul.tabs::-webkit-scrollbar {
  height: 0px;
}

 
/* Handle */
.new-orders-pro ul.tabs::-webkit-scrollbar-thumb {
  background: transparent; 

}


.new-orders-pro ul.tabs li {
  display: inline-block;
  margin-left: 9px;
}

.new-orders-pro ul.tabs li:first-child {
  margin-right: 15px;
}


.new-orders-pro ul.tabs li span {
  padding: 4px 9px 7px 9px;
  background-color: #EFEFEF;
  display: block;
}

.new-orders-pro ul.tabs li span.active {
  border: 1px solid #C03839;
  color: #C03839;
  background-color: transparent;
}



.new-check-mob-main .new-orders-pro {
  padding-top: 24px;
}
.new-check-mob-main .wishlist-mobile-check {
  margin-top: 0px;
}

.new-orders-pro .tab-content {
  background-color: #fff;
  border: 1px solid #E8E8E8;
  margin-top: 15px;
  position: relative;
}

.new-orders-pro .tab-content h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
  margin-top: 15px;
}

.new-orders-pro .tab-content h3 span {
  width: 7px;
  height: 7px;
      background-color: #ddd;
      display: inline-block;
      margin-left: 7px;
      position: relative;
      top: -2px;
}

.new-orders-pro .tab-content h3 span.yellow-point {
  background-color: #FFB800;
}
.new-orders-pro .tab-content h3 span.purple-point {
  background-color: #730085;
}

.new-orders-pro .tab-content h3 span.green-point {
  background-color: #579D37;
}

.new-orders-pro .tab-content h3 span.red-point {
  background-color: #C03839;
}



.new-orders-pro .tab-content p { float: right; margin-left: 10px; opacity: 0.7;}
.new-orders-pro .tab-content > span {
  position: absolute;
  left: 5px;
  font-size: 30px;
  top: 17px;
}

.new-orders-pro .tab-content ul {width: calc(100% + 30px);white-space: nowrap;
  overflow: auto; margin-right: -15px; margin-top: 12px; }


/* width */
.new-orders-pro .tab-content ul::-webkit-scrollbar {
  height: 0px;
}

 
/* Handle */
.new-orders-pro .tab-content ul::-webkit-scrollbar-thumb {
  background: transparent;
 

}

.new-orders-pro .tab-content li{
  display: inline-block;
  margin-left: 10px;
}

.new-orders-pro .tab-content li:first-child{
 margin-right: 15px;
}

.new-orders-pro .tab-content li a {
  width: 100px;
  height: 136px;
  background-color: #fff;
  border:1px solid #F3F3F3;
  display: table;;

}


.new-orders-pro .tab-content li a img {
  width: 90%;
  margin-top: 5%;
  height: 90%;
  margin-right: 5%;
  object-fit: contain;
}


.new-orders-pro .tab-content h4{
  font-size: 14px;
  margin-bottom: 15px;
  color: #555555;
  margin-top: 12px;
}
.new-orders-pro .tab-content h4 span{
  font-weight: bold;
  color: #000;
}

.address-main-empty-pro svg {margin-bottom: 25px; margin-top: 25px;}
.address-main-empty-pro p {font-size: 16px;}
.address-main-empty-pro a {
  display: block;
  text-decoration: none;
  margin-top: 24px;
  border: 1px solid #c03839;
  padding-top: 3px;
  padding-bottom: 10px;
  color: #c03839;
  font-weight: bold;
  background-color: #fff;

}

.address-main-empty-pro a i {
  position: relative;
  font-size: 18px;
  top: 3px;
}

.pro-new-adress > a {
  display: block;
  text-decoration: none;
  margin-top: 24px;
  border: 1px solid #c03839;
  padding-top: 3px;
  padding-bottom: 10px;
  color: #c03839;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  background-color: #fff;
}

.pro-new-adress > a i {
  position: relative;
  font-size: 18px;
  top: 3px;
}

.pro-new-adress .address-item-main-mob h4 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}


.banner-main-new {position: relative;padding-top: 30px;
  padding-bottom: 30px;border: 1px solid #EAEAEA;
  text-align: center;overflow: hidden;margin-top: 15px;z-index: 1; margin-bottom: 15px;}
.banner-main-new img {
  position: absolute;
  width: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  min-height: 100%;
}

.banner-main-new p {
  margin-bottom: -5px;
  position: relative;
}

.banner-main-new h2 {font-size: 54px;color: #579D37;position: relative;font-weight: bold;}
.point-tabs ul {
  border-bottom: 1px solid #ECEDED;
  display: table;
  width: 100%;
 
}
.point-tabs ul li {
  width: 25%;
  float: right;
  text-align: center;
}

.point-tabs ul li span {
  font-weight: bold;
  color: #000;
  display: block;
  padding-bottom: 14px;
}

.point-tabs ul li span.active {
  color: #C03839;
  border-bottom: 2px solid #C03839
  ;
}

.points-main-new {
  background-color: #fff;
  border: 1px solid #E8E8E8;
  margin-top: 15px;
  border-bottom: none;
}

.points-main-new .tab-content {
  border-bottom: 1px solid #E8E8E8;
  position: relative;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.points-main-new .tab-content h4{
  font-size: 15px;
  color: #000;
  margin-bottom: 3px;
}
.points-main-new .tab-content p{
  font-size: 10px;
  color: #818181;
}
.points-main-new .tab-content h3{
  position: absolute;
  left: 15px;
  top: 32px;
  font-weight: bold;
  font-size: 15px;
}

.points-main-new .tab-content h3.green {
  color: #579D37  ;
}

.points-main-new .tab-content h3.red {
  color: #C03839  ;
}

.tickets-main {
  position: relative;
  z-index: 1;
}

.new-check-mob-main {
  display: table;
  width: 100%;
}

.tickets-main > a {
  display: block;
  text-decoration: none;
  margin-top: 24px;
  border: 1px solid #c03839;
  padding-top: 3px;
  padding-bottom: 10px;
  color: #c03839;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.tickets-main > a i  {
  position: relative;
  font-size: 18px;
  top: 3px;
}
.tickets-main ul { margin-bottom: 20px;}
.tickets-main ul li {
  display: inline-block;
  margin-right: 5px;
}

.tickets-main ul li span {
  background-color: #EFEFEF;
  padding: 4px 9px;
  padding-bottom: 6px;
  color: #000;
  margin-bottom: 7px;
  display: block;
}

.tickets-main ul li span.active {
  color: #c03839;
  border: 1px solid #c03839;
  font-weight: bold;
  background-color: #FDFAFA;
}

.tick-item {
  border: 1px solid #E8E8E8;
  margin-bottom: 10px;
  background-color: #FFF;
}


.tick-item.tick-item-closed {
  background-color:  rgba(0, 0, 0, 0.04);;
}


.tick-item a {
  display: table;
  width: 100%;
  padding-left:12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-top: 8px;
}

/* .col-xs-12.remove-padding.wishlist-list-mob.cart-list-mob-item {
  margin-top: 15px;
} */

.tick-item a p {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  width: calc(100% - 100px);
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    float: right;
    margin-bottom: 6px;
}
.tick-item a h5 {
  float: left;
  font-size: 10px;
  color: #818181;
  position: relative;
  top: 8px;
}
.tick-item a h6 {
  float: right;
  font-size: 10px;
  color: #818181;
  position: relative;
  top: 8px;
}
.tick-item a span {
  float: left;
  font-weight: bold;
}

.tick-item.tick-item-open a span {
  color: #579D37;
}

.tick-item.tick-item-closed a span {
  color: #828282;
}

.ticket-d-head {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
}

.ticket-d-head h1 {
font-size: 21px;
font-weight: bold;
color: #000;
margin-bottom: 15px;
}

.ticket-d-head h3 {
font-size: 15px;
color: #000;
margin-bottom: 5px;
}

.ticket-d-head .breadcrumb-me p {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}

.ticket-d-head p {
color: #606060;
padding-bottom: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.14);
margin-bottom: 10px;
}

.ticket-d-head ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  margin-bottom: 10px;
}

.ticket-d-head ul li {
  display: inline-block;margin-left: 0;
  margin-left: 10px;
}

.ticket-d-head ul li a {
  background: rgba(10, 97, 186, 0.06);
border-radius: 5px;
color: #7B7B7B;
font-size: 14px;
display: block;
padding-left: 11px;
padding-right: 11px;
padding-top: 5px;
padding-bottom: 8px;
position: relative;
}

.ticket-d-head ul li a img {
  width: 15px;
  margin-left: 5px;
}

.ticket-d-head ul li a span {
  position: absolute;
  font-size: 4px;
  right: 12.2px;
  bottom: 11.2px;
  color: #fff;
}

.ticket-d-head h5 {
  color: #606060;
}

.ticket-d-head .col-xs-6 {
padding-top: 5px;
}

.ticket-d-head .col-xs-6:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.14);;
  padding-right: 15px;
}

.tick-msg-main {
  padding-top: 20px;
}

.masg-item {
  width: 80%;
  padding: 12px;
  border: 1px solid #E8E8E8;
  margin-bottom: 15px;
}
.masg-item p {
  color:#606060;
  margin-bottom: 10px;
}

.masg-item span {
  color:#606060;
  font-size: 12px;
}

.masg-item h5 {
  color:#606060;
  font-weight: bold;
  margin-bottom: 10px;
}

.user-mes {
  float: right;
  background: #EFEFF1
  
}
.admin-mes {
  float: left;
  background-color: #fff;
}

.tick-pass-form {
  background-color: #fff;
  border-bottom: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
  width: calc(100% + 30px);
  margin-right: -15px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.tick-pass-form input {
  width: calc(100% - 85px);
  height: 48px;
  padding: 10px;
  font-size: 15px;
  background: #F6F6F6;
border: 2px solid #DDDDDD;
}
.tick-pass-form button {
  width: 75px;
  color:#fff;
  background-color: #c03839;
  height: 48px;
  border: none;
  margin-right: 6px;
  font-weight: bold;
}

a.back-new-btn {
  font-size: 15px !important;
  color: #000 !important;
  position: relative;
  top: 14px !important;
}
a.back-new-btn i {
  font-size: 21px;
  position: relative;
  top: 5px;
  transform: rotate(180deg);
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}


.add-add-pro-main .add-bottom-mob {
border: none;
top: 0;
padding-top: 0;
}


.new-pro-main .breadcrumb-me {
  background: #F3F3F3;
  padding-left: 15px;
  padding-right: 15px;
}

.new-pro-main .form-group-main {
  background-color: #fff;
  border: 1px solid #E8E8E8;
  padding: 12px;
  margin-bottom: 15px;
}

.new-pro-main .form-group-main input {
  background: #F6F6F6;
}

.new-pro-main.add-adreess-main .add-bottom-mob {
width: 100%;
margin-right: 0;
}

.new-pro-main .form-group-main h4 {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}
.new-pro-main .form-group-main h5 {
  margin-bottom: 10px;
  font-size: 14px;
  color: #606060;
}

.new-pro-main .form-group-main a {
  position: absolute;
  left: 12px;
  font-weight: bold;
  color: #C02328;
}

.input-mob-item p {
  margin-bottom: 10px;
}


.new-pro-main:after {
  position: absolute;
  content: "";
  background-color: #FAFAFA;
  height: 30px;
  width: 100%;
  right: 0;
  bottom: -30px;
}
.new-ord-main.add-check-site-map  {
  padding: 13px 10px;
}
.new-ord-main.add-check-site-map .line {
  position: relative;
  height: 1px;
  width: 75%;
  margin-right: 12%;
  top: 13px;
}

.new-ord-cont .alert-main-mob-new {
  margin-bottom: 0px;
}


.new-ord-cont .wishlist-mobile-check h1 {
margin-bottom: 20px;
}


.new-ord-cont {
  padding-bottom: 20px;
  background-color:  #FAFAFA;
}
.payment-way-pro-new p {
  float: left;
}

.order-d-head {
  margin-bottom: 15px;
  margin-top: 10px;
  
}

.order-d-head a {
  color: #C03839;
  font-size: 13px;
  text-decoration: none; 
}

.order-d-head a i {
  font-size: 18px;
  position: relative;
  top: 4px;
  margin-right: -4px;
}


.order-d-head h1 {
  color: #000;
font-size: 21px; 
font-weight: bold;
margin-top: 5px; 
}

.pass-suc-main {
  position: fixed;
  background-color: #579D37;
 padding-top:10px;
 padding-left: 15px;
 padding-right: 15px;
 padding-bottom: 10px;
  width: 100%;
  bottom: 0;
}

.pass-suc-main p {
  color: #fff;
  text-align: center;
}

.col-xs-12.remove-padding.alert-main-mob-new.ord-rev-alert {
  margin-top: 20px;
}


.new-check-mob-main .add-adreess-main .address-item-main-mob p {
  padding-right: 0;
}
  
.new-check-mob-main .add-adreess-main .address-item-main-mob ul {
    padding-right: 0;
}