.brand-logo img {
  max-width: 100px;
  height: auto
}

.footer-logo img {
  width: 100%;
}

.momoracing_login {
  background: url(../images/momoracing/login.jpg) no-repeat;
  background-size: cover;
  background-position: right center;
}

.login-page .theme-card {
  border: 2px solid #ffffff;
}


.momoracing_login_welcome_msg li {
  color: #999;
  font-size: 14px;
  padding-right: 25px;
}

.momoracing_login_welcome_msg li i {
  color: var(--theme-color);
  padding-left: 10px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.main-menu .brand-logo {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.brand-logo img {
    max-width: 160px;
    height: auto;
}

#main-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.balance_holder {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff200;
  padding: 20px;
  border-radius: 20px;
}

.balance_holder span {
  width: 100%;
  text-align: center;
}

.balance_holder span:first-child {
  font-size: 0.6em;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
  margin-bottom: 0
}

.desktop_sub_category {
  list-style: none;
  margin: 0 0 0 24px
}

.desktop_sub_category li {
  clear: both;
  display: block;
  margin-bottom: 4px
}

.desktop_sub_category li a {
  color: #333;
}

.desktop_sub_category li a.active_color {
  color: #107c35;
}

.momoaddtocart {
  background: #18ac4a;
  color: #fff;
  margin-top: 5px;
  border: none;
  padding: 10px;
  border-radius: 5px;
}

.momomoreinfo {
  background: #333;
  color: #fff;
  margin-top: 5px;
  margin-left: 5px;
  border: none;
  padding: 10px;
  border-radius: 5px;
}

.mobile_show_credit_only {
  display: none;
}

.mobile-account,
.icon-nav .onhover-div span,
.ti-package {
  display: none;
}

.search-overlay>div .closebtn {
  display: block;
}

.onhover-div {
  position: relative;
  padding-top: 35px;
  padding-bottom: 25px;
}

.modal .btn-close {
  padding-right: 10px;
  padding-top: 5px;
  position: absolute;
  right: 17px;
  top: 15px;
}

.modal input[type="text"] {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #ddd;
}

.shipment_option {
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
}

.shipment_option li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.shipment_option li .radio-option {
  position: relative;
}

.shipment_option li .radio-option input[type="radio"] {
  position: absolute;
  left: 0;
  top: 5px;
}

.shipment_option li .radio-option label {
  position: relative;
  padding-left: 30px;
  text-transform: capitalize;
  color: #6f6f6f;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}

.user-dashboard-section .box a.btn,
.btn.btn-solid {
  color: #fff
}

.user-dashboard-section .box a.btn:hover,
.btn.btn-solid:hover {
  color: #000;
  border: 2px solid #000
}

.modal .btn.btn-solid:hover {
  color: #fff !important;
  background: #1ab84f
}

.modal .btn.btn-dark:hover,
.modal .btn.btn-solid:hover {
  color: #fff;
  border: 0;
}

.h6_font_weight {
  font-weight: bold;
  color: #fff;
  background: #333;
  border-radius: 100px;
  padding: 2px 15px;
  display: block;
  float: left;
  margin-bottom: 5px !important;
  margin-top: 5px
}

.manage_shipping_address_holder {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
}

.manage_shipping_address_holder .form-group {
  flex: unset;
  margin-bottom: 0;
}

#manage_shipping_address .shipment_option ul li {
  border-bottom: 1px solid #ededed;
  margin-bottom: 6px;
}

.dashboard-section .dashboard-sidebar {
  padding: 15px 0
}

.checkout-page .checkout-form textarea {
  width: 100%;
  padding: 10px 22px;
  height: auto;
  border: 1px solid #ddd;
}

.mobile-shopping {
  padding-left: 0 !important
}

.invoice-wrapper .invoice-body .table tbody tr td:nth-child(4) {
  padding-left: 40px
}

.action_set_accinfo {
  display: flex;
}

.action_set_accinfo a {
  color: #18ac4a !important;
  background: rgb(51 51 51 / 9%);
  border-radius: 4px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px
}

.login-page .theme-card {
  box-shadow: 4px 3px 11px 2px rgb(0 0 0 / 26%);
}


/* invoice template */
.theme-invoice-5 .invoice-header{padding: 1.5em 1.5em 0.8em;}
.theme-invoice-5 .header-panel{margin: 0; box-shadow: none; background: #f9f8f8; border-bottom: 1px solid #ededed; border-radius: 0;}
.header-panel *{text-transform: uppercase!important;}
.header-panel * p{font-size: 12px; line-height: 14px;}
.billing_top_img{width: 200px}
.invoice-header {}
.theme-invoice-5 .invoice-wrapper .invoice-body{
    padding: 0 15px 15px;
}

.momoracing_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.momoracing_header h4{color: #fff;}
.momoracing_header h4 span{font-size: 12px}
.momoracing_header p{color:#fff; font-size: 12px;}
.momoracing_address_holder{position: relative; width: calc(100% - 25%);}
.address-detail p{width: 100%;}
.sold_to_whom{width:calc(50% - 10px); border:1px solid #333; border-radius: 5px; padding: 10px; }
.sold_to_whom p{color: #666}

.box_insert_holder{width:calc(100% - 40px)}
.box_insert_holder span{display: inline; margin-right: 5px;}
.box_insert_holder span:after{display: inline; content: ',';}
.box_insert_holder span:last-child:after{display: none}

.box_insert_holder_2_left{width:calc(100% - 85px)}
.box_insert_holder_2_right{width:calc(100% - 135px)}

.box_insert_holder:before{display: inline; content: ':'; margin-right: 5px  }

.box_insert_holder_2_right:before{display: inline; content: ':'; margin-right: 5px  }

.box_insert_holder_2_left:before{display: inline; content: ':'; margin-right: 5px  }

.terms_set{width:calc(50% - 10px); padding: 10px; }
.terms_set div{margin-bottom: 5px;}

.invoice-body *{font-size: 12px;}

.theme-invoice-5 .invoice-wrapper .invoice-body .table {
    margin-top: 0px;
}


.theme-invoice-5 .text-dark, .theme-invoice-5 p, .theme-invoice-5 li, .theme-invoice-5 div, .theme-invoice-5 span, .theme-invoice-5 th, .theme-invoice-5 td{color: #000!important; font-weight: bold}
.theme-invoice-5 .invoice-wrapper .invoice-body .table tfoot td, .theme-invoice-5 .invoice-wrapper .invoice-body .table tfoot th{position: relative;}
.theme-invoice-5 .invoice-wrapper .invoice-body .table tfoot{border-top: 2px solid #333; }

.invoice-wrapper .invoice-body .table thead th{padding-bottom: 5px}

.invoice-wrapper .invoice-body .table tbody tr:first-child td, .invoice-wrapper .invoice-body .table tbody tr:first-child th{padding-top: 5px;}
.invoice-wrapper .invoice-body .table tbody td, .invoice-wrapper .invoice-body .table tbody th {padding-top: 5px; padding-bottom:5px }
.invoice-wrapper .invoice-body .table tbody tr:last-child td, .invoice-wrapper .invoice-body .table tbody tr:last-child th{padding-bottom: 10px}
.tfooter_custom{border-top: 2px solid #000; height:30px; }
.tfooter_custom th, .tfooter_custom td{position: relative;}

.custom_ringgit_value{position: absolute; width: 500px; left: 0; font-weight: bold; z-index: 1; line-height: 14px}
.custom_total{position: absolute; width: 280px; right: 0px; font-weight: bold; text-align: right; z-index: 1}
.custom_total ul li{margin-left: 3px;}
.custom_total ul li:last-child{border:1px solid #333; padding: 2px 0px; min-width: 80px; text-align: center;}
.custom_do{right: 40px!important;}
.date_and_order_no_box{width: 140px;}
.date_and_order_no_box p:first-child{width: 50px;}
.date_and_order_no_box p:last-child{width: calc(100% - 50px); text-align: left; position: relative;}
.date_and_order_no_box p:last-child:before{display: block; position: absolute; left: -10px; content:':';}

.a4_header_3{display: flex; flex-direction: column; align-items: flex-end;}

.invoice-wrapper .invoice-body .table tbody tr td:nth-child(4){padding-left: 0; text-align: center;}
.billing_remark ul li{list-style: square outside; display: list-item; text-align: left; margin-bottom: 5px;text-align: left; font-size: 10px; line-height: 14px;}
.billing_remark *{text-align: left; color: #666}
.billing_remark h6{text-decoration: underline;}
.billing_signature .border_bottom_css{border-bottom: 1px solid #666;}
.billing_signature div{color: #646464}
.theme-invoice-5 .invoice-footer{padding:0 15px 40px}
.invoice-body *{text-transform: uppercase;}

.billing_remark_2 p{line-height: 1.1em!important}

.delivery_order .col-md-3{margin:0 auto}
.sign_box{padding-top: 100px; margin-left: 5px; margin-right: 5px; margin-bottom: 40px;}
.sign_box div{border-top: 1px solid #666;}

.mobile-cart img, .mobile-search img{width: 25px;}

@media (max-width:480px) {
  .momoracing_login {
    background: #e1e1e1;
  }

  .toggle-nav i {
    opacity: 1
  }

  .mobile-back.text-end {
    background: #fff200;
  }

  #main-menu {
    display: block;
    background: rgb(0 0 0 / 94%);
    border: 0px;
  }

  #main-menu a {
    color: #fff
  }

  .login-page-top .main-menu .menu-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    width: 100%;
  }

  .login-page-top .brand-logo {
    position: relative;
    left: unset !important;
    margin-right: unset !important;
    display: flex;
    align-items: center;
    transform: translate(0);
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .login-page-top .brand-logo img {
    height: auto;
  }

  .login-page .btn {
    width: 100%
  }

  .login-page .theme-card .theme-form input {
    font-size: 1.2em
  }

  .btn-solid,
  .btn-outline {
    padding: 13px 15px;
  }


  .collection-product-wrapper .product-wrapper-grid .product-box {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin-top: 0;
    align-items: center;
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .product-wrapper-grid .product-box .product-detail {
    width: calc(100% - 100px)
  }

  .ratio_asos .product-wrapper-grid .product-box .bg-size:before {
    padding-top: 110%;
  }

  .product-wrapper-grid .product-box .product-detail {
    padding-left: 10px;
    margin-top: 0
  }

  .product-box .img-wrapper .front a {
    width: 100px
  }

  .product-box .product-detail h4 {
    color: #376b2c;
  }

  .product-box .product-detail h6 {
    font-weight: bold;
    font-size: 18px;
    color: #000
  }

  .product-page-per-view,
  .product-page-filter {
    width: 50% !important
  }

  .filter-main-btn {
    display: none;
  }

  .product-filter-content {
    margin: 0 0 20px
  }

  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    border-right: none;
    border-bottom: none;
  }

  .collection-product-wrapper .product-top-filter .product-filter-content {
    border-bottom: 1px solid #ddd
  }

  .mobile_show_credit_only {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  #main-nav .balance_holder {
    display: none
  }

  .icon-nav ul {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
    background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }

  .icon-nav .onhover-div {
    right: auto !important;
    position: relative !important;
    bottom: auto !important;
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon-nav .onhover-div span {
    font-size: 12px;
    display: block;
    color: #fff
  }

  .search-overlay>div .closebtn {
    font-size: 30px;
    display: block;
    color: #333;
    right: 10px;
    top: -5px;
  }

  .icon-nav .onhover-div a,
  .icon-nav .onhover-div .mobile-search-menu-promp {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff
  }

  .icon-nav ul li i {
    color: #fff !important
  }

  .mobile-account {
    display: block;
  }

  .onhover-div i {
    font-size: 22px;
    font-family: themify;
  }

  .mobile-account i:before {
    content: "\e602";
  }

  .mobile-shopping i:before {
    content: "\e655";
  }

  .main-menu .menu-right .icon-nav li {
    padding-left: 0
  }

  .ti-package {
    display: block;
  }

  .ti-package:before {
    content: "\e687";
  }

  .custom_hide_for_menu_interactive {
    display: none;
  }

  .modal-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
  }

  .modal-footer a {
    width: 100%;
    text-align: center;
    padding: 12px 30px !important;
  }

  .cart-section tbody tr td {
    min-width: 100px
  }

  .cart-section tbody tr td .mobile-cart-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

.theme-invoice-5 .header-panel ul li{display: block; width: 100%;}

}



.delivery_order_template .text-secondary{color: #000!important}
.delivery_order_template .invoice-wrapper .invoice-body .table tbody td{font-size: 13px!important; font-weight: 600; color: #000}
.delivery_order_template .sold_to_whom p{color: #000}
.delivery_order_template .invoice-body *{color: #000!important;}
.delivery_order_template .invoice-body h6{font-weight: bold; text-decoration: underline; padding-bottom: 2px;}
.delivery_order_template .invoice-wrapper .invoice-body .table tfoot{height: 75px;}
.delivery_order_template .custom_ringgit_value{top: 25px;}
.delivery_order_template .custom_ringgit_value{width: 400px;}
.delivery_order_template .custom_ringgit_value p{line-height: 14px;}
@media print {
  .hideInPrint {
    display: none !important;
  }

thead {display:table-header-group;}



}

@media (max-width:767px) {
  .momoracing_header .col-md-3.mb-md-0.mb-2, .terms_set{width: auto!important}
  .header-panel .container{max-width: 100%;}
  .sold_to_whom{width: calc(50% - 10px)!important}
  .table-responsive-md{        overflow-x: unset;}
  .delivery_custom_no_set .col, .delivery_custom_no_set .col-md-3{max-width: 250px;}
  .delivery_custom_no_set .col{max-width: 250px}
  .date_no_set_custom .d-flex{max-width: 150px;}
  .date_no_set_custom{ display: flex; flex-direction: column; align-items: flex-end;}


}

.lable_header_holder{
        display: flex;
        flex-direction: row;
        justify-content: space-between; 
        align-items: center; 
        margin-bottom: 10px
    }
    .lable_header_holder img{
        width: 100px;
    }
    .lable_set span:first-child{margin-right: 5px; text-transform: uppercase;}
    .lable_set span:last-child{ text-transform: uppercase;}
    .label_middle_holder h4{font-size: 18px; color: #000; line-height: 20px; color: #333; font-weight: bold;}
    .label_middle_holder p{text-transform: uppercase; font-size: 14px; margin-bottom: 10px; line-height: 15px;}
    .label_middle_holder .lable_set{    width: 300px;
        display: flex;
        flex-direction: row;}
        .label_middle_holder .lable_set span{margin-bottom: 5px;}
        .label_middle_holder .lable_set span:first-child{width: 150px}
    .label_middle_holder .lable_set span:last-child{text-align: left; width: 100px;}
    /* invoice template */
    .theme-invoice-5 .invoice-header{padding: 1.5em 1.5em 0.8em;}
    .theme-invoice-5 .header-panel{margin: 0; box-shadow: none; background: #ffffff; border-bottom: 1px solid #ededed; border-radius: 0; padding:0}
    .header-panel *{text-transform: uppercase!important;}
    .header-panel * p{font-size: 12px; line-height: 14px;}
    .billing_top_img{width: 135px}
    .invoice-header {}
    .theme-invoice-5 .invoice-wrapper .invoice-body{
        padding: 0 0px 25px;
    }

    .momoracing_header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
    }

    .momoracing_header h4{color: #fff;}
    .momoracing_header h4 span{font-size: 12px}
    .momoracing_header p{color:#fff; font-size: 12px;}
    .momoracing_address_holder{position: relative; width: calc(100% - 25%);}
    .address-detail p{width: 100%; line-height: 1.3em}
    .sold_to_whom{width:calc(50% - 10px); border:1px solid #333; border-radius: 5px; padding: 5px 5px 3px; }
    .sold_to_whom p{color: #666}

    .terms_set{width:calc(50% - 10px); padding: 10px 10px 0px; }
    .terms_set div{margin-bottom: 5px;}

    .invoice-body *{font-size: 12px;}
    .theme-invoice-5 .invoice-wrapper .invoice-body .table tfoot td, .theme-invoice-5 .invoice-wrapper .invoice-body .table tfoot th{position: relative;}
    .theme-invoice-5 .invoice-wrapper .invoice-body .table tfoot{border-top: 2px solid #333; }

    .custom_ringgit_value{position: absolute; width: 500px; left: 10px; top: 10px; font-weight: bold; z-index: 1; line-height: 14px}
    .custom_total{position: absolute; width: 280px; right: 10px; top: 28px;  font-weight: bold; text-align: right; z-index: 1}
    .custom_total ul li{margin-left: 3px;}
    .custom_total ul li:last-child{border:1px solid #333; padding: 2px 20px}
    .total_discount_column{top: 5px}


    .invoice-wrapper .invoice-body .table tbody tr td:nth-child(4){padding-left: 0; text-align: center;}
    .billing_remark ul li{list-style: square outside; display: list-item; text-align: left; margin-bottom: 5px; margin-left: 15px; text-align: left; font-size: 12px; line-height: 14px;}
    .billing_remark *{text-align: left; color: #666}
    .billing_remark h6{text-decoration: underline;}
    .billing_signature .border_bottom_css{border-bottom: 1px solid #666;}
    .billing_signature div{color: #646464}
    .theme-invoice-5 .invoice-footer{padding:0 15px 40px}
    .invoice-body *{text-transform: uppercase;}

    .delivery_order .col-md-3{margin:0 auto}
    .sign_box{padding-top: 100px; margin-left: 5px; margin-right: 5px; margin-bottom: 40px;}
    .sign_box div{border-top: 1px solid #666;}

    .delivery_order_template .text-secondary{color: #000!important}
    .delivery_order_template .invoice-wrapper .invoice-body .table tbody td{font-size: 13px!important; font-weight: 600; color: #000}
    .delivery_order_template .sold_to_whom p{color: #000}
    .delivery_order_template .invoice-body *{color: #000!important;}
    .delivery_order_template .invoice-body h6{font-weight: bold; text-decoration: underline; padding-bottom: 2px;}
    .delivery_order_template .invoice-wrapper .invoice-body .table tfoot{height: 75px;}
    .delivery_order_template .custom_ringgit_value{top: 25px;}
    .delivery_order_template .custom_ringgit_value{width: 400px;}
    .delivery_order_template .custom_ringgit_value p{line-height: 14px;}
    @media print {
      .hideInPrint {
        display: none !important;
      }

      thead {display:table-header-group;}
    }

    @media (max-width:900px) {
      .momoracing_header .col-md-3.mb-md-0.mb-2, .terms_set{width: calc(50% - 10px)!important; padding: 10px 10px 0px;} 
      .terms_set .col-lg-12{width: 100%;}  
      .header-panel .container{max-width: 100%;}
      .sold_to_whom{width: calc(50% - 10px)!important}
      .table-responsive-md{        overflow-x: unset;}
      .delivery_custom_no_set .col, .delivery_custom_no_set .col-md-3{max-width: 250px;}
      .delivery_custom_no_set .col{max-width: 250px}
      .date_no_set_custom .d-flex{max-width: 150px;}
      .date_no_set_custom{ display: flex; flex-direction: column; align-items: flex-end;}
      .a4_header_1, .a4_header_2, .a4_header_3{width:33.3%}
      .momoracing_address_holder{width: 50%}
      .billing_remark{width: 50%;}
      .billing_remark_2{width: 100%!important;}

      .billing_signature{width: 40%;}
      .billing_signature_do{width: 33.3%;}
    }
