/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
#primary .entry-header {
  display: none;
}
#primary .entry-content {
  max-width: 1140px;
  margin: auto;
  margin-top: 3rem;
}
#primary .entry-content .woocommerce {
  display: flex;
}
#primary .entry-content .woocommerce .woocommerce-MyAccount-navigation {
  width: 30%;
  display: inline-block;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #primary .entry-content .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    display: block;
  }
}
#primary .entry-content .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin-left: -1.5rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #primary .entry-content .woocommerce .woocommerce-MyAccount-navigation ul {
    margin-left: -1.5rem;
    margin-right: 1rem;
  }
}
#primary .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li {
  background-color: #007a3d;
  padding: 30px 30px 0px 30px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #primary .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li {
    padding: 15px 30px 15px 30px;
  }
}
#primary .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 0px 0px 30px 0px;
}
#primary .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li:not(.is-active) {
  background-color: #f4f4f4;
}
#primary .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li:not(.is-active) a {
  color: #8c8e8d;
}
#primary .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li:hover {
  background-color: #007a3d;
}
#primary .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li:hover a {
  color: #fff;
}
#primary .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li:first-child {
  border-radius: 10px 10px 0px 0px;
}
#primary .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border-radius: 0px 0px 10px 10px;
  border-bottom: 0px;
}
#primary .entry-content .woocommerce .woocommerce-MyAccount-navigation ul a {
  font-family: "Lato-Bold";
  font-size: 18px;
  text-decoration: none;
  outline: none;
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  #primary .entry-content .woocommerce .woocommerce-MyAccount-navigation ul a {
    font-size: 13px;
  }
}
#primary .entry-content .woocommerce .woocommerce-MyAccount-content {
  width: 69%;
  padding: 0px 20px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #primary .entry-content .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    padding: 0px 10px;
  }
}
#primary .entry-content .woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address {
  max-width: 50%;
  width: 49%;
  padding-left: 20px;
  height: auto;
  height: 270px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #primary .entry-content .woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address {
    height: auto;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  #primary .entry-content .woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address {
    width: 100%;
    max-width: 100% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #primary .entry-content .woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address {
    max-width: 100% !important;
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  #primary .entry-content .woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address {
    max-width: 50% !important;
    width: 49%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  #primary .entry-content .woocommerce .woocommerce-MyAccount-content .addresses .woocommerce-Address:last-child {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-Addresses {
    display: flex;
    margin: auto;
    justify-content: center;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-MyAccount-content .woocommerce-Addresses {
    display: block;
    margin: auto;
    justify-content: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.woocommerce-message {
  border-top-color: #9eca73;
}

.woocommerce-message::before {
  color: #9eca73;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce table.shop_table_responsive tr td::before {
    font-size: 13px;
  }
}

.woocommerce .col2-set .col-1 {
  padding-left: 0px;
}

.woocommerce-table--order-details table {
  width: 50%;
  margin: auto;
}
.woocommerce-table--order-details tbody {
  text-align: right;
}
.woocommerce-table--order-details tbody .woocommerce-table__line-item td:nth-child(2) {
  text-align: center;
}
.woocommerce-table--order-details tbody .woocommerce-table__line-item td:nth-child(3) {
  display: none;
}
.woocommerce-table--order-details tfoot td, .woocommerce-table--order-details tfoot th {
  border-bottom: 1px solid #e8e9e9;
}
.woocommerce-table--order-details tfoot tr:last-child th, .woocommerce-table--order-details tfoot tr:last-child td {
  border-bottom: none;
}

.cart-form .woocommerce-cart-form .wczpc_maindiv {
  display: none !important;
}

.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce .cart-collaterals .cart_totals {
    padding: 15px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .order-total td[data-title=Total] {
    display: flex;
  }
}

.cart-collaterals .cart_totals table {
  width: 100%;
}

.woocommerce-cart-form .shop_table tbody tr:nth-child(3) td {
  padding-bottom: 0rem !important;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-cart-form .shop_table tbody tr:nth-child(3) td {
    padding: 1rem !important;
  }
}
.woocommerce-cart-form .shop_table {
  border: none !important;
}
.woocommerce-cart-form .shop_table td {
  border-top: none !important;
}
.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-thumbnail img {
  width: auto;
  height: 109px;
}
.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name a {
  font-family: "Lato-Bold";
  font-size: 17px;
  color: #007a3d;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name a {
    padding-right: 0px !important;
  }
}
.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name dl dt,
.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name dd p {
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #8c8e8d;
}
.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-name dd p {
  color: #007a3d;
}
.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-price .woocommerce-Price-amount bdi,
.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount bdi {
  font-family: "Lato-Bold";
  font-size: 17px;
  color: #8c8e8d;
}
.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-price .woocommerce-Price-amount bdi span,
.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-subtotal .woocommerce-Price-amount bdi span {
  margin-right: 0.1rem;
}
.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-quantity .quantity .qty_button {
  background: transparent !important;
  padding: 0.4em 1em 0.4em !important;
  font-family: "Lato-Bold";
  font-size: 15px;
  color: #8c8e8d;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-quantity .quantity .qty_button {
    padding: 0.4em 0.7em 0.4em !important;
  }
}
.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-quantity .quantity .qty {
  border: none !important;
  font-family: "Lato-Bold";
  font-size: 15px;
  color: #8c8e8d;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-quantity .quantity .qty {
    width: 2em;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove {
    position: absolute;
    top: 66%;
    right: -1%;
    width: auto;
    padding: 0px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove {
    top: 59%;
  }
}
@media only screen and (min-width: 370px) and (max-width: 768px) {
  .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove {
    top: 59%;
  }
}
.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove a.remove {
  height: 1.3em !important;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove a.remove {
    padding: 0px !important;
  }
}
.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove a.remove i {
  font-size: 20px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove a.remove i {
    color: red;
    font-size: 16px;
  }
}
.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove a.remove:hover {
  background-color: transparent !important;
}
.woocommerce-cart-form .shop_table .woocommerce-cart-form__cart-item .product-remove a.remove:hover i {
  color: red;
}
.woocommerce-cart-form .shop_table td {
  padding: 1rem !important;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-cart-form .shop_table td {
    padding: 1rem !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .woocommerce-cart-form .shop_table td {
    padding: 1rem !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-cart-form .shop_table .wczp_cookie_check_div {
    display: flex !important;
    align-items: center;
  }
}
.woocommerce-cart-form .shop_table .wczpc_maindiv {
  display: flex;
  align-items: center;
  vertical-align: middle;
  width: 50%;
  background-color: transparent !important;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-cart-form .shop_table .wczpc_maindiv {
    width: 100%;
  }
}
.woocommerce-cart-form .shop_table .wczpc_maindiv h3 {
  height: 31px;
  margin-right: 1rem !important;
}
.woocommerce-cart-form .shop_table .wczpc_maindiv input.wczpcheck {
  width: 197px;
  height: 48px;
  border-radius: 10px;
  border: solid 1px #8c8e8d;
  padding-left: 20px;
  font-family: "Lato-Regular";
  font-size: 13px;
  color: #8c8e8d;
  margin-bottom: 0rem;
  margin-right: 20px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-cart-form .shop_table .wczpc_maindiv input.wczpcheck {
    width: 100% !important;
    padding-left: 6px;
    font-size: 10px;
    margin-right: 10px;
  }
}
.woocommerce-cart-form .shop_table .wczpc_maindiv input.wczpbtn {
  width: 95px !important;
  height: 48px;
  border-radius: 10px;
  background-color: #007a3d !important;
  font-family: "Lato-Bold";
  font-size: 13px;
  color: #fff;
  margin: 0;
}
.woocommerce-cart-form .shop_table .wczpc_maindiv .wczp_cookie_check_div {
  display: flex;
  width: 100%;
}

.shipping_details {
  width: -moz-max-content;
  width: max-content;
  float: left;
  align-items: center;
  display: flex;
  padding-top: 1rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .shipping_details {
    width: 100%;
    text-align: center;
  }
}
.shipping_details p {
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #8c8e8d;
}
.shipping_details p span {
  color: #007a3d;
}

.cart-collaterals {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .cart-collaterals {
    display: block;
  }
}
.cart-collaterals .cart_totals {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .cart-collaterals .cart_totals {
    display: block;
  }
}
.cart-collaterals .cart_totals table {
  border: none !important;
  width: auto !important;
  margin-bottom: 0px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .cart-collaterals .cart_totals table {
    margin: auto;
  }
}
.cart-collaterals .cart_totals table .order-total th,
.cart-collaterals .cart_totals table .order-total td {
  font-family: "Lato-Bold";
  font-size: 20px;
  color: #007a3d;
}
.cart-collaterals .cart_totals table .order-total td[data-title=Total] {
  padding-left: 0px;
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .cart-collaterals .cart_totals table .order-total td[data-title=Total] {
    display: flex;
    white-space: break-spaces;
  }
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-left: 2rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    margin-left: 0rem;
  }
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  width: 160px;
  height: 50px;
  border-radius: 15px;
  background-color: #007a3d;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  display: grid;
  font-family: "Lato-Bold";
  font-size: 17px;
  color: #fff;
  background-color: #007a3d !important;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    width: 90%;
    height: 40px;
    margin: auto;
  }
}

.woocommerce .return-to-shop {
  text-align: center;
}
.woocommerce .return-to-shop a {
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #fff;
  padding: 12px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #007a3d;
  border-radius: 10px;
  padding-top: 10px;
  border: none;
  outline: none;
  display: inline-block;
  margin-top: 0.5rem;
}

.woocommerce-info {
  border-top: 3px solid #9eca73;
  font-family: "Lato-Bold";
  font-size: 16px;
  color: #8c8e8d;
}

.woocommerce-info::before {
  color: #007a3d;
}

.cart_progress .progress-section {
  position: relative;
  width: 100%;
  border-bottom: 3px solid rgba(140, 142, 141, 0.5);
  margin-bottom: 2rem;
}
.cart_progress p {
  text-align: center;
  font-family: "Lato-Bold";
  font-size: 24px;
}
.cart_progress .show-progress {
  position: absolute;
  width: 0%;
  border-bottom: 3px solid #007a3d;
}
.cart_progress .active-cart {
  color: #007a3d;
}
.cart_progress .passive-cart {
  color: rgba(140, 142, 141, 0.5);
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .cart_progress .shopping-cart {
    width: 30%;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .cart_progress .order-information {
    width: 40%;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .cart_progress .finish-paying {
    width: 30%;
  }
}

.woocommerce-MyAccount-content {
  padding-right: 0px;
}
.woocommerce-MyAccount-content .user-details {
  padding: 4rem 2rem;
  margin-bottom: 2rem;
  background-color: #f4f4f4;
  border-radius: 10px;
  margin-right: 1.7rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-MyAccount-content .user-details {
    width: 100%;
    padding: 3rem 2rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .woocommerce-MyAccount-content .user-details {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .woocommerce-MyAccount-content .user-details {
    margin-bottom: 0.5rem;
  }
}
.woocommerce-MyAccount-content .user-details h4 {
  font-family: "Lato-Bold";
  font-size: 22px;
  color: #007a3d;
}
.woocommerce-MyAccount-content .user-details a {
  float: right;
  font-family: "Lato-Bold";
  font-size: 13px;
  color: #007a3d;
}
.woocommerce-MyAccount-content .user-details i {
  font-family: "Lato-Bold";
  font-size: 13px;
  color: #007a3d;
}
.woocommerce-MyAccount-content .myaccount-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-MyAccount-content .myaccount-wrapper .myaccount-tabs {
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 96%;
  height: 126px;
  border-radius: 10px;
  margin: 0rem 0rem;
  background-color: #f4f4f4;
  margin-bottom: 2rem;
  text-align: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-MyAccount-content .myaccount-wrapper .myaccount-tabs {
    width: 100%;
    margin: 0rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .woocommerce-MyAccount-content .myaccount-wrapper .myaccount-tabs {
    width: 96%;
    margin: 0rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .woocommerce-MyAccount-content .myaccount-wrapper .myaccount-tabs {
    width: 94%;
    margin: 0rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .woocommerce-MyAccount-content .myaccount-wrapper .myaccount-tabs {
    width: 96%;
  }
}
.woocommerce-MyAccount-content .myaccount-wrapper .myaccount-tabs img {
  margin-right: 15px;
}
.woocommerce-MyAccount-content .myaccount-wrapper .myaccount-tabs span {
  font-family: "Lato-Bold";
  font-size: 18px;
  color: #8c8e8d;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-MyAccount-content .myaccount-wrapper .myaccount-tabs span {
    font-size: 11px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .woocommerce-MyAccount-content .myaccount-wrapper .myaccount-tabs span {
    font-size: 13px;
  }
}
.woocommerce-MyAccount-content .myaccount-wrapper .myaccount-tabs p {
  position: absolute;
  top: 60%;
  left: 48%;
  font-family: "Lato-Regular";
  font-size: 10px;
  color: #8c8e8d;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-MyAccount-content .myaccount-wrapper .myaccount-tabs p {
    font-size: 8px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .woocommerce-MyAccount-content .myaccount-wrapper .myaccount-tabs p {
    font-size: 8px !important;
  }
}
.woocommerce-MyAccount-content .myaccount-wrapper .myaccount-tabs .pending-review {
  left: 45%;
}
.woocommerce-MyAccount-content .myaccount-wrapper .myaccount-tabs .address-book-dashboard {
  left: 45%;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-MyAccount-content .myaccount-wrapper .myaccount-tabs .address-book-dashboard {
    left: 46%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .woocommerce-MyAccount-content .myaccount-wrapper .myaccount-tabs .address-book-dashboard {
    left: 43%;
  }
}
.woocommerce-MyAccount-content .myaccount-wrapper .myaccount-tabs .notification {
  left: 42%;
}
.woocommerce-MyAccount-content .myaccount-wrapper #address {
  width: 96%;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-MyAccount-content .myaccount-wrapper #address {
    width: 100%;
    margin: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .woocommerce-MyAccount-content .myaccount-wrapper #address {
    width: 94%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .woocommerce-MyAccount-content .myaccount-wrapper #address {
    width: 96%;
  }
}
.woocommerce-MyAccount-content .myaccount-wrapper .myaccount-tabs:hover {
  border-left: 5px solid #007a3d;
}
.woocommerce-MyAccount-content .myaccount-wrapper .myaccount-tabs:hover span {
  color: #007a3d;
}
.address-book {
  padding: 2rem;
  background-color: #f4f4f4;
  margin: 1rem 0rem;
  border-radius: 10px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .address-book {
    margin-top: 1rem;
  }
}
.address-book p {
  font-family: "Lato-Bold";
  font-size: 22.5px;
  color: #007a3d;
}
.address-book .wc-address-book-address .wc-address-book-meta {
  margin-bottom: 2rem;
  display: inline-flex;
  align-items: center;
}
.address-book .wc-address-book-address .wc-address-book-meta a:nth-child(2) {
  background-color: transparent;
  color: #007a3d;
  border: 1px solid #007a3d;
}
.address-book .wc-address-book-address .wc-address-book-meta a:last-child {
  background-color: transparent;
  color: #007a3d;
  float: right;
}
.address-book .wc-address-book-address .wc-address-book-meta a {
  margin-right: 10px;
  margin-top: -3rem;
  font-size: 12px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .address-book .wc-address-book-edit {
    padding: 0rem !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .address-book .wc-address-book-edit {
    padding: 0rem !important;
  }
}

.review-wrapper {
  border: 1px solid #e8e9e9;
  border-radius: 10px;
}
.review-wrapper .review-title {
  padding: 2rem;
  background-color: #f4f4f4;
  border-radius: 10px 10px 0px 0px;
}
.review-wrapper .review-title h4 {
  font-family: "Lato-Bold";
  font-size: 22.5px;
  color: #007a3d;
}

.review-div {
  padding: 1rem;
}
.review-div .review-content {
  padding: 2rem;
  background-color: #f4f4f4;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .review-div .review-content {
    display: block;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .review-div .review-content {
    display: block;
  }
}
.review-div .review-content img {
  margin-right: 2rem;
}
.review-div .review-content h5 {
  font-family: "Lato-Bold";
  font-size: 18px;
  color: #007a3d;
}
.review-div .review-content span {
  font-family: "Lato-Regular";
  font-size: 13px;
  color: #8c8e8d;
}
.review-div .review-content p {
  width: 440px;
  font-family: "Lato-Regular";
  font-size: 14px;
  color: #8c8e8d;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .review-div .review-content p {
    width: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .review-div .review-content p {
    width: auto;
  }
}
.review-div .review-content .review-links {
  margin-top: 1rem;
  float: right;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .review-div .review-content .review-links {
    float: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .review-div .review-content .review-links {
    float: none;
  }
}
.review-div .review-content .review-links a:first-child {
  margin-right: 10px;
}
.review-div .review-content .review-links a:last-child {
  color: #007a3d;
  background-color: transparent;
  border: 1px solid #007a3d;
}
.review-div .review_content-inner {
  display: inline-block;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .review-div .review_content-inner {
    display: block;
    margin-top: 1rem;
  }
}

.address-note {
  font-family: "Lato-Regular";
  font-size: 14px;
  color: #92a59c;
}

.woocommerce-Address-title h3 {
  font-family: "Lato-Bold";
  font-size: 22.5px;
  color: #007a3d;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-Address-title h3 {
    width: 120px;
    font-size: 12px;
  }
}
.woocommerce-Address-title a {
  font-family: "Lato-Bold";
  font-size: 12px;
  color: #007a3d;
  float: right;
  margin-top: -1.8rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-Address-title a {
    margin-top: -0.8rem;
    margin-left: auto;
    margin-right: -2rem;
    font-size: 10px !important;
  }
}

address {
  font-family: "Lato-Bold";
  font-size: 15px;
  color: #8c8e8d;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  address {
    font-size: 10px;
  }
}

.woocommerce-Address {
  padding: 2rem;
  background-color: #f4f4f4;
  height: 100%;
  border-radius: 10px;
  height: 33vh;
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .woocommerce-Address {
    height: auto;
  }
}

.woocommerce h3 {
  font-family: "Lato-Bold";
  font-size: 22.5px;
  color: #007a3d;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce h3 {
    width: 120px;
    font-size: 12px;
  }
}
.woocommerce .add-new-address {
  width: auto;
  margin-top: 1rem;
  height: 175px;
  border-radius: 10px;
  background-color: #f4f4f4;
  text-align: center;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce .add-new-address {
    margin-top: 1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .woocommerce .add-new-address {
    margin-top: 0rem;
  }
}
.woocommerce .add-new-address a {
  font-family: "Lato-Regular";
  font-size: 14px;
  color: #8c8e8d;
  background-color: transparent;
  margin: auto;
  outline: none;
  align-items: center;
  display: flex;
}
.woocommerce .add-new-address a::before {
  content: "\f067";
  font-family: fontAwesome;
  font-size: 20px;
  -webkit-text-stroke: 1px #fff;
  margin-right: 20px;
}
.woocommerce .add-new-address a:hover {
  background-color: transparent;
}

.woocommerce .woocommerce-address-fields__field-wrapper p {
  margin-bottom: 1.5rem;
}
.woocommerce form {
  padding: 3rem;
  background-color: #f4f4f4;
  border-radius: 10px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce form {
    padding: 1rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .woocommerce form {
    padding: 0.5rem;
  }
}
.woocommerce button[name=save_address] {
  background-color: #007a3d;
  border-radius: 10px;
  color: #fff;
  font-family: "Lato-Bold";
  font-size: 14px;
  padding: 15px;
}
.woocommerce .form-row {
  display: block;
  margin-bottom: 1rem;
}
.woocommerce .form-row label {
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #1a1919;
}
.woocommerce .form-row .woocommerce-input-wrapper input,
.woocommerce .form-row .woocommerce-input-wrapper .select2-selection--single {
  width: auto;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #8c8e8d;
  padding-left: 20px;
  color: #8c8e8d;
  font-family: "Lato-Regular";
  font-size: 16px;
}
.woocommerce .form-row .woocommerce-input-wrapper .select2-selection--single {
  padding-left: 10px;
}
.woocommerce .form-row ::-moz-placeholder {
  color: #8c8e8d;
  font-family: "Lato-Bold";
  font-size: 14px;
}
.woocommerce .form-row ::placeholder {
  color: #8c8e8d;
  font-family: "Lato-Bold";
  font-size: 14px;
}
.woocommerce .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
  color: #8c8e8d;
}
.woocommerce .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}
.woocommerce .form-row .select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
}

button {
  outline: none;
}
button:hover {
  background-color: transparent;
}

.woocommerce table.order_details {
  border: none;
}
.woocommerce table.order_details .woocommerce-table__product-name {
  padding: 2rem;
  display: grid;
  align-items: center;
  text-align: center;
  grid-gap: 15px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce table.order_details .woocommerce-table__product-name {
    display: table-cell;
  }
}
.woocommerce table.order_details .woocommerce-table__product-name a {
  font-family: "Lato-Bold";
  font-size: 18px;
  color: #8c8e8d;
  margin-left: 1rem;
}
.woocommerce table.order_details .woocommerce-table__product-total span {
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #8c8e8d;
}
.woocommerce table.order_details .woocommerce-table__product-total .woocommerce-Price-currencySymbol {
  margin-right: 5px;
}
.woocommerce table.order_details .woocommerce-table__product-total .product-quantity {
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #8c8e8d;
}
.woocommerce table.order_details p a {
  width: 143px;
  height: 42px;
  border-radius: 10px;
  background-color: #007a3d;
  display: block;
  font-family: "Lato-Bold";
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce table.order_details tfoot tr th,
.woocommerce table.order_details tfoot tr td {
  border-top: none;
}
.woocommerce table.order_details tfoot tr th {
  font-family: "Lato-Bold";
  font-size: 16px;
  color: #8c8e8d;
  text-align: center;
}
.woocommerce table.order_details tfoot tr td {
  font-family: "Lato-Bold";
  font-size: 30px;
  color: #007a3d;
  text-align: center;
}
.woocommerce table.order_details tfoot .woocommerce-Price-currencySymbol {
  font-size: 20px;
  margin-right: 5px;
}

.woocommerce-order-details {
  border: 1px solid #e8e9e9;
  border-radius: 10px;
}
.woocommerce-order-details .woocommerce-order-details__title {
  padding: 2rem;
  background-color: #f4f4f4;
  font-family: "Lato-Bold";
  font-size: 22.5px;
  color: #007a3d;
  border-radius: 10px 10px 0px 0px;
}

.woocommerce-customer-details {
  border: 1px solid #e8e9e9;
  border-radius: 10px;
}
.woocommerce-customer-details h2 {
  padding: 2rem;
  background-color: #f4f4f4;
  font-family: "Lato-Bold";
  font-size: 22.5px;
  color: #007a3d;
  border-radius: 10px 10px 0px 0px;
}
.woocommerce-customer-details address {
  padding: 2rem;
  font-family: "Lato-Bold";
  border-radius: 10px;
  margin-left: 0px;
  font-size: 22.5px;
  color: #8c8e8d;
  border-radius: 10px 10px 0px 0px;
  border: none !important;
}
.woocommerce-customer-details .customer-details {
  font-family: "Lato-Regular";
  font-size: 13.5px;
  color: #8c8e8d;
  padding: 5px 1rem;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  content: "";
  display: none;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  padding-left: 0rem;
}

.payment-mode {
  border: 1px solid #e8e9e9;
  border-radius: 10px;
}
.payment-mode h2 {
  padding: 2rem;
  background-color: #f4f4f4;
  font-family: "Lato-Bold";
  font-size: 22.5px;
  color: #007a3d;
  border-radius: 10px 10px 0px 0px;
}
.payment-mode p {
  padding: 2rem;
  font-family: "Lato-Bold";
  font-size: 20px;
  color: #8c8e8d;
}

.woocommerce .login-title {
  font-family: "Lato-Bold";
  font-size: 22.5px;
  color: #007a3d;
  margin: auto;
  text-align: center;
}
.woocommerce form.login {
  margin: auto;
  margin-top: 1rem;
  border: 1px solid #e8e9e9;
  padding: 2rem;
}
.woocommerce form .form-row input.input-text,
.woocommerce .woocommerce form .form-row textarea {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #8c8e8d;
  padding-left: 20px;
  color: #8c8e8d;
  font-family: "Lato-Regular";
  font-size: 16px;
}
.woocommerce button.woocommerce-form-login__submit {
  background-color: #007a3d;
  color: #fff;
  font-family: "Lato-Regular";
  font-size: 14px;
  margin-top: 1rem;
}
.woocommerce button.woocommerce-form-login__submit:hover {
  background-color: #007a3d;
  color: #fff;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-top: 1.2rem;
  margin-left: 1rem;
  display: inline-flex;
  align-items: center;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
  cursor: pointer;
}
.woocommerce #rememberme {
  margin-right: 10px;
}
.woocommerce .lost_password {
  margin-top: 1rem;
}
.woocommerce .lost_password a {
  font-family: "Lato-Regular";
  font-size: 16px;
  color: #007a3d;
}

.my-account-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .my-account-wrapper {
    margin-top: 0rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .my-account-wrapper {
    margin-top: 1rem;
  }
}
.my-account-wrapper h1 {
  font-size: 30px;
  font-family: "Lato-Bold";
  color: #007a3d;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .my-account-wrapper h1 {
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .my-account-wrapper h1 {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.my-account-wrapper .op-75 {
  font-size: 18px;
  font-family: "Lato-Bold";
  color: #8c8d8e;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .my-account-wrapper .op-75 {
    font-size: 11px !important;
    margin-right: 20px;
    display: flex;
    align-items: center;
  }
}
.my-account-wrapper .op-75 a {
  color: #007a3d;
  text-decoration: underline;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  vertical-align: text-bottom;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .my-account-wrapper .op-75 a {
    padding: 0px !important;
  }
}
.my-account-wrapper .form-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .my-account-wrapper .login-header {
    margin-top: 1rem;
  }
}

.my-account-inner-wrapper {
  width: 100%;
}

.lostpswd {
  width: 50%;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .lostpswd {
    width: 100%;
    margin-top: 0rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .lostpswd {
    width: 100%;
    margin-top: 0rem;
  }
}

.tml {
  margin: auto;
  margin-top: 2rem;
  background-color: #f4f4f4;
  padding: 2rem;
  border-radius: 10px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .tml {
    margin: 0px 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .tml {
    margin: 0px 20px;
  }
}
.tml .tml-field {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #8c8e8d;
  padding-left: 20px;
  color: #8c8e8d;
  font-family: "Lato-Regular";
  font-size: 16px;
}
.tml .tml-label {
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #007a3d;
  margin: 15px 0px;
}
.tml button {
  padding: 8px 30px;
  border-radius: 50px;
  border: 3px solid #e7ede6;
  color: #fff;
  background: #007a3d;
  font-size: 14px;
  text-decoration: none;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  /*
  		background-color: $primary_color;
  		color: #fff;
  		font-family: "Lato-Regular";
  		font-size: 14px;
  		margin-top: 1rem;
  		border-radius: 10px;
  */
}
.tml button:hover {
  border: 3px solid #007a3d;
  background: #fff;
  color: rgb(0, 95, 42);
  text-decoration: none;
}
.tml .tml-links {
  list-style: none;
  display: flex;
  margin-left: -3rem;
  margin-top: 2rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .tml .tml-links {
    margin-left: -3.5rem;
  }
}
.tml .tml-links li a {
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #007a3d;
  text-decoration: underline;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .tml .tml-links li a {
    padding: 0rem !important;
    font-size: 11px !important;
  }
}
.tml .tml-links li {
  margin: 0px 20px;
}
.tml .tml-rememberme-wrap label {
  margin-left: 10px;
}
.tml .tml-social-providers {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .tml .tml-social-providers {
    display: block;
  }
}
.tml .tml-social-providers li {
  margin: 1em 1em;
}
.tml .tml-social-providers li a {
  padding: 0px 10px;
  border-radius: 5px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .tml .tml-social-providers .tml-social-provider-text {
    font-size: 10px;
  }
}
.tml .tml-social-providers-divider span {
  display: inline-table;
}
.tml .tml-social-provider-text {
  font-family: "Lato-Regular";
}
.tml .tml-message {
  font-family: "Lato-Bold";
  font-size: 15px;
  color: #8c8d8e;
  border-left: 4px solid #9eca73;
}
.tml .tml-error {
  font-family: "Lato-Bold";
  font-size: 15px;
  color: #8c8d8e;
}

.tml-login, .tml-register, .tml-social-divider, .tml-social-providers {
  max-width: 100% !important;
}

.woocommerce-form-coupon-toggle .showcoupon {
  font-family: "Lato-Regular";
  font-size: 16px;
  color: #007a3d;
  margin-left: 1rem;
}

.woocommerce form.checkout_coupon {
  padding: 2rem;
  border: none;
}
.woocommerce form.checkout_coupon p {
  font-family: "Lato-Bold";
  font-size: 16px;
}
.woocommerce form.checkout_coupon button.button {
  background-color: #007a3d;
  color: #fff;
  font-family: "Lato-Regular";
  font-size: 14px;
  border-radius: 10px;
}
.woocommerce form.checkout_coupon button.button:hover {
  background-color: #007a3d;
  color: #fff;
}

.woocommerce-additional-fields h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Lato-Bold";
  font-size: 22.5px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-additional-fields h3 {
    width: 100%;
  }
}
.woocommerce-additional-fields textarea {
  font-family: "Lato-Bold";
  font-size: 16px;
  color: #8c8e8d;
  padding-left: 20px;
  padding-top: 20px;
  border: 1px solid #8c8e8d;
}

#order_review_heading {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Lato-Bold";
  font-size: 22.5px;
  margin-left: 1rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #order_review_heading {
    width: 100%;
  }
}

#order_review {
  margin-left: 1rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #order_review {
    margin-left: 0rem;
  }
}
#order_review .woocommerce-checkout-review-order-table {
  padding: 2rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #order_review .woocommerce-checkout-review-order-table {
    padding: 0rem;
  }
}
#order_review .product-name,
#order_review .product-total {
  font-family: "Lato-Bold";
  font-size: 18px;
  color: #007a3d;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  #order_review .product-name,
  #order_review .product-total {
    font-size: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce form .form-row textarea {
    padding: 0.5rem;
  }
}

.woocommerce table.shop_table {
  width: 100%;
  margin-left: 0px !important;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce table.shop_table {
    border-collapse: collapse;
    width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce table.shop_table td {
    padding: 9px 10px;
  }
}

.woocommerce-checkout #payment {
  background: transparent;
  border: 1px solid #e8e9e9;
}
.woocommerce-checkout .wc_payment_method .payment_method_razorpay label {
  font-family: "Lato-Bold";
  font-size: 16px;
  color: #8c8e8d;
}

.woocommerce #payment #place_order {
  background-color: #007a3d;
  color: #fff;
  font-family: "Lato-Regular";
  font-size: 14px;
  border-radius: 10px;
  outline: none;
}

.woocommerce-privacy-policy-text {
  font-family: "Lato-Regular";
  font-size: 14px;
  color: #8c8e8d;
}
.woocommerce-privacy-policy-text p a {
  color: #007a3d;
}

.woocommerce-terms-and-conditions-checkbox-text {
  font-family: "Lato-Regular";
  font-size: 14px;
  color: #000;
}
.woocommerce-terms-and-conditions-checkbox-text a {
  color: #007a3d;
  padding: 0px !important;
  font-size: 14px !important;
}

.cart-subtotal {
  font-family: "Lato-Bold";
  font-size: 18px;
  color: #8c8e8d;
}

.order-total {
  font-family: "Lato-Bold";
  font-size: 18px;
  color: #8c8e8d;
}
.order-total .woocommerce-Price-amount {
  font-family: "Lato-Bold";
  font-size: 22.5px;
  color: #007a3d;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .order-total .woocommerce-Price-amount {
    margin-left: 10px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .order-total td[data-title=Total] {
    padding-left: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .order-total .includes_tax {
    display: block;
  }
}

.woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
  font-family: "Lato-Bold";
  font-size: 18px;
  color: #007a3d;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
    text-align: center;
  }
}

.woocommerce .order_details {
  border: 1px solid #e8e9e9;
  border-radius: 10px 10px 0px 0px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce .order_details {
    display: grid;
    margin: 0rem 1rem !important;
    border-radius: 10px;
    padding-left: 0rem;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .woocommerce .order_details {
    margin: 0rem 1rem !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .woocommerce .order_details {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}
.woocommerce .order_details li {
  padding: 2rem;
  font-family: "Lato-Bold";
  font-size: 22.5px;
  color: #007a3d;
  border-right: 1px solid #e8e9e9 !important;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce .order_details li {
    margin-right: 0rem !important;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 1rem !important;
    border-bottom: 1px solid #e8e9e9;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .woocommerce .order_details li {
    float: none !important;
  }
}
.woocommerce .order_details strong {
  background-color: transparent;
  color: #8c8e8d;
  padding-top: 1rem;
}

.my-order-wrapper {
  border-radius: 10px;
  border: 1px solid #e8e9e9;
}
.my-order-wrapper .my-order-title {
  font-family: "Lato-Bold";
  font-size: 22.5px;
  color: #007a3d;
  background-color: #f4f4f4;
  padding: 2rem;
}
.my-order-wrapper .order-div.cancelled {
  padding: 2rem;
}
.my-order-wrapper .order-div.pending {
  padding: 2rem;
}
.my-order-wrapper .order-div.processing {
  padding: 2rem;
}
.my-order-wrapper .order-div {
  padding: 2rem;
}
.my-order-wrapper .status {
  font-family: "Lato-Bold";
  font-size: 18px;
  color: #8c8e8d;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .my-order-wrapper .status {
    font-size: 16px;
  }
}
.my-order-wrapper .date {
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #007a3d;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .my-order-wrapper .date {
    font-size: 11px;
  }
}
.my-order-wrapper .order {
  font-family: "Lato-Bold";
  font-size: 18px;
  color: #8c8e8d;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .my-order-wrapper .order {
    font-size: 11px;
  }
}
.my-order-wrapper .amount {
  margin-left: auto;
  font-family: "Lato-Bold";
  font-size: 22.5px;
  color: #007a3d;
}
.my-order-wrapper .btn {
  margin-top: 2rem;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
}
.my-order-wrapper .btn a {
  background-color: #007a3d;
  color: #fff;
  font-family: "Lato-Regular";
  font-size: 14px;
  border-radius: 10px;
  outline: none;
  margin-right: 10px;
  margin-bottom: 10px;
}

.woocommerce .woocommerce-customer-details--phone {
  font-family: "Lato-Regular";
}
.woocommerce #customer_login {
  display: flex;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce #customer_login {
    display: block;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce #customer_login .u-column1 {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce #customer_login .u-column2 {
    max-width: 100%;
  }
}
.woocommerce #customer_login form.register {
  height: 88%;
  padding: 2rem;
}
.woocommerce #customer_login h2 {
  font-family: "Lato-Bold";
  font-size: 22.5px;
  color: #007a3d;
  margin: auto;
  text-align: center;
}
.woocommerce #customer_login .woocommerce-form-row {
  margin-bottom: 1rem;
}
.woocommerce #customer_login button.button {
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #fff;
  padding: 12px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #007a3d;
  border-radius: 10px;
  padding-top: 10px;
  border: none;
  outline: none;
  display: inline-block;
  margin-top: 1.5rem;
}
.woocommerce #customer_login button.button:hover {
  background-color: #007a3d;
  color: #fff;
}
.woocommerce form.register {
  border: 1px solid #e8e9e9;
  margin-top: 1rem;
}

.woocommerce button[name=save_account_details] {
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #fff;
  padding: 12px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #007a3d;
  border-radius: 10px;
  padding-top: 10px;
  border: none;
  outline: none;
  display: inline-block;
  margin-top: 1.5rem;
}

.woocommerce-message {
  font-family: "Lato-Bold";
  font-size: 14px;
}
.woocommerce-message a {
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #007a3d;
}

@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .read_more_link, .delete_review {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.woocommerce .lost_reset_password p {
  font-family: "Lato-Bold";
  font-size: 16px;
  color: #007a3d;
}

.woocommerce button[value="Reset password"] {
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #fff;
  padding: 12px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #007a3d;
  border-radius: 10px;
  padding-top: 10px;
  border: none;
  outline: none;
  display: inline-block;
  margin-top: 1.5rem;
}

.woocommerce .woocommerce-message .button {
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #fff;
  padding: 12px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #007a3d;
  border-radius: 10px;
  padding-top: 10px;
  border: none;
  outline: none;
  display: inline-block;
}

.woocommerce p {
  font-family: "Lato-Bold";
  font-size: 15px;
  color: #8c8d8e;
}

.cart-discount th {
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #8c8d8e;
}
.cart-discount td {
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #007a3d;
}

.woocommerce-remove-coupon {
  font-family: "Lato-Bold";
  font-size: 12px;
  color: red;
  margin-left: 1rem;
}

.cart_item {
  position: relative;
}

.woocommerce .woocommerce-pagination a.button {
  background-color: #007a3d;
  color: #fff;
  font-family: "Lato-Regular";
  font-size: 14px;
  border-radius: 10px;
  outline: none;
  margin-right: 10px;
  margin: 20px 0px;
}

.includes_tax {
  color: #007a3d;
}
.includes_tax .woocommerce-Price-currencySymbol {
  font-size: 13px !important;
}

.woocommerce-order-details table td {
  font-size: 20px !important;
}

.woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
  padding-right: 0px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
    margin-left: 0px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce .woocommerce-customer-details .customer-details:last-child {
    margin-left: -15px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .place-order .woocommerce-Price-amount {
    margin-left: 10px;
  }
}

.shiping-address {
  font-family: "Lato-Regular";
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .wc-address-book-edit {
    border: 0px !important;
  }
}/*# sourceMappingURL=my-account.css.map */