/*
Theme Name: Spa
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.shop-container,
div#content{
	background: #000;
}
label {
    color: #fff;
}
span.divider {
    color: #fff;
}
form.cart,
div#comments{
    display: none;
}
span.woocommerce-Price-amount.amount {
    color: #fff;
}
.breadcrumbs a {
    color: hsl(0deg 59.26% 96.13% / 70%);
    font-weight: 400;
}
.breadcrumbs a:hover {
    color: #fff;
    font-weight: 400;
}
button.single_add_to_cart_button.button.alt {
    background-color: #FF0000;
}
//*
.pricing-table-header .price.is-xxlarge {
    display: none;
} *//

.title.uppercase.strong {
    font-size: 22px;
	color: #e4b85a;
}
.form-lien-he {
  background: #f7f7f7;
  padding: 45px 50px;
  border-radius: 15px;
}

.form-lien-he h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.form-lien-he input {
  box-shadow: none;
  font-size: 18px;
  border-radius: 5px;
}
.logo-center .logo {
    margin: 0 10px;
}
.logo-center .logo a {
	color: #e4b85a;
}
.header-main .nav>li>a {
  color: aliceblue;
  line-height: 32px !important;
  line-height: 16px;
  font-size: 20px;
  font-weight: normal;
}

.header-main {
	background-image: linear-gradient(to right, #000000, #666060);
}

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

.header-main .nav>li>a {
  color: #e4b85a !important;
  line-height: 32px !important;
  line-height: 16px;
  font-size: 20px;
  font-weight: normal;
}

#header-contact li a {
  border: 2px solid #e4b85a;
  line-height: 20px !important;
  padding: 9px 20px 9px 50px;
  /* padding: 0; */
  border-radius: 24px;
  background: white;
  color: #e4b85a;
}

#header-contact li span {
  color: #e4b85a !important;
}

#header-contact li a i {
  font-size: 16px;
  margin: 0;
  background: #e4b85a !important;
  color: white !important;
  border-radius: 99%;
  left: 0;
  right: auto;
  position: absolute;
  top: -2px;
  left: -3px;
  width: 45px;
  height: 45px;
  line-height: 40px;
  padding: 3px 15px;
}

.header-search-form-wrapper input {
  margin: 10px 0 !important;
  padding-left: 50px;
  font-size: 15px;
  height: 40px;
  border-radius: 24px;
  border: 2px solid #e4b85a !important;
  background: #ffffff !important;
}

.searchform .button.icon {
  margin: 0;
  background: #e4b85a !important;
  color: white !important;
  border-radius: 99%;
  left: 0;
  right: auto;
  position: absolute;
  top: 7px;
  left: -3px;
  width: 45px;
  height: 45px;
}

.ux-search-submit.submit-button.secondary.button.icon {
  border-bottom-left-radius: 99% !important;
  border-top-left-radius: 99% !important;
}

.wn-ft ul li {
  list-style: none;
  margin-left: 0;
}

.wn-ft h4 {
  font-size: 22px;
  text-transform: uppercase;
}

.wn-ft li {
  font-size: 16px;
}

.product-small .product-title a {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
}

.product-small .product-title {
  margin-bottom: 10px;
}

.product-small .product-title a {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
}

.product-small .price span.amount {
  font-size: 25px;
  color: #ffffff;
}

/* .product-small .tom-tat {
  margin-top: 10px;
  margin-bottom: 14px;
  height: 68px;
  overflow: hidden;
  font-size: 19px;
  line-height: 22px;
} */
.section2 .slider .flickity-button {
  width: 45px;
}

.section2 .slider .flickity-button svg {
  background: red;
  border-radius: 99%;
}

.slider .flickity-prev-next-button:hover svg,
.slider .flickity-prev-next-button:hover .arrow {
  fill: #ad2e2d;
}

.list-post .post-item .post-title {
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: 10px;
}

.list-post .post-item .post-meta {
  font-size: 15px;
}

.box-blog-post .is-divider {
  display: none;
}

.list-post .post-item .from_the_blog_excerpt {
  font-size: 17px;
}

.list-post .post-item .box-image .image-cover {
  border-radius: 15px;
}

.section5 .icon-box img {
  padding-top: 0;
  border-radius: 99%;
}

.section5 .icon-box h3 {
  margin-top: 10px;
  text-align: center;
  font-size: 27px;
  text-transform: uppercase;
}

.section5 .icon-box p {
  font-size: 19px;
}

.section6 {
  background-image: linear-gradient(to right, #af322f, #fac36c);
}

.product-info .product-title {
  font-size: 27px;
  color: #e4b85a;
}

.product-short-description {
  font-size: 17px;
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  color: #303030;
}

.product_meta>span {
  font-size: 17px;
}

h1.shop-page-title {
  font-size: 32px;
  text-transform: uppercase;
}

.archive .product-small .product-title a {
  font-size: 21px;
}

a {
  color: #e4b85a;
}

a:hover {
  color: #f97b05;
}

.archive .product-small.box,
.related .product-small.box {
  border-radius: 10px;
  border: 2px solid #f4f4f4;
}

.archive .product-small.box:hover,
.related .product-small.box:hover {
  border: 3px solid orangered;
}

.archive .product-small.box .box-image,
.related .product-small.box .box-image {
  border-radius: 15px 15px 0 0;
}

.has-equal-box-heights .box-image {
  padding-top: 100%;
}

h3.product-section-title.container-width.product-section-title-related {
  font-size: 28px;
  margin-bottom: 0;
  margin-top: 15px;
  color: #e4b85a;
}

.related .product-small .product-title a {
  font-size: 20px;
}

.related .product-small .price span.amount {
  font-size: 20px;
}

.related {
  margin-bottom: 20px;
}

.product-short-description ul {
  margin-bottom: 0;
}

.woocommerce-tabs ul li.active a {
  color: #ad2e2d;
}

.nav-tabs>li.active>a {
  border-top-color: #ad2e2d;
}

.woocommerce-tabs ul li a {
  font-size: 25px;
}

li#tab-title-reviews {
  display: none;
}

#main {
    background-color: black;
    position: relative;
}

@media only screen and (max-width: 48em) {

  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  h2 {
    font-size: 1.2em;
  }
.mfp-content {
    width: 360px;
}
  .form-lien-he h3 {
    font-size: 25px;
  }

  .form-lien-he {
    padding: 20px;
  }

  .wn-ft .icon-box,
  .wn-ft .social-icons {
    text-align: center;
  }

  .wn-ft .icon-box .icon-box-img {
    margin: 0 auto;
  }

  .section5 .icon-box h3 {
    font-size: 21px;
    margin-bottom: 0;
    margin-top: 5px;
  }

  .off-canvas-left .mfp-content {
    background: hsl(0deg 100% 28.73% / 95%);
  }

  .off-canvas .nav-vertical>li>a {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 20px;
    color: white;
  }

  .row-slider .flickity-prev-next-button svg {
    border: 0 !important;
    padding: 3px !important;
  }

  .row-slider .flickity-prev-next-button {
    width: 33px !important;
  }

  .wn-sl .is-full-height {
    padding-top: 55% !important;
    height: 25%;
    height: 0;
    min-height: auto;
  }

  .banner h1 {
    font-size: 24px;
  }

  button.flickity-button.flickity-prev-next-button.next,
  button.flickity-button.flickity-prev-next-button.previous {
    transform: translateY(-50%) !important;
  }
}