	/*
	Template Name: baking
	Description: Custom Template for homely
	Version: 1.0
	Author: Amir Shaked
	Author URI : interuse.co.il
	Tags: HTML5, CSS3, jQuery, Responsive Template.
*/
@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700&display=swap');
section {
  padding: 15px 0px;
  position: relative;
  display: block;
}
/* ==========================================================================
    Global
 ========================================================================== */
html, body {
  font-size: 14px;
  font-weight: 400;
  color: #696969;
  overflow-x: hidden;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}
/* ==========================================================================
    home page
 ========================================================================== */
.bg-image {}
h1, h2, h3, h4, h5, h6 {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 27px;
  color: #414042;
  font-weight: 500;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}
a, p, button, li, time {
  font-weight: normal;
  font-family: "Heebo", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #4dbbb6;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
  color: #4dbbb6;
}
p {
  font-size: 18px;
  color: #000;
  line-height: 160%;
}
.title + p {
  font-size: 18px;
}
.btn:focus, input, textarea, button, button:focus, button.close:focus, input:focus, textarea:focus {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}
strong {
  font-weight: 700;
}
.form-control, input, textarea, select, .form-control:focus, input:focus, textarea:focus, select:focus {
  border-color: inherit;
  box-shadow: none;
  outline: none;
}
select {
  width: 100%;
}
.nm {
  margin: 0 !important;
}
.np {
  padding: 0 !important;
}
.nlp {
  padding-left: 0 !important;
}
.nrp {
  padding-right: 0 !important;
}
.ten-percent-padding {
  padding: 10%;
}
input[type="checkbox"] {
  display: none;
}
label {
  font-size: 16px;
  color: #232323;
}
label a {
  text-decoration: underline;
  font-size: 16px;
  color: #232323;
}
label a:hover {
  color: #016088;
  text-decoration: underline;
}
input[type="checkbox"] + label {
  position: relative;
  padding-right: 26px;
  cursor: pointer;
}
input[type="checkbox"] + label:before {
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: solid 1px #cdcdcd;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0FA350;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  margin-top: -10px;
}
input[type="checkbox"]:checked + label:before {
  content: "\f00c";
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  position: relative;
  padding-right: 26px;
  cursor: pointer;
  margin-right: 10px;
}
input[type="radio"] + label:before {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: solid 1px #cdcdcd;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}
input[type="radio"]:checked + label:before {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
input[type="radio"] + label:after {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: none;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  color: #0FA350;
  text-align: center;
  line-height: 18px;
  text-indent: 1px;
  margin-top: -7px;
  position: absolute;
  right: 5px;
  top: 50%;
  display: inline-block;
  content: "":
}
input[type="radio"]:checked + label:after {
  background: #0FA350;
}
input[type="checkbox"] + label:after {}
input + label {}
.search-form input[type="text"], .search-form input[type="email"], .search-form textarea, .search-form input[type="tel"], .search-form input[type="password"], .search-form input[type="search"], .search-form input[type="date"], .search-form select {
  width: 100%;
  background: #fff;
  color: #232323;
  border: none;
  outline: none;
  margin-bottom: 12px;
  padding: 14px 20px;
  font-size: 18px;
  line-height: 130%;
  border-radius: 2px;
  border: solid 1px #717171;
  color: #000;
  font-weight: 300;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.search-form input[type="text"]:focus, .search-form input[type="email"]:focus, .search-form textarea:focus, .search-form input[type="tel"]:focus, .search-form input[type="password"]:focus, .search-form input[type="search"]:focus, .search-form input[type="date"]:focus, .search-form select:focus {}
input[type="text"], input[type="email"], textarea, input[type="tel"], input[type="password"], input[type="search"], input[type="date"], select, textarea {
  color: #232323;
  font-family: Heebo;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  border: none;
  border-radius: 0;
  background: #fff;
  padding: 6px 6px;
  width: 100%;
  background: #f3f3f3;
}
span.required {
  color: #ff0030;
  font-size: 26px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
}
span.required + input {
  padding-right: 25px;
}
textarea {
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  padding: 13px 18px;
}
.faqs-widget input[type="text"], .faqs-widget input[type="search"] {
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35) inset;
  padding: 13px 18px;
}
input[disabled] {
  background-color: #ffffff;
  color: #9e9e9e;
}
select {
  display: none;
}
select:focus {}
input:focus, select:focus, textarea:focus {
  border-color: #0B99D5;
  outline: none;
}
.btn {
  font-family: Heebo;
  font-size: 29px;
  font-weight: 400;
  width: 100%;
  border: 1px solid #061656;
  background: #061656;
  width: 100%;
  font-size: 33px;
  color: #fff;
  font-weight: 500;
  background: #061656;
  text-align: center;
  border-radius: 0px;
  height: 64px;
  line-height: 62px;
  padding-top: 0;
  padding-bottom: 0;
}
.btn:hover, .btn:focus {
  color: #fff;
  opacity: 0.9;
}
input[type="submit"], .btn-readmore, button[type="submit"] {
  font-family: Heebo;
  font-size: 29px;
  font-weight: 400;
  width: 100%;
  border: 1px solid #061656;
  background: #061656;
  width: 100%;
  font-size: 33px;
  color: #fff;
  font-weight: 500;
  background: #061656;
  text-align: center;
  border-radius: 0px;
  height: 64px;
  line-height: 62px;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
}
input[type="submit"]:hover, button[type="submit"]:hover {
  color: #fff;
  opacity: 0.9;
}
input[type="submit"].btn-blue, .btn-blue {
  background: #0B99D5;
  border: solid 1px #0B99D5
}
input[type="submit"].btn-blue:hover, .btn-blue:hover {
  background: #0881B4;
  border: solid 1px #0881B4;
}
input.search-submit {
  background-color: #fff;
  border: 1px solid #e54a49;
  color: #e54a49;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input.search-submit:hover {
  background-color: #e54a49;
  border: 1px solid #e54a49;
  color: #fff;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #949494;
  font-size: 24px;
  font-weight: 400;
}
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #949494;
  font-size: 24px;
  font-weight: 400;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #949494;
  font-size: 24px;
  font-weight: 400;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #949494;
  font-size: 24px;
  font-weight: 400;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #949494;
  font-size: 24px;
  font-weight: 400;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #949494;
  font-size: 24px;
  font-weight: 400;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #949494;
  font-size: 24px;
  font-weight: 400;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #949494;
  font-size: 24px;
  font-weight: 400;
}
.search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #232323;
  font-size: 18px;
  font-weight: 300;
}
.search-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #232323;
  font-size: 18px;
  font-weight: 300;
}
.search-form input::-moz-placeholder { /* Firefox 19+ */
  color: #232323;
  font-size: 18px;
  font-weight: 300;
}
.search-form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #232323;
  font-size: 18px;
  font-weight: 300;
}
.search-form input:-ms-input-placeholder { /* IE 10+ */
  color: #232323;
  font-size: 18px;
  font-weight: 300;
}
.search-form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #232323;
  font-size: 18px;
  font-weight: 300;
}
.search-form input:-moz-placeholder { /* Firefox 18- */
  color: #232323;
  font-size: 18px;
  font-weight: 300;
}
.search-form textarea:-moz-placeholder { /* Firefox 18- */
  color: #232323;
  font-size: 18px;
  font-weight: 300;
}
.bg-image {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.parallax {
  background-attachment: fixed;
}
.flex-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
p {
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #232323;
}
p a {
  text-decoration: underline;
  color: #232323;
}
p a:hover {
  color: #016088;
  text-decoration: underline;
}
/* ==========================================================================
    home page
 ========================================================================== */
.menubar {
  background: #eef8f8;
  padding-top: 15px;
  padding-bottom: 15px;
}
.menubar a, .menubar span {
  font-size: 15px;
  color: #202020;
}
.title {
  position: relative;
  padding: 15px 0px;
}
.title:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  margin-top: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  background: #e0e5e8;
}
.title h1, .title h2 {
  font-size: 22px;
  color: #202020;
  position: relative;
  margin-bottom: 0px;
  background: #fff;
  display: inline-block;
  margin: 0;
  padding-left: 30px;
  font-weight: 400;
}
.testimonial {}
.testimonial ul.products {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-pack: center !important;
  justify-content: center !important
}
.testimonial ul.products li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px;
}
.testimonial ul.products li .box {
  padding: 0px;
}
.testimonial ul.products li .box img {
  border: 1px solid#d7d7d7;
  width: 100%;
}
.testimonial ul.products li .box > div {
  background: #ededed;
  padding: 15px;
}
.testimonial ul.products li .box h2 {
  min-height: 65px;
}
.testimonial ul.products li .box h2 a {
  font-size: 18px;
  color: #202020;
  text-decoration: none;
}
.testimonial ul.products li .box i {
  font-size: 16px;
  color: #ff9a01;
  margin-top: 10px;
  margin-bottom: 10px;
}
.testimonial ul.products li .box a.btn {
  background: #87b12d;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  border: none;
  margin-top: 0px;
}
.testimonial ul.products li .box p {
  font-size: 19px;
  color: #202020;
  line-height: 100%;
  margin-bottom: 0;
}
.testimonial ul.products li .box p strong.strike {
  font-size: 15px;
  color: #f75563;
  text-decoration: line-through;
  font-weight: 400;
}
.our-brand {}
.our-brand ul {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.our-brand ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  text-align: center;
  padding: 20px 15px;
}
.our-brand ul li img {}
.our-brand ul li h3 {
  font-size: 20px;
  color: #202020;
  margin-top: 20px;
  margin-bottom: 15px;
}
.our-brand ul li p {
  font-size: 16px;
  color: #7b7b7b;
  line-height: 140%;
}
.footer {}
.footer-top {}
.footer-top h3 {
  font-size: 20px;
  color: #cc9446;
  margin-bottom: 20px;
}
.footer-top ul li {
  font-size: 15px;
  color: #7b7b7b;
  margin-bottom: 5px;
}
.footer-top ul li strong {
  display: block;
}
.footer-top ul li a {
  font-size: 14px;
  color: #7b7b7b;
}
.footer-top a:hover {
  color: #cc9446;
}
.footer-top form {
  border-radius: 50px;
  position: relative;
  border-bottom: solid 1px #d0d0d0
}
.footer-top form input[type="email"], .footer-top form input[type="text"] {
  background-color: transparent !important;
  padding: 10px;
  border: 1px solid#8a8a8a;
  border-radius: 50px;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding-left: 88px;
}
.footer-top form input[type="submit"] {
  font-size: 16px;
  color: #cc9446;
  border-right: 1px solid#8a8a8a;
  padding: 0 20px;
  background-color: transparent !important;
  height: 24px;
  line-height: 24px;
  border: none;
  border-right: solid 1px #bbb;
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 222;
  max-width: 75px;
  padding: 0;
}
.footer-top p {
  font-size: 14px;
  color: #7b7b7b;
  margin-bottom: 20px;
}
.footer-top .location ul li {
  position: relative;
  padding-right: 30px;
}
.footer-top ul li i {
  font-size: 15px;
  color: #7b7b7b;
  position: absolute;
  top: 3px;
  right: 0;
  width: 25px;
  text-align: center;
}
.footer-bottom .container {
  border-top: 2px solid #e0e5e8;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-bottom .social-icon {}
.footer-bottom .social-icon ul {
  display: inline-block;
  margin-right: 0px;
}
.footer-bottom .social-icon ul li {
  display: inline-block;
  padding: 4px;
  position: relative;
  width: 25px;
}
.footer-bottom .social-icon ul li i {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
}
.footer-bottom .social-icon ul li i.fa-facebook {
  background: #3b5998;
}
.footer-bottom .social-icon ul li i.fa-instagram {
  background: #6a453b;
}
.footer-bottom .social-icon ul li i.fa-pinterest-p {
  background: #cb2027;
}
.footer-bottom .brand ul {
  display: inline-block;
  margin-left: -15px;
}
.footer-bottom .brand ul li {
  padding: 10px;
  display: inline-block;
}
/* ==========================================================================
    hp page
 ========================================================================== */
.single-slider {
  /*	background: url(../designFiles/hp-banner.jpg);*/
  padding-top: 35px;
  padding-right: 45px;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
}
.single-slider .slider-title {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  background: #c77d46;
  padding: 5px 20px;
  margin-bottom: 10px;
  display: inline-block;
}
.single-slider .slider-subtitle-empty {
  font-size: 27px;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
}
.single-slider .slider-subtitle {
  font-size: 27px;
  color: #fff;
  background: #f0cfa1;
  padding: 8px 20px;
  display: inline-block;
}
.gallery {}
.gallery ul {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}
.gallery ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 7px;
}
.gallery ul li p {
  font-size: 18px;
  color: #2c2c2c;
  text-align: center;
  background: #ededed;
  padding: 0;
  margin-bottom: 0;
}
.gallery ul li p a {
  font-size: 18px;
  color: #2c2c2c;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 10px 0px;
}
.gallery ul li:hover p a {
  color: #cfab6a;
}
/* ==========================================================================
    category page
 ========================================================================== */
.category-name {}
.category-name .heading {
  background: url(../designFiles/category-banner.jpg);
  padding: 43px;
}
.category-name h1 {
  font-size: 47px;
  color: #fff;
  background: #c77d46;
  display: inline-block;
  padding: 15px 25px;
  margin-right: 45px;
  margin: 0;
  font-weight: 700;
}
.category-name p {
  font-size: 16px;
  color: #7b7b7b;
  margin-top: 30px;
}
.category h2:before {
  display: none;
}
/* ==========================================================================
    product page
 ========================================================================== */
.special {}
.special h2:before {}
.sidebar {
  border: 1px solid#e2e2e2;
  padding: 15px 20px;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.14);
  height: 100%;
}
.sidebar h3 {
  font-size: 20px;
  color: #cc9446;
  margin-bottom: 8px;
  font-weight: 400;
}
.sidebar p {
  font-size: 14px;
  color: #7b7b7b;
  padding-bottom: 12px;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 12px;
}
.sidebar h5 {
  font-size: 22px;
  color: #202020;
  line-height: 120%;
}
.sidebar h5 .strike {
  font-size: 18px;
  color: #f75563;
  display: block;
  font-weight: 400;
  text-decoration: line-through;
}
.sidebar h4 {
  border: 1px solid#ebebeb;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  border-radius: 50px;
  color: #202020;
  text-align: center;
  margin-top: 15px;
}
.sidebar a.btn {
  background: #87b12d;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  border: none;
  margin-top: 0px;
  float: left;
  max-width: 95%;
}
.sidebar a.btn i {
  font-size: 16px;
  color: #fff;
  margin-left: 15px;
  vertical-align: middle;
}
.sidebar .brand {}
.sidebar .brand ul {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
  margin-top: 22px;
}
.sidebar .brand ul li {
  -webkit-box-flex: 0;
  padding: 3px;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding-bottom: 0;
}
.images img {
  border: 1px solid#bbbbbb;
}
.image-slider, .product-thumb-slider {}
.product-thumb-slider {}
.product-thumb-slider i {
  font-size: 30px;
  text-align: center;
  color: #000;
  height: 44px;
  width: 44px;
  border: 1px solid#d5d5d5;
  padding: 10px;
  border-radius: 100%;
  line-height: 20px;
}
/* ==========================================================================
    contact page
 ========================================================================== */
.contact-us {}
.contact-form {}
.contact-form ul {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-pack: center !important;
  justify-content: center !important
}
.contact-form ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0px 15px;
}
.contact-form #loginForm ul li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.contact-form ul li label {
  font-size: 20px;
  color: #cc9446;
  margin-bottom: 0;
}
.contact-form ul li input[type=text], .contact-form ul li textarea, .contact-form ul li input[type=password] {
  background: #fff;
  border: 1px solid#c4c4c4;
  margin-bottom: 15px;
  box-shadow: none;
}
.contact-form ul li input[type=submit] {
  font-size: 19px;
  color: #fff;
  background: #87b12d;
  height: 36px;
  line-height: 36px;
  border: none;
  border-radius: 50px;
  font-weight: 400;
  max-width: 100px;
  float: left;
}
.contact-us .address {
  border: 1px solid#e2e2e2;
  padding: 20px;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.14);
  margin-bottom: 20px;
}
.contact-us .address h1 {
  font-size: 20px;
  color: #cc9446;
  margin-bottom: 20px;
  font-weight: 400;
}
.contact-us .address ul li {
  font-size: 14px;
  color: #7b7b7b;
  position: relative;
  padding-right: 30px;
  margin-bottom: 10px;
}
.contact-us .address ul li i {
  font-size: 18px;
  color: #7b7b7b;
  position: absolute;
  top: 5px;
  right: 0;
}
.contact-us .address ul li a {
  font-size: 14px;
  color: #7b7b7b;
}
.contact-us .address ul li strong {
  display: block;
}
.contact-us .address ul li a:hover {
  color: #cc9446;
}
section.loginArea div.woocommerce, section.loginArea div.cart_totals {
  border: solid 1px #e0e5e8;
  padding: 20px 35px;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.14);
  height: auto;
}
.slick-dots {
  position: absolute;
  bottom: -35px;
  z-index: 20;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 18px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  background: #cacaca;
  border-radius: 50%;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: #cfab6a;
}
.footer {}
.footer:before {
  height: 14px;
  background: rgb(240, 207, 161);
  background: -moz-linear-gradient(left, rgba(240, 207, 161, 1) 0%, rgba(240, 207, 161, 1) 8%, rgba(224, 239, 238, 1) 8%, rgba(224, 239, 238, 1) 17%, rgba(255, 210, 233, 1) 17%, rgba(255, 210, 233, 1) 25%, rgba(240, 207, 161, 1) 25%, rgba(240, 207, 161, 1) 33%, rgba(224, 239, 238, 1) 33%, rgba(224, 239, 238, 1) 42%, rgba(255, 210, 233, 1) 42%, rgba(255, 210, 233, 1) 50%, rgba(240, 207, 161, 1) 50%, rgba(240, 207, 161, 1) 58%, rgba(224, 239, 238, 1) 58%, rgba(224, 239, 238, 1) 67%, rgba(255, 210, 233, 1) 67%, rgba(255, 210, 233, 1) 75%, rgba(240, 207, 161, 1) 75%, rgba(240, 207, 161, 1) 83%, rgba(224, 239, 238, 1) 83%, rgba(224, 239, 238, 1) 92%, rgba(255, 210, 233, 1) 92%, rgba(255, 210, 233, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(240, 207, 161, 1) 0%, rgba(240, 207, 161, 1) 8%, rgba(224, 239, 238, 1) 8%, rgba(224, 239, 238, 1) 17%, rgba(255, 210, 233, 1) 17%, rgba(255, 210, 233, 1) 25%, rgba(240, 207, 161, 1) 25%, rgba(240, 207, 161, 1) 33%, rgba(224, 239, 238, 1) 33%, rgba(224, 239, 238, 1) 42%, rgba(255, 210, 233, 1) 42%, rgba(255, 210, 233, 1) 50%, rgba(240, 207, 161, 1) 50%, rgba(240, 207, 161, 1) 58%, rgba(224, 239, 238, 1) 58%, rgba(224, 239, 238, 1) 67%, rgba(255, 210, 233, 1) 67%, rgba(255, 210, 233, 1) 75%, rgba(240, 207, 161, 1) 75%, rgba(240, 207, 161, 1) 83%, rgba(224, 239, 238, 1) 83%, rgba(224, 239, 238, 1) 92%, rgba(255, 210, 233, 1) 92%, rgba(255, 210, 233, 1) 100%);
  background: linear-gradient(to right, rgba(240, 207, 161, 1) 0%, rgba(240, 207, 161, 1) 7%, rgba(224, 239, 238, 1) 8%, rgba(224, 239, 238, 1) 17%, rgba(255, 210, 233, 1) 17%, rgba(255, 210, 233, 1) 25%, rgba(240, 207, 161, 1) 25%, rgba(240, 207, 161, 1) 33%, rgba(224, 239, 238, 1) 33%, rgba(224, 239, 238, 1) 42%, rgba(255, 210, 233, 1) 42%, rgba(255, 210, 233, 1) 50%, rgba(240, 207, 161, 1) 50%, rgba(240, 207, 161, 1) 58%, rgba(224, 239, 238, 1) 58%, rgba(224, 239, 238, 1) 67%, rgba(255, 210, 233, 1) 67%, rgba(255, 210, 233, 1) 75%, rgba(240, 207, 161, 1) 75%, rgba(240, 207, 161, 1) 83%, rgba(224, 239, 238, 1) 83%, rgba(224, 239, 238, 1) 92%, rgba(255, 210, 233, 1) 92%, rgba(255, 210, 233, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0cfa1', endColorstr='#ffd2e9', GradientType=1);
  background: rgb(240, 207, 161);
  background: -moz-linear-gradient(left, rgba(240, 207, 161, 1) 0%, rgba(240, 207, 161, 1) 33%, rgba(224, 239, 238, 1) 33%, rgba(224, 239, 238, 1) 67%, rgba(255, 210, 233, 1) 67%, rgba(255, 210, 233, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(240, 207, 161, 1) 0%, rgba(240, 207, 161, 1) 33%, rgba(224, 239, 238, 1) 33%, rgba(224, 239, 238, 1) 67%, rgba(255, 210, 233, 1) 67%, rgba(255, 210, 233, 1) 100%);
  background: repeating-linear-gradient(to right, rgba(240, 207, 161, 1) 0%, rgba(240, 207, 161, 1) 33%, rgba(224, 239, 238, 1) 33%, rgba(224, 239, 238, 1) 67%, rgba(255, 210, 233, 1) 67%, rgba(255, 210, 233, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0cfa1', endColorstr='#ffd2e9', GradientType=1);
  background-size: 33.333333% auto;
  background-repeat: repeat-x;
  border-bottom: solid 2px #fff;
  content: "";
  display: block;
}
.footer-top {
  background: rgb(233, 237, 239);
  background: -moz-linear-gradient(top, rgba(233, 237, 239, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(233, 237, 239, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(233, 237, 239, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9edef', endColorstr='#ffffff', GradientType=0);
  background-size: 100% 100px;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 30px;
}
i.cart {
  display: inline-block;
  background: url(../designFiles/cart.png) no-repeat;
  width: 15px;
  height: 13px;
  text-indent: -9999px;
  vertical-align: top;
  top: -2px;
  position: relative;
  left: 2px;
}
.product-thumb-slider {
  margin-left: 0;
  padding-left: 150px;
  margin-left: 0 !important;
}
.product-thumb-slider i.fa-angle-left {
  position: absolute;
  left: 0;
  top: 20px;
  cursor: pointer;
  text-indent: 4px;
}
.product-thumb-slider i.fa-angle-right {
  position: absolute;
  left: 55px;
  top: 20px;
  cursor: pointer;
  text-indent: -4px;
}
.product-slider {
  margin-bottom: 10px;
}
/*****************************************************/
/******** WOO CART / CHECKOUT / ACCOUNT PAGES ********/
/*****************************************************/
/*** MAIN FORMS BACKGROUND COLOR ***/
.woocommerce table.shop_table, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment, #customer_details, h3#order_review_heading, form.woocommerce-EditAccountForm.edit-account {
  border: 0 !important; /* you can add a border if you prefer */
  background: #fff; /* this is the main background color for all forms */
}
/*** FORM AND OTHER PADDING ***/
#customer_details, form.woocommerce-EditAccountForm.edit-account, h3#order_review_heading {
  padding: 30px 20px;
}
/*** ADJUST FORM ROUNDED EDGES ***/
#customer_details {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.woocommerce-checkout-review-order table.shop_table {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*** FIELDS ON CHECKOUT, CART, ACCOUNT PAGES ***/
.woocommerce-account input, .woocommerce-checkout input, #order_comments.input-text {
  background-color: #f5f5f5 !important;
  color: black !important; /* not the placeholder, the text color when typed */
  border: 0; /* optional */
}
/*** COUPON FIELD ONLY ***/
.woocommerce-page #coupon_code.input-text { /* if you want your coupon different from other fields */
  background-color: black !important;
  color: blue !important;
  font-size: 16px !important; /* if you don't want the default giant font on the coupon field */
}
/*** PLACEHOLDER TEXT ON ALL WOO PAGES ***/
.woocommerce-page ::-webkit-input-placeholder {
  color: red !important;
}
.woocommerce-page :-ms-input-placeholder {
  color: red !important;
}
.woocommerce-page ::-moz-placeholder {
  color: red !important;
}
.woocommerce-page :-moz-placeholder { /* this isn't the same as above don't delete */
  color: red !important;
}
/*** THIS COMPENSATES FOR SHIP TO DIFF ADDRESS FIELD NOT ALIGNING ***/
h3#ship-to-different-address {
  margin-top: -3px;
}
/*** ALL WOO BUTTONS ***/
.woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button {
  text-transform: capitalize !important;
  background: #ffa500 !important;
  color: #222 !important;
}
.woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover {
  background: #00adad !important;
  color: #fff !important;
}
/*** PAYMENT BOX ON CHECKOUT ***/
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #15bf86;
  color: #fff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #15bf86;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0;
}
/*** BORDERS AND TABLES ***/
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border: 0;
}
.woocommerce table.shop_table td, #add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-checkout #main-content .cart-subtotal td {
  border-top: 2px solid #fff;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background: transparent;
}
.woocommerce-checkout #content-area table th, .woocommerce-checkout #content-area table td {
  padding-left: 20px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  font-size: 18px;
}
/*** EXISTING ACCOUNT / ERROR BOXES BACKGROUND COLOR ***/
.woocommerce-message, .woocommerce-error, .woocommerce-info {
  background: #b33f62 !important;
}
/*** ORDER NOTES ON CHECKOUT ***/
.woocommerce-checkout .woocommerce form .form-row textarea {
  height: 150px; /* height of optional notes box */
}
/*** STATE DROPDOWN SELECT COLOR ***/
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #ffa500;
}
/*** QUANTITY BOX ***/
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
  color: #222 !important;
  background: #fff !important;
  height: 29px; /* you may need to change this based on your font size */
  font-weight: 400;
}
.woocommerce table.shop_table > thead > tr > th {
  border-bottom: solid 2px #ebebeb;
  font-size: 20px;
  color: #cc9446;
  margin-bottom: 6px;
  font-weight: 400;
  background-color: transparent !important;
  text-align: center;
}
.woocommerce table.shop_table > tbody > tr > td {
  border-bottom: solid 2px #ebebeb;
  background-color: transparent !important;
  text-align: center;
  padding: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.header {
  background: url(../designFiles/header.jpg) no-repeat;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.header:before {
  height: 14px;
  background: rgb(240, 207, 161);
  background: -moz-linear-gradient(left, rgba(240, 207, 161, 1) 0%, rgba(240, 207, 161, 1) 8%, rgba(224, 239, 238, 1) 8%, rgba(224, 239, 238, 1) 17%, rgba(255, 210, 233, 1) 17%, rgba(255, 210, 233, 1) 25%, rgba(240, 207, 161, 1) 25%, rgba(240, 207, 161, 1) 33%, rgba(224, 239, 238, 1) 33%, rgba(224, 239, 238, 1) 42%, rgba(255, 210, 233, 1) 42%, rgba(255, 210, 233, 1) 50%, rgba(240, 207, 161, 1) 50%, rgba(240, 207, 161, 1) 58%, rgba(224, 239, 238, 1) 58%, rgba(224, 239, 238, 1) 67%, rgba(255, 210, 233, 1) 67%, rgba(255, 210, 233, 1) 75%, rgba(240, 207, 161, 1) 75%, rgba(240, 207, 161, 1) 83%, rgba(224, 239, 238, 1) 83%, rgba(224, 239, 238, 1) 92%, rgba(255, 210, 233, 1) 92%, rgba(255, 210, 233, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(240, 207, 161, 1) 0%, rgba(240, 207, 161, 1) 8%, rgba(224, 239, 238, 1) 8%, rgba(224, 239, 238, 1) 17%, rgba(255, 210, 233, 1) 17%, rgba(255, 210, 233, 1) 25%, rgba(240, 207, 161, 1) 25%, rgba(240, 207, 161, 1) 33%, rgba(224, 239, 238, 1) 33%, rgba(224, 239, 238, 1) 42%, rgba(255, 210, 233, 1) 42%, rgba(255, 210, 233, 1) 50%, rgba(240, 207, 161, 1) 50%, rgba(240, 207, 161, 1) 58%, rgba(224, 239, 238, 1) 58%, rgba(224, 239, 238, 1) 67%, rgba(255, 210, 233, 1) 67%, rgba(255, 210, 233, 1) 75%, rgba(240, 207, 161, 1) 75%, rgba(240, 207, 161, 1) 83%, rgba(224, 239, 238, 1) 83%, rgba(224, 239, 238, 1) 92%, rgba(255, 210, 233, 1) 92%, rgba(255, 210, 233, 1) 100%);
  background: linear-gradient(to right, rgba(240, 207, 161, 1) 0%, rgba(240, 207, 161, 1) 7%, rgba(224, 239, 238, 1) 8%, rgba(224, 239, 238, 1) 17%, rgba(255, 210, 233, 1) 17%, rgba(255, 210, 233, 1) 25%, rgba(240, 207, 161, 1) 25%, rgba(240, 207, 161, 1) 33%, rgba(224, 239, 238, 1) 33%, rgba(224, 239, 238, 1) 42%, rgba(255, 210, 233, 1) 42%, rgba(255, 210, 233, 1) 50%, rgba(240, 207, 161, 1) 50%, rgba(240, 207, 161, 1) 58%, rgba(224, 239, 238, 1) 58%, rgba(224, 239, 238, 1) 67%, rgba(255, 210, 233, 1) 67%, rgba(255, 210, 233, 1) 75%, rgba(240, 207, 161, 1) 75%, rgba(240, 207, 161, 1) 83%, rgba(224, 239, 238, 1) 83%, rgba(224, 239, 238, 1) 92%, rgba(255, 210, 233, 1) 92%, rgba(255, 210, 233, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0cfa1', endColorstr='#ffd2e9', GradientType=1);
  background: rgb(240, 207, 161);
  background: -moz-linear-gradient(left, rgba(240, 207, 161, 1) 0%, rgba(240, 207, 161, 1) 33%, rgba(224, 239, 238, 1) 33%, rgba(224, 239, 238, 1) 67%, rgba(255, 210, 233, 1) 67%, rgba(255, 210, 233, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(240, 207, 161, 1) 0%, rgba(240, 207, 161, 1) 33%, rgba(224, 239, 238, 1) 33%, rgba(224, 239, 238, 1) 67%, rgba(255, 210, 233, 1) 67%, rgba(255, 210, 233, 1) 100%);
  background: repeating-linear-gradient(to right, rgba(240, 207, 161, 1) 0%, rgba(240, 207, 161, 1) 33%, rgba(224, 239, 238, 1) 33%, rgba(224, 239, 238, 1) 67%, rgba(255, 210, 233, 1) 67%, rgba(255, 210, 233, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0cfa1', endColorstr='#ffd2e9', GradientType=1);
  background-size: 33.333333% auto;
  background-repeat: repeat-x;
  border-bottom: solid 2px #fff;
  content: "";
  display: block;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.quantity input[type=number]:focus, .quantity input[type=number]:hover {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.quantity {
  position: relative;
  width: 105px;
  border: solid 1px #ddd;
  border-radius: 15px;
  height: 30px;
  overflow: hidden;
}
.quantity label {
  padding-right: 10px;
  padding-top: 10px;
}
.quantity button {
  width: 24px;
  height: 25px;
  font-size: 17px;
  background: #fff;
  outline: none;
  border: none;
  color: #000;
  text-align: center;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 1px;
  padding: 0;
  font-weight: 400;
}
.quantity button i {
  font-size: 12px;
  line-height: 25px;
}
.quantity button.plus {
  left: 78px;
}
.quantity button.minus {
  left: 5px;
}
.quantity input {
  width: 30px;
  background: #fff;
  border: none;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 40px;
  top: 0px;
  height: 25px;
  font-size: 15px;
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: none;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
}
ul.quantity-wrapper li {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  padding-bottom: 12px;
  overflow: hidden;
}
ul.quantity-wrapper li:nth-child(3), ul.quantity-wrapper li:nth-child(4) {
  text-align: left;
  white-space: nowrap;
}
ul.quantity-wrapper li:nth-child(3) .btn, ul.quantity-wrapper li:nth-child(4) .btn {
  max-width: 140px;
}
.cart_totals h2 {
  font-size: 20px;
  color: #cc9446;
  font-weight: 400;
  clear: both;
}
.cart_totals h2:not(:first-child) {
  padding-top: 15px;
}
.header form, push_sidebar form {
  border-radius: 50px;
  position: relative;
  border-bottom: solid 1px #d0d0d0;
  max-width: 270px;
}
.header form input[type="email"], .header form input[type="text"], push_sidebar form input[type="email"], push_sidebar form input[type="text"] {
  background-color: #fff !important;
  padding: 10px;
  border: 1px solid#8a8a8a;
  border-radius: 50px;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding-left: 50px;
  padding-right: 15px;
  width: 270px;
}
.header form input[type="submit"], .push_sidebar form input[type="submit"] {
  font-size: 16px;
  color: #cc9446;
  border-right: 1px solid#8a8a8a;
  padding: 0 20px;
  background: url(../designFiles/search.png) no-repeat 7px 4px !important;
  height: 24px;
  line-height: 24px;
  border: none;
  border-right: solid 1px #bbb;
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 222;
  max-width: 35px;
  padding: 0;
  text-indent: -9999px !important;
}
.header nav > ul > li {
  border-top: solid 2px #cfab6a;
  border-bottom: solid 2px #cfab6a;
  border-left: solid 1px #cfab6a;
  border-right: solid 1px #cfab6a;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.header nav > ul > li:first-child {
  border-right: solid 2px #cfab6a;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.header nav > ul > li:last-child {
  border-left: solid 2px #cfab6a;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.header nav > ul > li > a {
  color: #202020;
  font-size: 18px;
  display: block;
  padding: 5px;
}
.header nav > ul > li:hover > a {
  color: #cfab6a;
}
.sub-header {
  padding-bottom: 20px;
}
.sub-header ul li ul li {
  font-size: 16px;
  color: #202020;
}
.sub-header ul li ul {}
.sub-header ul li ul li {
  padding: 0px 13px;
  line-height: 100%;
  position: relative;
}
.sub-header ul li ul li:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 20px;
  color: #202020;
  background: #000;
  width: 1px;
  height: 15px;
}
.sub-header ul li ul li:last-child:after {
  display: none;
}
.sub-header > ul > li {
  padding-right: 10px;
  padding-bottom: 10px;
}
.sub-header ul li ul li a:hover {
  color: #cfab6a;
}
a.cart {
  background: #cfab6a;
  color: #fff;
  height: 38px;
  width: 38px;
  line-height: 38px;
  border-radius: 50%;
  display: inline-block;
  border: solid 1px #8b8b8b;
}
a.cart i.cart {
  top: 11px;
  left: -11px;
}
.header .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
.sub-header .social-icon ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub-header .social-icon ul li:first-of-type {
  order: 1;
  padding-left: 13px !important;
}
.sub-header .social-icon ul li {
  padding: 0 12px 0px 0 !important;
}
.woocommerce table.shop_table > tbody > tr > td, .woocommerce table.shop_table > tbody > tr > td a {
  font-size: 17px;
  color: #202020;
}
td.product-name {
  text-align: right !important;
}
.woocommerce table.shop_table > tbody > tr > td a.remove {
  font-size: 24px !important;
}
section.cart div.woocommerce {
  border: solid 1px #e0e5e8;
  padding: 20px 35px;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.14);
  height: 100%;
}
.cart-footer h2 {
  font-size: 16px;
}
.cart-footer h2 {
  font-size: 16px;
}
.cart_totals {
  border: solid 1px #e0e5e8;
  padding: 20px 20px;
  margin-right: -15px;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.14);
}
.cart_totals table > tbody > tr.cart-subtotal > th, .cart_totals table > tbody > tr.cart-subtotal > td {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  font-size: 17px;
}
.woocommerce table.shop_table {
  width: 100%;
}
.cart_totals table {
  width: 100%;
  border-top: solid 2px #ebebeb;
}
.cart_totals table > tbody > tr > th, .cart_totals table > tbody > tr > td {
  background-color: transparent !important;
  text-align: right;
  padding: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}
tr.cart-subtotal > td, tr.order-total > td {
  text-align: left !important;
  padding-left: 0 !important;
  font-weight: 400;
}
.cart_totals table > tbody > tr.order-total > th {
  text-align: right !important;
  padding-right: 0 !important;
  font-weight: 400;
  font-size: 16px;
}
.cart_totals table > tbody > tr > td strong, .cart_totals table > tbody > tr > th strong {
  font-weight: 400 !important;
  font-size: 16px;
}
.cart_totals table > tbody > tr.cart-subtotal > td {
  color: #000;
}
.cart_totals table > tbody > tr.cart-subtotal > th {
  color: #7b7b7b;
  font-weight: 400;
}
.wc-proceed-to-checkout {
  text-align: center;
  padding-top: 12px;
}
.wc-proceed-to-checkout a {
  background-color: #87b12d;
  font-weight: 400;
  color: #fff !important;
  border-radius: 30px;
  display: block;
  text-align: center;
  padding: 7px 10px;
  font-size: 17px;
}
.cart_totals table > tbody > tr.order-total > th, .cart_totals table > tbody > tr.order-total > td {
  border-top: solid 2px #ebebeb;
  color: #000 !important;
}
.cart-collaterals, .cart_totals {
  height: 100%;
}
.reset-form {
  padding: 10px 0px;
}
.reset-form a {
  text-decoration: underline;
  font-size: 16px;
  color: #6d6d6d;
  display: inline-block;
  padding-left: 20px;
}
.cart-footer {
  padding-top: 20px;
}
.cart-footer h2 {
  font-size: 20px;
  color: #cc9446;
  font-weight: 400;
  margin-bottom: 0;
}
.cart-footer p {
  font-size: 13px;
  margin-bottom: 0;
}
td.product-name {
  max-width: 175px;
}
section.map {
  max-height: 300px;
  height: auto;
  overflow: hidden;
}
.embed-responsive:before {
  padding-top: 56.25%;
}
.push_sidebar form input[type="submit"] {
  left: 20px !important;
}
.special .quantity {
  height: 40px;
  margin-top: 0;
  width: 145px;
  border-radius: 20px;
  margin-top: -1px;
}
.special .quantity button.minus {
  left: 20px;
  top: 5px;
}
.special .quantity button.plus {
  left: 105px;
  top: 5px;
}
.special .quantity input {
  top: 7px;
  width: 67px;
}
@media only screen and (min-width:768px) {
  body {
    display: flex;
    min-height: 100vh;
  }
  .wrapper {
    flex: 1;
  }
  li.has-sub-menu .fa.fa-angle-down {
    display: none;
  }
  ul.sub-menu {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border-top: solid 2px #cfab6a;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    margin-top: 0px;
    right: 0px;
    background: #fff;
    padding: 10px;
    min-width: 125px;
    z-index: 333;
    width: 100%;
  }
  ul.sub-menu li a {
    color: #202020;
    font-size: 15px;
    padding: 5px 5px;
    display: block;
    text-align: right;
  }
  ul.sub-menu li:hover a {
    color: #cfab6a;
  }
  header nav > ul > li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width:992px) {}
@media only screen and (max-width:1199px) {}
@media only screen and (max-width:1100px) {
  ul.sub-menu {
    right: 15px;
  }
}
@media only screen and (max-width:991px) {
  ul.sub-menu {
    right: 6px;
  }
  ul.sub-menu {}
}
/* Customize the label (the container) */
.checkboxContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkmark {
  background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nice-select {
  float: right;
  width: 100%;
  font-size: 14px;
}
#remark, #coupon {
  margin-top: 10px;
  height: 30px;
  border: 1px solid #c4c4c4;
  width: 100%;
  border-radius: 15px;
  padding: 7px 14px;
}
#remark::placeholder, #coupon::placeholder {
  font-size: 16px;
}
.couponText {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
/*--new-blog-design--*/
.blog_card{
	  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
	margin-top:3em;
}
.blog_card img {
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
	width: 100%;
}
.card_detail {
  max-width: 95%;
  background: #fff;
  margin-top: -11px;
  position: relative;
  z-index: 1;
  margin:  auto;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
	top:-15px;
}
.card_detail .h1 {
  font-size: 20px;
  margin: 0 0 10px;
  display: block;
  color: #202020;
  position: relative;
}
.card_detail .h1:before {
  content: '';
  background: #42bda7;
  height: 100%;
  position: absolute;
  display: block;
  width: 4px;
  right: -15px;
}
.card_detail p {
  font-size: 12px;
}
.card_detail .btn {
  border-radius: 50px;
  font-size: 16px;
  width: auto;
  height: auto;
  padding: 8px 35px;
  line-height: normal;
  background-color: #72c9bc;
  border-color: #72c9bc;
}
.blog_card:hover .card_detail {
  top: -20px;
}
.blog_detail .big_thumbnail {
      min-height: 350px;
    object-fit: cover;
    border: 2px solid #eee;
    border-radius: 10px;
    max-height: 400px;
    width: 100%;
}

.blog_body {
    margin: 2em 0 0;
    padding:15px;
	direction: rtl;
	text-align: right;
}
.blog_body .blog_title{position:relative; margin:0 0 1em;}
.blog_body .blog_title:before, .blog_body ul:before, .blog_body ul li:before{
     content: '';
     background: #42bda7;
     height: 100%;
     position: absolute;
     display: block;
     width: 4px;
     right: -15px;
     top: 0;
}
.blog_body p, .blog_body ul li{font-size:14px}
.blog_body ul{
    margin:2em 0;
    line-height:26px;
    font-size:12px;
    color:#202020;
    position:relative;

}
.blog_body ul:before{
    background-color:#eee

}
.blog_body ul li{
    position:relative;
}
.blog_body ul li:before{
   height: 5px;
   width: 6px;
   border-radius: 50px;
   top: 11px;
   display: block;
   right: -16px;
}
.blog_detail > strong {
    font-size: 18px;
}

/*.blog_body strong {
    font-size: 15px;
    margin: 0 0 6px;
    display: block;
    color: #202020;
}*/
.blog_body a{text-decoration:underline}
@media(max-width:767px){
	.blog_detail .big_thumbnail{min-height:200px;}
}
