@charset "UTF-8";

/*!
Theme Name: Beauté
Theme URI: https://www.cssigniter.com/themes/beaute/
Author: cssigniter.com
Author URI: https://www.cssigniter.com
Description: A WordPress theme for Beauticians
Version: 2.0.4
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ci_theme
Domain Path: /lang
*/

/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. General
.. Header
.. Main Navigation
.. Homepage Specific Styles
.. Footer
.. Widgets Styling
.. Helpers, WordPress defaults, Generic Items
.. External Plugins

*/

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

/* -----------------------------------------
	General
----------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

a,
a:visited,
a:focus {
  -webkit-transition: color 0.18s ease, background-color 0.18s ease, opacity 0.18s ease;
  transition: color 0.18s ease, background-color 0.18s ease, opacity 0.18s ease;
  color: #ca305c;
}

a:hover {
  color: #a15167;
}

html,
#page {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #fff;
  background: #ca305c;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.wrap {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  position: relative;
}

#main {
  margin-bottom: 60px;
}

/* -----------------------------------------
	Header
----------------------------------------- */

#header {
  position: relative;
  z-index: 5;
}

.head-mast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header a:hover {
  opacity: 0.8;
}

.mobile-nav-trigger {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 30px;
  border-radius: 3px;
  font-weight: bold;
  display: none;
  color: #fff;
}

.mobile-nav-trigger:hover {
  color: currentColor;
}

#logo {
  margin: 0 15px 0 0;
  width: 150px;
}

#logo a {
  color: #fff;
}

#logo > span {
  font-size: 30px;
  letter-spacing: -0.04em;
  margin: 0;
  line-height: 1;
}

#header .wrap {
  padding-bottom: 35px;
}

#nav {
  margin-top: 3px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.04em;
}

#page {
  position: relative;
}

/* General Form Styling
=================================== */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  border-radius: 30px;
  margin: 0;
  width: 100%;
  font: inherit;
  line-height: 1;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  outline: 0;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: #fff;
}

textarea {
  height: auto;
  border-radius: 20px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-size: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  padding-left: 15px;
  padding-right: 25px;
}

select::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* Buttons
=================================== */

a.btn,
a.btn:visited,
input[type=submit],
input[type=submit].btn,
.button,
.added-to-cart,
button[type=submit],
.wc-forward,
button.btn,
.comment-reply-link,
.wpcf7-form input[type=submit] {
  line-height: normal;
  font-size: 14px;
  border: 2px solid #fff;
  border-radius: 40px;
  vertical-align: middle;
  padding: 8px 35px;
  color: #fff;
  background: transparent;
  text-transform: uppercase;
  -webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

a.btn:active,
a.btn:focus,
a.btn:hover,
a.btn:visited:active,
a.btn:visited:focus,
a.btn:visited:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=submit].btn:active,
input[type=submit].btn:focus,
input[type=submit].btn:hover,
.button:active,
.button:focus,
.button:hover,
.added-to-cart:active,
.added-to-cart:focus,
.added-to-cart:hover,
button[type=submit]:active,
button[type=submit]:focus,
button[type=submit]:hover,
.wc-forward:active,
.wc-forward:focus,
.wc-forward:hover,
button.btn:active,
button.btn:focus,
button.btn:hover,
.comment-reply-link:active,
.comment-reply-link:focus,
.comment-reply-link:hover,
.wpcf7-form input[type=submit]:active,
.wpcf7-form input[type=submit]:focus,
.wpcf7-form input[type=submit]:hover {
  background: #fff;
  color: #2D0C16;
}

/* -----------------------------------------
	Homepage
----------------------------------------- */

.slide-content {
  margin-top: 180px;
  padding: 0 40px;
}

.slide-content.right {
  text-align: right;
}

.slide-content h2 {
  font-weight: 300;
  font-size: 60px;
  letter-spacing: -0.06em;
  line-height: 1;
  margin-bottom: 40px;
}

#slides {
  position: absolute !important;
  top: 0;
  left: 0;
}

.slides-pagination {
  display: none;
}

.slides-navigation a,
.slides-navigation a:visited {
  color: #FFF;
}

.slides-navigation a:hover {
  color: #FFF;
}

.featurette {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 5;
}

.featurette .item {
  margin-bottom: 0;
}

.featurette .wrap {
  border-bottom: none;
  padding-bottom: 20px;
}

.feat {
  position: relative;
}

.feat h3 {
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
}

.feat:hover > h3 {
  opacity: 0;
  visibility: hidden;
}

.feat a {
  position: relative;
}

.feat a > h3 {
  position: absolute;
  width: 100%;
  margin: 0 0 -10px 0;
  text-align: center;
  z-index: 10;
  bottom: 0;
  color: #FFF;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feat:hover a > h3 {
  bottom: 50%;
  opacity: 1;
  z-index: 10;
}

.slides-navigation {
  top: 50%;
}

.slides-navigation a {
  display: block;
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 60px;
  margin: 0 25px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  top: -60px;
  padding: 1px;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
  opacity: 0.7;
}

.slides-navigation a:hover {
  opacity: 1;
}

/* -----------------------------------------
	Blog layout & Content
----------------------------------------- */

#title {
  padding: 50px 30px;
}

#title h1,
#title h2 {
  font-weight: 300;
  font-size: 60px;
  letter-spacing: -0.04em;
  margin: 0;
  line-height: normal;
}

.entry {
  margin-bottom: 30px;
}

.entry-thumb {
  line-height: 0;
}

.entry-title {
  font-size: 24px;
  margin-bottom: 3px;
  letter-spacing: 0;
}

.entry-title a {
  color: #fff;
}

.entry-title a:visited {
  color: #fff;
}

.entry-title a:hover {
  color: #ca305c;
}

.entry-excerpt {
  margin-bottom: 25px;
}

.entry-content:before,
.entry-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.entry-content:after {
  clear: both;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 25px 0 20px;
  position: relative;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-top: 0;
}

.entry-content .fluid-width-video-wrapper,
.entry-content audio,
.entry-content video,
.entry-content iframe,
.entry-content blockquote {
  margin-top: 45px;
  margin-bottom: 45px;
  max-width: 100%;
}

.entry-content .fluid-width-video-wrapper:first-child,
.entry-content audio:first-child,
.entry-content video:first-child,
.entry-content iframe:first-child,
.entry-content blockquote:first-child {
  margin-top: 0;
}

.entry-content .fluid-width-video-wrapper:last-child,
.entry-content audio:last-child,
.entry-content video:last-child,
.entry-content iframe:last-child,
.entry-content blockquote:last-child {
  margin-bottom: 0;
}

.post-nav-links {
  margin: 30px 0 0;
}

.post-nav-links:before,
.post-nav-links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.post-nav-links:after {
  clear: both;
}

.post-nav-links :first-child {
  margin-left: 10px;
}

.post-nav-links + .entry-tags {
  margin-top: 30px;
}

.post-nav-links span,
.post-nav-links a,
#pagination a,
#pagination a:visited,
#pagination span {
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
  -webkit-transition: border-color 0.18s ease;
  transition: border-color 0.18s ease;
}

.post-nav-links .current,
.post-nav-links a:hover,
#pagination span,
#pagination a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

#pagination .nav-symbol {
  border-style: none;
}

.entry-meta {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: normal;
  font-size: 15px;
}

.entry-meta a {
  color: #fff;
}

.entry-meta a:hover {
  color: #ca305c;
}

.entry-meta h4 {
  margin-bottom: 0;
}

.entry-meta span::after {
  content: "\2022";
  margin: 0 4px;
  opacity: .5;
}

.entry-meta span:last-child::after {
  display: none;
}

.entry-tags {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

a.read-more {
  font-size: 14px;
}

/* -----------------------------------------
	Tables
----------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  font-weight: bold;
}

.entry-content table,
.comment-content table {
  border-width: 1px 0 0 1px;
  margin: 25px 0 35px;
}

.entry-content th,
.entry-content td,
.comment-content th,
.comment-content td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.entry-content caption,
.entry-content th,
.entry-content td,
.comment-content caption,
.comment-content th,
.comment-content td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
  vertical-align: middle;
}

.entry-content th,
.comment-content th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 85%;
}

.entry-content td,
.comment-content td {
  border-width: 0 1px 1px 0;
}

/* -----------------------------------------
	Native WordPress Galleries
----------------------------------------- */

.gallery {
  margin: 0 -1.1666667% 1.75em;
}

.widget .gallery {
  margin-bottom: 0;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* -----------------------------------------
	Services Template
----------------------------------------- */

.entry-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.entry-details li {
  float: left;
  margin-right: 15px;
  font-weight: 300;
}

.entry-details li span {
  font-weight: normal;
}

.offer-badge {
  position: absolute;
  top: 30px;
  right: 0;
  padding: 8px 20px 9px 15px;
  background: #941742;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  z-index: 1;
  letter-spacing: -0.04em;
  line-height: normal;
}

.offer-badge:before {
  content: "";
  position: absolute;
  display: block;
  border: 16px solid #941742;
  bottom: 0;
  left: -1.3em;
  border-right-width: 1.5em;
  border-left-color: transparent;
  border-radius: 5px;
  z-index: -1;
}

.scontent .item-thumb {
  margin-bottom: 20px;
}

.scontent h4 {
  margin-bottom: 5px;
}

/* -----------------------------------------
	Gallery + Team Templates
----------------------------------------- */

.item {
  margin-bottom: 30px;
}

#sidebar .item {
  margin: 0;
}

.item-thumb {
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 0;
}

.item h3,
.item h4 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: -0.04em;
}

.item h3 {
  font-size: 18px;
}

.item h4 {
  font-size: 12px;
}

.item-thumb a {
  position: relative;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
}

.item-thumb a:hover .overlay {
  opacity: 1;
}

.overlay.zoom:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f00e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: inherit;
  margin-right: .3em;
  content: "\f00e";
  position: absolute;
  font-size: 30px;
  top: 200%;
  left: 50%;
  color: #FFF;
  margin-top: -30px;
  margin-left: -15px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.7s ease;
  transition: top 0.2s ease, opacity 0.7s ease;
}

.item-thumb a:hover .overlay.zoom:after {
  top: 55%;
  opacity: 1;
  line-height: normal;
}

/* -----------------------------------------
   Contact Page
----------------------------------------- */

#map {
  width: 100%;
  height: 340px;
  color: #000;
}

.map .wrap {
  margin: 0 0 40px 0;
}

form.contact input[type=text],
form.contact input[type=email],
form.contact textarea {
  margin-bottom: 10px;
}

form.contact label,
.wpcf7-form label {
  margin-bottom: 6px;
}

form.contact input.highlight {
  border-color: red;
}

#done {
  display: none;
}

.contact-content .wrap {
  margin-bottom: 30px;
}

.contact-content .wrap p,
.contact-content .wrap ul {
  margin-bottom: 0;
}

/* -----------------------------------------
	Footer
----------------------------------------- */

#footer {
  font-size: 13px;
}

#footer .wrap {
  border-bottom: none;
}

#footer a,
#footer a:visited {
  color: #FFF;
}

#footer a:hover {
  opacity: 0.8;
}

.subnav {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 15px;
}

.subnav li {
  float: left;
  margin-left: 25px;
}

.subnav li a {
  text-transform: uppercase;
  letter-spacing: -0.045em;
}

/* -----------------------------------------
	Widgets
----------------------------------------- */

.widget {
  margin-bottom: 30px;
}

#sidebar .widget:last-child {
  margin-bottom: 0;
}

.widget-title {
  font-size: 24px;
  letter-spacing: -0.04em;
  font-weight: 400;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul li {
  margin-bottom: 4px;
}

.widget ul li:last-of-type {
  margin-bottom: 0;
}

.widget a,
.widget a:visited {
  color: #FFF;
  font-weight: bold;
}

.widget a:hover {
  opacity: 0.8;
}

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_product_categories ul,
.widget_ci-page-children-menu ul,
.widget_layered_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_product_categories ul ul,
.widget_ci-page-children-menu ul ul,
.widget_layered_nav ul ul {
  margin-left: 15px;
}

.widget_meta li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li,
.widget_product_categories li,
.widget_ci-page-children-menu li,
.widget_layered_nav li {
  line-height: normal;
  display: block;
  position: relative;
}

.widget_meta li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_product_categories li a,
.widget_ci-page-children-menu li a,
.widget_layered_nav li a {
  display: block;
  color: #FFFFFF;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.widget_meta li .count,
.widget_meta li .ci-count,
.widget_pages li .count,
.widget_pages li .ci-count,
.widget_categories li .count,
.widget_categories li .ci-count,
.widget_archive li .count,
.widget_archive li .ci-count,
.widget_nav_menu li .count,
.widget_nav_menu li .ci-count,
.widget_product_categories li .count,
.widget_product_categories li .ci-count,
.widget_ci-page-children-menu li .count,
.widget_ci-page-children-menu li .ci-count,
.widget_layered_nav li .count,
.widget_layered_nav li .ci-count {
  position: absolute;
  right: 0;
  top: 6px;
  height: 24px;
  min-width: 24px;
  line-height: 24px;
  border-radius: 2px;
  text-align: center;
  font-size: 13px;
}

.widget_meta li.current-cat > a,
.widget_pages li.current-cat > a,
.widget_categories li.current-cat > a,
.widget_archive li.current-cat > a,
.widget_nav_menu li.current-cat > a,
.widget_product_categories li.current-cat > a,
.widget_ci-page-children-menu li.current-cat > a,
.widget_layered_nav li.current-cat > a {
  font-weight: 700;
}

.widget_recent_comments ul,
.widget_rss ul,
.widget_recent_entries ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_recent_comments li,
.widget_rss li,
.widget_recent_entries li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .widget_recent_comments li,
.footer
.widget_rss li,
.footer
.widget_recent_entries li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.widget .rss-date,
.widget .post-date {
  display: block;
  margin: -3px 0 0;
  opacity: .85;
  font-size: 14px;
}

/* WIDGET: #Appointment / Book now
========================================= */

.book-now-link {
  text-align: center;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.book-now-action {
  margin-bottom: 0;
}

/* WIDGET: #Search
========================================= */

.searchform {
  line-height: 1;
  position: relative;
}

.searchform > div {
  position: relative;
  line-height: 1;
}

.searchform input[type="text"] {
  border-radius: 30px;
  margin: 0;
  width: 100%;
  font: inherit;
  line-height: 1;
  height: 38px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.55);
  color: #fff;
}

.searchsubmit {
  font-size: 12px;
  line-height: 1;
  padding: 2px 15px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 30px 30px 0;
  border: 2px solid rgba(255, 255, 255, 0.4);
  height: 100%;
  background: #ca305c;
  color: #fff;
  text-transform: uppercase;
}

/* WIDGET: #Flickr
========================================= */

.flickr_badge_image {
  float: left;
  margin: 0 15px 15px 0;
}

.flickr_badge_image a {
  display: block;
  line-height: 0;
}

/* WIDGET: #About
========================================= */

.widget_about {
  margin-top: -5px;
}

.widget_ci_about .alignleft {
  float: left;
  margin: 5px 10px 6px 0;
}

.widget_about .alignright {
  float: right;
  margin: 5px 0 6px 10px;
}

/* WIDGET: #Text Widget
========================================= */

.widget_text p:last-child {
  margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */

.widget_ci_twitter_widget ul li {
  margin-bottom: 12px;
}

.widget_ci_twitter_widget .twitter-time {
  display: block;
  font-size: 0.85em;
}

/* WIDGET: #Calendar
================================================== */

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
  padding: 9px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 8px;
}

#wp-calendar tbody td {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 3px;
}

#wp-calendar tbody td:hover {
  background: rgba(0, 0, 0, 0.1);
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

#wp-calendar a {
  font-weight: bold;
  font-style: italic;
}

/* ----------------------------------------------
	Helpers, WordPress Defaults, Generic Items
---------------------------------------------- */

/* WordPress Generated Classes
=================================== */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* -----------------------------------------
	Social Icons
----------------------------------------- */

.list-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

a.social-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #ca305c;
  margin: 0 3px 3px 0;
}

a.social-icon:hover {
  color: #ca305c;
}

/* -----------------------------------------
	External Plugins
----------------------------------------- */

/* WP Instagram */

.null-instagram-feed p {
  padding-top: 10px;
}

.widget .instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget .instagram-pics:before,
.widget .instagram-pics:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.widget .instagram-pics:after {
  clear: both;
}

.widget .instagram-pics li {
  border-bottom: 0;
  padding: 0;
  float: left;
  width: 33.33333333333%;
  margin-bottom: 0;
}

.widget .instagram-pics li a {
  display: block;
  color: #7B7B7B;
}

.widget .instagram-pics li a img {
  display: block;
}

/* Elementor */

.elementor .elementor-widget-ci_theme_element figure,
.elementor .elementor-widget-ci_theme_element .entry-thumb {
  margin-bottom: 10px !important;
}

/* -----------------------------------------
	07. Comments
----------------------------------------- */

.comments-title,
.comment-reply-title {
  display: block;
  font-size: 24px;
  letter-spacing: -0.04em;
  font-weight: 400;
  margin: 0 0 30px 30px;
}

.commentlist,
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.commentlist .children,
.comment-list .children {
  list-style: none;
}

.commentlist .comment-body,
.comment-list .comment-body {
  margin-bottom: 20px;
  padding-top: 20px;
}

.commentlist > .comment:first-child > .comment-body,
.comment-list > .comment:first-child > .comment-body {
  border-top: 0;
  padding-top: 0;
}

.post-comments {
  margin: 0 0 45px;
}

.comment-author {
  margin-bottom: 5px;
}

.comment-author .fn {
  font-size: 18px;
  line-height: normal;
  font-weight: normal;
}

.comment-author .avatar {
  width: 56px;
  float: left;
  margin: 0 20px 15px 0;
  overflow: visible;
}

.comment-content {
  overflow: hidden;
  zoom: 1;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}

.comment-content p {
  margin-bottom: 25px;
}

.comment-content ul,
.comment-content ol {
  margin: 30px 0;
  padding-left: 25px;
}

.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
  margin: 0;
}

.comment-content blockquote {
  margin: 35px 0 0;
}

.comment-metadata {
  font-size: 11px;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.comment-metadata a {
  color: inherit;
}

.comment-reply-link {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-left: 75px;
  height: auto;
  width: auto;
}

.bypostauthor > article .fn::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px 0 -2px;
  position: relative;
  top: -3px;
  font-size: 11px;
}

.comment-respond {
  margin-top: 30px;
}

.comment-respond:only-child {
  margin-top: 0;
}

.comment-form {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  position: relative;
}

#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.form-allowed-tags,
.comment-notes {
  font-size: 12px;
  line-height: 1.5;
  opacity: .75;
  margin: 10px 0 25px;
}

.comment-notes {
  margin: 0 0 20px;
  font-size: 14px;
}

.form-submit {
  margin-bottom: 0;
}

.no-comments {
  border: 1px solid #FFFFFF;
  padding: 15px;
  margin-top: 40px;
  text-align: center;
}

.comment-form-cookies-consent {
  line-height: normal;
  margin: 25px 0;
}

.comment-form-cookies-consent label {
  font-size: 15px;
  display: inline-block;
  margin: 0 0 0 8px;
}

.comment-form-cookies-consent [type="checkbox"] {
  position: relative;
  top: -1px;
}

/* -----------------------------------------
	Main Navigation
----------------------------------------- */

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.navigation-main {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
}

.head-mast [class^="col-lg-12"] .navigation-main {
  margin-top: 10px;
}

.navigation-main li {
  position: relative;
}

.navigation-main > li {
  display: inline-block;
}

.navigation-main a {
  display: block;
  white-space: nowrap;
}

.navigation-main ul {
  text-align: left;
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s;
  transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  margin-left: 12px;
}

.navigation-main ul ul {
  top: -12px;
  left: 100%;
  margin: 0;
  -webkit-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}

.navigation-main > li:first-child ul {
  margin-left: 0;
}

.navigation-main li:hover > ul {
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
  opacity: 1;
}

.navigation-main li:hover ul {
  z-index: 15;
}

.navigation-main > li:hover > ul {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.navigation-main li li:hover > ul {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.navigation-main > .nav-open-left ul {
  right: 0;
}

.navigation-main > .nav-open-left ul ul {
  right: 100%;
  left: auto;
}

.navigation-main li .nav-open-left ul {
  right: 100%;
  left: auto;
}

.navigation-main li .nav-open-left.menu-item-has-children > a::after {
  content: "\f0d9";
  font-size: 12px;
}

.navigation-main li.nav-open-left .menu-item-has-children > a::after {
  content: "\f0d9";
  font-size: 12px;
}

.navigation-main ul {
  padding: 15px 0;
  list-style: none;
  min-width: 220px;
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.navigation-main a {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}

.navigation-main > li > a {
  padding: 10px 0;
  margin: 0 12px;
}

.navigation-main > li:first-child > a {
  margin-left: 0;
}

.navigation-main li li a {
  padding: 6px 15px;
  font-size: 13px;
  color: #fff;
}

.navigation-main li:hover > a,
.navigation-main .current-menu-item > a,
.navigation-main .current-menu-parent > a,
.navigation-main .current-menu-ancestor > a,
.navigation-main .current_page_item > a,
.navigation-main .current_page_ancestor > a {
  color: #ca305c;
}

.navigation-main .menu-item-has-children > a::after,
.navigation-main .page_item_has_children > a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: relative;
  top: -3px;
  right: -6px;
  line-height: normal;
}

.navigation-main li .menu-item-has-children > a,
.navigation-main li .page_item_has_children > a {
  padding-right: 25px;
}

.navigation-main li .menu-item-has-children > a::after,
.navigation-main li .page_item_has_children > a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navigation-main .nav-button > a {
  border: 2px solid currentColor;
  padding: 7px 28px;
  margin-left: 10px;
}

.navigation-main .nav-button > a::before {
  display: none;
}

.navigation-main .nav-button:last-child > a {
  margin-right: 0;
}

.navigation-main .mega-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation-main .mega-menu > ul > li > a {
  font-weight: 700;
  font-size: 1.05em;
}

.navigation-main .mega-menu > ul > li > a,
.navigation-main .mega-menu > ul > li > a:focus,
.navigation-main .mega-menu > ul > li.current-menu-item > a,
.navigation-main .mega-menu > ul > li.current-menu-parent > a,
.navigation-main .mega-menu > ul > li.current-menu-ancestor > a {
  background-color: transparent;
  color: initial;
}

.navigation-main .mega-menu > ul ul {
  display: block;
  opacity: 1;
  box-shadow: none;
  padding: 0;
  margin: 0;
  position: static;
  background: none;
  min-width: 180px;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

.navigation-main .mega-menu > ul a::after {
  display: none;
}

.navigation-main .mega-menu:hover ul ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-grouped {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.navigation-main-grouped {
  text-align: right;
}

.navigation-main-grouped > li > ul {
  margin-left: 0;
  right: 0;
  left: auto;
  text-align: center;
}

.navigation-main-grouped .menu-item-has-children > a::after,
.navigation-main-grouped .page_item_has_children > a::after {
  display: none;
}

.navigation-main-grouped li .menu-item-has-children > a::after,
.navigation-main-grouped li .page_item_has_children > a::after {
  display: none;
}

a.menu-item-appointment {
  margin-left: 15px;
  text-transform: uppercase;
  border: 2px solid currentColor;
  padding: 4px 18px;
  color: #fff;
  font-size: 14px;
  border-radius: 40px;
  background: transparent;
}

.nav-grouped a.menu-item-appointment {
  margin-right: 15px;
  margin-left: 0;
}

a.menu-item-appointment:hover {
  color: #ca305c;
}

.navigation-main-right {
  text-align: right;
}

.navigation-main-right > li:last-child ul {
  right: 0;
}

.navigation-main-right > li:last-child ul ul {
  left: auto;
  right: 100%;
}

.navigation-main-right > li:last-child .menu-item-has-children > a::after {
  content: "\f0d9";
  font-size: 12px;
}

/* -----------------------------------------
	e-Commerce Styling
----------------------------------------- */

/* Global WooCoomerce Styles
========================================= */

.demo_store {
  position: fixed;
  bottom: 0;
  z-index: 150;
  width: 100%;
  background-color: #fff;
  color: #000;
  text-align: center;
  margin: 0;
  line-height: normal;
  padding: 10px 25px;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-noreviews {
  padding: 14px 20px 14px 45px;
  margin-bottom: 35px;
  margin-left: 0;
  color: #FFFFFF;
  clear: both;
  border: 2px solid #FFFFFF;
  position: relative;
}

.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-noreviews:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 1.3em;
}

.woocommerce-message a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-noreviews a:not(.button) {
  border-bottom: 1px solid;
  color: #FFFFFF;
  margin-left: 10px;
  display: inline-block;
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-noreviews .button {
  float: right;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.875em;
  top: -2px;
}

.woocommerce-message .button:after,
.woocommerce-error .button:after,
.woocommerce-info .button:after,
.woocommerce-noreviews .button:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.65em;
  display: inline-block;
  margin: 0 0 0 5px;
  position: relative;
  top: -2px;
}

.woocommerce-error {
  list-style: none;
}

.woocommerce-error:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.woocommerce-mini-cart__total {
  margin-top: 20px;
}

.woocommerce-mini-cart__buttons {
  margin: 30px 0 0;
}

.woocommerce .button[disabled] {
  cursor: not-allowed;
  opacity: .4;
}

.star-rating {
  color: #ffba00;
}

/* Product Listing
========================================= */

ul.products {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  list-style: none;
  clear: both;
}

ul.products:before,
ul.products:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

ul.products:after {
  clear: both;
}

ul.products.columns-1 li.product {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

ul.products.columns-2 li.product {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

ul.products.columns-3 li.product {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

ul.products.columns-4 li.product {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

ul.products li.product {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

ul.products li.product .onsale {
  position: absolute;
  top: 5px;
  left: 20px;
  padding: 3px 8px;
  background: #ca305c;
  color: #fff;
}

ul.products li.product .price {
  display: block;
  font-size: 13px;
  margin-bottom: 15px;
}

ul.products li.product .price ins {
  text-decoration: none;
}

ul.products li.product .star-rating {
  display: inline-block;
  margin: 1px 0 4px;
  float: none;
}

ul.products li.product .star-rating::before {
  position: relative;
}

ul.products li.product .button,
ul.products li.product .added-to-cart,
ul.products li.product .wc-forward {
  padding: 7px 10px;
  white-space: normal;
  font-size: 12px;
}

ul.products li.product .ajax_add_to_cart.loading {
  padding-right: 35px;
  position: relative;
  opacity: 0.75;
}

ul.products li.product .ajax_add_to_cart.loading:hover {
  background: transparent;
  color: #fff;
}

ul.products li.product .ajax_add_to_cart.loading:before {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1000;
  width: 20px;
  height: 20px;
}

.woocommerce-result-count,
.product-number {
  display: inline-block;
  margin: 0;
}

.woocommerce-result-count {
  margin: 0 15px 15px 0;
}

.woocommerce-ordering {
  position: relative;
  top: -4px;
  float: right;
  margin-bottom: 30px;
}

.woocommerce-loop-product__title,
.woocommerce-loop-category__title {
  margin: 15px 0 5px;
  font-size: 18px;
}

.woocommerce-loop-category__title .count {
  background: none;
  color: #fff;
}

.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-pagination .page-numbers {
  list-style: none;
}

.woocommerce-pagination .page-numbers > li {
  display: inline-block;
}

.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #FFF;
  margin-right: 10px;
  font-size: 12px;
  -webkit-transition: border-color 0.18s ease;
  transition: border-color 0.18s ease;
}

.woocommerce-pagination .page-numbers a:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.woocommerce-pagination .page-numbers.current {
  border-color: rgba(255, 255, 255, 0.3);
}

.woocommerce-pagination .next,
.woocommerce-pagination .prev {
  line-height: 18px;
}

/* Single Product
========================================= */

.single-product div.product {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.single-product div.product:before,
.single-product div.product:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.single-product div.product:after {
  clear: both;
}

.single-product div.product .onsale {
  position: absolute;
  top: 5px;
  left: 20px;
  padding: 3px 8px;
  background: #ca305c;
  color: #fff;
  z-index: 9;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.single-product div.product .woocommerce-product-gallery > figure {
  margin-bottom: 25px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #ca305c;
  text-indent: -9999px;
  box-sizing: content-box;
  outline: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: content-box;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:active,
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:focus {
  outline: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-nav li {
  display: block;
  width: calc(33.33333% - 10px);
  margin: 0 5px 10px;
}

.single-product div.product .woocommerce-product-rating {
  margin-bottom: 15px;
}

.single-product div.product .woocommerce-product-rating .star-rating {
  float: none;
  display: inline-block;
  margin-right: 5px;
  line-height: 15px;
}

.single-product div.product .entry-summary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.single-product div.product .entry-summary .stock {
  text-transform: uppercase;
  font-size: 13px;
  line-height: normal;
  font-weight: 400;
  display: inline-block;
  background: #FFFFFF;
  padding: 8px 10px 7px 18px;
  position: relative;
  line-height: 15px;
  margin: 0;
}

.single-product div.product .entry-summary .stock:before {
  position: relative;
  top: 0;
  left: -6px;
  font-size: 1.05em;
}

.single-product div.product .entry-summary .in-stock {
  background-color: #4ed4a5;
  color: #FFFFFF;
}

.single-product div.product .entry-summary .in-stock:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.single-product div.product .entry-summary .out-of-stock {
  background-color: #ff786d;
  color: #fff;
}

.single-product div.product .entry-summary .out-of-stock:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.single-product div.product .entry-summary .product_meta {
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 14px;
}

.single-product div.product .entry-summary .product_meta > span {
  display: block;
  font-weight: bold;
}

.single-product div.product .entry-summary .product_meta > span > span,
.single-product div.product .entry-summary .product_meta > span > a {
  font-weight: normal;
}

.single-product div.product .entry-summary form.cart {
  margin-top: 30px;
}

.single-product div.product .entry-summary form.cart .group_table {
  margin-bottom: 20px;
}

.single-product div.product .entry-summary form.cart .group_table .woocommerce-grouped-product-list-item__quantity {
  width: 30%;
}

.single-product div.product .entry-summary form.cart .group_table .stock {
  margin: 0 0 0 10px;
}

.single-product div.product .entry-summary form.cart .group_table label {
  margin-bottom: 0;
  padding-right: 10px;
}

.single-product div.product .entry-summary form.cart .group_table .button {
  padding: 5px 14px;
  font-size: 12px;
}

.single-product div.product .entry-summary form.cart.variations_form .variations {
  width: auto;
  margin-bottom: 25px;
}

.single-product div.product .entry-summary form.cart.variations_form .variations td {
  border: 0;
  position: relative;
}

.single-product div.product .entry-summary form.cart.variations_form .variations td.label {
  max-width: 70px;
}

.single-product div.product .entry-summary form.cart.variations_form .variations td.label label {
  margin: 0 10px 0 0;
  height: 50px;
  line-height: 50px;
}

.single-product div.product .entry-summary form.cart.variations_form .variations select {
  font-size: 14px;
  height: 32px;
  padding-right: 30px;
}

.single-product div.product .entry-summary form.cart.variations_form .woocommerce-variation {
  margin-bottom: 15px;
}

.single-product div.product .entry-summary form.cart.variations_form .woocommerce-variation-price {
  margin-bottom: 15px;
}

.single-product div.product .entry-summary form.cart.variations_form .reset_variations {
  position: absolute;
  color: #FFFFFF;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 0 0 5px;
}

.single-product div.product .entry-summary form.cart .single_add_to_cart_button {
  padding: 11px 34px 12px;
}

.single-product div.product .price {
  font-size: 18px;
}

.single-product div.product .price ins {
  text-decoration: none;
}

.single-product div.product .price del {
  font-size: 14px;
}

.single-product div.product .wc-tabs-wrapper {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 35px 0 45px;
}

.single-product div.product .wc-tabs-wrapper:last-child {
  margin-bottom: 0;
}

.single-product div.product .wc-tabs-wrapper .wc-tabs {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #FFFFFF;
}

.single-product div.product .wc-tabs-wrapper .wc-tabs li {
  display: inline-block;
  margin: 0 45px 0 0;
  padding: 0;
}

.single-product div.product .wc-tabs-wrapper .wc-tabs li.active a {
  font-weight: bold;
  color: #ca305c;
}

.single-product div.product .wc-tabs-wrapper .wc-tabs li a {
  color: white;
}

.single-product div.product .wc-tabs-wrapper .woocommerce-Tabs-panel {
  padding: 20px 0 0;
  margin: 0;
}

.single-product div.product .wc-tabs-wrapper .woocommerce-Tabs-panel > h2:first-of-type {
  display: none;
}

.single-product div.product .wc-tabs-wrapper .woocommerce-Tabs-panel > p:last-child,
.single-product div.product .wc-tabs-wrapper .woocommerce-Tabs-panel > table:last-child {
  margin-bottom: 0;
}

.single-product div.product .wc-tabs-wrapper .woocommerce-Tabs-panel.entry-content h2,
.single-product div.product .wc-tabs-wrapper .woocommerce-Tabs-panel.entry-content h3,
.single-product div.product .wc-tabs-wrapper .woocommerce-Tabs-panel.entry-content h4,
.single-product div.product .wc-tabs-wrapper .woocommerce-Tabs-panel.entry-content h5,
.single-product div.product .wc-tabs-wrapper .woocommerce-Tabs-panel.entry-content h6 {
  margin: 20px 0 10px;
}

.single-product div.product .wc-tabs-wrapper .woocommerce-Tabs-panel .shop_attributes {
  width: 100%;
  margin: 0;
}

.single-product div.product .wc-tabs-wrapper .woocommerce-Tabs-panel .shop_attributes p {
  margin: 0;
}

.single-product div.product .wc-tabs-wrapper .woocommerce-Tabs-panel .shop_attributes tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.single-product div.product .wc-tabs-wrapper .woocommerce-Tabs-panel .shop_attributes th {
  text-align: left;
  width: 20%;
}

.single-product div.product .wc-tabs-wrapper .woocommerce-Tabs-panel .shop_attributes th,
.single-product div.product .wc-tabs-wrapper .woocommerce-Tabs-panel .shop_attributes td {
  vertical-align: top;
  padding: 5px;
}

.single-product div.product .wc-tabs-wrapper .woocommerce-Reviews #comments {
  margin: 0;
}

.single-product div.product .wc-tabs-wrapper .woocommerce-Reviews #comments .woocommerce-Reviews-title {
  margin: 0 0 35px;
}

.single-product div.product .wc-tabs-wrapper .woocommerce-Reviews #comments .commentlist {
  list-style: none;
}

.single-product div.product .wc-tabs-wrapper .woocommerce-Reviews .comment-text {
  font-size: 14px;
}

.single-product div.product .wc-tabs-wrapper .woocommerce-Reviews .comment-text p {
  margin-bottom: 10px;
}

.single-product div.product .wc-tabs-wrapper .woocommerce-Reviews li {
  margin-bottom: 20px;
}

.single-product div.product .wc-tabs-wrapper .woocommerce-Reviews .avatar {
  width: 64px;
  height: 64px;
  float: left;
  margin: 0 25px 15px 0;
  overflow: visible;
}

.single-product div.product .wc-tabs-wrapper .woocommerce-Reviews .description {
  overflow: hidden;
}

.single-product div.product .wc-tabs-wrapper .woocommerce-Reviews .meta {
  font-size: 16px;
}

.single-product div.product .wc-tabs-wrapper .woocommerce-Reviews .star-rating {
  float: right;
}

.single-product div.product .wc-tabs-wrapper .woocommerce-Reviews .comment-respond {
  margin-top: 30px;
}

.single-product div.product .wc-tabs-wrapper .comment-form-rating a {
  display: inline-block;
  position: relative;
  width: 15px;
  text-indent: -9999px;
  border: none;
  margin-right: 12px;
  color: #ffba00;
}

.single-product div.product .wc-tabs-wrapper .comment-form-rating a::after {
  font-size: 13px;
  opacity: 1;
  display: inline-block;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.single-product div.product .wc-tabs-wrapper .comment-form-rating a:focus {
  outline: none;
}

.single-product div.product .wc-tabs-wrapper .comment-form-rating a.active::after {
  font-weight: 900;
  opacity: 1;
}

.single-product div.product .wc-tabs-wrapper .comment-form-rating .star-1 {
  width: 13px;
}

.single-product div.product .wc-tabs-wrapper .comment-form-rating .star-1::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.single-product div.product .wc-tabs-wrapper .comment-form-rating .star-2 {
  width: 26px;
}

.single-product div.product .wc-tabs-wrapper .comment-form-rating .star-2::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.single-product div.product .wc-tabs-wrapper .comment-form-rating .star-3 {
  width: 39px;
}

.single-product div.product .wc-tabs-wrapper .comment-form-rating .star-3::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.single-product div.product .wc-tabs-wrapper .comment-form-rating .star-4 {
  width: 52px;
}

.single-product div.product .wc-tabs-wrapper .comment-form-rating .star-4::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.single-product div.product .wc-tabs-wrapper .comment-form-rating .star-5 {
  width: 65px;
}

.single-product div.product .wc-tabs-wrapper .comment-form-rating .star-5::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.single-product div.product .related.products,
.single-product div.product .upsells.products {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-bottom: -30px;
}

/* Add to cart
========================================= */

.quantity-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  height: 44px;
  max-width: 110px;
  position: relative;
  top: 1px;
}

.quantity-wrap .qty-btn {
  height: 100%;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  width: 35px;
  text-align: center;
  font-size: 16px;
  box-shadow: none;
  cursor: pointer;
  font-weight: normal;
  line-height: normal;
  outline: 0;
  border-radius: 24px;
}

.quantity-wrap .qty-btn:hover {
  background-color: #ca305c;
}

.quantity-wrap .qty-plus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.quantity-wrap .qty-minus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.quantity {
  display: inline-block;
  line-height: normal;
  height: 100%;
}

.group_table .quantity {
  vertical-align: middle;
}

.quantity .qty {
  text-align: center;
  padding: 0;
  margin: 0;
  width: 42px;
  border: 2px solid #FFFFFF;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  font-size: 18px;
  height: 100%;
  -moz-appearance: textfield;
}

.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity .qty:focus {
  box-shadow: none;
}

.group_table .quantity .qty {
  width: 46px;
}

section.products > h2 {
  margin-bottom: 30px;
}

/* Cart Page
========================================= */

.shop_table {
  width: 100%;
  margin: 0 0 35px;
}

.shop_table th,
.shop_table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.shop_table th {
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-align: left;
  font-weight: normal;
  padding: 0 10px 5px;
}

.shop_table td {
  padding: 10px;
}

.shop_table .shipping th {
  vertical-align: top;
}

.shop_table .variation {
  margin: 0 0 5px;
}

.shop_table .variation dt,
.shop_table .variation dd {
  display: inline;
  margin: 0;
}

.shop_table .variation dt p,
.shop_table .variation dd p {
  display: inline;
  margin: 0;
}

.shop_table .product-name a {
  color: #fff;
}

.shop_table .product-price {
  margin: 0;
}

.shop_table .product-price .amount {
  font-size: 14px;
}

.shop_table .product-thumbnail {
  width: 100px;
}

.shop_table .product-thumbnail img {
  max-width: 80px;
}

.shop_table .product-subtotal .amount {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.03em;
}

.shop_table .product-remove {
  width: 30px;
}

.shop_table .product-remove .remove {
  display: block;
  border: none;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
}

.shop_table .product-remove .remove:hover {
  text-decoration: none;
}

.shop_table .quantity {
  height: auto;
  max-width: 100px;
}

.shop_table .quantity .qty {
  width: 100%;
  border: 1px solid #FFFFFF;
  padding: 7px 10px;
}

.shop_table .actions > .button {
  float: right;
  margin: 15px 0;
}

.shop_table .actions .button {
  padding: 8px 15px 9px;
}

.coupon {
  margin: 15px 0;
  position: relative;
  float: left;
  width: 350px;
}

.coupon label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.coupon input {
  height: auto;
  padding: 7px 20px 10px;
}

.coupon button[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0;
}

.cart-collaterals {
  margin-left: -15px;
  margin-right: -15px;
}

.cart-collaterals:before,
.cart-collaterals:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cart-collaterals:after {
  clear: both;
}

.cart-collaterals > .cart_totals {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.cart-collaterals > .cross-sells {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.cart-collaterals > .cross-sells .products > li {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}

.cart-collaterals .shipping .shipping-calculator-button {
  display: block;
  font-size: 14px;
  margin: 5px 0 10px;
  border: none;
}

.cart-collaterals .shipping .shipping-calculator-button:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}

.cart-collaterals .shipping .shipping-calculator-button:hover {
  text-decoration: none;
}

.cart_totals {
  margin: 0 0 25px;
}

.cart_totals h2 {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 3px;
  font-size: 16px;
  text-transform: uppercase;
}

.cart_totals table {
  width: 100%;
  margin: 0 0 30px;
}

.cart_totals table th,
.cart_totals table td {
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.cart_totals table td {
  padding: 5px;
  text-align: right;
}

.cart_totals table th {
  font-weight: normal;
}

.cart_totals table .order-total .amount {
  font-size: 16px;
}

#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
}

#shipping_method li {
  display: block;
  padding: 4px 0;
}

#shipping_method label {
  display: inline;
  margin-left: 5px;
}

.shipping-calculator-form select {
  width: 100%;
}

.shipping select {
  padding: 8px 12px 6px 15px;
  border: 1px solid #ebebeb;
}

/* Checkout Page
========================================= */

.woocommerce form.login {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -10px;
}

.woocommerce form.login:before,
.woocommerce form.login:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.woocommerce form.login:after {
  clear: both;
}

.woocommerce form.login p {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.woocommerce form.login .form-row-first,
.woocommerce form.login .form-row-last {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce form.login .input-text {
  width: 100%;
}

.woocommerce form.login .button {
  height: 44px;
  padding: 10px 64px;
  margin-top: 10px;
}

.woocommerce form.login #rememberme {
  margin-right: 3px;
  position: relative;
  top: 1px;
}

.woocommerce form.login .lost_password a {
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 15px;
}

.woocommerce form.checkout_coupon {
  margin: 0 0 30px;
}

.woocommerce .checkout-button {
  padding: 8px 15px 9px;
}

#customer-details {
  margin: 0 0 25px;
}

.woocommerce .col2-set {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce .col2-set:before,
.woocommerce .col2-set:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.woocommerce .col2-set:after {
  clear: both;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce-billing-fields:before,
.woocommerce-billing-fields:after,
.woocommerce-shipping-fields:before,
.woocommerce-shipping-fields:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.woocommerce-billing-fields:after,
.woocommerce-shipping-fields:after {
  clear: both;
}

.woocommerce-billing-fields p,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields p,
.woocommerce-shipping-fields h3 {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 0 20px;
}

.woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last,
.woocommerce-shipping-fields .form-row-first,
.woocommerce-shipping-fields .form-row-last {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-billing-fields .input-text,
.woocommerce-shipping-fields .input-text {
  width: 100%;
}

.woocommerce-billing-fields abbr,
.woocommerce-shipping-fields abbr {
  text-decoration: none;
  border: none;
}

.woocommerce-billing-fields label.checkbox,
.woocommerce-shipping-fields label.checkbox {
  display: inline-block;
}

.woocommerce-billing-fields textarea,
.woocommerce-shipping-fields textarea {
  min-height: 130px;
}

.woocommerce-billing-fields select,
.woocommerce-shipping-fields select {
  display: block;
  width: 100%;
  padding: 6px 15px;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  font-weight: normal;
  border: 1px solid #FFFFFF;
  background: #FFF;
}

#order_review_heading {
  padding-top: 35px;
  margin-top: 20px;
  border-top: 2px solid #e6e6e6;
}

#order_review .shop_table td,
#order_review .shop_table th {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

#order_review .shop_table .product-total {
  text-align: right;
}

#order_review .shop_table .product-name {
  text-align: left;
}

#order_review .shop_table tfoot tr {
  border: none;
}

#order_review .shop_table tfoot td,
#order_review .shop_table tfoot th {
  padding: 9px 0 0;
  text-align: right;
}

#order_review .shop_table .order-total .amount {
  font-size: 16px;
}

.payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.payment_methods li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.payment_methods li.woocommerce-info {
  padding: 14px 20px 14px 45px;
}

.payment_methods label {
  display: inline-block;
  margin: 0 0 0 5px;
}

.payment_method_paypal img {
  display: none;
}

.payment_method_paypal .about_paypal {
  font-size: 0.85em;
  margin-left: 10px;
}

.payment_box {
  padding: 15px;
  border: 1px solid #FFFFFF;
  margin: 5px 0 0;
}

.payment_box p {
  margin: 0;
}

.place-order .terms {
  display: inline-block;
  margin-left: 20px;
}

.place-order label[for="terms"] {
  display: inline-block;
  margin-right: 5px;
}

.woocommerce-thankyou-order-details {
  background-color: #FFFFFF;
  padding: 10px;
  margin: 30px 0;
  list-style: none;
}

/* Account Page
========================================= */

.woocommerce .edit {
  text-transform: uppercase;
  font-size: 0.775em;
}

.myaccount_user {
  padding: 25px;
  border: 1px solid #FFFFFF;
  margin: 0 0 30px;
}

table.my_account_orders {
  margin: 0 0 30px;
}

.woocommerce fieldset {
  margin: 30px 0;
  padding: 25px;
  border: 1px solid #FFFFFF;
}

.woocommerce legend {
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
}

.woocommerce:before,
.woocommerce:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.woocommerce:after {
  clear: both;
}

.woocommerce-MyAccount-navigation {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  display: block;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  position: relative;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 10px;
  right: 5px;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  color: #d7567b;
  font-weight: bold;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:after {
  content: "";
}

.woocommerce-MyAccount-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}

/* Star Rating
========================================= */

.woocommerce .star-rating,
.woocommerce-page .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  width: 67px;
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0;
  position: absolute;
  left: 0;
}

/* WC Selects
========================================= */

.select2-container.select2-container--default {
  font-size: 14px;
}

.select2-container.select2-container--default .select2-selection--single {
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  width: 35px;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__clear {
  padding-right: 20px;
}

.select2-container.select2-container--default .select2-search--dropdown {
  background-color: rgba(0, 0, 0, 0.85);
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 2px solid rgba(255, 255, 255, 0.35);
  height: 36px;
  border-radius: 0;
}

.select2-container.select2-container--default .select2-selection--multiple,
.select2-container.select2-container--default .select2-selection--single {
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 36px;
  height: 100%;
  color: #FFFFFF;
}

.select2-container.select2-container--default .select2-results__option {
  background-color: rgba(0, 0, 0, 0.85);
}

.select2-container.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #ca305c;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-search__field {
  height: 50px;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin: 0 5px 0 0;
}

.select2-container .select2-dropdown {
  border: 2px solid rgba(0, 0, 0, 0.5);
}

/* Widgets
========================================= */

/* WIDGET: WooCommerce Products
========================================= */

.product_list_widget {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product_list_widget li {
  position: relative;
}

.product_list_widget li:before,
.product_list_widget li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.product_list_widget li:after {
  clear: both;
}

.widget .product_list_widget li {
  margin-bottom: 10px;
}

.product_list_widget li img {
  float: right;
  width: 80px;
  margin: 0 0 0 15px;
}

.product_list_widget .product-thumb {
  float: left;
  margin-right: 15px;
}

.product_list_widget .product-thumb img {
  border: 1px solid #FFFFFF;
}

.product_list_widget .product-content {
  overflow: hidden;
}

.product_list_widget .product-title {
  line-height: normal;
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 3px;
}

.product_list_widget .product-title:hover {
  color: #d7567b;
}

.product_list_widget .reviewer {
  font-size: 12px;
  display: block;
}

.product_list_widget .star-rating {
  display: block;
  margin-bottom: 3px;
  float: none;
}

.product_list_widget .woocommerce-Price-amount {
  color: #FFFFFF;
  font-size: 14px;
}

.product_list_widget ins {
  text-decoration: none;
}

.product_list_widget del {
  color: #FFFFFF;
  opacity: .5;
}

.product_list_widget .remove {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  width: 20px;
  height: 20px;
  line-height: 21px;
  text-align: center;
  background-color: #ff5b5b;
  color: #fff;
}

.product_list_widget .remove:hover {
  color: #fff;
}

.product_list_widget .quantity {
  display: block;
  margin: 0;
  font-size: 14px;
  color: #FFFFFF;
}

/* Top Rated */

.widget_top_rated_products .product-title {
  display: block;
}

.widget_top_rated_products del .amount {
  margin-left: 0;
}

/* WIDGET: Shopping Cart
========================================= */

.widget_shopping_cart .mini_cart_item {
  margin-bottom: 10px;
}

.widget_shopping_cart .mini_cart_item > a:last-of-type {
  font-size: 16px;
}

/* Product Search */

.widget_product_search .woocommerce-product-search {
  position: relative;
}

.widget_product_search .woocommerce-product-search .search-field {
  font-size: 14px;
  box-sizing: border-box;
  height: auto;
  padding: 14px 15px;
  line-height: 14px;
}

.widget_product_search .woocommerce-product-search button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 13px 18px 14px;
}

/* Product Categories */

.widget_product_categories ul,
.widget_layered_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_product_categories ul ul,
.widget_layered_nav ul ul {
  margin-left: 15px;
}

.widget_product_categories ul li,
.widget_layered_nav ul li {
  line-height: normal;
  display: block;
  position: relative;
}

.widget_product_categories ul li a,
.widget_layered_nav ul li a {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.widget_product_categories ul li .count,
.widget_layered_nav ul li .count {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
  padding: 4px 3px;
}

.widget_product_categories .woocommerce-widget-layered-nav-dropdown__submit,
.widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 10px;
}

/* WIDGET: WooCommerce Price Range
========================================= */

.widget_price_filter .widget-title {
  margin-bottom: 25px;
}

.price_slider {
  position: relative;
  text-align: left;
  height: 6px;
  width: calc(100% - 14px);
  margin: 0 auto 20px;
  background: #FFFFFF;
}

.price_slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  background: #d9d9d9;
  height: 6px;
  cursor: pointer;
}

.price_slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 25px;
  margin-top: -10px;
  margin-left: -7px;
  cursor: pointer;
  outline: none;
  background-color: #ca305c;
  -ms-touch-action: none;
  touch-action: none;
}

.price_slider .ui-slider-handle:active {
  outline: none;
}

.price_slider .ui-slider-handle::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -6px;
  opacity: .8;
}

.price_slider_wrapper .price_slider_amount {
  position: relative;
}

.price_slider_wrapper .price_slider_amount .button {
  font-size: 14px;
}

.price_slider_wrapper .price_label {
  position: absolute;
  right: 0;
  top: 4px;
}

/* Colors
========================================= */

.products .product .woocommerce-loop-product__title,
.products .product .woocommerce-loop-category__title,
.products .product .price {
  color: #FFFFFF;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (min-width: 768px) {
  ul.products.columns-1 li.product {
    float: left;
    width: 50%;
  }

  ul.products.columns-2 li.product {
    float: left;
    width: 50%;
  }

  ul.products.columns-3 li.product {
    float: left;
    width: 50%;
  }

  ul.products.columns-4 li.product {
    float: left;
    width: 50%;
  }

  .single-product div.product .woocommerce-product-gallery {
    float: left;
    width: 33.33333%;
  }

  .single-product div.product .entry-summary {
    float: left;
    width: 66.66667%;
  }

  .cart-collaterals > .cart_totals {
    float: left;
    width: 50%;
  }

  .cart-collaterals > .cross-sells {
    float: left;
    width: 50%;
  }

  .woocommerce form.login .form-row-first,
  .woocommerce form.login .form-row-last {
    float: left;
    width: 50%;
  }

  .woocommerce-billing-fields .form-row-first,
  .woocommerce-billing-fields .form-row-last,
  .woocommerce-shipping-fields .form-row-first,
  .woocommerce-shipping-fields .form-row-last {
    float: left;
    width: 50%;
  }
}

@media (min-width: 959px) {
  .cart-collaterals > .cart_totals {
    float: right;
  }

  .cart-collaterals > .cross-sells {
    float: left;
  }
}

@media (min-width: 960px) {
  ul.products.columns-1 li.product {
    float: left;
    width: Infinity;
  }

  ul.products.columns-2 li.product {
    float: left;
    width: 100%;
  }

  ul.products.columns-3 li.product {
    float: left;
    width: 50%;
  }

  ul.products.columns-4 li.product {
    float: left;
    width: 33.33333%;
  }

  .single-product div.product .woocommerce-product-gallery {
    float: left;
    width: 100%;
  }

  .single-product div.product .entry-summary {
    float: left;
    width: 100%;
  }

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

  .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
  }

  .woocommerce-MyAccount-content {
    float: left;
    width: 75%;
  }
}

@media (min-width: 1024px) {
  ul.products.columns-1 li.product {
    float: left;
    width: 100%;
  }

  ul.products.columns-2 li.product {
    float: left;
    width: 50%;
  }

  ul.products.columns-3 li.product {
    float: left;
    width: 33.33333%;
  }

  ul.products.columns-4 li.product {
    float: left;
    width: 25%;
  }

  .eight ul.products.columns-4 li.product {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .eight ul.products.columns-4 li.product a.button,
  .eight ul.products.columns-4 li.product a.added_to_cart {
    padding: 6px 18px;
    white-space: normal;
    font-size: 11px;
    color: #fff;
  }

  .eight ul.products.columns-4 li.product a.button:hover,
  .eight ul.products.columns-4 li.product a.added_to_cart:hover {
    color: #2D0C16;
  }

  .eight ul.products.columns-4 li.product a.button:active,
  .eight ul.products.columns-4 li.product a.button:focus,
  .eight ul.products.columns-4 li.product a.added_to_cart:active,
  .eight ul.products.columns-4 li.product a.added_to_cart:focus {
    background-color: transparent;
    color: #fff;
  }

  .eight ul.products.columns-4 li.product .ajax_add_to_cart.loading {
    padding-right: 30px;
  }

  .eight ul.products.columns-4 li.product .ajax_add_to_cart.loading:before {
    right: 5px;
    top: 4px;
  }

  .single-product div.product .woocommerce-product-gallery {
    float: left;
    width: 33.33333%;
  }

  .single-product div.product .entry-summary {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 1024px) and (min-width: 1024px) {
  .eight ul.products.columns-4 li.product {
    float: left;
    width: 33.33333%;
  }
}

@media (max-width: 1023px) {
  .mobile-nav-trigger {
    display: inline-block;
    margin-left: 10px;
  }

  .nav-grouped .mobile-nav-trigger {
    margin-left: 0;
  }

  .navigation-main {
    display: none;
  }

  .nav-grouped {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 960px) {
  .woocommerce-MyAccount-navigation {
    padding: 0;
  }

  .woocommerce-MyAccount-content {
    padding: 0;
  }
}

@media (max-width: 959px) {
  .commentlist .children,
  .comment-list .children {
    display: none;
  }

  .woocommerce-ordering {
    float: none;
    width: 100%;
    top: 0;
  }

  .woocommerce-ordering select {
    width: 100%;
  }

  .single-product div.product .wc-tabs-wrapper .woocommerce-Reviews .avatar {
    display: none;
  }

  .shop_table .actions > .button {
    margin: 0;
  }

  .coupon {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .head-mast {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-nav-trigger {
    margin-top: 10px;
    margin-left: 0;
  }

  #logo {
    margin-right: 0;
  }

  #header .wrap {
    padding: 15px;
  }

  .entry-content .alignleft,
  .entry-content .alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .comment-author .avatar {
    display: none;
  }

  .comment-reply-link {
    margin: 0;
  }

  .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }

  a.menu-item-appointment {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-grouped a.menu-item-appointment {
    margin-right: 0;
    margin-left: 0;
  }

  .single-product div.product .wc-tabs-wrapper .wc-tabs li {
    display: block;
    margin-bottom: 8px;
  }

  .shop_table th,
  .shop_table td {
    font-size: 0.8em;
  }

  .shop_table th {
    font-size: 0.65em;
  }

  .shop_table .product-thumbnail {
    display: none;
  }

  .shop_table .product-remove {
    display: none;
  }

  .shop_table .quantity {
    width: auto;
  }

  .woocommerce form.login #rememberme {
    margin: 5px 0 0;
    display: inline-block;
  }

  .place-order .terms {
    margin: 5px 0 0;
    display: block;
  }
}

@media (max-width: 480px) {
  .single-product div.product .entry-summary form.cart .group_table .button {
    padding: 6px 6px;
    font-size: 10px;
  }
}

@media (min-width: 769px) and (max-width: 959px) {
  .archive.woocommerce-page .column,
  .archive.woocommerce-page .columns {
    width: auto !important;
    float: none;
  }

  .archive.woocommerce-page #sidebar {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .widget_product_search .woocommerce-product-search button[type="submit"] {
    padding: 13px 12px 14px;
  }
}