
.body {
    font-family: "Lato", sans-serif;
  }
  .icon-shop {
      position: relative;
      display: inline-block;
  }
.section-title-area p {
   font-size : 25px !important;
}
.home-banner-section
  .dropdown-menu {
      display: none;
      position: absolute;
      z-index: 1000;
      font-family: "lato", sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 1.7em;
      padding: 0px 27px !important;
      text-transform: uppercase;
      /* transform: translate(-299px, 26px) !i; */
  }
.head-benner-img {
    margin: 68px 0px;
}
  .icon-shop:hover .dropdown-menu {
      display: block;
  }

  .dropdown-item:hover {
      color: #d0a51e;
      background-color: transparent;
      font-family: "lato", sans-serif;
      text-transform: uppercase;
  }

  /* Ensure dropdown stays within viewport */
  .dropdown-menu {
      right: 0;
      left: auto;
  }

  /* Optional: Adjust the dropdown position for better visual alignment */
  .icon-shop {
      margin-right: 15px;
  }

  .checkout .dropdown-menu {
      width: 365px;
  }

  p {
    font-size: 14px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    line-height: normal;
    color: #d0a51e;
  }
  .cart-item-remove a {
      position: absolute;
      color: #222;
      right: 2px;
      top: 18px;
      display: inline-block;
      left: auto;
      font-size: 20px;
    }
    .cart-item-remove a:hover {
      color: #d0a51e;
    }

    .cart-total {
      overflow: hidden;
      padding: 20px 0;
      text-align: left;
      border-bottom: 1px solid #ededed;
    }
    .cart-total h5 {
      color: #3e3d43;
      text-transform: capitalize;
      font-size: 14px;
      font-weight: 600;
    }

    .cart-btn {
      padding: 20px;
      text-align: center;
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: -5px;
    }
    .cart-btn a {
      display: block;
      background-color: #333;
      color: #fff;
      font-size: 16px;
      padding: 10px 18px;
      text-transform: uppercase;
      font-weight: 700;
    }
    .cart-btn a:first-child {
      margin-bottom: 10px;
    }
    .cart-btn a:hover {
      background: #d0a51e;
      border-color: #d0a51e;
      color: #fff;
    }

    .page-breadcrumb {
      list-style: none;
      padding:0px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .page-breadcrumb li {
      color: #333333;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.5px;
      font-family: "Open Sans", sans-serif;
      line-height: 1;
      margin-top: 10px;
    }
    @media only screen and (max-width: 575px) {
      .page-breadcrumb li {
        font-size: 16px;
      }
    }

    .page-breadcrumb a{
      text-decoration: none;
      color:#333333;
    }
    .page-breadcrumb li::after {
      content: "-";
      margin: 0 6px;
    }
    .page-breadcrumb li:last-child::after {
      display: none;
    }
    .page-breadcrumb li a:hover {
      color: #d0a51e;
    }


  /*---------------------------------------
      15. Login Register CSS
  -----------------------------------------*/
  .form-login-title > h2, .form-register-title > h2 {
      font-size: 30px;
      font-weight: 700;
      text-transform: capitalize;
      line-height: 26px;
      color: #444;
    }

    .login-form, .register-form {
      padding: 20px;
      border: 1px solid #d3ced2;
      margin: 30px 0;
      text-align: left;
      border-radius: 5px;
      color: #444;
    }

    .form-fild, .login-submit, .lost-password, .register-submit {
      margin-bottom: 10px;
    }

    .login-submit label {
      margin-left: 10px;
      color: #444;
    }
    @media only screen and (max-width: 767px) {
      .login-submit label {
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 10px;
        color: #444;
      }
    }

    .form-fild p {
      color: #444;
    }
    .form-fild p span.required {
      color: #f23838;
    }
    .form-fild input {
      width: 100%;
      padding: 0 15px;
      height: 45px;
      border: 1px solid #dddddd;
      color: #333333;
      border-radius: 5px;
    }

    .lost-password > a {
      color: #d0a51e;
      text-decoration: none;
    }
    .lost-password > a:hover {
      color: #d0a51e;
    }

    /*---------------------------------------
      15. Global Button CSS
  -----------------------------------------*/
    .btn {
      background-color: #d0a51e;
      color: #ffffff;
      font-size: 16px;
      line-height: 12px;
      height: 45px;
      font-weight: 600;
      padding: 15px 30px;
      text-transform: uppercase;
      border-radius: 0px;
      position: relative;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
  }

  .btn:hover{
      background-color: #333333;
      color: #ffffff;
  }

  /*---------------------------------------
      11. Checkout CSS
  -----------------------------------------*/
  /*-- Checkout Title --*/
  .text-primary {
      color: #d0a51e!important;
      cursor:  pointer;
  }
  .checkout-title {
      font-size: 20px;
      line-height: 23px;
      color:black;
      text-decoration: underline;
      text-transform: capitalize;
      font-weight: 700;
      margin-bottom: 30px;
    }
  .checkout-title:hover {
      font-size: 20px;
      line-height: 23px;
      color:#d0a51e;
      text-decoration: underline;
      text-transform: capitalize;
      cursor:pointer;
      font-weight: 700;
      margin-bottom: 30px;
    }

    /*-- Checkout Form --*/
    .checkout-form label {
      display: block;
      font-size: 14px;
      margin-bottom: 12px;
      font-weight: 600;
      text-transform: capitalize;
    }
    .checkout-form .nice-select {
      width: 100%;
      background-color: transparent;
      border: 1px solid #999999;
      border-radius: 0;
      line-height: 23px;
      padding: 10px 20px;
      font-size: 14px;
      height: 45px;
      color: #333333;
      margin-bottom: 15px;
    }
    .checkout-form input {
      width: 100%;
      background-color: transparent;
      border: 1px solid #999999;
      border-radius: 0;
      line-height: 23px;
      padding: 10px 20px;
      font-size: 14px;
      color: #333333;
      margin-bottom: 15px;
    }
    .checkout-form input[type=checkbox] {
      width: auto;
    }
    .checkout-form .check-box {
      float: left;
      margin-right: 70px;
    }
    @media only screen and (max-width: 479px) {
      .checkout-form .check-box {
        margin-right: 0;
        margin-bottom: 10px;
      }
    }
    .checkout-form .check-box:last-child {
      margin-right: 0;
    }
    .checkout-form .check-box input[type=checkbox] {
      display: none;
    }
    .checkout-form .check-box input[type=checkbox] + label {
      position: relative;
      padding-left: 30px;
      line-height: 20px;
      font-size: 14px;
      font-weight: 400;
      color: #333333;
      margin: 0;
    }
    .checkout-form .check-box input[type=checkbox] + label::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      display: block;
      border: 2px solid #999999;
      content: "";
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
    }
    .checkout-form .check-box input[type=checkbox] + label::after {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      content: "";
      font-family: Fontawesome;
      font-size: 12px;
      line-height: 20px;
      opacity: 0;
      color: #333333;
      width: 20px;
      text-align: center;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
    }
    .checkout-form .check-box input[type=checkbox]:checked + label::before {
      border: 2px solid #333333;
    }
    .checkout-form .check-box input[type=checkbox]:checked + label::after {
      opacity: 1;
    }

    /*-- Shipping Form --*/
    #shipping-form {
      display: none;
    }

    /*-- Checkout Cart Total --*/
    .checkout-cart-total {
      background-color: #333333;
      padding: 45px;
    }
    @media only screen and (max-width: 575px) {
      .checkout-cart-total {
        padding: 30px;
      }
    }
    .checkout-cart-total h4 {
      -ms-flex-preferred-size: 18px;
          flex-basis: 18px;
      line-height: 23px;
      font-weight: 700;
      color: #d0a51e;
    }
    .checkout-cart-total h4:first-child {
      margin-top: 0;
      margin-bottom: 25px;
    }
    .checkout-cart-total h4:last-child {
      margin-top: 15px;
      margin-bottom: 0;
    }
    .checkout-cart-total h4 span {
      float: right;
      display: block;
    }
    .checkout-cart-total ul {
      border-bottom: 1px solid #ffffff;
    }
    .checkout-cart-total ul li {
      color: #ffffff;
      font-size: 14px;
      line-height: 23px;
      font-weight: 600;
      display: block;
      margin-bottom: 16px;
    }
    .checkout-cart-total ul li span {
      color: #ffffff;
      float: right;
    }
    .checkout-cart-total p {
      line-height: 30px;
      font-weight: 600;
      color: #ffffff;
      padding: 10px 0;
      border-bottom: 1px solid #ffffff;
      margin: 0;
    }
    .checkout-cart-total p span {
      float: right;
    }

    /*-- Checkout Payment Method --*/
    .checkout-payment-method {
      background-color: #333333;
      padding: 45px;
    }
    @media only screen and (max-width: 575px) {
      .checkout-payment-method {
        padding: 30px;
      }
    }

    /*-- Single Payment Method --*/
    .single-method {
      margin-bottom: 20px;
    }
    .single-method:last-child {
      margin-bottom: 0;
    }
    .single-method input[type=radio] {
      display: none;
    }
    .single-method input[type=radio] + label {
      position: relative;
      padding-left: 30px;
      line-height: 20px;
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      margin: 0;
    }
    .single-method input[type=radio] + label::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      display: block;
      border: 2px solid #ffffff;
      content: "";
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
    }
    .single-method input[type=radio] + label::after {
      position: absolute;
      left: 5px;
      top: 5px;
      display: block;
      content: "";
      opacity: 0;
      background-color: #d0a51e;
      width: 10px;
      text-align: center;
      height: 10px;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
    }
    .single-method input[type=radio]:checked + label::before {
      border: 2px solid #d0a51e;
    }
    .single-method input[type=radio]:checked + label::after {
      opacity: 1;
    }
    .single-method input[type=checkbox] {
      display: none;
    }
    .single-method input[type=checkbox] + label {
      position: relative;
      padding-left: 30px;
      line-height: 20px;
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      margin: 0;
    }
    .single-method input[type=checkbox] + label::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 16px;
      height: 16px;
      display: block;
      border: 2px solid #ffffff;
      content: "";
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
    }
    .single-method input[type=checkbox] + label::after {
      position: absolute;
      left: 4px;
      top: 4px;
      display: block;
      content: "";
      opacity: 0;
      background-color: #d0a51e;
      width: 8px;
      text-align: center;
      height: 8px;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
    }
    .single-method input[type=checkbox]:checked + label::before {
      border: 2px solid #d0a51e;
    }
    .single-method input[type=checkbox]:checked + label::after {
      opacity: 1;
    }
    .single-method p {
      display: none;
      margin-top: 8px;
      color: #ffffff;
      line-height: 23px;
    }



  /*---------------------------------------
      10. Cart CSS
  -----------------------------------------*/
  /*-- Cart Table --*/
  .cart-table .table {
      border-bottom: 2px solid #333333;
      margin: 0;
    }
    @media only screen and (max-width: 767px) {
      .cart-table .table {
        border-top: 2px solid #333333;
      }
    }
    .cart-table .table thead {
      background-color: #333333;
    }
    @media only screen and (max-width: 767px) {
      .cart-table .table thead {
        display: none;
      }
    }
    .cart-table .table thead tr th {
      text-align: center;
      border: none;
      font-size: 16px;
      font-weight: 600;
      color: #ffffff;
      padding: 12px 20px;
    }
    .cart-table .table tbody tr td {
      text-align: center;
      border: none;
      padding: 25px 20px;
      vertical-align: middle;
      border-bottom: 1px solid #dddddd;
    }
    @media only screen and (max-width: 767px) {
      .cart-table .table tbody tr td {
        display: block;
        width: 100%;
        max-width: none;
        padding: 15px;
        text-align: left;
      }
    }

    .cart-table th.pro-thumbnail, .cart-table td.pro-thumbnail {
      max-width: 120px;
      min-width: 100px;
      width: 120px;
    }
    @media only screen and (max-width: 767px) {
      .cart-table th.pro-thumbnail a, .cart-table td.pro-thumbnail a {
        width: 120px;
      }
    }
    .cart-table th.pro-title, .cart-table td.pro-title {
      min-width: 200px;
    }
    .cart-table td.pro-thumbnail a {
      display: block;
      border: 1px solid #eeeeee;
    }
    .cart-table td.pro-thumbnail a img {
      width: 100%;
      background-color: #f6f7f8;
    }
    .cart-table td.pro-title a {
      font-size: 16px;
      font-weight: 600;
      color: #333333;
    }
    .cart-table td.pro-title a:hover {
      color: #d0a51e;
    }
    .cart-table td.pro-price span {
      display: block;
      font-size: 15px;
      font-weight: 600;
      color: #333333;
    }
    .cart-table td.pro-quantity .pro-qty {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      text-align: center;
      border: 1px solid #eeeeee;
    }
    .cart-table td.pro-quantity .pro-qty .qtybtn {
      height: 42px;
      padding: 0 10px;
      border: none;
      background-color: transparent;
    }
    .cart-table td.pro-quantity .pro-qty input {
      height: 42px;
      width: 50px;
      text-align: center;
      border-width: 0 1px;
      border-style: solid;
      border-color: #eeeeee;
      color: #333333;
    }
    .cart-table td.pro-subtotal span {
      display: block;
      font-size: 15px;
      font-weight: 600;
      color: #333333;
    }
    .cart-table td.pro-addtocart button {
      width: 140px;
      border-radius: 50px;
      height: 44px;
      border: 1px solid #d0a51e;
      line-height: 24px;
      padding: 5px 20px;
      font-weight: 700;
      text-transform: capitalize;
      color: #ffffff;
      background-color: #d0a51e;
    }
    .cart-table td.pro-addtocart button:hover {
      background-color: #333333;
      border-color: #333333;
      color: #ffffff;
    }
    .cart-table td.pro-stock span.in-stock {
      font-size: 14px;
      text-transform: capitalize;
      color: #30b878;
    }
    .cart-table td.pro-stock span.out-stock {
      color: #EB3E32;
    }
    .cart-table td.pro-remove a {
      display: block;
      font-weight: 600;
      color: #333333;
    }
    .cart-table td.pro-remove a i {
      font-size: 15px;
    }
    .cart-table td.pro-remove a:hover {
      color: #ff0000;
    }
    @media only screen and (max-width: 767px) {
      .cart-table td.pro-remove a {
        width: 60px;
        text-align: center;
      }
    }

    /*-- Calculate Shipping --*/
    .calculate-shipping {
      margin-bottom: 23px;
    }
    .calculate-shipping h4 {
      font-size: 20px;
      line-height: 23px;
      text-decoration: underline;
      text-transform: capitalize;
      font-weight: 700;
      margin-bottom: 30px;
    }
    .calculate-shipping form .nice-select {
      width: 100%;
      border-radius: 0;
      height: 55px;
      border: 1px solid #999999;
      line-height: 40px;
      padding: 9px 20px;
      color: #333333;
      background-color: transparent;
    }
    .calculate-shipping form input {
      width: 100%;
      height: 55px;
      border: 1px solid #999999;
      line-height: 24px;
      padding: 9px 20px;
      color: #333333;
      color: #333333;
      background-color: transparent;
    }
    .calculate-shipping form input[type=submit] {
      font-weight: 700;
      color: #333333;
      background-color: #d0a51e;
      border-color: #d0a51e;
      width: 140px;
    }
    .calculate-shipping form input[type=submit]:hover {
      background-color: #333333;
      border-color: #333333;
      color: #d0a51e;
    }

    /*-- Discount Coupon --*/
    .discount-coupon h4 {
      font-size: 20px;
      line-height: 23px;
      text-decoration: underline;
      text-transform: capitalize;
      font-weight: 700;
      margin-bottom: 30px;
    }
    .discount-coupon form input {
      width: 100%;
      height: 55px;
      border: 1px solid #999999;
      line-height: 24px;
      padding: 9px 20px;
      color: #333333;
      background-color: transparent;
    }
    .discount-coupon form input[type=submit] {
      font-weight: 700;
      color: #333333;
      background-color: #d0a51e;
      border-color: #d0a51e;
      width: 140px;
    }
    .discount-coupon form input[type=submit]:hover {
      background-color: #333333;
      border-color: #333333;
      color: #d0a51e;
    }

    /*-- Cart Summary --*/
    .cart-summary {
      float: right;
      max-width: 410px;
      width: 100%;
      margin-left: auto;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cart-summary {
        margin-left: 0;
        max-width: 100%;
      }
    }
    @media only screen and (max-width: 767px) {
      .cart-summary {
        margin-left: 0;
        max-width: 100%;
      }
    }
    .cart-summary .cart-summary-wrap {
      background-color: #333333;
      padding: 45px 50px;
      margin-bottom: 20px;
    }
    @media only screen and (max-width: 575px) {
      .cart-summary .cart-summary-wrap {
        padding: 25px 30px;
      }
    }
    .cart-summary .cart-summary-wrap h4 {
      font-size: 20px;
      line-height: 23px;
      text-decoration: underline;
      text-transform: capitalize;
      font-weight: 700;
      margin-bottom: 30px;
      color: #d0a51e;
    }
    .cart-summary .cart-summary-wrap p {
      font-weight: 600;
      line-height: 23px;
      color: #ffffff;
    }
    .cart-summary .cart-summary-wrap p span {
      float: right;
    }
    .cart-summary .cart-summary-wrap h2 {
      border-top: 1px solid #ffffff;
      padding-top: 9px;
      font-size: 18px;
      line-height: 23px;
      font-weight: 700;
      color: #d0a51e;
      margin: 0;
    }
    .cart-summary .cart-summary-wrap h2 span {
      float: right;
    }
    .cart-summary .cart-summary-button {
      overflow: hidden;
      width: 100%;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cart-summary .cart-summary-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
      }
    }
    @media only screen and (max-width: 767px) {
      .cart-summary .cart-summary-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
      }
    }
    .cart-summary .cart-summary-button button {
      margin-top: 10px;
      width: 140px;
      border-radius: 0;
      height: 44px;
      border: 1px solid #999999;
      line-height: 24px;
      padding: 9px 14px;
      color: #333333;
      background-color: transparent;
      margin-left: 20px;
      font-weight: 700;
      float: right;
    }
    .cart-summary .cart-summary-button button:last-child {
      margin-left: 0;
    }
    .cart-summary .cart-summary-button button.checkout-btn {
      color: #333333;
      background-color: #d0a51e;
      border-color: #d0a51e;
    }
    .cart-summary .cart-summary-button button:hover {
      background-color: #333333;
      border-color: #333333;
      color: #d0a51e;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cart-summary .cart-summary-button button {
        margin-left: 0;
        margin-right: 20px;
      }
      .cart-summary .cart-summary-button button:last-child {
        margin-right: 0;
      }
    }
    @media only screen and (max-width: 767px) {
      .cart-summary .cart-summary-button button {
        margin-left: 0;
        margin-right: 10px;
      }
      .cart-summary .cart-summary-button button:last-child {
        margin-right: 0;
      }
    }
    @media only screen and (max-width: 575px) {
      .cart-summary .cart-summary-button button {
        width: 130px;
      }
    }
    .mb-30 {
      margin-bottom: 30px !important;
  }

    /*-- Place Order --*/
    .place-order {
      margin-top: 40px;
      float: left;
    }

   input.is-invalid {
      border-color: #dc3545!important;
      padding-right: calc(1.5em + 0.75rem)!important;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")!important;
      background-repeat: no-repeat;
      background-position: right calc(0.375em + 0.1875rem) center;
      background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  select.is-invalid {
      border-color: #dc3545!important;
      padding-right: calc(1.5em + 0.75rem)!important;
      /* padding-right: 4.125rem!important; */
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")!important;
      /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");!important; */
      background-repeat: no-repeat;
      background-position: right 1.5rem center,center right 2.25rem;
      background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    color: #e57eff;
  }
  img {
    width: 100%;
    height: auto;
    margin: auto;
  }

  div#navbarSupportedContent {
    justify-content: center;
  }
  .bg-dark {
    background-color: #272626 !important;
  }

  .bg-primary {
    background-color: #D5AF3D  !important;
  }

  .paraxdo-header-img {
    padding: 0px 0;
  }

  #logsedf {
    width: 25%;
  }

  .navbar-nav .nav-link {
    color: #fff;
    font-family: "lato", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7em;
    padding: 0px 40px !important;
    text-transform: uppercase;
  }

  .navbar-brand {
    font-family: "lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
  }

  .active,
  .nav-link:hover {
    font-family: "lato", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000 !important;
  }

  .navbar-brand:hover {
    color: #96ac73;
  }

  .top-text i {
    font-size: 14px;
  }

  .top-text a {
    font-size: 14px;
  }

  #templatemo_nav_top {
    height: 30px;
    padding: 2px;
  }

  ul.dropdown-menu.show li {
    border-bottom: 1px solid #fff400;
    padding: 10px 10px;
  }

  ul.dropdown-menu.show li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "lato", sans-serif;
    text-transform: capitalize;
  }

  ul.dropdown-menu.show li:hover {
    background-color: #fff400;
  }

  ul.dropdown-menu.show li a:hover {
    color: #ffffff !important;
  }

  #active {
    background-color: #ec1c24 !important;
    color: #fff !important;
  }

  .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 15rem;
    padding: 0 0;
    margin: 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 0rem;
  }

  .logo-text-section {
    width: 100%;
    height: auto;
    padding: 10px 0;
  }

  .top-text p {
    color: #ffffff;
    font-family: "lato", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2em;
    text-align: center;
    text-transform: uppercase;
  }

  .element {
    float: right;
  }

  .head-text {
    margin-top: 10px;
  }

  .head-text ul li {
    list-style: none;
    text-align: center;
    color: #000;
    font-family: "lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 5px 0;
  }

  .head-btn ul li {
    list-style: none;
    text-align: end;
    color: #000;
    font-family: "lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 5px 0;
  }

  #secicon {
    color: #343434;
  }
  * {
    box-sizing: border-box;
  }

  form.search input[type="text"] {
    padding: 5px;
    font-size: 17px;
    border: 1px solid #dedcdc;
    float: left;
    width: 100%;
    border-radius: 30px;
    background-color: #f5f5f5;
    box-shadow: 0 0 3px 1px #00000040;
  }

  form.search button {
    padding: 5px;
    color: #000;
    font-size: 15px;
    border: none;
    cursor: polato;
    margin-left: -40px;
    background-color: #f5f5f5;
    margin-top: 1px;
    border-radius: 100%;
  }

  form.search::after {
    content: "";
    clear: both;
    display: table;
  }

  .icon-shop i {
    font-size: 24px;
    color: #d0a51e;
  }
  .home-banner-section {
    background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    height: auto;
    min-height: 266px;
    clear: both;
  }
  .benner-img {
    text-align: center;
  }
  .head-benner-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .benner-text {
    width: 80%;
    margin: auto;
  }
  .benner-text h3 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0em;
    color: #663e49;
  }
  .benner-text h1 {
    font-family: "Lato", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0em;
    color: #d0a51e;
  }
  .benner-text p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0em;
    color: #663e49;
  }
  .btn-success {
    background-color: #d0a51e;
    border: #d0a51e;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 6px 40px;
  }
  .btn-success:hover {
    background-color: #d0a51e;
    border: #d0a51e;
  }
  .onestop-section {
    padding: 50px;
    height: auto;
    width: 100%;
  }
  .shop-text {
    width: 80%;
    margin: auto;
  }
  .shop-text h2 {
    font-family: "Lato", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 67px;
    letter-spacing: 0em;
    text-align: center;
    color: #d0a51e;
  }
  .shop-text p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
    color: #343434;
  }
  .product-bg img{
      border:1px solid #CECECE;
      border-radius : 15px;
  }
  .homeproduct-section {
    background-color: #fff;
    padding: 50px;
    width: 100%;
  }
  .product-border {
    border: 3px solid #d0a51e;
    padding: 40px;
    border-radius: 78px;
  }
  .product-bg {
    box-shadow: 0px 0px 4px 2px #00000040;
    background: #ffffff;
    padding: 30px;
    border-radius: 70px;
    height: 100%;
  }
  .product-bg {
    text-align: center;
  }
  #prodimg-1 {
    max-width: 100%;
    width: 70px;
    margin: auto;
  }
  #prodimg-2 {
    max-width: 100%;
    width: 175px;
    margin: auto;
  }
  #prodimg-3 {
    max-width: 100%;
    width: 188px;
    margin: auto;
  }
  .product-bg h4 {
    font-family: "Lato", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    color: #d0a51e;
  }
  .tradin-pro-bg {
    box-shadow: 0px 0px 4px 2px #00000040;
    border-radius: 6px;
    height: 100%;
  }
  .img-bg {
    background: #F5F5F5;
    text-align: center;
    padding: 20px;
  }
  #tardingimg {
    width: 90%;
    height: auto;
    margin: auto;
  }
  .tard-text {
    padding: 20px;
    text-align: center;
  }
  .tard-text h4 {
    font-family: "Lato", sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0em;
    color: #353535;
    text-transform: uppercase;
  }
  .tard-text p {
    font-family: "Lato", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    color: #353535;
  }
  .tard-text p span {
    color: #d0a51e;
    text-decoration: line-through;
  }
  .border-botoom-new {
    border: 2px solid #d0a51e;
    margin: 40px 0;
  }
  .bannerimg img {
    max-width: 100%;
    margin: auto;
    height: auto;
  }
  .footer-section {
    width: 100%;
    padding: 50px;
    background-color: #353535;
  }
  .footer-log {
    text-align: center;
  }
  .footer-social {
    text-align: center;
  }

  #footerlogo {
    width: 40%;
  }

  .footer-social ul {
    padding: 0px 0px;
    margin-bottom: 0px;
  }

  .footer-social ul li {
    display: inline-block;
    margin: 0 4px;
    background: #d0a51e;
    border-radius: 25px;
    color: #373b4d;
  }

  .footer-social ul li a {
    background: #FFFFFF;
    border-radius: 25px;
    padding: 0;
    align-items: center;
    color: #353535;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    font-family: "lato", sans-serif;
  }

  .widget h2 {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: "lato", sans-serif;
    font-style: normal;
    line-height: 160.4%;
    /* 28.872px */
    text-transform: uppercase;
  }

  .widget_content ul {
    padding: 0px 8px;
  }

  .widget_content ul li {
    list-style: none;
    padding: 3px 3px;
  }

  .widget_content ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "lato", sans-serif;
    padding-left: 10px;
  }

  #foot-icon {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
  }

  .footerb-text p {
    color: #5e5e5e;
    text-align: center;
    font-family: "lato", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding-top: 10px;
  }

  .pages-banner-section {
    background: url(../images/page-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    height: auto;
    min-height: 302px;
    clear: both;
  }
  .page-benner-text {
    margin-top: 60px;
  }
  .page-benner-text h1 {
    font-family: "Lato", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 77px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
  }
  .abtus-section {
    width: 100%;
    padding: 50px;
    margin: auto;
  }
  .abt-text h2 {
    font-family: "Lato", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0em;
    color: #d0a51e;
  }
  .abt-text p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    color: #343434;
  }
  .abt-img {
    text-align: end;
  }
  .abt-img img {
    max-width: 100%;
    width: 80%;
    margin: auto;
    height: auto;
  }
  .abt-text h4 {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    color: #000000;
  }
  .joinus-text h5 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #d0a51e;
  }
  .product-section {
    width: 100%;
    height: auto;
    padding: 50px;
  }
  #careerform {
    background-color: #ebebeb;
    box-shadow: 0px 0px 4px 2px #00000040;
    color: #353535;
  }
  .privc-text p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    text-align: center;
    color: #343434;
  }
  .priv-pol-text h2 {
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.7em;
    color: #d0a51e;
  }
  .priv-pol-text p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    color: #343434;
  }
  .priv-pol-text ul li {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    color: #343434;
  }
  .faqs-text h2 {
    font-family: "Lato", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.7em;
    color: #d0a51e;
    text-align: center;
  }
  .accordion-button:not(.collapsed),
  .accordion-button {
    background-color: #fef0f4;
    color: #d0a51e;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
  }
  .accordion-body {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
  }
  .form-bg {
    background-color: #D4D4D4;
    border: 3px solid #D4D4D4;
    padding: 20px;
    border-radius: 6px;
  }
  .btn-light {
    background-color: #d0a51e;
    border: 2px solid #d0a51e;
    color: #5e5e5e;
    border-radius: 30px;
    font-family: "lato", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 40px;
  }

  #shopabya {
    max-width: 100%;
    width: 65%;
    height: auto;
    margin: auto;
  }
  .shopgard-text h3 {
    color: #353535;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.023%;
  }
  .faicon i {
    color: #d0a51e;
  }
  .custo-text p {
    color: #9e9e9e;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145.023%;
    padding-left: 20px;
  }
  .quantity-button {
    background-color: #d0a51e;
    border: #d0a51e;
    padding: 4px 10px;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
  }
  .quantity-input {
    width: 80px;
    text-align: center;
    background: #dedede;
    border: #dedede;
    border-radius: 3px;
    height: 43px;
  }
  .btn-dark {
    padding: 6px 40px;
    border-radius: 2px !important;
    border: #333333;
    background-color: #333333;
    color: #fff;
    text-transform: uppercase;
  }

  a.popup-img {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50px !important;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: #373737;
      color: #fff;
      border-radius: 4px;
      z-index: 9;
    }

    .product-large-thumb a.popup-img:hover {
      background-color: #83ab2c;
      color: #fff;
    }
  .discs-text h2 {
    color: #d0a51e;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.023%;
  }
  .discs-text p {
    color: #353535;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 182.023%;
  }
  .pric-text h3 {
    color: #d0a51e;
    font-family: "Lato", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.023%;
  }
  .lab-text {
    color: #353535;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.023%;
  }
  .lab-text span {
    color: #7a5b1b;
  }
  #reviewform {
    border-radius: 4px;
    background: #f2f2f2;
  }
  .specbg {
    border-radius: 6px;
    background: #e9e9e9;
    padding: 25px;
    height: 100%;
  }
  .clintname h4 {
    color: #000;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.023%;
  }
  .retext p {
    color: #353535;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 172.523%;
  }
  #revimg {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .shopprice-text h5 {
    color: #353535;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.023%;
  }
  .paynow-text h2 {
    color: #d0a51e;
    text-align: center;
    font-family: "lote", sans-serif;
    font-size: 29px;
    font-style: normal;
    font-weight: 500;
    line-height: 145.023%;
  }
  .paypal-button {
    text-align: center;
  }
  .paypal-button img {
    width: 25%;
    height: auto;
    margin: auto;
  }

  @media screen and (min-width: 769px) and (max-width: 991px) {
    a.nav-link {
      margin-left: 0;
      font-size: 14px;
      font-family: "lato", sans-serif;
      color: #ffffff !important;
      height: 47px;
      padding: 23px 0;
      text-align: left;
      border-bottom: 1px solid #fff;
    }
    .navbar-nav .nav-link {
      color: #fff;
      font-family: "lato", sans-serif;
      font-weight: 500;
      font-size: 15px;
      line-height: 1.7em;
      padding: 15px 15px !important;
      text-transform: uppercase;
    }

    #logsedf {
      width: 30%;
    }

    .home-banner-section {
      background: url(../images/bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      padding: 30px 0;
      height: auto;
      min-height: 266px;
      clear: both;
    }
    .benner-text {
      width: 90%;
      margin: auto;
    }
    .benner-text h3 {
      font-family: "Lato", sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 48px;
      letter-spacing: 0em;
      color: #663e49;
    }
    .benner-text h1 {
      font-family: "Lato", sans-serif;
      font-size: 30px;
      font-weight: 700;
      line-height: 40px;
      letter-spacing: 0em;
      color: #d0a51e;
    }
    .benner-text p {
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      letter-spacing: 0em;
      color: #663e49;
    }
    .shop-text {
      width: 90%;
      margin: auto;
    }
    .onestop-section {
      padding: 30px;
      height: auto;
      width: 100%;
    }
    .shop-text h2 {
      font-family: "Lato", sans-serif;
      font-size: 28px;
      font-weight: 700;
      line-height: 67px;
      letter-spacing: 0em;
      text-align: center;
      color: #d0a51e;
    }
    .homeproduct-section {
      background-color: #fef0f4;
      padding: 30px;
      width: 100%;
    }
    .product-border {
      border: 3px solid #d0a51e;
      padding: 20px;
      border-radius: 40px;
    }
    .product-bg {
      box-shadow: 0px 0px 4px 2px #00000040;
      background: #ffffff;
      padding: 15px;
      border-radius: 15px;
      height: 100%;
    }
    #prodimg-1 {
      max-width: 100%;
      width: 44px;
      margin: auto;
    }
    .tard-text {
      padding: 10px;
      text-align: center;
    }
    .tard-text h4 {
      font-family: "Lato", sans-serif;
      font-size: 13px;
      font-weight: 500;
      line-height: 20px;
      letter-spacing: 0em;
      color: #353535;
      text-transform: uppercase;
    }
    .tard-text p {
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-weight: 600;
      line-height: 48px;
      letter-spacing: 0em;
      color: #353535;
    }
    .btn-success {
      background-color: #d0a51e;
      border: #d0a51e;
      color: #ffffff;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      border-radius: 50px;
      padding: 6px 20px;
    }
    .footer-section {
      width: 100%;
      padding: 20px;
      background-color: #353535;
    }
    .footer-social ul li a {
      background: #FFFFFF;
      border-radius: 20px;
      color: #353535;
      font-size: 12px;
      width: 27px;
      height: 27px;
      display: flex;
      justify-content: center;
      font-family: "lato", sans-serif;
    }
    .footer-social ul li {
      display: inline-block;
      margin: 0 1px;
      background: #d0a51e;
      border-radius: 25px;
      color: #373b4d;
    }
    .widget h2 {
      cursor: pointer;
      font-size: 16px;
      font-weight: bold;
      color: #FFFFFF;
      font-family: "lato", sans-serif;
      font-style: normal;
      line-height: 160.4%;
      text-transform: uppercase;
    }
    .widget_content ul li {
      list-style: none;
      padding: 1px 0px;
    }
    #foot-icon {
      color: #FFFFFF;
      font-size: 12px;
      font-weight: 400;
    }
    .widget_content ul li a {
      color: #fff;
      text-decoration: none;
      font-size: 11px;
      font-weight: 400;
      font-family: "lato", sans-serif;
      padding-left: 0px;
    }
    .abtus-section {
      width: 100%;
      padding: 30px;
      margin: auto;
    }
    .abt-text h2 {
      font-family: "Lato", sans-serif;
      font-size: 28px;
      font-weight: 700;
      line-height: 40px;
      letter-spacing: 0em;
      color: #d0a51e;
    }
    .abt-img img {
      max-width: 100%;
      width: 100%;
      margin: auto;
      height: auto;
    }
    .abt-text p {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 25px;
      letter-spacing: 0em;
      color: #343434;
    }
    .abt-text h4 {
      font-family: "Lato", sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 38px;
      letter-spacing: 0em;
      color: #000000;
    }
    .joinus-text h5 {
      font-family: "Lato", sans-serif;
      font-size: 15px;
      font-weight: 700;
      line-height: 30px;
      text-align: center;
      color: #d0a51e;
    }
    .page-benner-text {
      margin-top: 20px;
    }
    .page-benner-text h1 {
      font-family: "Lato", sans-serif;
      font-size: 30px;
      font-weight: 700;
      line-height: 77px;
      letter-spacing: 0em;
      text-align: center;
      color: #FFFFFF;
    }
    .pages-banner-section {
      padding: 40px 0;
      height: auto;
      min-height: 170px;
    }
    .product-section {
      width: 100%;
      height: auto;
      padding: 30px;
    }
    .border-botoom-new {
      border: 2px solid #d0a51e;
      margin: 20px 0;
    }
    .priv-pol-text h2 {
      font-family: "Lato", sans-serif;
      font-size: 26px;
      font-weight: 700;
      line-height: 1.7em;
      color: #d0a51e;
    }
    .privc-text p {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.7em;
      text-align: center;
      color: #343434;
    }
    .priv-pol-text ul li {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.7em;
      color: #343434;
    }

    .faqs-text h2 {
      font-family: "Lato", sans-serif;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.7em;
      color: #d0a51e;
      text-align: center;
    }
    .discs-text p {
      color: #353535;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 182.023%;
    }
    #shopabya {
      max-width: 100%;
      width: 100%;
      height: auto;
      margin: auto;
    }
    .pric-text h3 {
      color: #d0a51e;
      font-family: "Lato", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 145.023%;
    }
    .faicon i {
      color: #d0a51e;
      font-size: 10px;
    }
    .specbg {
      border-radius: 6px;
      background: #e9e9e9;
      padding: 15px;
      height: 100%;
    }
    .paypal-button img {
      width: 40%;
      height: auto;
      margin: auto;
    }
    .btn-light {
      background-color: #fff;
      border: 2px solid #d0a51e;
      color: #5e5e5e;
      border-radius: 30px;
      font-family: "lato", sans-serif;
      font-size: 14px;
      font-weight: 600;
      padding: 4px 30px;
    }
  }

  @media screen and (min-width: 481px) and (max-width: 768px) {
    .navbar .navbar-brand {
      width: 35%;
    }

    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
      justify-content: left;
    }

    .navbar-dark .navbar-nav .nav-link {
      color: #fff !important;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      padding: 10px 15px !important;
      font-family: "lato", sans-serif;
      border-bottom: 1px solid #fff;
    }

    a.nav-link {
      margin-left: 0;
      font-size: 14px;
      font-family: "lato", sans-serif;
      color: #ffffff !important;
      height: 37px;
      padding: 23px 0;
      text-align: left;
    }

    .navbar-brand {
      font-weight: 300;
      font-size: 10px;
    }

    #logsedf {
      width: 30%;
    }

    .home-banner-section {
      background: url(../images/bg.png);
      background-repeat: no-repeat;
      background-size: cover;
      padding: 30px 0;
      height: auto;
      min-height: 266px;
      clear: both;
    }
    .benner-text {
      width: 90%;
      margin: auto;
    }
    .benner-text h3 {
      font-family: "Lato", sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 48px;
      letter-spacing: 0em;
      color: #663e49;
    }
    .benner-text h1 {
      font-family: "Lato", sans-serif;
      font-size: 30px;
      font-weight: 700;
      line-height: 40px;
      letter-spacing: 0em;
      color: #d0a51e;
    }
    .benner-text p {
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      letter-spacing: 0em;
      color: #663e49;
    }
    .shop-text {
      width: 90%;
      margin: auto;
    }
    .onestop-section {
      padding: 30px;
      height: auto;
      width: 100%;
    }
    .shop-text h2 {
      font-family: "Lato", sans-serif;
      font-size: 28px;
      font-weight: 700;
      line-height: 67px;
      letter-spacing: 0em;
      text-align: center;
      color: #d0a51e;
    }
    .homeproduct-section {
      background-color: #fef0f4;
      padding: 30px;
      width: 100%;
    }
    .product-border {
      border: 3px solid #d0a51e;
      padding: 20px;
      border-radius: 40px;
    }
    .product-bg {
      box-shadow: 0px 0px 4px 2px #00000040;
      background: #ffffff;
      padding: 15px;
      border-radius: 15px;
      height: 100%;
    }
    #prodimg-1 {
      max-width: 100%;
      width: 44px;
      margin: auto;
    }
    .tard-text {
      padding: 10px;
      text-align: center;
    }
    .tard-text h4 {
      font-family: "Lato", sans-serif;
      font-size: 13px;
      font-weight: 500;
      line-height: 20px;
      letter-spacing: 0em;
      color: #353535;
      text-transform: uppercase;
    }
    .tard-text p {
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-weight: 600;
      line-height: 48px;
      letter-spacing: 0em;
      color: #353535;
    }
    .btn-success {
      background-color: #d0a51e;
      border: #d0a51e;
      color: #ffffff;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      border-radius: 50px;
      padding: 6px 20px;
    }
    .footer-section {
      width: 100%;
      padding: 20px;
      background-color: #353535;
    }
    .footer-social ul li a {
      background: #d0a51e;
      border-radius: 20px;
      color: #353535;
      font-size: 12px;
      width: 27px;
      height: 27px;
      display: flex;
      justify-content: center;
      font-family: "lato", sans-serif;
    }
    .footer-social ul li {
      display: inline-block;
      margin: 0 1px;
      background: #d0a51e;
      border-radius: 25px;
      color: #373b4d;
    }
    .widget h2 {
      cursor: pointer;
      font-size: 16px;
      font-weight: bold;
      color: #FFFFFF;
      font-family: "lato", sans-serif;
      font-style: normal;
      line-height: 160.4%;
      text-transform: uppercase;
    }
    .widget_content ul li {
      list-style: none;
      padding: 1px 0px;
    }
    #foot-icon {
      color: #FFFFFF;
      font-size: 12px;
      font-weight: 400;
    }
    .widget_content ul li a {
      color: #fff;
      text-decoration: none;
      font-size: 11px;
      font-weight: 400;
      font-family: "lato", sans-serif;
      padding-left: 0px;
    }
    .abtus-section {
      width: 100%;
      padding: 30px;
      margin: auto;
    }
    .abt-text h2 {
      font-family: "Lato", sans-serif;
      font-size: 28px;
      font-weight: 700;
      line-height: 40px;
      letter-spacing: 0em;
      color: #d0a51e;
    }
    .abt-img img {
      max-width: 100%;
      width: 100%;
      margin: auto;
      height: auto;
    }
    .abt-text p {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 25px;
      letter-spacing: 0em;
      color: #343434;
    }
    .abt-text h4 {
      font-family: "Lato", sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 38px;
      letter-spacing: 0em;
      color: #000000;
    }
    .joinus-text h5 {
      font-family: "Lato", sans-serif;
      font-size: 15px;
      font-weight: 700;
      line-height: 30px;
      text-align: center;
      color: #d0a51e;
    }
    .page-benner-text {
      margin-top: 20px;
    }
    .page-benner-text h1 {
      font-family: "Lato", sans-serif;
      font-size: 30px;
      font-weight: 700;
      line-height: 77px;
      letter-spacing: 0em;
      text-align: center;
      color: #FFFFFF;
    }
    .pages-banner-section {
      padding: 40px 0;
      height: auto;
      min-height: 170px;
    }
    .product-section {
      width: 100%;
      height: auto;
      padding: 30px;
    }
    .border-botoom-new {
      border: 2px solid #d0a51e;
      margin: 20px 0;
    }
    .priv-pol-text h2 {
      font-family: "Lato", sans-serif;
      font-size: 26px;
      font-weight: 700;
      line-height: 1.7em;
      color: #d0a51e;
    }
    .privc-text p {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.7em;
      text-align: center;
      color: #343434;
    }
    .priv-pol-text ul li {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.7em;
      color: #343434;
    }

    .faqs-text h2 {
      font-family: "Lato", sans-serif;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.7em;
      color: #d0a51e;
      text-align: center;
    }
    .discs-text p {
      color: #353535;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 182.023%;
    }
    #shopabya {
      max-width: 100%;
      width: 100%;
      height: auto;
      margin: auto;
    }
    .pric-text h3 {
      color: #d0a51e;
      font-family: "Lato", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 145.023%;
    }
    .faicon i {
      color: #d0a51e;
      font-size: 10px;
    }
    .specbg {
      border-radius: 6px;
      background: #e9e9e9;
      padding: 15px;
      height: 100%;
    }
    .paypal-button img {
      width: 40%;
      height: auto;
      margin: auto;
    }
    .btn-light {
      background-color: #fff;
      border: 2px solid #d0a51e;
      color: #5e5e5e;
      border-radius: 30px;
      font-family: "lato", sans-serif;
      font-size: 14px;
      font-weight: 600;
      padding: 4px 30px;
    }
  }

  @media screen and (min-width: 320px) and (max-width: 480px) {
    .navbar .navbar-brand {
      width: 35%;
    }

    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
      justify-content: left;
    }

    .navbar-dark .navbar-nav .nav-link {
      color: #fff !important;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      padding: 10px 15px !important;
      font-family: "lato", sans-serif;
      border-bottom: 1px solid #fff;
    }

    a.nav-link {
      margin-left: 0;
      font-size: 14px;
      font-family: "lato", sans-serif;
      color: #ffffff !important;
      height: 37px;
      padding: 23px 0;
      text-align: left;
    }

    .navbar-brand {
      font-weight: 300;
      font-size: 10px;
    }

    #logsedf {
      width: 50px;
    }
    .footer-section {
      width: 100%;
      padding: 20px;
      background-color: #353535;
    }

    .widget_content {
      display: none;
    }
    .active .widget_content {
      display: inline;
    }
    .widget h2 {
      font-size: 22px;
      font-weight: bold;
      color: #FFFFFF;
      font-family: "lato", sans-serif;
      font-style: normal;
      line-height: 160.4%;
      text-transform: capitalize;
      padding: 2px 0px;
    }

    .widget h2:after {
      content: "+";
      color: #d0a51e;
      width: 25px;
      height: 25px;
      display: inline-block;
      text-align: center;
      float: right;
      font-size: 22px;
    }

    .active.widget h2:after {
      content: "-";
      font-size: 22px;
    }
    .pages-banner-section {
      padding: 20px 0;
      min-height: 120px;
    }
    .page-benner-text h1 {
      font-family: "Lato", sans-serif;
      font-size: 26px;
      font-weight: 700;
      line-height: 77px;
      letter-spacing: 0em;
      text-align: center;
      color: #FFFFF;
    }
    .page-benner-text {
      margin-top: 0px;
    }
    .abtus-section {
      width: 100%;
      padding: 15px;
      margin: auto;
    }
    .paynow-text h2 {
      color: #d0a51e;
      text-align: center;
      font-family: "lote", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 145.023%;
    }
    .lab-text {
      color: #353535;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 145.023%;
    }
    .paypal-button img {
      width: 70%;
      height: auto;
      margin: auto;
    }
    .w-20 {
      width: 33%;
    }
    form.search input[type="text"] {
      padding: 4px;
      font-size: 10px;
      border: 1px solid #dedcdc;
      float: left;
      width: 100%;
      border-radius: 15px;
      background-color: #f5f5f5;
      box-shadow: 0 0 3px 1px #00000040;
    }
    form.search button {
      padding: 0px;
      color: #000;
      font-size: 10px;
      border: none;
      cursor: polato;
      margin-left: -22px;
      background-color: #f5f5f5;
      margin-top: 0px;
      border-radius: 100%;
    }
    .icon-shop i {
      font-size: 16px;
      color: #d0a51e;
    }
    .faqs-text h2 {
      font-family: "Lato", sans-serif;
      font-size: 22px;
      font-weight: 700;
      line-height: 1.7em;
      color: #d0a51e;
      text-align: center;
    }
    button:not(.collapsed),
    .accordion-button {
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 38px;
    }
    .accordion-body {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.7em;
    }
    .privc-text p {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.7em;
      text-align: center;
      color: #343434;
    }
    .priv-pol-text h2 {
      font-family: "Lato", sans-serif;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.7em;
      color: #d0a51e;
    }
    .priv-pol-text p {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.7em;
      color: #343434;
    }
    .priv-pol-text ul li {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.7em;
      color: #343434;
    }
    .btn-success {
      background-color: #d0a51e;
      border: #d0a51e;
      color: #ffffff;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      border-radius: 50px;
      padding: 4px 30px;
    }
    .product-section {
      width: 100%;
      height: auto;
      padding: 15px;
    }
    .product-border {
      border: 3px solid #d0a51e;
      padding: 15px;
      border-radius: 15px;
    }
    .shop-text h2 {
      font-family: "Lato", sans-serif;
      font-size: 26px;
      font-weight: 700;
      line-height: 40px;
      letter-spacing: 0em;
      text-align: center;
      color: #d0a51e;
    }
    .product-bg {
      box-shadow: 0px 0px 4px 2px #00000040;
      background: #ffffff;
      padding: 15px;
      border-radius: 20px;
      height: 100%;
    }
    .abt-text h2 {
      font-family: "Lato", sans-serif;
      font-size: 26px;
      font-weight: 700;
      line-height: 70px;
      letter-spacing: 0em;
      color: #d0a51e;
    }
    .tard-text {
      padding: 15px;
      text-align: center;
    }
    .tard-text h4 {
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 33px;
      letter-spacing: 0em;
      color: #353535;
      text-transform: uppercase;
    }
    .tard-text p {
      font-family: "Lato", sans-serif;
      font-size: 18px;
      font-weight: 600;
      line-height: 48px;
      letter-spacing: 0em;
      color: #353535;
    }
    .border-botoom-new {
      border: 2px solid #d0a51e;
      margin: 15px 0;
    }
    .abt-text h2 {
      font-family: "Lato", sans-serif;
      font-size: 22px;
      font-weight: 700;
      line-height: 35px;
      letter-spacing: 0em;
      color: #d0a51e;
    }
    .abt-img img {
      max-width: 100%;
      width: 100%;
      margin: auto;
      height: auto;
    }
    .abt-text p {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 25px;
      letter-spacing: 0em;
      color: #343434;
    }
    .homeproduct-section {
      background-color: #fef0f4;
      padding: 15px;
      width: 100%;
    }
    .abt-text h4 {
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 38px;
      letter-spacing: 0em;
      color: #000000;
    }
    .joinus-text h5 {
      font-family: "Lato", sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 29px;
      text-align: center;
      color: #d0a51e;
    }
    .benner-text h3 {
      font-family: "Lato", sans-serif;
      font-size: 18px;
      font-weight: 500;
      line-height: 30px;
      letter-spacing: 0em;
      color: #663e49;
    }
    .benner-text {
      width: 95%;
      margin: auto;
    }
    .benner-text h1 {
      font-family: "Lato", sans-serif;
      font-size: 28px;
      font-weight: 700;
      line-height: 40px;
      letter-spacing: 0em;
      color: #d0a51e;
    }
    .benner-text p {
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0em;
      color: #663e49;
    }
    .head-benner-img img {
      max-width: 100%;
      width: 100%;
      height: auto;
      margin: auto;
    }
    .onestop-section {
      padding: 15px;
      height: auto;
      width: 100%;
    }
    .shop-text {
      width: 100%;
      margin: auto;
    }
    .shop-text p {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: center;
      color: #343434;
    }
    .shopgard-text h3 {
      color: #353535;
      font-family: "Lato", sans-serif;
      font-size: 26px;
      font-style: normal;
      font-weight: 500;
      line-height: 145.023%;
    }
    #shopabya {
      max-width: 100%;
      width: 100%;
      height: auto;
      margin: auto;
    }

    .quantity-input {
      width: 40px;
      text-align: center;
      background: #dedede;
      border: #dedede;
      border-radius: 3px;
      height: 44px;
    }
    .quantity-button {
      background-color: #d0a51e;
      border: #d0a51e;
      padding: 0px 10px;
      color: #fff;
      border-radius: 6px;
      font-size: 14px;
    }
    .pric-text h3 {
      color: #d0a51e;
      font-family: "Lato", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 145.023%;
    }
    .faicon i {
      color: #d0a51e;
      font-size: 10px;
    }
    .clintname h4 {
      color: #000;
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 145.023%;
    }
    .retext p {
      color: #353535;
      font-family: "Lato", sans-serif;
      font-size: 10px;
      font-style: normal;
      font-weight: 400;
      line-height: 172.523%;
    }
    .specbg {
      border-radius: 6px;
      background: #e9e9e9;
      padding: 15px;
      height: 100%;
    }
    .btn-light {
      background-color: #fff;
      border: 2px solid #d0a51e;
      color: #5e5e5e;
      border-radius: 30px;
      font-family: "lato", sans-serif;
      font-size: 14px !important;
      font-weight: 600;
      padding: 4px 30px;
    }
    #footerlogo {
      width: 50%;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1380px) {
    .navbar-nav .nav-link {
      color: #fff;
      font-family: "lato", sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 1.7em;
      padding: 0px 27px !important;
      text-transform: uppercase;
    }
    .benner-text h1 {
      font-family: "Lato", sans-serif;
      font-size: 35px;
      font-weight: 700;
      line-height: 54px;
      letter-spacing: 0em;
      color: #d0a51e;
    }
    #prodimg-1 {
      max-width: 100%;
      width: 125px;
      margin: auto;
    }
    .tard-text {
      padding: 10px;
      text-align: center;
    }
    .tard-text h4 {
      font-family: "Lato", sans-serif;
      font-size: 15px;
      font-weight: 500;
      line-height: 22px;
      letter-spacing: 0em;
      color: #353535;
      text-transform: uppercase;
    }
    .pages-banner-section {
      background: url(../images/page-banner.png);
      background-repeat: no-repeat;
      background-size: cover;
      padding: 40px 0;
      height: auto;
      min-height: 234px;
      clear: both;
    }
    .page-benner-text {
      margin-top: 30px;
    }
    #shopabya {
      max-width: 100%;
      width: 90%;
      height: auto;
      margin: auto;
    }
    .faicon i {
      color: #d0a51e;
      font-size: 12px;
    }
    .paypal-button img {
      width: 35%;
      height: auto;
      margin: auto;
    }
  }


  /*-- Header Cart --*/
  .header-cart {
      margin-left: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-cart {
        margin-right: 50px;
      }
    }
    @media only screen and (max-width: 767px) {
      .header-cart {
        margin-right: 50px;
      }
    }
    @media only screen and (max-width: 479px) {
      .header-cart {
        margin-right: 40px;
      }
    }
    .header-cart > a {
      background-color: transparent;
      border: none;
      color: #9a9a9a;
      padding: 0;
      line-height: 1;
      width: 35px;
      height: 35px;
      line-height: 30px;
      border: 2px solid #9a9a9a;
      border-radius: 50%;
      text-align: center;
      position: relative;
    }
    .header-cart > a i {
      font-size: 16px;
    }
    .header-cart > a span {
      position: absolute;
      right: 0;
      top: -10px;
      background-color: #ff5501;
      width: 18px;
      height: 18px;
      color: #ffffff;
      border: 1px solid;
      border-radius: 50%;
      text-align: center;
      font-size: 12px;
      line-height: 15px;
      border-radius: 50%;
    }
    .header-cart .header-cart-dropdown {
      opacity: 1;
      visibility: visible;
      top: 100%;
    }
    .header-cart.color-white > a {
      color: #ffffff;
      border-color: #ffffff;
    }

    .header-cart-dropdown {
      position: absolute;
      width: 320px;
      background: #fff;
      right: 15px;
      top: 120%;
      padding: 5px 20px;
      -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
              box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
      z-index: 9999999;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-cart-dropdown {
        display: none;
      }
    }
    @media only screen and (max-width: 767px) {
      .header-cart-dropdown {
        display: none;
      }
    }

    .cart-img {
      float: left;
      width: 36%;
      margin-right: 20px;
      position: relative;
    }

    .cart-content {
      float: left;
      width: 56%;
    }

    ul.cart-items li {
      list-style: none;
      display: block;
      overflow: hidden;
      padding: 20px 0;
      border-bottom: 1px solid #ededed;
      position: relative;
      text-align: left;
    }

    .cart-content span {
      color: #222;
      font-weight: 400;
      font-size: 16px;
    }
    .cart-content span.product-price {
      color: #d0a51e;
      font-size: 16px;
    }

    .product-name {
      color: #222 !important;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 20px;
      font-weight: 600;
      text-overflow: ellipsis;
      word-wrap: break-word;
      white-space: nowrap;
      overflow: hidden;
      width: 123px;
    }

    .cart-item-remove a {
      position: absolute;
      color: #222;
      right: 2px;
      top: 18px;
      display: inline-block;
      left: auto;
      font-size: 20px;
    }
    .cart-item-remove a:hover {
      color: #d0a51e;
    }

    .cart-total {
      overflow: hidden;
      padding: 20px 0;
      text-align: left;
      border-bottom: 1px solid #ededed;
    }
    .cart-total h5 {
      color: #3e3d43;
      text-transform: capitalize;
      font-size: 14px;
      font-weight: 600;
    }

    .cart-btn {
      padding: 20px;
      background-color: #fff;
      text-align: center;
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: -5px;
    }
    .cart-btn a {
      display: block;
      background-color: #333;
      color: #fff;
      font-size: 16px;
      padding: 10px 18px;
      text-transform: uppercase;
      font-weight: 700;
    }
    .cart-btn a:first-child {
      margin-bottom: 10px;
    }
    .cart-btn a:hover {
      background: #d0a51e;
      border-color: #d0a51e;
      color: #fff;
    }




  /*---------------------------------------
      16. My Account CSS
  -----------------------------------------*/
  .myaccount-tab-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background-color: #ffffff;
    }
    .myaccount-tab-menu a {
      border: 1px solid #eeeeee;
      border-bottom: none;
      color: #333333;
      font-weight: 500;
      font-size: 12px;
      display: block;
      padding: 15px 15px 13px;
      text-transform: uppercase;
    }
    .myaccount-tab-menu a:last-child {
      border-bottom: 1px solid #eeeeee;
    }
    .myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
      background-color: #83ab2c;
      color: #ffffff;
    }
    .myaccount-tab-menu a i {
      font-size: 14px;
      text-align: center;
      width: 25px;
    }

    /*-- My Account Content -*/
    .myaccount-content {
      background-color: #ffffff;
      font-size: 14px;
      border: 1px solid #eeeeee;
      padding: 30px;
    }
    @media only screen and (max-width: 575px) {
      .myaccount-content {
        padding: 20px 15px;
      }
    }
    .myaccount-content h3 {
      border-bottom: 1px dashed #eeeeee;
      padding-bottom: 10px;
      margin-bottom: 25px;
    }
    .myaccount-content .welcome a {
      color: #000000;
    }
    .myaccount-content .welcome a:hover {
      color: #83ab2c;
    }
    .myaccount-content .welcome strong {
      font-weight: 600;
    }
    .myaccount-content a.edit-address-btn {
      background: none;
      border: none;
      font-weight: 400;
      font-size: 14px;
      text-transform: uppercase;
      color: #ffffff;
      background-color: #333333;
      border-color: #333333;
      padding: 10px 20px;
      border-radius: 3px;
    }
    .myaccount-content a.edit-address-btn i {
      padding-right: 5px;
    }
    .myaccount-content a.edit-address-btn:hover {
      background-color: #83ab2c;
    }
    .myaccount-content button.save-change-btn {
      background: none;
      border: none;
      font-weight: 400;
      text-transform: uppercase;
      color: #ffffff;
      background-color: #333333;
      border-color: #333333;
      width: 140px;
      padding: 10px 0;
      border-radius: 3px;
    }
    .myaccount-content button.save-change-btn:hover {
      background-color: #83ab2c;
    }

    /*-- My Account Table -*/
    .myaccount-table {
      white-space: nowrap;
      font-size: 15px;
    }
    .myaccount-table table th, .myaccount-table .table th {
      padding: 10px;
    }
    .myaccount-table table td, .myaccount-table .table td {
      padding: 20px 10px;
      vertical-align: middle;
    }
    .myaccount-table table td a:hover, .myaccount-table .table td a:hover {
      color: #83ab2c;
    }

    .saved-message {
      border-top: 3px solid #83ab2c;
      border-radius: 5px 5px 0 0;
      font-weight: 600;
      font-size: 13px;
      padding: 20px;
    }

    /*-- My Account Details Form -*/
    .account-details-form h4 {
      margin: 0;
    }
    .account-details-form input {
      display: block;
      width: 100%;
      border: 1px solid #ebebeb;
      border-radius: 0;
      line-height: 24px;
      padding: 11px 25px;
      color: #656565;
    }

  /*---------------------------------------
      22. 404 CSS
  -----------------------------------------*/
  .error-text > h1 {
      font-size: 200px;
      color: #83ab2c;
      font-weight: 900;
      letter-spacing: 10px;
      line-height: 220px;
      margin-bottom: 30px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .error-text > h1 {
        font-size: 180px;
        line-height: 180px;
      }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .error-text > h1 {
        font-size: 160px;
        line-height: 160px;
        margin-bottom: 20px;
      }
    }
    @media only screen and (max-width: 767px) {
      .error-text > h1 {
        font-size: 120px;
        line-height: 120px;
        margin-bottom: 20px;
      }
    }
    @media only screen and (max-width: 575px) {
      .error-text > h1 {
        font-size: 120px;
        line-height: 120px;
        margin-bottom: 15px;
      }
    }
    .error-text > h2 {
      font-size: 35px;
      line-height: 47px;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 5px;
      color: #333333;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .error-text > h2 {
        font-size: 28px;
        line-height: 28px;
      }
    }
    @media only screen and (max-width: 767px) {
      .error-text > h2 {
        font-size: 28px;
        line-height: 28px;
      }
    }
    @media only screen and (max-width: 575px) {
      .error-text > h2 {
        font-size: 20px;
        line-height: 24px;
      }
    }
    .error-text > p {
      font-size: 22px;
      font-weight: 300;
      line-height: 25px;
      margin: 20px auto 30px;
      color: #333333;
      max-width: 700px;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .error-text > p {
        font-size: 18px;
        line-height: 24px;
        max-width: 550px;
      }
    }
    @media only screen and (max-width: 767px) {
      .error-text > p {
        font-size: 18px;
        line-height: 24px;
        max-width: 450px;
      }
    }
    @media only screen and (max-width: 575px) {
      .error-text > p {
        font-size: 18px;
        line-height: 24px;
        max-width: 100%;
      }
    }

    .search-error form {
      display: inline-block;
      position: relative;
      text-align: center;
      width: 500px;
    }
    @media only screen and (max-width: 575px) {
      .search-error form {
        width: 100%;
      }
    }
    .search-error input {
      background: none;
      border: 1px solid #e9e9e9;
      color: #333333;
      float: left;
      font-size: 14px;
      height: 50px;
      padding: 0 40px 0 15px;
      width: 100%;
      line-height: 50px;
    }
    .search-error button {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      border: medium none;
      color: #4f4f4f;
      font-size: 18px;
      height: 50px;
      line-height: 50px;
      position: absolute;
      cursor: pointer;
      right: 0;
      top: 0;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      width: 50px;
    }
    .search-error button:hover {
      color: #83ab2c;
    }

    .error-button a {
      background: #83ab2c none repeat scroll 0 0;
      border-radius: 35px;
      color: #ffffff;
      display: inline-block;
      font-size: 12px;
      font-weight: bold;
      line-height: 40px;
      margin-top: 30px;
      padding: 0 30px;
      text-transform: uppercase;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .error-button a {
        margin-bottom: 20px;
      }
    }
    @media only screen and (max-width: 767px) {
      .error-button a {
        margin-bottom: 15px;
      }
    }
    @media only screen and (max-width: 575px) {
      .error-button a {
        margin-bottom: 15px;
      }
    }
    .error-button a:hover {
      background: #333;
    }
    
    @media screen and (max-width: 768px) { /* Adjust 768px as needed for your mobile breakpoint */
      .checkout .dropdown-menu {
       width: 251px; /* Set your desired width here */
      }
    }

@media screen and (max-width: 768px) {
  #stage3 .card {
    width: 100%; /* Make the card take full width on small screens */
    padding: 1rem; /* Adjust padding for better spacing */
  }

  #stage3 .sq-card-iframe-container {
    width: 100%; /* Ensure the Square card input iframe is responsive */
  }

  #stage3 .sq-card-component {
    max-width: 100%; /* Prevent overflow of the iframe */
  }

  #card-container {
    display: flex;
    justify-content: center; /* Center the card input */
    align-items: center;
    width: 100%;
  }

  #payment-status-container {
    text-align: center;
  }

  .btn {
    width: 100%; /* Make buttons full width on mobile for better usability */
    margin-bottom: 10px; /* Add some spacing between buttons */
  }

  .row.mt-2 .text-end h5 {
    text-align: center; /* Center the total amount text */
  }
}

.responsive-width {
    width: 100%; /* Default for small screens (mobile) */
}

@media (min-width: 768px) {
    .responsive-width {
        width: 50%; /* 50% width for medium screens and above */
    }
}