@charset "UTF-8";
body select, body.woocommerce-js.woocommerce select {
  color: #EA5300;
  border: 2px #EA5300 solid;
  border-radius: 7.5px;
  font-family: "Sofia Pro";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px !important;
  background-image: url("../images/chevron-down.svg");
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: right 10px bottom 50%;
  padding-right: 30px;
  line-height: 1;
}

.ast-container {
  padding: 0px;
}

header.entry-header {
  display: none !important;
}

/** ------------------ woo page start ------------------ **/
/**
    message wrap
**/
.woocommerce:not(.my-account-simon) .woocommerce-info, .woocommerce:not(.my-account-simon) .woocommerce-error, .woocommerce:not(.my-account-simon) .woocommerce-notices-wrapper div[role=alert] {
  margin-bottom: 20px;
}

body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-message {
  margin-bottom: 20px !important;
}

body.woocommerce-cart div#primary {
  padding: 0 !important;
}

/** ------------------ woo page end ------------------ **/
/** ------------------ facet page start ------------------ **/
/**
    Facetwp

    pager
    felect
 **/
.facetwp-type-pager .facetwp-page {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  color: #959595;
  background-color: #fff;
  border: 1px #959595 solid;
  border-radius: 4px;
  padding: 1px 11px 0px;
  position: relative;
}
.facetwp-type-pager .facetwp-page.active, .facetwp-type-pager .facetwp-page:not(.dots):hover {
  color: #fff;
  background-color: #EA5300;
  border-color: #EA5300;
}
.facetwp-type-pager .facetwp-page.next {
  font-size: 0;
}
.facetwp-type-pager .facetwp-page.next:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
}
.facetwp-type-pager .facetwp-page.prev {
  font-size: 0;
}
.facetwp-type-pager .facetwp-page.prev:after {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
}

.facetwp-type-fselect .fs-wrap.fs-open .fs-label-wrap {
  border-bottom-width: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.facetwp-type-fselect .fs-wrap.fs-open .fs-label-wrap .fs-label {
  padding: 8px 22px 6px 8px !important;
}
.facetwp-type-fselect .fs-wrap.fs-open.fs-open .fs-label-wrap {
  border-bottom: 0px !important;
  border-radius: 4px 4px 0 0 !important;
  z-index: 15 !important;
}
.facetwp-type-fselect .fs-wrap .fs-label-wrap {
  color: #EA5300;
  width: 100% !important;
  border: 2px #EA5300 solid;
  border-radius: 7.5px;
  z-index: 12;
}
.facetwp-type-fselect .fs-wrap .fs-label-wrap .fs-arrow {
  border-width: 0px;
  background-image: url("../images/chevron-down.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 100%;
}
.facetwp-type-fselect .fs-wrap .fs-dropdown {
  margin-top: -2px;
  border: 2px #EA5300 solid;
  border-radius: 7.5px;
  border-top-left-radius: 0px;
  overflow: hidden;
  z-index: 11;
}
.facetwp-type-fselect .fs-wrap .fs-dropdown .fs-search {
  display: none;
}
.facetwp-type-fselect .fs-wrap .fs-dropdown .fs-options {
  max-height: 210px;
}
.facetwp-type-fselect .fs-wrap .fs-dropdown .fs-options::-webkit-scrollbar {
  width: 7px;
  background-color: #f2f2f2;
}
.facetwp-type-fselect .fs-wrap .fs-dropdown .fs-options::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #D7D7D7;
}
.facetwp-type-fselect .fs-wrap .fs-dropdown .fs-options .fs-option.selected .fs-checkbox i {
  border-width: 0px;
  background-color: transparent;
  background-image: url("../images/checkbox-checked.svg");
}
.facetwp-type-fselect .fs-wrap .fs-dropdown .fs-options .fs-option .fs-checkbox i {
  width: 16px;
  height: 16px;
  border: 1px solid #757575;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 3px;
}
.facetwp-type-fselect .fs-wrap .fs-dropdown .fs-options .fs-option .fs-option-label .facetwp-counter {
  float: right;
  padding-right: 10px;
  color: #C0C0C0;
}

/** ------------------ facet page end ------------------ **/
/** ------------------ shop page start ------------------ **/
/**
    shop page
        title
        item styling
        filter
        sort move upper
**/
.shop-list-title h1, .shop-list-title h2, .shop-list-title h3, .shop-list-title h4, .shop-list-title h5, .shop-list-title h6, .shop-list-title p {
  text-shadow: -4px 4px 0 #fff, 4px 4px 0 #fff, 4px -4px 0 #fff, -4px -4px 0 #fff;
}

.shop-filter-container {
  display: flex;
}
.shop-filter-container .shop-filter-box {
  width: 70%;
  display: flex;
  align-items: flex-start;
}
.shop-filter-container .label {
  padding-right: 10px;
  font-size: 18px;
  width: 10%;
  white-space: nowrap;
}
.shop-filter-container .filters-wrapper {
  height: 40px;
  overflow: hidden;
  transition: all 0.5s ease-out;
  width: 80%;
}
.shop-filter-container .filters-wrapper .filters-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop-filter-container .filters-wrapper .filters-grid-wrapper .filter {
  width: 24% !important;
}
.shop-filter-container .filters-wrapper .filters-grid-wrapper .filter .facetwp-facet {
  margin-bottom: 0px !important;
}
.shop-filter-container .filters-wrapper .filters-grid-wrapper .filter .facetwp-facet .fs-wrap {
  width: 100% !important;
  position: initial;
}
.shop-filter-container .nav-wrapper {
  flex: 1;
  transform: translateY(60px);
}
.shop-filter-container .nav-wrapper .facetwp-type-pager {
  margin-bottom: 0px;
  display: inline-block;
  float: right;
}
@media (max-width: 1024px) {
  .shop-filter-container .filters-wrapper .filters-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .shop-filter-container .label, .shop-filter-container .more, .shop-filter-container .nav-wrapper {
    display: none;
  }
  .shop-filter-container .filters-wrapper {
    width: 100%;
    height: auto;
  }
  .shop-filter-container .filters-wrapper .filters-grid-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(auto-fill, 40px);
  }
}

.elementor-wc-products ul.products {
  justify-items: center;
  padding-top: 30px;
}
.elementor-wc-products ul.products li.product {
  position: relative;
  background-image: url("../images/bg-product.png");
  background-position: center bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.elementor-wc-products ul.products li.product .astra-shop-thumbnail-wrap {
  margin-top: -30px;
  position: relative;
}
.elementor-wc-products ul.products li.product .astra-shop-summary-wrap {
  margin-bottom: -20px;
}
.elementor-wc-products ul.products li.product .astra-shop-summary-wrap .author-wrapper {
  line-height: 1.2em !important;
}
@media (max-width: 767px) {
  .elementor-wc-products ul.products li.product .astra-shop-summary-wrap .author-wrapper {
    font-size: 13px;
  }
}
.elementor-wc-products ul.products li.product .astra-shop-summary-wrap .author-wrapper a {
  color: #FC314F;
}
.elementor-wc-products ul.products li.product .astra-shop-summary-wrap .author-wrapper .author:not(:last-child)::after {
  content: ", ";
}
.elementor-wc-products ul.products li.product .astra-shop-summary-wrap .price .save {
  display: block;
  font-size: 14px;
}
.elementor-wc-products ul.products li.product .astra-shop-summary-wrap .star-rating {
  position: relative;
  overflow: visible;
}
.elementor-wc-products ul.products li.product .astra-shop-summary-wrap .star-rating::after {
  content: attr(data-content);
  position: absolute;
  right: -25px;
  top: 2px;
  font-family: "Sofia Pro";
  color: #838383;
  vertical-align: 2px;
}
.elementor-wc-products ul.products li.product .astra-shop-summary-wrap .tag-wrapper {
  color: #B4B4B4;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Candy Beans";
  font-size: 14px;
  line-height: 20px;
}
.elementor-wc-products ul.products li.product .astra-shop-summary-wrap .tag-wrapper .tag:not(:last-child)::after {
  content: ", ";
}
.elementor-wc-products ul.products li.product .astra-shop-summary-wrap .button {
  position: absolute;
  white-space: nowrap;
  text-align: center;
  margin: 0px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.woocommerce-ordering {
  transform: translateY(-60px);
}
.woocommerce-ordering::before {
  content: "Sort By";
  padding-right: 5px;
  font-size: 18px !important;
}
.woocommerce-ordering select {
  width: 160px;
  padding-right: 30px !important;
  font-size: 16px !important;
}
@media (max-width: 767px) {
  .woocommerce-ordering {
    display: none;
  }
}

#mobile-sort-container .uael-offcanvas-trigger span.elementor-button-content-wrapper {
  display: inline-block;
}

/** ------------------ shop apge end ------------------ **/
/** ------------------ cart page start ------------------ **/
.cart-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cart-container {
    flex-direction: column !important;
  }
}
.cart-container .cart-table {
  width: 73.2%;
  box-sizing: border-box;
  padding-right: 20px !important;
}
.cart-container .cart-table.empty_cart_table {
  width: 100% !important;
}
.cart-container .cart-table.empty_cart_table .mobile-cart-head {
  display: none !important;
}
@media (max-width: 768px) {
  .cart-container .cart-table.empty_cart_table .mobile-cart-head {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cart-container .cart-table {
    width: 100%;
    padding-right: 0 !important;
  }
  .cart-container .cart-table .cart-head {
    display: block !important;
  }
}
.cart-container .cart-table .cart-head {
  display: none;
  text-align: center;
  color: #fff;
  padding: 20px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #FA6D54;
}
.cart-container .cart-table .cart-head h2 {
  font-family: "Sofia Pro";
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  padding: 0px;
  margin: 0px;
}
.cart-container .cart-table .cart-head .free-shipping {
  font-size: 13px;
}
.cart-container .cart-table .cart-head .free-shipping > span {
  font-family: "Candy Beans";
  font-size: 16px;
  color: #24C7EA;
  text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.cart-container .cart-table .cart-head .free-shipping .free-shipping-bar-wrapper {
  padding-top: 35px;
  display: flex;
  font-weight: bold;
  font-size: 10px;
  gap: 5px;
}
.cart-container .cart-table .cart-head .free-shipping .free-shipping-bar-wrapper .bar {
  flex: 1;
  height: 18px !important;
  border-radius: 20px;
  background-color: #E05000;
  margin-left: 3px;
  margin-right: 3px;
}
.cart-container .cart-table .cart-head .free-shipping .free-shipping-bar-wrapper .bar .process-bar {
  position: relative;
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  height: 100%;
  background-color: #24C7EA;
  border-radius: 20px;
  border: 2px solid #fff;
}
.cart-container .cart-table .cart-head .free-shipping .free-shipping-bar-wrapper .bar .process-bar::after {
  content: "";
  background-image: url("../images/skateboard_dino.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 41px;
  height: 50px;
  bottom: 0px;
  right: 0px;
}
.cart-container .cart-table .cart-head .free-shipping .free-shipping-bar-wrapper .end {
  width: 26px;
  background-image: url("../images/finish_flag.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cart-container .cart-table #cart-dino {
  position: relative;
}
.cart-container .cart-table #cart-dino::before {
  content: "";
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 30px 0 !important;
}
@media (max-width: 768px) {
  .cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart {
    border-radius: 0 !important;
  }
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td {
  vertical-align: top;
  padding: 40px 10px 30px;
}
@media (max-width: 768px) {
  .cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td {
    padding: 10px 10px;
  }
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.actions {
  display: none;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart th {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: normal;
  color: #929292;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-thumbnail img {
  width: 85px !important;
  max-width: 85px !important;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart .product-name {
  font-weight: bold;
  line-height: 1.2em;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart span.woocommerce-Price-amount.amount {
  font-weight: normal !important;
  line-height: 1.2em;
  font-size: 18px;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart thead .remove-all {
  text-align: right;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart thead .remove-all::before {
  content: url("../images/trash-bin.svg");
  padding-right: 10px;
  vertical-align: -2px;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-select::before, .cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart th.product-select::before {
  content: "";
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-select input[type=checkbox], .cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart th.product-select input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #757575;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 3px;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-select input[type=checkbox]:checked, .cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart th.product-select input[type=checkbox]:checked {
  border: 0 !important;
  background-image: url("../images/checkbox-checked.svg");
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-thumbnail img {
  max-width: 127px;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-info {
  width: 100%;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-info .author-wrapper {
  color: #7F7F7F;
  font-size: 12px;
  line-height: 1.2em !important;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-info .author-wrapper a {
  color: #7F7F7F;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-info .author-wrapper .author:not(:last-child)::after {
  content: ", ";
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-info .pre-order-wrapper, .cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-info .backorder_notification, .cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-info .low-stock {
  margin-top: 5px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-info .low-stock {
  color: #FC314F;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-info .variation {
  color: #7F7F7F;
  font-size: 12px;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-info .variation dt {
  display: inline-block;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-info .variation dd {
  margin: 0px;
  display: inline-block;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-info .variation dd p {
  margin: 0px;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-price ins {
  color: #FC314F;
  font-size: 18px;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-price del {
  color: #A5A5A5;
  font-size: 13px;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-price .save {
  color: #FC314F;
  font-size: 12px !important;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-price .save span.woocommerce-Price-amount.amount {
  font-size: 12px !important;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-price .save::before {
  content: url("../images/price-tag.svg");
  padding-right: 3px;
  vertical-align: -3px;
  width: 15px;
  height: 15px;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-quantity div.qib-container:not(#qib_id):not(#qib_id) button {
  background-color: transparent;
  width: 20px;
  height: 25px;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-quantity div.qib-container:not(#qib_id):not(#qib_id) input {
  font-family: "Sofia Pro";
  font-size: 14px;
  font-weight: bold;
  width: 25px;
  height: 25px;
}
@media (max-width: 768px) {
  .cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-quantity div.qib-container:not(#qib_id):not(#qib_id) {
    justify-content: flex-end;
  }
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-subtotal {
  font-size: 18px;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-subtotal .product-func-wrapper {
  display: flex;
  justify-content: flex-end;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-subtotal .product-func-wrapper .wishlist {
  cursor: pointer;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-subtotal .product-func-wrapper .wishlist .yith-wcwl-add-to-wishlist {
  display: none;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-subtotal .product-func-wrapper .wishlist .yith-wcwl-add-to-wishlist:not(.exists) + .icon {
  background-image: url("../images/heart-o.svg");
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-subtotal .product-func-wrapper .wishlist .yith-wcwl-add-to-wishlist.exists + .icon {
  background-image: url("../images/heart.svg");
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-subtotal .product-func-wrapper div.remove {
  background-image: url("../images/trash-bin.svg");
  border-left: 1px #ECECEC solid;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-subtotal .product-func-wrapper div.remove a {
  border-width: 0px;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-subtotal .product-func-wrapper div.remove a:hover {
  background-color: transparent;
}
.cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-subtotal .product-func-wrapper .icon, .cart-container .cart-table .woocommerce .woocommerce-cart-form table.cart td.product-subtotal .product-func-wrapper .remove {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 36px;
  height: 18px;
}
.cart-container .cart-summary {
  width: 26.8%;
}
@media (max-width: 768px) {
  .cart-container .cart-summary {
    width: 100%;
  }
}
.cart-container .cart-summary .cart-collaterals .cart_totals {
  border-width: 0px;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 0px;
}
@media (max-width: 768px) {
  .cart-container .cart-summary .cart-collaterals .cart_totals {
    border-radius: 0 0 10px 10px;
  }
}
.cart-container .cart-summary .cart-collaterals .cart_totals .cart-head {
  text-align: center;
  color: #fff;
  padding: 20px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #FA6D54;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .cart-head h2 {
  font-family: "Sofia Pro";
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  padding: 0px;
  margin: 0px;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .cart-head .free-shipping {
  font-size: 13px;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .cart-head .free-shipping > span {
  font-family: "Candy Beans";
  font-size: 16px;
  color: #24C7EA;
  text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .cart-head .free-shipping .free-shipping-bar-wrapper {
  padding-top: 35px;
  display: flex;
  font-weight: bold;
  font-size: 10px;
  gap: 5px;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .cart-head .free-shipping .free-shipping-bar-wrapper .bar {
  flex: 1;
  height: 18px !important;
  border-radius: 20px;
  background-color: #E05000;
  margin-left: 3px;
  margin-right: 3px;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .cart-head .free-shipping .free-shipping-bar-wrapper .bar .process-bar {
  position: relative;
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  height: 100%;
  background-color: #24C7EA;
  border-radius: 20px;
  border: 2px solid #fff;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .cart-head .free-shipping .free-shipping-bar-wrapper .bar .process-bar::after {
  content: "";
  background-image: url("../images/skateboard_dino.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 41px;
  height: 50px;
  bottom: 0px;
  right: 0px;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .cart-head .free-shipping .free-shipping-bar-wrapper .end {
  width: 26px;
  background-image: url("../images/finish_flag.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .cart-container .cart-summary .cart-collaterals .cart_totals .cart-head {
    display: none !important;
  }
}
.cart-container .cart-summary .cart-collaterals .cart_totals .shop-summary {
  padding: 20px;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .shop-summary .wc-proceed-to-checkout a {
  font-weight: bold;
  padding: 10px 15px;
  margin: 0px;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .shop-summary .cart-subtotal > span {
  float: right;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .shop-summary .woocommerce-shipping-totals {
  margin-bottom: 10px;
  border-bottom: 1px #D7D7D7 solid;
  padding-bottom: 10px;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .shop-summary .woocommerce-shipping-totals ul {
  list-style: none;
  margin: 0px;
  float: right;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .shop-summary .cart-discount .woocommerce-remove-coupon::before {
  content: url("../images/cross.svg");
  margin-left: 5px;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .shop-summary .cart-discount .discount-amount {
  float: right;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .shop-summary .order-total {
  margin-top: 10px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .shop-summary .order-total > div {
  display: inline-block;
  float: right;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .shop-summary .reward-point, .cart-container .cart-summary .cart-collaterals .cart_totals .shop-summary .coupon {
  font-size: 14px;
  font-weight: 500;
  color: #7F7F7F;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .shop-summary .reward-point label, .cart-container .cart-summary .cart-collaterals .cart_totals .shop-summary .coupon label {
  color: #186FFF;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .shop-summary .reward-point a, .cart-container .cart-summary .cart-collaterals .cart_totals .shop-summary .coupon a {
  text-decoration: underline;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .shop-summary .coupon {
  margin-bottom: 2em;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .shop-summary .coupon-input {
  display: flex;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .shop-summary .coupon-input input {
  flex: 1;
  border: 1px solid #ECECEC;
  border-radius: 5px;
  font-size: 14px;
  font-family: inherit;
}
.cart-container .cart-summary .cart-collaterals .cart_totals .shop-summary .coupon-input button {
  background-color: #FD9A00;
  padding: 5px 15px;
  margin-left: -20px;
  font-size: 14px !important;
}

/** ------------------ cart page end ------------------ **/
/** ------------------ mini-cart page start ------------------ **/
.desktop_user_menu ul.desktop_user_menu_lists > li.user_cart_menu .js_user_menu_box {
  width: 340px !important;
}
.desktop_user_menu ul.desktop_user_menu_lists > li.user_cart_menu .js_user_menu_box::before {
  border-bottom-color: #FA6D54 !important;
}

.menu-cart-container {
  display: flex;
  flex-direction: column;
  max-height: 700px;
}
.menu-cart-container .mini-cart-head {
  text-align: center;
  color: #fff;
  padding: 20px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #FA6D54;
  padding: 15px;
  background-color: #FD9A00;
  background-color: #FA6D54 !important;
}
.menu-cart-container .mini-cart-head h2 {
  font-family: "Sofia Pro";
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  padding: 0px;
  margin: 0px;
}
.menu-cart-container .mini-cart-head .free-shipping {
  font-size: 13px;
}
.menu-cart-container .mini-cart-head .free-shipping > span {
  font-family: "Candy Beans";
  font-size: 16px;
  color: #24C7EA;
  text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.menu-cart-container .mini-cart-head .free-shipping .free-shipping-bar-wrapper {
  padding-top: 35px;
  display: flex;
  font-weight: bold;
  font-size: 10px;
  gap: 5px;
}
.menu-cart-container .mini-cart-head .free-shipping .free-shipping-bar-wrapper .bar {
  flex: 1;
  height: 18px !important;
  border-radius: 20px;
  background-color: #E05000;
  margin-left: 3px;
  margin-right: 3px;
}
.menu-cart-container .mini-cart-head .free-shipping .free-shipping-bar-wrapper .bar .process-bar {
  position: relative;
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  height: 100%;
  background-color: #24C7EA;
  border-radius: 20px;
  border: 2px solid #fff;
}
.menu-cart-container .mini-cart-head .free-shipping .free-shipping-bar-wrapper .bar .process-bar::after {
  content: "";
  background-image: url("../images/skateboard_dino.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 41px;
  height: 50px;
  bottom: 0px;
  right: 0px;
}
.menu-cart-container .mini-cart-head .free-shipping .free-shipping-bar-wrapper .end {
  width: 26px;
  background-image: url("../images/finish_flag.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.menu-cart-container .mini-cart-head .title-wrapper {
  display: flex;
  justify-content: space-between;
}
.menu-cart-container .mini-cart-head .title-wrapper p {
  margin: 0px;
}
.menu-cart-container .woocommerce-mini-cart {
  flex: 1;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  max-height: 270px;
}
.menu-cart-container .woocommerce-mini-cart::-webkit-scrollbar {
  display: none;
}
.menu-cart-container .woocommerce-mini-cart li.woocommerce-mini-cart-item {
  position: relative;
  display: flex;
  gap: 10px;
  padding: 15px;
  border-bottom: 1px solid #D7D7D7;
}
.menu-cart-container .woocommerce-mini-cart li.woocommerce-mini-cart-item:hover::after {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #D7D7D7;
  border-radius: 5px;
}
.menu-cart-container .woocommerce-mini-cart li.woocommerce-mini-cart-item:last-child {
  border-bottom: 0 !important;
}
.menu-cart-container .woocommerce-mini-cart li.woocommerce-mini-cart-item .product-thumbnail img {
  max-width: 85px;
}
.menu-cart-container .woocommerce-mini-cart li.woocommerce-mini-cart-item .product-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.menu-cart-container .woocommerce-mini-cart li.woocommerce-mini-cart-item .product-info-wrapper .row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.menu-cart-container .woocommerce-mini-cart li.woocommerce-mini-cart-item .product-info-wrapper .product-info .product-name a {
  display: block;
  font-size: 15px;
  font-weight: bold;
}
.menu-cart-container .woocommerce-mini-cart li.woocommerce-mini-cart-item .product-info-wrapper .product-info .product-cover-type {
  font-size: 12px;
  color: #878787;
}
.menu-cart-container .woocommerce-mini-cart li.woocommerce-mini-cart-item .product-info-wrapper .product-remove a {
  display: block;
  margin-top: 5px;
  width: 17px;
  height: 17px;
  background-image: url("../images/trash-bin.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
.menu-cart-container .woocommerce-mini-cart li.woocommerce-mini-cart-item .product-info-wrapper .product-quantity-price {
  text-align: right;
  font-size: 18px;
}
.menu-cart-container .woocommerce-mini-cart li.woocommerce-mini-cart-item .product-info-wrapper .product-quantity-price .quantity {
  color: #7F7F7F;
  font-size: 0.8em;
}
.menu-cart-container .woocommerce-mini-cart li.woocommerce-mini-cart-item .product-info-wrapper .product-quantity-price del {
  color: #C8C8C8;
  font-size: 0.8em;
  margin-left: 5px;
}
.menu-cart-container .woocommerce-mini-cart li.woocommerce-mini-cart-item .product-info-wrapper .product-quantity-price ins {
  color: #FC314F;
}
.menu-cart-container .woocommerce-mini-cart li.woocommerce-mini-cart-item .product-info-wrapper .product-quantity-price > .amount {
  color: #48332C;
}
.menu-cart-container .mini-cart-bottom {
  background-color: #F2F2F2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
}
.menu-cart-container .mini-cart-bottom .total {
  margin-bottom: 10px;
}
.menu-cart-container .mini-cart-bottom .total strong.subtotal_price {
  float: right;
  font-size: 20px !important;
}
.menu-cart-container .mini-cart-bottom .total span.subtotal_title {
  font-size: 18px;
}
.menu-cart-container .mini-cart-bottom .buttons .view-cart a,
.menu-cart-container .mini-cart-bottom .buttons .to-checkout a {
  text-align: center;
  font-size: 16px !important;
}
.menu-cart-container .mini-cart-bottom .buttons .view-cart {
  display: block !important;
  margin-bottom: 10px;
  font-weight: bold !important;
}
.menu-cart-container .mini-cart-bottom .buttons .view-cart a {
  padding: 12px 10px !important;
  display: block !important;
}
.menu-cart-container .mini-cart-bottom .buttons .to-checkout {
  text-align: center;
}
.menu-cart-container .mini-cart-bottom .buttons .to-checkout a {
  background: none !important;
  color: #EA5300 !important;
  padding: 0 !important;
  font-weight: 500 !important;
}
.menu-cart-container .mini-cart-bottom .buttons .to-checkout a:hover {
  color: #FC314F !important;
}
.menu-cart-container .woocommerce-mini-cart__empty-message {
  background-color: #FA6D54;
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  text-align: center;
}

/** ------------------ mini-cart page end ------------------ **/
/** ------------------ account page start ------------------ **/
/**
    responsive
    golbal

    Overview
**/
.woocommerce.my-account-simon {
  display: flex;
}
.woocommerce.my-account-simon .woocommerce-MyAccount-navigation {
  flex: 1;
  margin-right: 40px;
}
.woocommerce.my-account-simon .woocommerce-MyAccount-navigation ul li a {
  color: #3a3a3a !important;
}
.woocommerce.my-account-simon .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #F6F6F6;
}
.woocommerce.my-account-simon .woocommerce-MyAccount-navigation ul li:first-child, .woocommerce.my-account-simon .woocommerce-MyAccount-navigation ul li:first-child a {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.woocommerce.my-account-simon .woocommerce-MyAccount-navigation ul li:last-child, .woocommerce.my-account-simon .woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.woocommerce.my-account-simon .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #FC314F !important;
}
.woocommerce.my-account-simon .woocommerce-MyAccount-content {
  flex: 3;
}
.woocommerce.my-account-simon .page-title {
  display: none;
}

.overview-container {
  display: grid;
  gap: 10px !important;
  grid-gap: 10px !important;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "status points review" "main main main";
}
.overview-container .area {
  border: 1px #ECECEC solid;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  display: flex;
  gap: 5px;
  row-gap: 5px;
  -moz-column-gap: 5px;
       column-gap: 5px;
  flex-direction: column;
  align-items: center;
}
.overview-container .area h1, .overview-container .area h2, .overview-container .area h3, .overview-container .area h4, .overview-container .area h5, .overview-container .area h6, .overview-container .area p {
  margin-bottom: 0px;
}
.overview-container .area .main-content {
  flex: 1;
  font-size: 70px;
  line-height: 1.3em;
  font-family: "Candy Beans";
  display: flex;
  align-items: center;
  min-height: 120px;
}
.overview-container .area .description, .overview-container .area a {
  font-family: "Sofia Pro";
  font-size: 14px;
  line-height: 17px;
}
.overview-container .area .description span, .overview-container .area a span {
  font-weight: 700;
}
.overview-container .area a {
  color: #FC314F;
}
.overview-container .status {
  grid-area: status;
}
.overview-container .status .main-content {
  width: 100%;
}
.overview-container .status .main-content .pie-wrapper {
  margin: 0 auto;
  width: 85px;
  position: relative;
}
.overview-container .status .main-content .pie-wrapper .pie {
  clip: rect(auto, auto, auto, auto);
}
.overview-container .status .main-content .pie-wrapper .pie .left-side {
  transform: rotate(var(--progress-deg));
}
.overview-container .status .main-content .pie-wrapper .pie .right-side {
  transform: rotate(180deg);
}
.overview-container .status .main-content .pie-wrapper .pie .right-side.hide {
  display: none;
}
.overview-container .status .main-content .pie-wrapper::before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.overview-container .status .main-content .pie-wrapper .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16%;
  display: flex;
  flex-direction: column;
}
.overview-container .status .main-content .pie-wrapper .content .img {
  flex: 1;
  background-image: url("../images/baby-dino-egg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.overview-container .status .main-content .pie-wrapper .content .label {
  font-size: 14px;
  line-height: 1em;
}
.overview-container .status .main-content .pie-wrapper .pie {
  width: 100%;
  height: 100%;
  clip: rect(0, 85px, 85px, 42.5px);
  left: 0;
  top: 0;
  position: absolute;
}
.overview-container .status .main-content .pie-wrapper .pie .half-circle {
  width: 100%;
  height: 100%;
  border: 4.25px solid #1BC5FF;
  border-radius: 50%;
  clip: rect(0, 42.5px, 85px, 0);
  left: 0;
  top: 0;
  position: absolute;
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.overview-container .status .main-content .pie-wrapper .shadow {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 4.25px #D6D6D6 solid;
  border-radius: 100%;
  z-index: -1;
}
.overview-container .points {
  grid-area: points;
}
.overview-container .points .main-content::after {
  content: "Pts";
  display: contents;
  font-family: "Sofia Pro";
  font-size: 20px;
}
.overview-container .review {
  grid-area: review;
}
.overview-container .main {
  grid-area: main;
  flex-direction: row;
}
.overview-container .main .left {
  flex: 5;
  align-self: start;
  position: relative;
}
.overview-container .main .left .title {
  text-align: left;
  font-weight: normal;
  margin-bottom: 20px;
}
.overview-container .main .left .slider-container {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.overview-container .main .left .slider-container .matrix-slider .matrix {
  margin-left: 10px;
  margin-right: 10px;
}
.overview-container .main .left .slider-container .matrix-slider .matrix .row {
  display: grid;
  max-width: 350px;
  gap: 8px;
  grid-template-columns: auto 1fr;
  margin: 0 auto;
  align-items: center;
}
.overview-container .main .left .slider-container .matrix-slider .matrix .row .img {
  min-width: 55px;
}
.overview-container .main .left .slider-container .matrix-slider .matrix .row .img img {
  height: 33px;
  width: auto;
  margin: 0 auto;
}
.overview-container .main .left .slider-container .matrix-slider .matrix .row .img div {
  font-size: 12px;
}
.overview-container .main .left .slider-container .matrix-slider .matrix .row .marker-wrapper {
  display: flex;
  justify-content: space-between;
}
.overview-container .main .left .slider-container .matrix-slider .matrix .row .marker-wrapper .marker {
  width: 15%;
}
.overview-container .main .left .slider-container .matrix-slider .matrix .row .marker-wrapper .marker::after {
  content: "";
  border: 1px #B6B6B6 solid;
  border-radius: 100%;
  display: block;
  padding-bottom: calc(100% - 2px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.overview-container .main .left .slider-container .matrix-slider .matrix .row .marker-wrapper .marker.marked::after {
  padding-bottom: 100%;
  border-width: 0px;
  background-image: url("../images/smiley-face.png");
}
.overview-container .main .left .slider-container .matrix-slider .matrix .row .marker-wrapper .marker.matrix-reward::after {
  border-width: 0px;
  background-image: url("../images/200P.svg");
}
.overview-container .main .left .slider-container .matrix-slider .matrix .row .marker-wrapper .marker.matrix-reward::after.marked::after {
  background-image: url("../images/200P-marked.svg");
}
.overview-container .main .left .slider-container .matrix-slider .matrix .row .marker-wrapper .marker.matrix-reward::after.corner::after {
  background-image: url("../images/1000P.svg");
}
.overview-container .main .left .slider-container .matrix-slider .matrix .row .marker-wrapper .marker.matrix-reward::after.corner::after.marked::after {
  background-image: url("../images/1000P-marked.svg");
}
.overview-container .main .left .slider-container .nav-wrapper {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.overview-container .main .left .slider-container .nav-wrapper .slick-arrow {
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.overview-container .main .left .slider-container .nav-wrapper .slick-arrow.matrix-prev {
  margin-right: 10px;
  background-image: url("../images/left-chevron.svg");
}
.overview-container .main .left .slider-container .nav-wrapper .slick-arrow.matrix-next {
  background-image: url("../images/right-chevron.svg");
}
.overview-container .main .left .show-more {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
  color: #43AAB7;
  display: none;
}
.overview-container .main .right {
  flex: 3;
  border-left: 1px solid #ECECEC;
  padding-left: 20px;
  margin-left: 10px;
  overflow: hidden;
  height: auto;
}
.overview-container .main .right.show {
  height: auto;
}
.overview-container .main .right .summary {
  margin-bottom: 12px;
}
.overview-container .main .right .summary .title {
  margin-bottom: 20px;
}
.overview-container .main .right .summary .row {
  display: flex;
  gap: 5px;
}
.overview-container .main .right .summary .row:not(:last-child) {
  margin-bottom: 5px;
}
.overview-container .main .right .summary .row .img {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.overview-container .main .right .summary .row .name {
  font-size: 16px;
  min-width: 80px;
}
.overview-container .main .right .summary .row .dot {
  flex: 1;
  margin-bottom: 18px;
  border-bottom: 2px #000 dotted;
}
.overview-container .main .right .summary .row .count {
  min-width: 20px;
}
.overview-container .main .right .summary a {
  display: block;
  text-align: right;
}
.overview-container .main .right .earn p {
  margin-bottom: 0px;
  line-height: 1.2em;
}

#profile-container {
  border: 1px solid #ECECEC;
  border-radius: 10px;
}
#profile-container form.woocommerce-EditAccountForm .woocommerce-form-row {
  margin: 0px;
  color: #48332C;
}
#profile-container form.woocommerce-EditAccountForm .woocommerce-form-row label {
  font-size: 18px;
  font-weight: 500;
}
#profile-container form.woocommerce-EditAccountForm .woocommerce-form-row input {
  font-size: 18px;
  border-width: 0px;
}
#profile-container form.woocommerce-EditAccountForm > .woocommerce-form-row {
  display: flex;
  padding: 20px 40px;
}
#profile-container form.woocommerce-EditAccountForm > .woocommerce-form-row:not(:first-child) {
  border-top: 1px solid #ECECEC;
}
#profile-container form.woocommerce-EditAccountForm > .woocommerce-form-row label {
  min-width: 140px;
}
#profile-container form.woocommerce-EditAccountForm > .woocommerce-form-row input {
  flex: 1;
  padding: 0px;
}
#profile-container form.woocommerce-EditAccountForm > .woocommerce-form-row .edit-btn {
  cursor: pointer;
  color: #0E93C0;
}
#profile-container form.woocommerce-EditAccountForm > .woocommerce-form-row .edit-btn::after {
  content: url("../images/edit-pen.svg");
  padding-left: 5px;
  vertical-align: -2px;
}
#profile-container form.woocommerce-EditAccountForm fieldset {
  margin: 0px;
  padding: 30px 40px;
  background-color: #F5F5F5;
  color: #D7D7D7;
  border-radius: 10px;
}
#profile-container form.woocommerce-EditAccountForm fieldset button {
  margin: 0px;
  float: right;
  border-radius: 10px !important;
}
#profile-container form.woocommerce-EditAccountForm fieldset .woocommerce-form-row.label {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D7D7D7;
  color: #48332C;
}
#profile-container form.woocommerce-EditAccountForm fieldset .woocommerce-form-row:not(.label) {
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
}
#profile-container form.woocommerce-EditAccountForm fieldset .woocommerce-form-row:not(.label) .show-password {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#profile-container form.woocommerce-EditAccountForm fieldset .woocommerce-form-row:not(.label) .show-password::after {
  content: "";
  display: block;
  content: "";
  width: 22px;
  height: 17px;
  background: url("../images/show-password.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
#profile-container form.woocommerce-EditAccountForm fieldset .woocommerce-form-row:not(.label) .show-password.active::after {
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  background: url("../images/icon-eye.svg") no-repeat;
  background-size: contain;
  background-position: center;
}

.woocommerce-MyAccount-content div.wc-social-login-profile {
  display: none;
}

@media (max-width: 1023px) {
  .woocommerce.my-account-simon {
    flex-direction: column-reverse;
  }
  .woocommerce.my-account-simon .woocommerce-MyAccount-navigation, .woocommerce.my-account-simon .woocommerce-MyAccount-content {
    width: 100%;
  }
  .woocommerce.my-account-simon .woocommerce-MyAccount-content .overview-container .main {
    margin-bottom: 40px;
  }
  .woocommerce.my-account-simon .page-title {
    display: block;
  }
}
@media (max-width: 767px) {
  .woocommerce.my-account-simon .overview-container .area {
    padding: 10px 5px;
  }
  .woocommerce.my-account-simon .overview-container .area .title, .woocommerce.my-account-simon .overview-container .area .description, .woocommerce.my-account-simon .overview-container .area a {
    font-size: 14px;
  }
  .woocommerce.my-account-simon .overview-container .area .main-content {
    font-size: 50px;
    line-height: 31px;
  }
  .woocommerce.my-account-simon .overview-container .area .main-content::after {
    font-size: 14px;
  }
  .woocommerce.my-account-simon .overview-container .main {
    flex-direction: column;
  }
  .woocommerce.my-account-simon .overview-container .main .left {
    width: 100%;
  }
  .woocommerce.my-account-simon .overview-container .main .left .slider-container {
    position: relative;
    overflow: visible;
  }
  .woocommerce.my-account-simon .overview-container .main .left .slider-container .matrix {
    margin: 0px;
  }
  .woocommerce.my-account-simon .overview-container .main .left .slider-container .nav-wrapper {
    max-width: 350px;
    margin: 0 auto;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: flex-end;
  }
  .woocommerce.my-account-simon .overview-container .main .left .show-more {
    display: block;
  }
  .woocommerce.my-account-simon .overview-container .main .left .show-more::after {
    content: ">";
    display: inline-block;
  }
  .woocommerce.my-account-simon .overview-container .main .right {
    margin: 0;
    padding: 0;
    border: 0;
    display: none;
  }
  .woocommerce.my-account-simon .overview-container .main .right .summary {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px #ECECEC solid;
  }
}
@media (max-width: 767px) {
  .woocommerce.my-account-simon #profile-container form.woocommerce-EditAccountForm > .woocommerce-form-row {
    padding: 10px 20px;
  }
  .woocommerce.my-account-simon #profile-container form.woocommerce-EditAccountForm fieldset {
    padding: 15px 20px;
  }
}

.empty_cart_table .mobile-cart-head {
  display: none !important;
}
@media (max-width: 768px) {
  .empty_cart_table .mobile-cart-head {
    display: none !important;
  }
}

/** ------------------ account page end ------------------ **//*# sourceMappingURL=simon.css.map */