
/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 4.0.88
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
  font-size: 16px !important;
}

@media only screen and (max-width: 48em) {
  :root {
    font-size: 14px !important;
  }
  .home-contact {
    margin-left: 1rem !important;
  }
  .brandbuy .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .my-account .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .my-account .col-1 {
    margin: 0 !important;
  }
  .my-account .col-2 {
    margin: 0 !important;
    margin-top: 20px !important;
  }
  .woocommerce-Addresses .col-1,
  .woocommerce-Addresses .col-2 {
    width: 100% !important;
    margin-top: 20px;
  }
  .cart-container .coupon .flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .woocommerce-checkout .large-5 {
    margin-top: 0 !important;
  }
}

#nav-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
  border: 0;
}

#nav-tab li {
  margin-left: 0;
  list-style: none;
  width: 20%;
  text-align: center;
}

#nav-tab li a.nav-link {
  text-transform: uppercase;
  padding: 12px 5px;
  border: 1px solid #efefef;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-left: -1px;
  cursor: pointer;
  border-radius: 0px;
}

#nav-tab li a.active,
#nav-tab li a:hover {
  color: #fff;
  background: #17c163;
  font-weight: 700;
}

#nav-tab h2 {
  text-align: left;
  width: 100%;
  font-weight: 700;
  font-size: 1.8rem;
  padding-bottom: 15px;
}

#nav-tab h2 span {
  font-weight: 500;
}

#nav-tab .tab-pane a:hover {
  /* transform: scale(1.1) translateY(-20px); 
        transition: transform .5s; */
  display: block;
  -webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0px 40px rgba(0, 0, 0, 0.25);
  -webkit-transform: scale(1.11, 1.11);
          transform: scale(1.11, 1.11);
  position: relative;
  z-index: 9;
  background: #fff;
  -webkit-transition: -webkit-box-shadow .6s ease, -webkit-transform .6s ease;
  transition: -webkit-box-shadow .6s ease, -webkit-transform .6s ease;
  transition: box-shadow .6s ease, transform .6s ease;
  transition: box-shadow .6s ease, transform .6s ease, -webkit-box-shadow .6s ease, -webkit-transform .6s ease;
}

#nav-tab .tab-pane a {
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.79, 0.35, 0, 1.07), -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s cubic-bezier(0.79, 0.35, 0, 1.07), -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s cubic-bezier(0.79, 0.35, 0, 1.07), transform 0.3s ease;
  transition: box-shadow 0.3s cubic-bezier(0.79, 0.35, 0, 1.07), transform 0.3s ease, -webkit-box-shadow 0.3s cubic-bezier(0.79, 0.35, 0, 1.07), -webkit-transform 0.3s ease;
  display: block;
}

#nav-tab .tab-pane .card {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 0;
  padding-top: 15px;
}

#nav-tab p {
  padding-top: 10px;
}

#nav-tab .woocommerce-Price-currencySymbol {
  margin-right: 5px;
}

ul.nav-center {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-bottom: 10px;
  font-size: 22px;
}

.tabbed-content .tab-panels {
  border-top: 2px solid #ccc;
}

.contact .ml-half {
  margin-left: 0 !important;
}

#masthead .flex-right {
  margin-left: 15px;
}

div.brandbuy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brandbuy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
  border: 0;
}

.brandbuy .nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0.8rem;
  width: 12em;
}

.button {
  font-size: 0.8rem !important;
  padding: 0.1em 0.8em !important;
}

.brandbuy .nav li a {
  text-transform: uppercase;
  border: 1px solid #efefef;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-left: -1px;
  cursor: pointer;
  border-radius: 0px;
  margin-bottom: -1px;
}

.brandbuy .nav li a.nav-link {
  text-transform: uppercase;
  border: 1px solid #efefef;
  display: block;
  margin-left: -1px;
  cursor: pointer;
  border-radius: 0px;
}

.brandbuy .nav li.active a,
.brandbuy .nav li a:hover {
  color: #fff;
  background: #17c163;
  font-weight: 700;
}

.brandbuy .tab-panels {
  border: none;
  padding-top: 0;
}

.brandbuy .woocommerce .product-small .product-small {
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.79, 0.35, 0, 1.07), -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s cubic-bezier(0.79, 0.35, 0, 1.07), -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s cubic-bezier(0.79, 0.35, 0, 1.07), transform 0.3s ease;
  transition: box-shadow 0.3s cubic-bezier(0.79, 0.35, 0, 1.07), transform 0.3s ease, -webkit-box-shadow 0.3s cubic-bezier(0.79, 0.35, 0, 1.07), -webkit-transform 0.3s ease;
}

.brandbuy .woocommerce .product-small .product-small:hover {
  display: block;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  position: relative;
  z-index: 9;
  background: #fff;
  -webkit-transition: -webkit-box-shadow .6s ease, -webkit-transform .6s ease;
  transition: -webkit-box-shadow .6s ease, -webkit-transform .6s ease;
  transition: box-shadow .6s ease, transform .6s ease;
  transition: box-shadow .6s ease, transform .6s ease, -webkit-box-shadow .6s ease, -webkit-transform .6s ease;
}

.brandbuy .box-text-products {
  padding-left: 15px;
}

.footer-1 {
  position: absolute;
  height: 1px;
  bottom: 0;
  left: -9999px;
}

.popup-window {
  position: fixed;
  bottom: 0;
  left: 0;
}

.popup-window .accordion-inner {
  display: block;
  width: 400px;
  padding: 0;
}

.popup-window .accordion-title {
  display: none;
}

.popup-window .accordion-item {
  height: 117px;
  width: 400px;
  margin-bottom: 25px;
  display: none;
}

.popup-window img,
.popup-window .image-inner {
  width: 115px;
  height: 95px;
}

.popup-window .text a {
  font-style: italic;
  font-weight: bold;
  color: #139bbd;
}

.popup-window .text a:hover {
  text-decoration: underline;
  color: #139bbd;
}

.popup-window .text {
  font-family: "'Raleway','Raleway',Arial,Helvetica,sans-serif";
  position: absolute;
  width: 285px;
  height: 400px;
  top: 10px;
  left: -97px;
  font-size: 14px;
  color: black;
}

.footer-2 ul.menu > li,
.widget > ul > li {
  margin: 0;
  border: 0;
}

.blog-list .post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-bottom: 50px;
  border-bottom: 2px solid #f5f5f5;
}

.blog-list .post-item:not(:first-child) {
  padding-top: 40px;
}

.blog-list .post-item .date {
  color: #000 !important;
  font-size: 14px !important;
}

.blog-list .post-item .title_link {
  display: block;
  color: #000;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1em;
  color: #333;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 1.5rem;
  text-align: left;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 5px;
}

.blog-list .post-item .img_link {
  display: block;
  width: 100%;
}

.blog-single header h6 {
  display: none;
}

.blog-single .blog-share {
  display: none;
}

.blog-single footer {
  display: none;
}

.blog-single .entry-author {
  display: none;
}

.blog-single .comments-area {
  display: none;
}

.nav-spacing-xlarge > li {
  margin: 0 30px;
}

.contact .section-bg {
  background-color: #21c26a !important;
}

.newsletter .bg-fill {
  background-color: #21c26a !important;
}

.newsletter inputt[type="submit"]:hover {
  outline: none;
  opacity: 1;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.newsletter input[type="email"] {
  background: #fff;
  border-radius: 20px 0 0 20px;
}

.newsletter input[type="submit"] {
  border: none;
  border-radius: 0 20px 20px 0;
  background-color: #17c163 !important;
  border: 1px solid transparent;
  font-weight: bolder;
  text-align: center;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
}

.newsletter .ml-half {
  margin-left: 0;
}

.newsletter .wpcf7-spinner {
  display: none;
}

.section-title b {
  background: none;
}

#footer a:hover {
  color: #17c163;
}

span.woocommerce-Price-amount {
  font-size: 1rem;
  color: #17c163;
}

.price-wrapper .price {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 14px;
}

.price-wrapper .price > .amount:first-child {
  padding-right: 0;
  display: inline-block;
}

.price-wrapper .price > .amount:last-child {
  padding-left: 0;
  display: inline-block;
}

.variations select {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 3.0em;
}

.woocommerce-variation-price {
  padding-top: 23px;
  font-size: 1.2em;
}

.variations label {
  font-size: 1.1em;
}

.quantity + button.button {
  border-radius: 20px;
}

.single_variation_wrap button {
  border-radius: 20px;
}

.best-selling-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.best-selling-row .product-best {
  padding: 0;
}

.product-best .left {
  font-size: 20px;
  color: #343434;
  font-weight: 700;
  padding-bottom: 5px;
}

.product-best .left a:before {
  display: block;
  opacity: 1;
  width: 23px;
  background-color: #17c163;
  content: " ";
  position: absolute;
  top: -7px;
  left: 12px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 4px;
}

.best-selling-row .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.best-selling-row p {
  margin-bottom: 0;
}

.best-selling-row .right {
  position: relative;
}

.best-selling-row span {
  display: block;
  position: absolute;
  border: 1px solid #17c163;
  color: #17c163;
  padding: 5px 15px;
  border-radius: 20px;
  bottom: 13px;
  width: 5.5em;
  right: 2px;
  text-align: center;
}

#carouse .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#carouse .product-item {
  width: 33.333%;
}

.best-sellings ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.best-sellings li {
  position: relative;
  height: 150px;
  list-style: none;
  width: 318px;
  margin-bottom: 2.5em;
  text-align: left;
}

.best-sellings .cate {
  position: absolute;
  top: 0px;
  left: 165px;
  color: #9d9d9d;
  font-size: 11px;
}

.best-sellings .title {
  position: absolute;
  top: 20px;
  left: 165px;
  font-weight: bold;
  color: #343434;
  line-height: 20px;
}

.best-sellings .price {
  position: absolute;
  color: #17c163;
  top: 113px;
  left: 161px;
  font-size: 13px;
}

.best-sellings .price span {
  color: #17c163;
}

.box-text a.quick-view {
  display: block;
  background-color: #17c163;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 32px !important;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 10px !important;
}

.best-sellings-slide .flickity-page-dots li.dot {
  background-color: #111;
  border-color: #111;
}

.best-sellings-slide .flickity-page-dots li.dot {
  background-color: #111;
  border-color: #111;
}

.best-sellings-slide li.dot.is-selected {
  background-color: #17c163;
  border: 5px solid #17c163;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (min-width: 850px) {
  .best-selling .flickity-button {
    top: 47px;
  }
}

.woocommerce-ordering select {
  display: none;
}

#main {
  background-color: #f9f9f9 !important;
}

.woocommerce-loop-product__title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  min-width: 1px;
}

.product-small .box-text-products .title-wrapper p.category {
  display: none;
}

.category-page-row {
  padding-top: 10px;
}

.category-page-row .row-small > .col {
  padding: 0 5.8px 20.6px;
}

.category-page-row .price-wrapper {
  position: relative;
}

.category-page-row .product-small .product-small {
  background-color: #fff;
}

.category-page-row .woocommerce-Price-amount {
  padding-right: 2px;
  padding-left: 2px;
}

.category-page-row .box-text-products {
  padding-left: 5px;
}

.category-page-row .woocommerce-loop-product__title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  min-width: 1px;
}

.category-page-row .cate-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
  height: 36px;
}

.category-page-row .cate-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 14px;
  margin-top: 8px;
}

.category-page-row .cate-pagination li {
  list-style: none;
  padding: 0 2px;
}

.category-page-row .cate-pagination .current {
  color: #17c163;
}

.category-page-row .cate-pagination .dashicons {
  display: block;
  font-size: 18px;
  line-height: 23px;
}

.category-page-row .shop-container {
  padding: 0 5px;
}

.category-page-row .woocommerce-ordering {
  margin: 0;
  background-color: #fff;
  padding-left: 20px;
}

.category-page-row .woocommerce-ordering select {
  background-color: #fff;
  border: #fff;
  font-size: 13px;
  color: #959595;
}

.category-page-row .woocommerce-ordering select:hover,
.category-page-row .woocommerce-ordering select:focus {
  border: #fff;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.shop-page-title .woocommerce-ordering {
  display: none;
}

#shop-sidebar .widget_product_categories {
  border: 1px solid #ccc;
  border-top: 3px solid #17c163;
  color: #333;
  background-color: #fff;
}

#shop-sidebar .widget_product_categories .widget-title {
  display: block;
  text-align: center;
  padding: 0 1px;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #ccc;
}

#shop-sidebar .widget_product_categories .is-divider {
  display: none;
}

#shop-sidebar .widget_product_categories ul {
  padding: 15px 20px;
  font-size: 14px;
}

#shop-sidebar .widget_product_categories ul ul {
  border: none;
  padding: 8px 15px;
  font-size: 15px;
}

#shop-sidebar .widget_product_categories ul ul a {
  color: #acacac;
  font-weight: 500;
}

#shop-sidebar .widget_product_categories ul ul a:hover {
  color: #17c163;
  text-decoration: underline;
}

#shop-sidebar .widget_product_categories li {
  border: none;
}

#shop-sidebar .widget_products {
  border: 1px solid #ccc;
  border-top: 3px solid #17c163;
  color: #333;
  background-color: #fff;
}

#shop-sidebar .widget_products .widget-title {
  display: block;
  text-align: center;
  padding: 0 1px;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #ccc;
}

#shop-sidebar .widget_products .is-divider {
  display: none;
}

#shop-sidebar .widget_products ul {
  padding: 10px;
}

#shop-sidebar .widget_products li {
  padding-top: 7px;
  padding-bottom: 20px;
  font-size: 13px;
}

#shop-sidebar .widget_products li .woocommerce-Price-amount {
  font-size: 13px;
}

#login-form-popup {
  max-width: 1080px;
}

#login-form-popup .col {
  border: none;
  padding: 0 20px;
}

#login-form-popup .account-login-inner h3,
#login-form-popup .account-register-inner h3 {
  color: #416143;
  padding-bottom: 20px;
  font-weight: bold;
}

#login-form-popup .account-login-inner form,
#login-form-popup .account-register-inner form {
  display: block;
  border: 1px solid #dcdcdc;
  padding: 20px;
  border-radius: 5px;
}

#login-form-popup .account-login-inner form input,
#login-form-popup .account-register-inner form input {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}

#login-form-popup .account-login-inner form button[type='submit'],
#login-form-popup .account-register-inner form button[type='submit'] {
  width: 100%;
  border-radius: 5px;
}

#login-form-popup .account-login-inner form a,
#login-form-popup .account-register-inner form a {
  color: #21c26a;
}

#login-form-popup .account-login-inner form .required,
#login-form-popup .account-register-inner form .required {
  color: red;
}

li.cart-item:before {
  border-color: #dcdcdc;
}

li.cart-item ul.nav-dropdown {
  border: 1px solid #dcdcdc;
  right: 22px !important;
  background-color: #fff;
}

li.cart-item .woocommerce-mini-cart-item {
  padding-bottom: 10px;
  padding-top: 15px;
  border-bottom: 1px solid #c0c0c0;
  border-top: none;
}

li.cart-item .woocommerce-mini-cart-item a.remove {
  top: 22px;
  border: 1px solid currentColor;
  font-weight: 500;
  line-height: 21px !important;
}

li.cart-item .woocommerce-mini-cart-item a.remove:hover {
  color: #c0c0c0;
}

li.cart-item .woocommerce-mini-cart-item .woocommerce-Price-amount {
  font-size: 16px;
  color: #555555;
  font-weight: 500;
}

li.cart-item .widget_shopping_cart .woocommerce-mini-cart__total {
  border-top: none;
  border-bottom: 1px solid #c0c0c0;
}

li.cart-item .widget_shopping_cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-size: 18px;
  color: #555555;
}

li.cart-item .woocommerce-mini-cart__buttons {
  padding-top: 6px;
}

li.cart-item .woocommerce-mini-cart__buttons a {
  border-radius: 5px;
}

.nav-dropdown-has-arrow li.has-dropdown:after {
  border-width: 10px !important;
  margin-left: -10px !important;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs a.current,
.breadcrumbs a:hover {
  color: #17c163 !important;
}

@media screen and (min-width: 850px) {
  .cart-container .woocommerce .large-7 {
    max-width: 65%;
  }
  .cart-container .woocommerce .large-5 {
    max-width: 35%;
  }
  .cart-collaterals {
    padding: 0 !important;
    border: none !important;
  }
  .cart-collaterals table:first-of-type {
    border: 1px solid #ebebeb;
    padding: 10px;
    margin: 0;
    background-color: #fbfbfb;
  }
  .cart-collaterals table:first-of-type th {
    border: none;
    height: 46px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 1em;
    color: #416143;
  }
  .cart-collaterals table.shop_table {
    border: 1px solid #ebebeb;
    border-top: none;
  }
  .cart-collaterals table.shop_table td,
  .cart-collaterals table.shop_table th {
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
    font-weight: bold;
    color: #555555;
  }
  .cart-collaterals table.shop_table td .amount,
  .cart-collaterals table.shop_table th .amount {
    color: #17c163;
    font-weight: 500;
    font-size: 1.2em;
  }
  .cart-collaterals table.shop_table tr {
    border-bottom: 1px solid #ebebeb;
  }
  .cart-collaterals .button {
    border-radius: 5px;
  }
}

.woocommerce-cart-form .shop_table {
  padding: 10px;
  border: 1px solid #ebebeb;
}

.woocommerce-cart-form .shop_table thead {
  background-color: #fbfbfb;
  border-bottom: 1px solid #ebebeb;
}

.woocommerce-cart-form .shop_table thead th {
  border: none;
  text-align: center;
  height: 46px;
  color: #416143;
}

.woocommerce-cart-form .shop_table thead th:first-child {
  width: 45%;
}

.woocommerce-cart-form .shop_table thead th:nth-child(3) {
  width: 15%;
}

.woocommerce-cart-form .shop_table thead th:last-child {
  width: 20%;
  text-align: center;
}

.woocommerce-cart-form .shop_table tr td {
  text-align: center;
}

.woocommerce-cart-form .shop_table tr td:nth-child(1) {
  padding-left: 10px;
}

.woocommerce-cart-form .shop_table tr td:last-of-type {
  text-align: center;
}

.woocommerce-cart-form .shop_table tr span.woocommerce-Price-amount {
  font-size: 1.2em;
  color: #555555;
}

.woocommerce-cart-form .shop_table .actions .button {
  border-radius: 5px;
}

.checkout_coupon .widget-title {
  border-width: 1px !important;
}

.checkout_coupon input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.my-account .account-user {
  display: none;
}

#my-account-nav {
  margin: 0;
  border: 1px solid #ebebeb;
}

#my-account-nav li {
  padding-left: 20px;
}

#my-account-nav li a {
  color: #718972;
  font-size: 0.8em;
}

#my-account-nav li a:before {
  display: none;
}

#my-account-nav li.active, #my-account-nav li:hover {
  background-color: #fbfbfb;
}

#my-account-nav li.active a,
#my-account-nav li:hover a {
  color: #17c163;
}

.woocommerce-MyAccount-content table {
  border: 1px solid #ebebeb;
}

.woocommerce-MyAccount-content table th {
  text-align: center;
  border: 1px solid #ebebeb;
  border-width: 1px !important;
  height: 42px;
}

.woocommerce-MyAccount-content table th:nth-child(3) {
  width: 15%;
}

.woocommerce-MyAccount-content table th:last-of-type {
  text-align: center !important;
  width: 30%;
}

.woocommerce-MyAccount-content table tr td {
  text-align: center;
  border: 1px solid #ebebeb;
  border-width: 1px !important;
}

.woocommerce-MyAccount-content table tr td:last-of-type {
  text-align: left !important;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .col-1,
.woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
  width: 50%;
  border: 1px solid #ebebeb;
  margin-left: 20px;
  padding-left: 0;
}

.woocommerce-MyAccount-content .woocommerce-Addresses header.woocommerce-Address-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 51px;
  border-bottom: 1px solid #ebebeb;
  line-height: 51px;
  background-color: #fbfbfb;
}

.woocommerce-MyAccount-content .woocommerce-Addresses header.woocommerce-Address-title h3 {
  line-height: 51px;
  padding-left: 20px;
  color: #718972;
}

.woocommerce-MyAccount-content .woocommerce-Addresses header.woocommerce-Address-title a {
  display: block;
  padding-right: 20px;
  color: #17c163;
}

.woocommerce-MyAccount-content .woocommerce-Addresses address {
  display: block;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

body.woocommerce-checkout #main {
  background-color: #fff !important;
}

.button {
  border-radius: 5px !important;
}

.cart-container {
  background-color: #fff;
}

.cart-container .woocommerce-form-login-toggle,
.cart-container .woocommerce-form-coupon-toggle {
  background-color: #f7f6f7;
  border-top: 2px solid #17c163;
  height: 54px;
  line-height: 54px;
  padding-left: 20px;
  color: #718972;
  margin-top: 10px;
}

.cart-container .woocommerce-form-login-toggle a,
.cart-container .woocommerce-form-coupon-toggle a {
  color: #17c163;
}

.cart-container .woocommerce-form-login {
  margin-top: 15px;
  border: 1px solid #ebebeb;
  padding: 30px;
  color: #718972;
}

.cart-container .woocommerce-form-login label {
  color: #718972;
}

.cart-container .woocommerce-form-login .lost_password a {
  color: #17c163;
}

.cart-container .coupon .flex-grow {
  margin-right: 20px;
}

.cart-container .woocommerce-billing-fields,
.cart-container .woocommerce-additional-fields {
  border: none;
}

.cart-container .woocommerce-billing-fields h3,
.cart-container .woocommerce-additional-fields h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  color: #718972;
  font-size: 1em;
}

.cart-container .woocommerce-billing-fields label,
.cart-container .woocommerce-additional-fields label {
  color: #718972;
}

.cart-container .woocommerce-billing-fields input.input-text,
.cart-container .woocommerce-additional-fields input.input-text {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 45px;
  line-height: 45px;
}

.woocommerce-checkout .large-5 {
  margin-top: 30px;
}

.woocommerce-checkout #order_review_heading {
  color: #718972;
  font-size: 1em;
  padding-bottom: 20px;
}

.woocommerce-checkout td,
.woocommerce-checkout th {
  border: none;
}

.woocommerce-checkout thead tr {
  font-size: 0.9em;
  border-bottom: 1px solid #ebebeb;
}

.woocommerce-checkout thead tr th {
  padding-bottom: 18px;
  border: none;
}

.woocommerce-checkout .cart_item,
.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .order-total {
  border-bottom: 1px solid #ebebeb;
  height: 3.5em;
}

.woocommerce-checkout .order-total {
  border-bottom: 3px solid #ebebeb;
}

.woocommerce-checkout button.button {
  width: 100%;
}

.popmenu > .col > .col-inner {
  padding-bottom: 0 !important;
}

.popmenu .menu,
.popmenu .pic {
  padding-bottom: 0 !important;
}

.popmenu .menu .row .col,
.popmenu .pic .row .col {
  padding-bottom: 0 !important;
}

.searchform input[type='search'] {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1.05rem 0.75em;
  border-right: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

.searchform button[type='submit'] {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.home-footer .wpcf7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-footer .wpcf7 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-contact {
  margin-left: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 85%;
}

.home-contact .email {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.home-contact .contact-btn {
  text-align: left;
}

.home-contact .contact-btn input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: none;
  font-size: 0.95rem !important;
  margin-top: -1px;
}

.custom-product-page .product-page-price .woocommerce-Price-amount {
  font-size: 1.5rem !important;
}

.contact-main {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.contact-main p {
  margin-bottom: 0;
}

.contact-main .flickity-prev-next-button .arrow {
  fill: #17c163 !important;
}

.contact-main .flickity-prev-next-button {
  top: 35%;
  bottom: 65%;
}

.contact-main .flickity-page-dots {
  display: none;
}

.contact-main .persion {
  margin: 0 8px;
  padding: 0;
  background: #f9f9f9;
  margin-bottom: 2.4rem;
}

.contact-main .persion .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none !important;
  background-color: #fff;
}

.contact-main .persion .team {
  margin-top: 1rem;
}

.contact-main .persion .team .box-text {
  width: 75%;
  padding-left: 20px;
  line-height: 2.5;
  font-size: 0.8rem;
}

.contact-main .persion .team .box-text .text {
  padding-left: 35px;
  background: url("../image/联系我们_03-1.jpg") no-repeat;
  background-position-y: 6px;
}

.contact-main .persion .team .box-text h4 {
  display: none;
}

.contact-main .persion .team .box-text .text:nth-of-type(2) {
  background-position-y: -35px;
}

.contact-main .persion .team .box-text .text:nth-of-type(3) {
  background-position-y: -75px;
}

.contact-main .persion .team .box-text .text:nth-of-type(4) {
  background-position-y: -115px;
}

.contact-question > .col-inner {
  padding-top: 25px;
}

.contact-question form {
  padding: 2rem;
}

.contact-question form input,
.contact-question form textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 20px;
}

.contact-question form input[type='submit'] {
  padding: 0 5rem;
}

.contact-question form p:last-of-type {
  text-align: center;
}

.social-icons {
  z-index: 5;
}

.page-id-1638 #main {
  background-color: #fff !important;
}
/*# sourceMappingURL=chenxi.css.map */