/*
Theme Name: Melink Corp.

WooCommerce styles override
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap");
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }

  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }

  ul.products.columns-2 li.product {
    width: 48.1%;
  }

  ul.products.columns-3 li.product {
    width: 30.7966666667%;
  }

  ul.products.columns-4 li.product {
    width: 22.15%;
  }

  ul.products.columns-5 li.product {
    width: 16.96%;
  }

  ul.products.columns-6 li.product {
    width: 13.4933333333%;
  }
}
/**
 * Single product
 */
.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.7966666667%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #a9dc93;
}
.stock.out-of-stock {
  color: #fbbcc8;
}

/**
 * Checkout
 */
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content {
  padding-top: 140px;
}

.admin-bar .woocommerce-cart .entry-content,
.admin-bar .woocommerce-checkout .entry-content {
  padding-top: 172px;
}

.woocommerce-checkout {
  margin-bottom: 40px;
}
.woocommerce-checkout input[type=text],
.woocommerce-checkout input[type=email],
.woocommerce-checkout input[type=tel] {
  width: 100%;
}
.woocommerce-checkout .select2-selection.select2-selection--single {
  border: 1px solid #2987d6;
  padding: 10px;
  height: auto;
}
.woocommerce-checkout .select2-selection.select2-selection--single .select2-selection__arrow {
  height: 30px;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 30px;
}
.woocommerce-checkout .select2-selection.select2-selection--single .select2-selection__arrow b {
  border-width: 10px 9px 0 9px;
  margin-left: -9px;
  margin-top: -7px;
}
.woocommerce-checkout .wc_payment_methods li.wc_payment_method {
  background-image: none !important;
}
.woocommerce-checkout .wc_payment_methods li.wc_payment_method label {
  padding-left: 8px;
}

.woocommerce-customer-details {
  background-color: #ebedf0;
  padding: 40px 30px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
.col2-set .form-row-last {
    width: 48.1%;
  }
}
.woocommerce-order-received p.woocommerce-thankyou-order-received {
  font-size: 2.2em;
  color: #0f294b;
  text-align: center;
}

.woocommerce-checkout li {
  padding-left: 20px;
}
.woocommerce-checkout li label {
  line-height: 2;
}
.woocommerce-checkout li input[type=radio] {
  cursor: pointer;
  background: #fff;
  transition: all 0.4s ease-in-out;
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
}
.woocommerce-checkout li input[type=radio]:checked {
  background: #2987d6;
  border-color: #2987d6;
}

.woocommerce-order-overview {
  margin: 5px 0 !important;
  padding-left: 0 !important;
}
.woocommerce-order-overview li {
  background: none !important;
  padding-left: 0 !important;
}

.woocommerce-customer-details {
  display: table;
  width: 100%;
}

.woocommerce-columns--addresses.col2-set.addresses {
  width: 100%;
}
.woocommerce-columns--addresses.col2-set.addresses .col-1,
.woocommerce-columns--addresses.col2-set.addresses .col-2 {
  float: left;
  width: 50%;
}

/**
 * General WooCommerce components
 */
/**
 * Woocommerce sections
 */
.woocommerce {
  padding-top: 30px;
}

/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #2987d6;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #2987d6;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #2987d6;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #2987d6;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #a9dc93;
}
.woocommerce-password-strength.short {
  color: #fbbcc8;
}
.woocommerce-password-strength.bad {
  color: #fbbcc8;
}
.woocommerce-password-strength.good {
  color: #c0ddea;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #a9dc93;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #fbbcc8;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  padding: 20px;
  background-color: #a9dc93;
  clear: both;
  margin-bottom: 20px;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #c0ddea;
}

.woocommerce-error {
  background-color: #fbbcc8;
}

@media screen and (min-width: 48em) {
  /**
  * Header cart
  */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
.actions button[type=submit] {
  background-color: #69bd45 !important;
  border: none !important;
  color: white;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  transition: all 0.4s ease-in-out;
  padding: 1em 2em;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
}
.actions button[type=submit]:hover {
  background-color: #469324 !important;
  cursor: pointer;
}
.actions .coupon {
  margin: 30px auto;
  background-color: #ebedf0;
  padding: 20px;
}
.actions .coupon input[type=text] {
  padding: 5px 10px;
}
.actions .coupon button[type=submit] {
  background-color: #69bd45 !important;
  border: none !important;
  color: white;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  transition: all 0.4s ease-in-out;
  padding: 1em 2em;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
}
.actions .coupon button[type=submit]:hover {
  background-color: #469324 !important;
  cursor: pointer;
}

.wc_payment_methods .woocommerce-notice {
  padding: 20px;
  background-image: none;
  margin: 15px 0;
}

.woocommerce-cart-form .shop_table thead {
  background-color: #0f294b;
}
.woocommerce-cart-form .shop_table thead tr th {
  color: white;
  padding: 10px 0;
}
.woocommerce-cart-form .shop_table tbody tr td {
  padding: 15px 0;
}

.product-quantity .quantity input[type=number] {
  max-width: 80px;
  text-align: center;
}

.cart-collaterals {
  background-color: #ebedf0;
  padding: 40px 30px;
  margin-bottom: 40px;
}
.cart-collaterals .wc-proceed-to-checkout {
  padding-top: 20px;
}
.cart-collaterals .wc-proceed-to-checkout .checkout-button {
  border: 1px solid;
  border: none;
  text-transform: uppercase !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  transition: all 0.4s ease-in-out;
  padding: 1em 2em;
  font-size: 14px;
  font-weight: 500;
  color: white;
  text-decoration: none !important;
  background-color: #69bd45;
  border: none;
  background-image: none !important;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
}
.cart-collaterals .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #469324;
  border: none;
}

.place-order button[type=submit] {
  border: 1px solid;
  border: none;
  text-transform: uppercase !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  transition: all 0.4s ease-in-out;
  padding: 1em 2em;
  font-size: 14px;
  font-weight: 500;
  color: white;
  text-decoration: none !important;
  background-color: #69bd45;
  border: none;
  background-image: none !important;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
}
.place-order button[type=submit]:hover {
  background-color: #469324;
  border: none;
}

.checkout_coupon button[type=submit] {
  background-color: #0f294b !important;
  border: 1px solid #0f294b !important;
  color: white;
  font-size: 1em;
  border-radius: 30px;
  transition: all 0.6s ease-in-out;
}
.checkout_coupon button[type=submit]:hover {
  background-color: #2987d6 !important;
  border: 1px solid #2987d6 !important;
}

.product-remove a {
  text-decoration: none;
  font-size: 2em;
  font-weight: 300;
}

#ship-to-different-address {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
#ship-to-different-address label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 28px;
  transition: all 0.4s ease-in-out;
}
#ship-to-different-address input[type=checkbox] {
  visibility: hidden;
}
#ship-to-different-address input[type=checkbox]:checked + label {
  background-color: #2987d6;
  border-color: #2987d6;
}
#ship-to-different-address input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.shipping-check-desc {
  display: inline-block;
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #2987d6;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #2987d6;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/**
 * WooCommerce progress bar
 */
.steps-header {
  z-index: 900;
  position: fixed;
  width: 100%;
  top: 62px;
}
@media screen and (min-width: 992px) {
  .steps-header {
    top: 70px;
  }
}

.admin-bar .steps-header {
  top: 92px;
}
@media screen and (min-width: 992px) {
  .admin-bar .steps-header {
    top: 102px;
  }
}

.progress-bar-wrapper {
  background-color: #ebedf0;
}
.progress-bar-wrapper .ml-progress-bar {
  display: table;
  margin: 0 auto;
  padding: 10px 15px;
}
.progress-bar-wrapper .ml-progress-bar .nav-item {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 1.4em;
  line-height: 1;
  height: 54px;
  padding: 15px 25px;
  margin: 5px auto;
  text-decoration: none;
  color: #0f294b;
  border: none;
  border-radius: 30px;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}
.progress-bar-wrapper .ml-progress-bar .nav-item strong {
  font-weight: 800;
}
@media screen and (min-width: 992px) {
  .progress-bar-wrapper .ml-progress-bar .nav-item {
    font-size: 1em;
    line-height: 1.4;
    margin: 0 20px;
  }
}
.progress-bar-wrapper .ml-progress-bar .nav-item:after {
  position: absolute;
  z-index: 1;
  right: -40px;
  bottom: calc(50% - 4px);
  width: 40px;
  display: block;
  content: "";
  height: 4px;
  background-color: #707b81;
}
.progress-bar-wrapper .ml-progress-bar .nav-item:last-child:after {
  display: none;
}
.progress-bar-wrapper .ml-progress-bar .nav-item.inactive {
  color: #fff;
  background-color: #707b81;
  display: none;
}
@media screen and (min-width: 992px) {
  .progress-bar-wrapper .ml-progress-bar .nav-item.inactive {
    display: inline-block;
  }
}
.progress-bar-wrapper .ml-progress-bar .nav-item.inactive:after {
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .progress-bar-wrapper .ml-progress-bar .nav-item.inactive:after {
    background-color: #707b81;
  }
}
.progress-bar-wrapper .ml-progress-bar .nav-item.active {
  background-color: #2987d6;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .progress-bar-wrapper .ml-progress-bar .nav-item.active {
    width: auto;
  }
}
.progress-bar-wrapper .ml-progress-bar .nav-item.active:after {
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .progress-bar-wrapper .ml-progress-bar .nav-item.active:after {
    background-color: #2987d6;
  }
}
.progress-bar-wrapper .ml-progress-bar .nav-item.complete {
  cursor: pointer;
  color: #fff;
  background-color: #0f294b;
  display: none;
}
@media screen and (min-width: 992px) {
  .progress-bar-wrapper .ml-progress-bar .nav-item.complete {
    display: inline-block;
  }
}
.progress-bar-wrapper .ml-progress-bar .nav-item.complete:after {
  background-color: #0f294b;
}

/**
 * Account pages
 */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: table;
  margin: 20px 0;
  padding: 0;
  clear: both;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 5px;
  margin: 0;
  float: left;
  background-image: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  background-color: #69bd45 !important;
  border: none;
  color: white;
  background-image: none !important;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  text-transform: uppercase !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  transition: all 0.4s ease-in-out;
  padding: 1em 2em;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  border: none;
  cursor: pointer;
  background-color: #469324 !important;
  border: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:visited, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:active {
  border: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #469324 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}
.woocommerce-account .woocommerce-orders-table thead tr {
  border-bottom: 1px solid #ebedf0;
}
.woocommerce-account .woocommerce-orders-table thead tr th {
  padding-bottom: 5px;
  font-size: 1.2em;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-orders-table__cell {
  padding: 5px 10px;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__row:nth-child(odd) {
  background-color: white;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__row:nth-child(even) {
  background-color: #ebedf0;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-button {
  float: left;
  margin-right: 5px;
  background-color: #69bd45 !important;
  border: none;
  color: white;
  background-image: none !important;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  text-transform: uppercase !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  transition: all 0.4s ease-in-out;
  padding: 0.8em 1em;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none !important;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-button:hover {
  border: none;
  cursor: pointer;
  background-color: #469324 !important;
  border: none;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-button:visited, .woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-button:active {
  border: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
  padding-top: 50px;
  display: block;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields label,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label {
  display: block;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm input {
  display: block;
  width: 100%;
  max-width: 400px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2 {
  display: block;
  width: 100%;
  max-width: 400px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2 .select2-selection,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2 .select2-selection {
  color: #666;
  border: 1px solid #2987d6;
  border-radius: 6px;
  padding: 12px;
  height: auto;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2 .select2-selection .select2-selection__arrow,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2 .select2-selection .select2-selection__arrow {
  height: 52px !important;
  width: 50px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2 .select2-selection .select2-selection__arrow b,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .select2 .select2-selection .select2-selection__arrow b {
  border-width: 8px 7px 0 7px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields fieldset,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  background-color: #ebedf0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-form-row span > em,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row span > em {
  font-size: 0.8em;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button[type=submit],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type=submit] {
  margin-top: 30px;
  background-color: #69bd45 !important;
  border: none;
  color: white;
  background-image: none !important;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  text-transform: uppercase !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  transition: all 0.4s ease-in-out;
  padding: 1em 2em;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button[type=submit]:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type=submit]:hover {
  border: none;
  cursor: pointer;
  background-color: #469324 !important;
  border: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button[type=submit]:visited, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button[type=submit]:active,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type=submit]:visited,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type=submit]:active {
  border: none;
}
.woocommerce-account .woocommerce-Addresses {
  display: table;
  width: 100%;
  clear: both;
  margin-bottom: 60px;
}
.woocommerce-account .woocommerce-Addresses .col-1,
.woocommerce-account .woocommerce-Addresses .col-2 {
  display: block;
  width: 50%;
  float: left;
}
.woocommerce-account.woocommerce-edit-address .select2-container--default.select2-container--open .select2-dropdown--below {
  margin-top: -32px !important;
}
.woocommerce-account.woocommerce-edit-address .select2-container--default.select2-container--open .select2-dropdown--above {
  margin-top: -36px !important;
}
.woocommerce-account .woocommerce-form-login label,
.woocommerce-account .lost_reset_password label {
  display: block;
}
.woocommerce-account .woocommerce-form-login input[type=text],
.woocommerce-account .woocommerce-form-login input[type=password],
.woocommerce-account .lost_reset_password input[type=text],
.woocommerce-account .lost_reset_password input[type=password] {
  display: block;
  width: 100%;
  max-width: 400px;
}
.woocommerce-account .woocommerce-form-login button[type=submit],
.woocommerce-account .lost_reset_password button[type=submit] {
  margin-top: 30px;
  background-color: #69bd45 !important;
  border: none;
  color: white;
  background-image: none !important;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  text-transform: uppercase !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  transition: all 0.4s ease-in-out;
  padding: 1em 2em;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
}
.woocommerce-account .woocommerce-form-login button[type=submit]:hover,
.woocommerce-account .lost_reset_password button[type=submit]:hover {
  border: none;
  cursor: pointer;
  background-color: #469324 !important;
  border: none;
}
.woocommerce-account .woocommerce-form-login button[type=submit]:visited, .woocommerce-account .woocommerce-form-login button[type=submit]:active,
.woocommerce-account .lost_reset_password button[type=submit]:visited,
.woocommerce-account .lost_reset_password button[type=submit]:active {
  border: none;
}