.btn-0064FF {
  background-color: #0064ff;
  border-color: #0064ff;
  color: #ffffff;
}
.btn-0064FF:hover,
.btn-0064FF:focus,
.btn-0064FF.active {
  background-color: #0064ff;
  border-color: #0064ff;
  color: #ffffff;
}

.btn-52AF4E {
  background-color: #52af4e;
  border-color: #52af4e;
  color: #ffffff;
}
.btn-52AF4E:hover,
.btn-52AF4E:focus,
.btn-52AF4E.active {
  background-color: #52af4e;
  border-color: #52af4e;
  color: #ffffff;
}

.text-52AF4E {
  color: #52af4e !important;
}
.text-0064FF {
  color: #0064ff !important;
}
.text-DC3545 {
  color: #dc3545 !important;
}
.text-DB3328 {
  color: #db3328 !important;
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.carousel-container .title-div .title {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}
.siteowl-carousel .item-box {
  background: #ffffff;
}
.siteowl-carousel .image-div {
  margin-bottom: 15px;
}
.siteowl-carousel .content-div .tag {
  background-color: #cceffd;
  margin-top: 0px;
  padding: 3px 15px;
  padding-left: 15px;
  font-size: 12px;
  color: #2386ad;
  display: inline-block;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.siteowl-carousel .content-div .tag .tag-icon {
  height: 14px;
  width: auto;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.siteowl-carousel .content-div .info-div {
  padding: 15px;
  position: relative;
}
.siteowl-carousel .content-div .info-div .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}
.siteowl-carousel .content-div .info-div .title a {
  color: #333333;
}
.siteowl-carousel .content-div .info-div .origin {
  font-size: 12px;
}
.siteowl-carousel .content-div .info-div .priceinfo {
  color: #52af4e;
  margin-bottom: 10px;
}
.siteowl-carousel .content-div .info-div .priceinfo .price {
  font-weight: 600;
}
.siteowl-carousel .content-div .info-div .priceinfo .weight {
  font-size: 12px;
  color: #212529;
}
.siteowl-carousel .content-div .info-div .btn-add {
  background: rgba(0, 100, 255, 1);
  color: #ffffff;
  border-radius: 2px;
  padding: 4px 15px;
  font-size: 12px;
}
.siteowl-carousel .content-div .info-div .btn-favorite {
  background: url("../images/emptyheart.png") no-repeat center left;
  background-size: 25px;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  bottom: 16px;
  padding: 0;
  height: 25px;
  width: 26px;
}
.siteowl-carousel .content-div .info-div .btn-favorite:hover,
.siteowl-carousel .content-div .info-div .btn-favorite.active {
  background-image: url("../images/filledheart.png");
}
.siteowl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  left: -45px;
  background: url("../images/icon-arrow-left.png") no-repeat center center
    rgb(0, 100, 255) !important;
  background-size: auto;
  height: 30px;
  width: 30px;
  border-radius: 25px;
  background-size: 7px !important;
  border: 1px solid rgb(0, 100, 255) !important;
}
.siteowl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -45px;
  background-image: url("../images/icon-arrow-right.png") !important;
}

/**MAYONAISSE FIX STARTS HERE**/
.Mayonnaise {
  background-color: #14437a;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: 16px;
}

/* a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
} */
/**MAYONAISSE FIX ENDS HERE**/

/**SHIPPING HEADER FIX STARTS HERE**/
.shippingheader {
  background-color: #0045b0;
  color: #fff;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}

.assitantshipping {
  padding-left: 5px;
  color: #fdbb14;
}

.assitancelink {
  color: #fdbb14;
}

.mycartbtn {
  padding-left: 200px;
  padding-right: 25px;
  margin-top: -6px;
  font-size: 20px;
}

.leftarrow {
  color: #fff;
}
/**SHIPPING HEADER FIX ENDS HERE**/

/**MY ACCOUNT WRAPPER STARTS HERE**/
/* .myaccount-wrapper .row {
  margin-left: -5px;
  margin-right: -5px;
} */
/* .myaccount-wrapper div[class^="col-"],
.myaccount-wrapper div[class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
} */
.myaccount-wrapper .myaccount-nav {
 /*  background: #ffffff; */
}
.myaccount-wrapper .myaccount-nav .nav .nav-link {
  color: var(--martoo_deep_grey);
}
.myaccount-wrapper .myaccount-nav .nav .nav-item.is-active .nav-link {
  background: var(--martoo_white_color);
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 5%);
  border-radius: 15px;
}
.myaccount-wrapper .myaccount-nav .nav .nav-link:hover {
  background-color: var(--martoo_light_grey_color);
  color: var(--martoo_black_color);
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 5%);
  border-radius: 15px;
}
.myaccount-wrapper .myaccount-nav .nav .nav-link img {
  display: inline-block;
  width: 22px;
  margin-right: 10px;
}
.myaccount-wrapper .myaccount-content .tab-pane {
  background: var(--martoo_white_color);
  padding: 1em;
  border-radius: 15px;
}
.myaccount-wrapper .myaccount-content .tabtitle {
  margin-bottom: 0.7em;
  margin-top: 0;
}
.myaccount-wrapper .myaccount-content .nav-mypointtabs .nav-item {
  margin-bottom: 0;
}
.myaccount-wrapper .myaccount-content .nav-mypointtabs .nav-link {
  border: none;
  font-size: 13px;
  color: #607d8a;
  width: 130px;
  text-align: center;
  padding-top: 0;
}
.myaccount-wrapper .myaccount-content .nav-mypointtabs .nav-link:hover {
  color: #041f41;
}
.myaccount-wrapper .myaccount-content .nav-mypointtabs .nav-link.active {
  color: #041f41;
  font-weight: 700;
  border-bottom: 3px solid #041f41;
}
.myaccount-wrapper .myaccount-content .tab-content .mypointstabs-div {
  padding: 15px;
  margin-bottom: 10px;
}
.myaccount-wrapper .myaccount-content .tab-content .mypointstabs-div .img-icon {
  width: 30px;
}
.myaccount-wrapper .myaccount-content .tab-content .mypointstabs-div .number {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 700;
}
.myaccount-wrapper .myaccount-content .tab-content .mypointstabs-div .text {
  padding: 5px 0 10px 0;
  font-size: 13px;
}
.myaccount-wrapper .myaccount-content .tab-content .pointbalance-div {
  background: #cdeffc;
  color: #2785ac;
}
.myaccount-wrapper .myaccount-content .tab-content .equivalent-div {
  background: #d8f8c9;
  color: #4d972b;
}
.myaccount-wrapper .myaccount-content .tab-content .walletbalance-div {
  background: #f9e4d6;
  color: #8b664f;
}
.myaccount-wrapper
  .myaccount-content
  .tab-content
  .mypointstab-pane
  .transaction-heading {
  color: #041f41;
  font-weight: 900;
  font-size: 15px;
  margin: 10px 0;
}
.myaccount-wrapper
  .myaccount-content
  .tab-content
  .mypointstab-pane
  .table
  thead
  th {
  background: #9bb1bc;
  color: #ffffff;
  border-bottom: none;
  padding: 7px;
}
.myaccount-wrapper
  .myaccount-content
  .tab-content
  .mypointstab-pane
  .table
  tbody
  td {
  font-weight: 600;
}
.myaccount-wrapper
  .myaccount-content
  .tab-content
  .mypointstab-pane
  .btn-viewmore {
  border-radius: 50px;
  padding: 10px;
  font-size: 10px;
  width: 90px;
  font-weight: 600;
}
.myaccount-wrapper .myaccount-content .tab-content .redeempointstab-amount {
  background: #f9e5d5;
  border-radius: 5px;
  padding: 10px;
  color: #2323238c;
  font-size: 12px;
  font-weight: 600;
}
.myaccount-wrapper
  .myaccount-content
  .tab-content
  .redeempointstab-amount
  .title {
  font-size: 21px;
  color: #8b664f;
  font-weight: 700;
  margin-bottom: 10px;
}
.myaccount-wrapper
  .myaccount-content
  .tab-content
  .redeempointstab-amount
  .x-title {
  color: #8b664f;
  font-weight: 700;
}
.myaccount-wrapper
  .myaccount-content
  .tab-content
  .redeempointstab-amount
  .img-icon {
  width: 40px;
  float: left;
  margin-right: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.myaccount-wrapper
  .myaccount-content
  .tab-content
  .redeempointstab-pane
  label
  span {
  color: #3d8fb2;
  font-size: 12px;
}
.myaccount-wrapper
  .myaccount-content
  .tab-content
  .redeempointstab-pane
  .form-control {
  border-radius: 50px;
  border-color: #a7b0ba;
  font-weight: 600;
  color: #041f41;
}
.myaccount-wrapper
  .myaccount-content
  .tab-content
  .redeempointstab-pane
  .btn-redeem {
  border-radius: 50px;
  padding: 10px;
  font-size: 11px;
  width: 90px;
  font-weight: 600;
}
.myaccount-wrapper .myaccount-content .tab-content .sendpointstab-pane .title {
  font-size: 23px;
  font-weight: 600;
}
.myaccount-wrapper
  .myaccount-content
  .tab-content
  .sendpointstab-pane
  .form-control {
  border-radius: 50px;
  border-color: #a7b0ba;
  font-weight: 600;
  color: #041f41;
}
.myaccount-wrapper
  .myaccount-content
  .tab-content
  .sendpointstab-pane
  textarea.form-control {
  border-radius: 20px;
  height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.myaccount-wrapper
  .myaccount-content
  .tab-content
  .sendpointstab-pane
  .btn-transfer {
  border-radius: 50px;
  padding: 10px;
  font-size: 11px;
  width: 90px;
  font-weight: 700;
}
.myaccount-wrapper
  .myaccount-content
  .tab-content
  .referafriendtab-pane
  .title {
  font-size: 23px;
  font-weight: 600;
}
.myaccount-wrapper
  .myaccount-content
  .tab-content
  .referafriendtab-pane
  .form-control {
  border-radius: 50px;
  border-color: #a7b0ba;
  font-weight: 600;
  color: #041f41;
  height: auto;
}
.myaccount-wrapper
  .myaccount-content
  .tab-content
  .referafriendtab-pane
  .btn-copy {
  border-radius: 50px;
  padding: 10px;
  font-size: 11px;
  width: 90px;
  font-weight: 700;
}
.myaccount-wrapper
  .myaccount-content
  .tab-content
  .referafriendtab-pane
  .sociamedia
  a {
  display: inline-block;
  margin: 5px;
  transition: transform 1s;
  transform: scale(1);
}
.myaccount-wrapper
  .myaccount-content
  .tab-content
  .referafriendtab-pane
  .sociamedia
  a:hover {
  transform: scale(1.2);
  transition: transform 1s;
}
.myaccount-wrapper
  .myaccount-content
  .tab-content
  .referafriendtab-pane
  .sociamedia
  .img-icon {
  width: 50px;
}

.myaccount-wrapper .myaccount-content .mywallettab-pane .mywalletbalance {
  background-color: #f8e5d6;
  font-size: 30px;
  padding: 0 15px;
  font-size: 25px;
  font-weight: 700;
  color: #8b654e;
}
.myaccount-wrapper
  .myaccount-content
  .mywallettab-pane
  .mywalletbalance
  .currency {
  font-weight: 400;
}
.myaccount-wrapper
  .myaccount-content
  .mywallettab-pane
  .table-mywallet
  thead
  th {
  background: #9bb1bc;
  color: #ffffff;
  border-bottom: none;
  padding: 7px;
}
.myaccount-wrapper
  .myaccount-content
  .mywallettab-pane
  .table-mywallet
  tbody
  td {
  color: #0f2646;
  font-weight: 600;
}
.myaccount-wrapper
  .myaccount-content
  .mywallettab-pane
  .table-mywallet
  tbody
  td
  .price {
  font-weight: 700;
}
.myaccount-wrapper .myaccount-content .mywallettab-pane .table-mywallet .plus {
  color: #52af4e;
}
.myaccount-wrapper .myaccount-content .mywallettab-pane .table-mywallet .minus {
  color: #bf0003;
}

.myaccount-wrapper .myaccount-content .orderstab-pane .table-order thead th {
  background: #f3f3f3;
  border: 1px solid #eaeaea;
  color: #ffffff;
  border-bottom: none;
  padding: 7px;
  color: #0f2646;
}
.myaccount-wrapper
  .myaccount-content
  .orderstab-pane
  .table-order
  tbody
  td
  .btn-collapse,
.myaccount-wrapper .myaccount-content .orderstab-pane .table-order tbody td {
  color: #000000;
  font-weight: 600;
  box-shadow: none;
  text-decoration: none;
}
.myaccount-wrapper
  .myaccount-content
  .orderstab-pane
  .table-order
  tbody
  td
  .price-label
  span {
  font-weight: 400;
}
.myaccount-wrapper
  .myaccount-content
  .orderstab-pane
  .table-order
  .action-td
  .btn {
  border-radius: 50px;
  padding: 7px;
  font-size: 11px;
  width: 120px;
  font-weight: 700;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.myaccount-wrapper .myaccount-content .orderstab-pane .card-order {
  border-top: none;
}
.myaccount-wrapper .myaccount-content .orderstab-pane .card-order .title-div {
  border: 1px solid #eaeaea;
  background: #f3f3f3;
  padding: 5px;
  color: #666;
  font-weight: 700;
}
.myaccount-wrapper
  .myaccount-content
  .orderstab-pane
  .card-order
  .productdetails-div
  .img-product {
  width: 100px;
}
.myaccount-wrapper
  .myaccount-content
  .orderstab-pane
  .card-order
  .productdetails-div
  .title
  a,
.myaccount-wrapper
  .myaccount-content
  .orderstab-pane
  .card-order
  .productdetails-div
  .title {
  color: #4d4d4d;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}
.myaccount-wrapper
  .myaccount-content
  .orderstab-pane
  .card-order
  .productdetails-div
  .qty {
  float: right;
  margin-top: -20px;
}
.myaccount-wrapper
  .myaccount-content
  .orderstab-pane
  .card-order
  .productdetails-div
  .qty
  span {
  color: #7e859b;
  font-weight: 600;
}
.myaccount-wrapper
  .myaccount-content
  .orderstab-pane
  .card-order
  .pricedetails-div
  .total {
  font-size: 17px;
}
.myaccount-wrapper
  .myaccount-content
  .orderstab-pane
  .card-order
  .pricedetails-div
  .total
  .price {
  color: #000000;
  font-weight: 700;
}
.myaccount-wrapper
  .myaccount-content
  .orderstab-pane
  .card-order
  .pricedetails-div
  .btn-returnrequest {
  border-radius: 50px;
  padding: 7px;
  font-size: 11px;
  width: 120px;
  font-weight: 700;
  float: right;
  margin-top: -35px;
}

.myaccount-wrapper .myaccount-content .addressestab-pane .card {
  border-color: #949494;
  border-radius: 3px;
  margin-bottom: 10px;
}
.myaccount-wrapper .myaccount-content .addressestab-pane .card.active {
  border: 2px solid rgb(56, 102, 223);
  border-width: 2px;
}
.myaccount-wrapper .myaccount-content .addressestab-pane .card-header {
  color: #404553;
  background-color: #e9e9e9;
  border-bottom: 1px solid rgb(217, 217, 217);
  font-weight: 700;
}
.myaccount-wrapper
  .myaccount-content
  .addressestab-pane
  .card-header
  .dropdown
  .btn {
  float: right;
  margin-top: -26px;
  outline: none;
  box-shadow: none;
}
.myaccount-wrapper
  .myaccount-content
  .addressestab-pane
  .card-header
  .dropdown
  .btn::after {
  display: none;
}
.myaccount-wrapper
  .myaccount-content
  .addressestab-pane
  .card-header
  .dropdown
  .dropdown-menu {
  min-width: auto;
}
.myaccount-wrapper
  .myaccount-content
  .addressestab-pane
  .card-header
  .dropdown
  .dropdown-item {
  font-size: 11px;
  padding: 5px 15px;
}
.myaccount-wrapper .myaccount-content .addressestab-pane .card-body {
  color: #000000;
  font-size: 15px;
}
.myaccount-wrapper .myaccount-content .addressestab-pane .card-body span {
  font-weight: 700;
}
.myaccount-wrapper .myaccount-content .addressestab-pane .card-body .name {
  font-size: 17px;
  font-weight: 700;
}
.myaccount-wrapper
  .myaccount-content
  .addressestab-pane
  .addaddress-card
  .card-body {
  padding: 100px 0;
}
.myaccount-wrapper .myaccount-content .paymentstab-pane {
  background: url("../images/paymnen.png") no-repeat center center #f6f6f9;
}
.myaccount-wrapper .myaccount-content .paymentstab-pane .no-cards {
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 600;
}

.myaccount-wrapper .myaccount-content .profiletab-pane fieldset {
  border: 2px solid #e6e6e6;
  padding: 20px 40px 40px 40px;
}
.myaccount-wrapper .myaccount-content .profiletab-pane fieldset legend {
  max-width: max-content;
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 600;
  color: #0a0a0a;
  font-size: 22px;
}
.myaccount-wrapper .myaccount-content .profiletab-pane .form-group label {
  color: #7e859b;
  font-size: 14px;
}
.myaccount-wrapper .myaccount-content .profiletab-pane .form-control {
  border-radius: 50px;
  border-color: #a7b0ba;
  font-weight: 600;
  color: #041f41;
  height: auto;
}
.myaccount-wrapper .myaccount-content .profiletab-pane .btn-savechanges {
  border-radius: 50px;
  padding: 10px;
  font-size: 11px;
  width: 100px;
  font-weight: 700;
}
.myaccount-wrapper .myaccount-content .wishlisttab-pane {
  padding: 0;
}
.myaccount-wrapper .myaccount-content .wishlisttab-pane .tabtitle {
  padding: 15px 20px;
  border-bottom: 1px solid #888;
  margin-bottom: 0;
}
.myaccount-wrapper .myaccount-content .wishlisttab-pane .wishlistlist-div {
  padding: 15px 20px;
}
.myaccount-wrapper .myaccount-content .wishlisttab-pane .table-wishlist {
  border-bottom: 1px solid #eeeeee;
}
.myaccount-wrapper .myaccount-content .wishlisttab-pane .table-wishlist tr td {
  vertical-align: middle;
}
.myaccount-wrapper
  .myaccount-content
  .wishlisttab-pane
  .table-wishlist
  .img-product {
  width: 120px;
}
.myaccount-wrapper .myaccount-content .wishlisttab-pane .table-wishlist .tag {
  background-color: #cceffd;
  margin-top: 0px;
  padding: 5px 20px;
  font-size: 11px;
  color: #2386ad;
  display: inline-block;
  border-radius: 25px;
  text-align: left;
  margin-bottom: 10px;
}
.myaccount-wrapper
  .myaccount-content
  .wishlisttab-pane
  .table-wishlist
  .tag
  .tag-icon {
  height: 14px;
  width: auto;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.myaccount-wrapper .myaccount-content .wishlisttab-pane .table-wishlist .title,
.myaccount-wrapper
  .myaccount-content
  .wishlisttab-pane
  .table-wishlist
  .title
  a {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.myaccount-wrapper .myaccount-content .wishlisttab-pane .table-wishlist .price {
  font-weight: 700;
}
.myaccount-wrapper
  .myaccount-content
  .wishlisttab-pane
  .table-wishlist
  .price
  .currency {
  font-weight: 400;
}
.myaccount-wrapper
  .myaccount-content
  .wishlisttab-pane
  .table-wishlist
  .btn-add {
  font-weight: 600;
  padding: 10px 25px;
  font-size: 10px;
}
.myaccount-wrapper
  .myaccount-content
  .wishlisttab-pane
  .table-wishlist
  .btn-delete {
  font-weight: 600;
  padding: 0;
  font-size: 13px;
  border-bottom: 2px solid #db3328;
  text-decoration: none;
  border-radius: 0;
}
.myaccount-wrapper .myaccount-content .returntab-pane .table-return thead th {
  background: #f3f3f3;
  border: 1px solid #eaeaea;
  border-bottom: none;
  padding: 7px;
  font-size: 13px;
  color: #0f2646;
}
.myaccount-wrapper .myaccount-content .returntab-pane .table-return tbody td {
  font-weight: 600;
  vertical-align: middle;
}
.myaccount-wrapper .myaccount-content .returntab-pane .table-return tbody td a {
  color: #4d4d4d;
  text-decoration: none;
}
.myaccount-wrapper
  .myaccount-content
  .returntab-pane
  .table-return
  tbody
  td.price {
  font-weight: 700;
}
.myaccount-wrapper
  .myaccount-content
  .returntab-pane
  .table-return
  tbody
  td.price
  span {
  font-weight: 400;
}
.myaccount-wrapper
  .myaccount-content
  .returntab-pane
  .table-return
  tbody
  .btn-view {
  border-radius: 50px;
  padding: 10px;
  font-size: 10px;
  width: 90px;
  font-weight: 600;
  color: #ffffff;
}
.my-account_lis li {
  padding: .5em;
}
/**MY ACCOUNT WRAPPER ENDS HERE**/

.infoblock-wrapper .wholesalebanner-div {
  color: #084795;
  background: #f4f4f4; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #fefefe,
    #f4f4f4
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #fefefe,
    #f4f4f4
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  margin-bottom: 16px;
}
.infoblock-wrapper .wholesalebanner-div .text-wholeseler {
  font-size: 20px;
  line-height: 22px;
}
.infoblock-wrapper .wholesalebanner-div .text-wholeseler span {
  font-weight: 700;
}
.infoblock-wrapper .wholesalebanner-div .btn-registernow {
  color: #084795;
  background: url("../images/icon-arrow-oright.png") no-repeat center right 10px
    #ffffff;
  font-weight: 700;
  padding: 4px 30px 4px 15px;
  border-radius: 8px;
}
.infoblock-wrapper .whymartoo-div {
  color: #15437e;
  background: #f3f8fb;
  padding-left: 15px;
  padding-right: 15px;
}
.infoblock-wrapper .whymartoo-div h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}
.infoblock-wrapper .whymartoo-div .martoofeatures-div {
  text-align: left;
  margin-bottom: 10px;
  color: #000000;
  font-size: 10px;
}
.infoblock-wrapper .whymartoo-div .martoofeatures-div .img-feature {
  float: left;
  width: 70px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.infoblock-wrapper .whymartoo-div .martoofeatures-div h4 {
  color: #15437e;
  font-size: 22px;
  font-style: italic;
  margin-bottom: 2px;
}

.infoblock-wrapper .productcategory-div .row {
  margin-left: -8px;
  margin-right: -8px;
}
.infoblock-wrapper .productcategory-div div[class^="col-"],
.infoblock-wrapper .productcategory-div div[class*=" col-"] {
  padding-left: 8px;
  padding-right: 8px;
}
.infoblock-wrapper .productcategory-div .category-div {
  margin-bottom: 16px;
}
.infoblock-wrapper .productcategory-div .category-div .image-div {
  position: relative;
}
.infoblock-wrapper .productcategory-div .category-div .image-div .name {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #434343;
  font-weight: 700;
  font-size: 15px;
}
.infoblock-wrapper .productcategory-div .category-div .img-category {
  border-radius: 15px;
  cursor: pointer;
  transition: transform 1s;
  transform: scale(1);
}
.infoblock-wrapper .productcategory-div .category-div:hover .img-category {
  transform: scale(1.04);
}

/**CHECKOUT STEPS WRAPPER STARTS HERE**/
.checkoutsteps-wrapper {
  background: #ffffff;
  padding: 15px 0;
}
.checkoutsteps-wrapper .checkoutsteps li .nav-link {
  color: #e2e5f1;
  position: relative;
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
}
.checkoutsteps-wrapper .checkoutsteps li .nav-link::before {
  content: attr(data-step);
  width: 30px;
  height: 30px;
  color: #e2e5f1;
  border: 1px solid #e2e5f1;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 10px 0 auto;
  background: #ffffff;
}
.checkoutsteps-wrapper .checkoutsteps li .nav-link::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 0.33rem;
  background-color: #e2e5f1;
  top: 21px;
  border-radius: 3px;
  z-index: 0;
  margin-left: 10px;
}
.checkoutsteps-wrapper .checkoutsteps li:last-child .nav-link::after {
  display: none;
}
.checkoutsteps-wrapper .checkoutsteps li.active .nav-link {
  color: #144378;
  font-weight: bold;
}
.checkoutsteps-wrapper .checkoutsteps li.active .nav-link::before {
  background: #0064ff;
  border-color: #0064ff;
  color: #ffffff;
}
/**CHECKOUT WRAPPER ENDS HERE**/

/**PAYMENT WRAPPER STARTS HERE**/
.payment-wrapper .title-div .title {
  font-weight: bold;
  margin-bottom: 15px;
  color: #404553;
}
.payment-wrapper .title-div h5 {
  text-transform: capitalize;
  color: #8b95ad;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}
.payment-wrapper .mywallet-div {
  background: #ffffff;
  border: 1px solid #e2e5f1;
  padding: 15px;
}
.payment-wrapper .mywallet-div .switch {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.payment-wrapper .mywallet-div h5 {
  font-size: 13px;
  color: #404553;
  font-weight: bold;
  margin-bottom: 5px;
}
.payment-wrapper .mywallet-div .balance {
  color: #8b95ad;
  font-size: 12px;
}
.payment-wrapper .mywallet-div .price,
.payment-wrapper .mywallet-div .currency {
  color: #404553;
}
.payment-wrapper .mywallet-div .price {
  font-weight: bold;
}

.payment-wrapper .nowallet-div .row {
  margin-left: -5px;
  margin-right: -5px;
}
.payment-wrapper .nowallet-div div[class^="col-"],
.payment-wrapper .nowallet-div div[class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.payment-wrapper .nowallet-div .btn {
  box-shadow: none;
}
.payment-wrapper .nowallet-div .btn span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #b2bbd2;
  padding: 12px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 2px 0px;
  border: 2px solid #e2e5f1;
  background: #ffffff;
  border-radius: 3px;
}
.payment-wrapper .nowallet-div .btn i {
  margin-right: 10px;
  font-size: 20px;
}
.payment-wrapper .nowallet-div .btn.active span {
  border: 2px solid rgb(56, 102, 223);
  color: #404553;
}
.payment-wrapper .nowallet-div .btn.active i {
  color: #38ae04;
}
.payment-wrapper .walletpay-div .mybalancenotice {
  color: #7e859b;
  font-size: 12px;
  padding: 0 5px;
}
.payment-wrapper .walletpay-div .mybalancenotice i {
  color: green;
  font-size: 18px;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.payment-wrapper .walletpay-div .walletpaytext-div {
  background: #ffffff;
  border: 1px solid #e2e5f1;
  padding: 15px;
}
.payment-wrapper .btn-placeoder {
  font-weight: bold;
  padding: 10px 20px;
}
.payment-wrapper .placeorder-div {
  padding: 0 15px 15px 15px;
}
.payment-wrapper .placeorder-div .title {
  font-weight: bold;
  color: #404533;
  font-size: 15px;
  margin-bottom: 15px;
}
.payment-wrapper .placeorder-div .table-order {
  border: 1px solid #e2e5f1;
}
.payment-wrapper .placeorder-div .table-order tr td {
  vertical-align: middle;
  background: #ffffff;
  color: #0f2646;
  font-weight: 600;
}
.payment-wrapper .placeorder-div .table-order tr td .img-product {
  width: 100px;
}
.payment-wrapper .placeorder-div .table-order tr td.price {
  color: #52af4e;
  font-size: 16px;
}
.payment-wrapper .placeorder-div .table-order tr td.price .currency {
  font-weight: 400;
  color: #0f2646;
}
.payment-wrapper .ordersummary-div {
  background: #ffffff;
  border: 1px solid #e2e5f1;
  padding: 15px;
}
.payment-wrapper .ordersummary-div .title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0a0a0a;
}
.payment-wrapper .ordersummary-div .table-ordersummary {
  font-size: 13px;
}
.payment-wrapper .ordersummary-div .table-ordersummary tr th {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.payment-wrapper .ordersummary-div .table-ordersummary tr.fee td {
  font-weight: 600;
}
.payment-wrapper .ordersummary-div .table-ordersummary tr.fee th,
.payment-wrapper .ordersummary-div .table-ordersummary tr.fee td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.payment-wrapper .ordersummary-div .table-ordersummary tr.total {
  font-size: 17px;
  color: #0a0a0a;
}
.payment-wrapper .ordersummary-div .table-ordersummary tr.total th {
  font-weight: 600;
  color: #0a0a0a;
}
.payment-wrapper .ordersummary-div .table-ordersummary tr.total small {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
}
.payment-wrapper .ordersummary-div .table-ordersummary tr.total td {
  font-weight: bold;
}
.payment-wrapper .ordersummary-div .table-ordersummary tr.wallet-amount td {
  font-weight: 600;
}
.payment-wrapper .ordersummary-div .reward-div {
  padding: 10px 15px;
  background: #f5f7f8;
  border-radius: 5px;
  font-size: 10px;
}
.payment-wrapper .ordersummary-div .reward-div label {
  font-weight: bold !important;
  font-size: 13px;
  color: #05a550;
  text-align: left;
}
.payment-wrapper .shipto-div {
  background: #ffffff;
  border: 1px solid #e2e5f1;
  padding: 15px;
}
.payment-wrapper .shipto-div .title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0a0a0a;
}
.payment-wrapper .shipto-div .btn-edit {
  float: right;
  color: rgb(126, 133, 155);
  text-decoration: underline;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 25px;
  border: 1px solid rgb(126, 133, 155);
  font-weight: bold;
  margin-top: -34px;
}
.payment-wrapper .shipto-div .btn-edit:hover {
  color: #144379;
}
.payment-wrapper .shipto-div .address-div {
  padding: 0 10px 10px 10px;
  color: #404553;
  font-size: 12px;
}
.payment-wrapper .shipto-div .address-div label {
  margin-bottom: 10px;
  font-weight: 600;
  color: #404553;
  text-transform: capitalize;
  font-size: 13px;
}
.payment-wrapper .shipto-div .address-div address {
  margin-bottom: 10px;
  font-size: 11px;
  letter-spacing: 1px;
  color: #8b95ad;
}
.payment-wrapper .discountform-div {
  background: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  border: 1px solid #e2e5f1;
}
.payment-wrapper .discountform-div .nav .nav-link {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #e5e6e7;
  color: #b2bbd2;
  font-weight: bold;
  background-color: #e5e6e7;
  border-radius: 0;
}
.payment-wrapper .discountform-div .nav .nav-link:hover {
  color: #144379;
}
.payment-wrapper .discountform-div .nav .nav-link.active {
  color: #404553;
  background-color: #ffffff;
  border-bottom-color: #0059f8;
}
.payment-wrapper .discountform-div .tab-content {
  padding: 30px;
}
.payment-wrapper .tab-content label span {
  color: #3d8fb2;
  font-size: 12px;
}
.payment-wrapper .tab-content .form-control {
  border-radius: 50px;
  border-color: #a7b0ba;
  font-weight: 600;
  color: #041f41;
}
.payment-wrapper .tab-content .btn {
  padding: 10px 30px;
  font-size: 13px;
}
.payment-wrapper .tab-content .couponform label {
  font-size: 12px;
}
/**PAYMENT WRAPPER ENDS HERE**/

/**SHIPPING WRAPPER STARTS HERE**/
.shipping-wrapper .card {
  border-color: #949494;
  border-radius: 3px;
  margin-bottom: 10px;
}
.shipping-wrapper .card.active {
  border: 2px solid rgb(56, 102, 223);
  border-width: 2px;
}
.shipping-wrapper .card-header {
  color: #404553;
  background-color: #e9e9e9;
  border-bottom: 1px solid rgb(217, 217, 217);
  font-weight: 700;
}
.shipping-wrapper .card-header .dropdown .btn {
  float: right;
  margin-top: -26px;
  outline: none;
  box-shadow: none;
}
.shipping-wrapper .card-header .dropdown .btn::after {
  display: none;
}
.shipping-wrapper .card-header .dropdown .dropdown-menu {
  min-width: auto;
}
.shipping-wrapper .card-header .dropdown .dropdown-item {
  font-size: 11px;
  padding: 5px 15px;
}
.shipping-wrapper .card-body {
  color: #000000;
  font-size: 15px;
}
.shipping-wrapper .card-body span {
  font-weight: 700;
}
.shipping-wrapper .card-body .name {
  font-size: 17px;
  font-weight: 700;
}
.shipping-wrapper .addaddress-card .card-body {
  padding: 100px 0;
}
.shipping-wrapper .active-div .btn-continue {
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
}
.shipping-wrapper .active-div .btn-continue::after {
  content: "→";
  transition-duration: 1s;
  margin-left: 5px;
}
.shipping-wrapper .active-div .btn-continue:hover::after {
  margin-left: 10px;
}
.shipping-wrapper .addressform-div .card-header {
  background: #e9e9e9;
  color: #0a0a0a;
  font-size: 15px;
  font-weight: bold;
}
.shipping-wrapper .addressform-div .form-group label {
  font-size: 12px;
  color: #464646;
}
.shipping-wrapper .addressform-div .form-group .form-control {
  border-radius: 50px;
  border-color: #a7b0ba;
  font-weight: 600;
  color: #041f41;
  position: relative;
}
.shipping-wrapper .addressform-div .col-phonenumber .form-group {
  position: relative;
}
.shipping-wrapper .addressform-div .col-phonenumber .flag {
  background-image: url("../images/flags.png");
  background-position: left -44px center;
  background-repeat: no-repeat;
  width: 22px;
  height: 38px;
  content: "";
  position: absolute;
  top: 30px;
  left: 10px;
}
.shipping-wrapper .addressform-div .action-div .btn {
  padding: 10px 30px;
  font-size: 13px;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 1px 0px;
  font-weight: bold;
}
.shipping-wrapper .addressform-div .action-div .btn-backtomap {
  color: #404553;
  border-color: rgb(226, 229, 241);
  background: #f9fcff;
}

.shipping-wrapper .addressmap-div .form-group .form-control {
  border-radius: 50px;
  border-color: #a7b0ba;
  font-weight: 600;
  color: #041f41;
}
.shipping-wrapper .addressmap-div .mapdiv {
  position: relative;
}
.shipping-wrapper .addressmap-div .search-div {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
}
.shipping-wrapper .addressmap-div .search-div .btn-relocate {
  color: #404553;
  border: 1px solid #404553;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 700;
  background: url("../images/locateme-martoo.png") no-repeat left 7px center
    #ffffff;
  border-radius: 50px;
  background-size: 25px;
  padding: 10px 20px 10px 40px;
  box-shadow: none;
}
.shipping-wrapper .addressmap-div .action-div .btn {
  padding: 10px 30px;
  font-size: 13px;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 1px 0px;
  font-weight: bold;
}
.shipping-wrapper .addressmap-div .action-div .btn-back {
  color: #404553;
  border-color: rgb(226, 229, 241);
  background: #f9fcff;
}
/**SHIPPING WRAPPER ENDS HERE**/

/***** TOP LEFT BANNER [START] *****/
.topleftbanner-div {
  background: url("../images/leftbanner-rice.jpg") no-repeat right top #1a9f3b;
  background-size: cover;
  position: relative;
  padding: 30px;
  font-size: 14px;
  min-height: 175px;
  text-shadow: 1px 0px 2px rgba(255, 255, 255, 0.7);
}
.topleftbanner-div .content-div {
  color: #ffffff;
  max-width: 300px;
}
.topleftbanner-div .content-div h4 {
  font-weight: 600;
  font-size: 22px;
}
.topleftbanner-div .content-div .price {
  font-weight: 600;
  font-size: 18px;
}
/***** TOP LEFT BANNER [END] *****/

/***** TOP RIGHT BANNER [START] *****/
.toprightbanner-div {
  background: url("../images/right-banner-tea.jpg") no-repeat right top #1a9f3b;
  background-size: cover;
  position: relative;
  padding: 30px;
  font-size: 14px;
  min-height: 175px;
  text-shadow: 1px 0px 2px rgba(255, 255, 255, 0.7);
}
.toprightbanner-div .content-div {
  color: #ffffff;
  max-width: 200px;
}
.toprightbanner-div .content-div h4 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 15px;
}
.toprightbanner-div .content-div h3 {
  font-weight: 600;
  font-size: 25px;
}
/***** TOP RIGHT BANNER [END] *****/

/***** BOTTOM LEFT BANNER [START] *****/
.bottomleftbanner-div {
  background: url("../images/colabanner.jpg") no-repeat right top #264080;
  background-size: cover;
  position: relative;
  padding: 50px 30px;
  font-size: 14px;
  min-height: 190px;
  text-shadow: 1px 0px 2px rgba(255, 255, 255, 0.7);
}
.bottomleftbanner-div .content-div {
  color: #ffffff;
  max-width: 300px;
}
.bottomleftbanner-div .content-div h4 {
  font-weight: 600;
  font-size: 22px;
}
/***** TOP LEFT BANNER [END] *****/

/***** BOTTOM RIGHT BANNER [START] *****/
.bottomrightbanner-div {
  background: url("../images/milkbanner.jpg") no-repeat center center #b9d563;
  background-size: cover;
  position: relative;
  padding: 30px;
  font-size: 14px;
  min-height: 190px;
  text-shadow: 1px 0px 2px rgba(255, 255, 255, 0.7);
}
.bottomrightbanner-div .content-div {
  color: #06013c;
  max-width: 200px;
  margin-left: auto;
}
.bottomrightbanner-div .content-div h4 {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 0;
}
.bottomrightbanner-div .content-div h3 {
  font-weight: 400;
  font-size: 40px;
}
/***** TOP RIGHT BANNER [END] *****/

/***** LOGIN WRAPPER [START] *****/
.login-body {
  background: url("../images/full-bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.login-wrapper .logo-div .img-logo {
  max-width: 250px;
}
.login-wrapper .form-container .card {
  border-radius: 10px;
  border: none;
  overflow: hidden;
  background: #f6f7f9;
}
.login-wrapper .form-container .card .card-header {
  background: #f6f7f9;
  border-bottom: 2px solid #0159f9;
  font-size: 24px;
}
.login-wrapper .form-container .card .card-body {
  padding: 30px;
}
.login-wrapper .form-container .card .card-body .form-control {
  background: #f6f7f9;
  box-shadow: none;
  border-color: #f6f7f9;
  color: #666666;
  border-radius: 0;
  border-bottom-color: #d7d7d7;
}
.login-wrapper .form-container .card .card-body .passwordform-group {
  position: relative;
}
.login-wrapper .form-container .card .card-body .passwordform-group i {
  position: absolute;
  top: 10px;
  right: 0;
  cursor: pointer;
}
.login-wrapper
  .form-container
  .card
  .card-body
  .passwordform-group
  .form-control {
  padding-right: 20px;
}
.login-wrapper .form-container .card .card-body .btn-login {
  padding-top: 10px;
  padding-bottom: 10px;
}
.login-wrapper .form-container .card .card-body .socialmedia-logindiv .btn {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #ffffff;
  position: relative;
  font-size: 14px;
}
.login-wrapper .form-container .card .card-body .socialmedia-logindiv .btn i {
  font-size: 25px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.login-wrapper
  .form-container
  .card
  .card-body
  .socialmedia-logindiv
  .btn-facebook {
  background: #4267b2;
  border-color: #4267b2;
}
.login-wrapper
  .form-container
  .card
  .card-body
  .socialmedia-logindiv
  .btn-google {
  background: #4f71e8;
  border-color: #4f71e8;
}
.login-wrapper .form-container .card .card-body .xlinks-div {
  color: #919294;
}
.login-wrapper .form-container .card .card-body .xlinks-div a {
  font-weight: 600;
}
.register-wrapper .form-container .card .card-header {
  border-bottom-color: #f6f7f9;
}
.register-wrapper .form-container .card .card-header .nav .nav-link {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #e5e6e7;
  color: #b2bbd2;
  font-size: 20px;
  font-weight: normal;
  background-color: #e5e6e7;
  border-radius: 0;
}
.register-wrapper .form-container .card .card-header .nav .nav-link:hover {
  color: #144379;
}
.register-wrapper .form-container .card .card-header .nav .nav-link.active {
  color: #404553;
  background-color: #ffffff;
  border-bottom-color: #0059f8;
}
.register-wrapper .form-container .card .card-body .card-title {
  font-size: 22px;
}
.register-wrapper .form-container .card .card-body .btn-verify {
  border-radius: 25px;
  font-size: 14px;
}
/***** LOGIN WRAPPER [START] *****/

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .myaccount-wrapper .myaccount-nav {
    padding: 15px 10px;
  }
  .myaccount-wrapper .myaccount-content .tab-pane {
    padding: 10px;
  }

  .myaccount-wrapper .myaccount-content .nav-mypointtabs .nav-link {
    padding-left: 13px;
    padding-right: 13px;
    width: auto;
  }
  .infoblock-wrapper .wholesalebanner-div .text-wholeseler {
    font-size: 15px;
  }

  .checkoutsteps-wrapper .checkoutsteps li .nav-link::after {
    width: 40%;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .checkoutsteps-wrapper .checkoutsteps li .nav-link {
    font-size: 14px;
  }
  .checkoutsteps-wrapper .checkoutsteps li .nav-link::before {
    width: 26px;
    height: 26px;
  }
  .checkoutsteps-wrapper .checkoutsteps li .nav-link::after {
    width: 25%;
    top: 19px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .siteowl-carousel .owl-nav button {
    left: -15px;
  }
  .siteowl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -15px;
  }

  .myaccount-wrapper
    .myaccount-content
    .orderstab-pane
    .card-order
    .productdetails-div
    .qty {
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .myaccount-wrapper
    .myaccount-content
    .orderstab-pane
    .card-order
    .pricedetails-div
    .btn-returnrequest {
    float: none;
    margin-top: 10px;
  }

  .myaccount-wrapper .myaccount-content .nav-mypointtabs {
    display: block;
  }
  .myaccount-wrapper .myaccount-content .nav-mypointtabs .nav-link {
    padding-top: 6px;
  }

  .checkoutsteps-wrapper .checkoutsteps li .nav-link::after {
    display: none;
  }
  .checkoutsteps-wrapper .checkoutsteps li .nav-link {
    font-size: 12px;
  }
  .checkoutsteps-wrapper .checkoutsteps li .nav-link::before {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
}

/* -------- Wishlist start -------------- */
.myaccount-content .wishlist_table tr td {
  text-align: left;
  vertical-align: middle;
}
.myaccount-content table.wishlist_table {
  margin-bottom: 0;
}
.myaccount-content table.wishlist_table .wishlist-items-wrapper a img {
  max-width: 65px;
}
.myaccount-content table.wishlist_table .wishlist-items-wrapper .title a {
  color: #000;
}
.myaccount-content .wishlist_table tr td .reward_points {
  display: flex;
  background: #cceffd;
  width: max-content;
  padding: .3em 1em;
}
.myaccount-content .wishlist_table tr td .reward_points {
  display: flex;
  background: #cceffd;
  width: max-content;
  padding: .3em 1em;
  border-radius: 10px;
}
.myaccount-content .wishlist_table tr td .reward_points img {
  margin-right: 1em;
}
.myaccount-content .wishlist_table tr td .price {
  font-size: 1.5rem;
  font-weight: 600;
}
/* -------- Wishlist end -------------- */

/* ------------ Orders page start ---------- */

.single_order_div {
  margin-bottom: 1.5em;
}
.single_order_div .product_lists .single_product {
  margin: .5em 0;
}
.single_order_div .order_number_date {
  display: flex;
}
.single_order_div .order_number_date .order_number {
  margin-right: 1em;
  border-right: 2px solid var(--martoo_grey_color);
  padding-right: 1em;
  font-family: 'latobold';
}
.single_order_div .order_number_date .order_number i {
  font-size: .7rem;
}
.single_order_div .order_number_date .order_date {
  color: var(--martoo_deep_grey);
}
.single_order_div .order_number_date .if_order_is_gift {
  border-left: 2px solid var(--martoo_grey_color);
}
.single_order_div .single_product {
  display: flex;
  align-items: center;
}
.single_order_div .single_product .image_div {
  padding-right: 1em;
}
.single_order_div .single_product .image_div img {
  max-width: 70px;
}
.single_order_div .product_short_details .title {
  margin-bottom: .5em;
}
.single_order_div .product_short_details .woocommerce-Price-currencySymbol {
  display: none;
}

.order_list_carousel.owl-carousel .owl-nav {
  top: 35%;
  left: 0;
  transform: translateY(-50%);
}
.order_list_carousel.owl-carousel .owl-nav .owl-prev {
right: unset;
left: -1.2em;
}
.order_list_carousel.owl-carousel .owl-nav .owl-next {
right: -1.2em;
}

@media (max-width: 375px) {
  .single_order_div .order_number_date .order_number {
    border: 0;
  }
  .single_order_div .order_number_date .if_order_is_gift {
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* ------------ Orders page end ------------ */

/* ------------ Claims page start ------------- */
.myclaim_lists_div {
  display: flex;
  flex-wrap: wrap;
}
.myclaim_lists_div .single_product_to_claim .card {
  height: 100%;
}
.myclaim_lists_div .claim_products_button {
  color: #fff !important;
}

.myclaim_lists_div .single_product_to_claim,
.choose_to_claim_area .single_product_to_claim {
  margin-bottom: 1em;
}
.myclaim_lists_div .single_product_to_claim .order_number,
.choose_to_claim_area .single_product_to_claim .order_number {
  font-weight: 500;
}
.myclaim_lists_div .single_product_to_claim .product_metas,
.choose_to_claim_area .single_product_to_claim .product_metas {
  justify-content: space-between;
}
.myclaim_lists_div .single_product_to_claim .image_div {
  max-width: 60px;
}
.myclaim_lists_div .single_product_to_claim .title_and_details {
  font-size: .9rem;
  line-height: 1.5;
}
.choose_to_claim_area {
  display: flex;
  flex-wrap: wrap;
}
.choose_to_claim_area .single_product_to_claim .card {
  height: 100%;
}
.choose_to_claim_area .single_product_to_claim .image_div {
  max-width: 80px;
}
.choose_to_claim_area .single_product_to_claim .title_and_details {
  font-size: .9rem;
  line-height: 1.5;
}
.choose_to_claim_area .single_product_to_claim .card-body {
  position: relative;
}
.choose_to_claim_area .single_product_to_claim .card-body .to_tick {
  position: absolute;
  top: 40%;
}

.choose_to_claim_area .single_product_to_claim .product_metas {
  padding-left: 2em;
}

/* ------------ Claims page end -------------- */


/* ------------ Return / claim page start ------- */

.claim_or_return_area .single_claim {
  margin-bottom: 1.5em;
}
.claim_or_return_area .single_claim .card-header .claim_id {
  font-family: 'latobold';
  margin-right: 1em;
  border-right: 2px solid var(--martoo_grey_color);
  padding-right: 1em;
}
.claim_or_return_area .single_claim .single_product_details {
  padding: .4em 0;
}
.claim_or_return_area .single_claim .single_product_details .image_div {
  max-width: 80px;
  margin-right: 1em;
}
.claim_or_return_area .single_claim .single_product_details .product_info {
  font-size: .8rem;
}
.claim_or_return_area .single_claim .single_product_details .product_info .title {
  margin: 0;
  font-size: .9rem;
}
.claim_or_return_area .single_claim .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .8rem;
}
.claim_or_return_area .single_claim .card-footer .shipping_address > * {
  margin: 0;
}
.claim_or_return_area .single_claim .card-footer h5 {
  font-size: .9rem;
  font-family: 'latobold';
}
.claim_or_return_area .single_claim .card-footer .return_method img {
  max-width: 40px;
}

/* ------------ Return / claim page end ------- */


/* Order details page */

.woocommerce-table--order-details.shop_table.order_details tfoot tr:not(:last-child) th {
  font-weight: 400;
}
.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child td {
  font-family: 'latobold';
}
.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-last-child(2) td, 
.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-last-child(2) th {
  padding-bottom: 1em;
}
.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child td,
.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child th {
  padding: 1em 0;
  border-top: 1px solid var(--martoo_light_grey_color);
}
@media (max-width: 500px) {
  .claim_or_return_area .single_claim .card-header .claim_id {
    border-right: 0;
    display: block;
  }
}

/* Profile page */

form.account_page.woocommerce-EditAccountForm.edit-account input {
  border-bottom: 1px solid var(--martoo_shadow);
  border-radius: 0 !important;
  background: transparent;
}
form.account_page.woocommerce-EditAccountForm.edit-account input:disabled {
  cursor: not-allowed;
}
/* martoo points page only */	
.myaccount_martoo_points_page .jumbotron {	
  padding: 15px;	
  margin-bottom: 2em;	
}	
.myaccount_martoo_points_page .jumbotron img {	
  margin-right: 1em;	
}	
.myaccount_martoo_points_page .jumbotron h5 {	
  margin-bottom: .6em;	
  font-size: 1rem;	
}	
.myaccount_martoo_points_page .form-group {	
  margin-bottom: 9px;	
}	
.myaccount_martoo_points_page .jumbotron > div > div {	
  font-size: 1.5rem;	
  font-weight: 600;	
}	
.myaccount_martoo_points_page .transfer_points_div .col-lg-6 {	
  width: 100%;	
}	
.myaccount_martoo_points_page .transfer_points_div input[type="submit"]{	
  width: auto;	
  font-size: inherit;	
}	
.myaccount_martoo_points_page .refer_div input {	
  margin-bottom: 1em;	
}	
.myaccount_martoo_points_page .mycred-history-wrapper .mycred-table tfoot tr th {	
  display: none;	
}	
.myaccount_martoo_points_page .row.pagination-top {	
  display: none;	
}	
.myaccount_martoo_points_page .row.pagination-bottom {	
  margin: auto;	
}	
.myaccount_martoo_points_page .pagination {	
  flex-wrap: wrap;	
  justify-content: center;	
}	
.myaccount_martoo_points_page .pagination li {	
  margin-bottom: 5px;	
}	
.myaccount_martoo_points_page .pagination li a, .pagination li span {	
  border: 1px solid var(--martoo_green_color);	
  margin: 0 .2em;	
  color: var(--martoo_black_color);	
  background: var(--martoo_white_color);	
  border-radius: 50%;	
  padding: 5px;	
  width: 30px;	
  height: 30px;	
  display: block;	
  text-align: center;	
}	
.myaccount_martoo_points_page .pagination li.active span,	
.myaccount_martoo_points_page .pagination li a:hover, .pagination li span:hover {	
  background: var(--martoo_green_color);	
  color: var(--martoo_white_color);	
  box-shadow: 0 1px 10px var(--martoo_grey_color);	
}

/* mycred update */
.myaccount_martoo_points_page form#mycred-transfer-form-transfer {
  background: transparent;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: 0;
}

.myaccount_martoo_points_page input.form-control {
  border-bottom: 1px solid var(--martoo_grey_color);
  border-radius: 0;
  background: transparent;
}