@import '../css/slick.css';
@import '../fancybox-master/dist/jquery.fancybox.min.css';
@font-face {
  font-family: "Montserrat-Regular, Arial, Sans-Serif";
  src: url("../fonts/Montserrat-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light, Arial, Sans-Serif";
  src: url("../fonts/Montserrat-Light");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Medium, Arial, Sans-Serif";
  src: url("../fonts/Montserrat-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Black, Arial, Sans-Serif";
  src: url("../fonts/Montserrat-Black.ttf");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  user-select: none;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat-Regular, Arial, Sans-Serif";
  font-size: 14px;
  color: #4D4650;
  background: #F3F5F2;
}

p {
  margin-top: 0;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-cover.bg-right {
  background-position: right;
}

input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
  outline: none;
  border: 0;
  border-radius: 0;
  font-family: "Montserrat-Regular, Arial, Sans-Serif";
}

.main-btn {
  display: block;
  width: 100%;
  padding: 7px 15px;
  background-color: #FECA01;
  border-radius: 4px;
  font-size: 13px;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  text-align: center;
  text-decoration: none;
  margin-top: 15px;
  color: #4D4650;
  border: 1px solid #FECA01;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.main-btn:hover {
  background-color: #FFC400;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.full-height {
  height: 100%;
  max-height: 750px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .full-height {
    min-height: 700px;
  }
}
@media only screen and (min-width: 1900px) {
  .full-height {
    min-height: 850px;
  }
}
.full-height.real-height {
  max-height: none;
}

.full-height-slide .slick-list, .full-height-slide .slick-track, .full-height-slide .slick-slide {
  height: 100%;
}

.container, main#primary {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

main#primary {
  padding-bottom: 40px;
}

.with-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.with-flex .half-col {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .with-flex .half-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.with-flex.padding15 .half-col:first-child {
  padding-right: 15px;
}
.with-flex.padding15 .half-col:last-child {
  padding-left: 15px;
}
.with-flex .col-3 {
  width: 33.33333%;
}
@media only screen and (max-width: 480px) {
  .with-flex .col-3 {
    width: 100%;
  }
}

.home .under-header {
  display: none;
}

.under-header {
  height: 68px;
}
@media only screen and (min-width: 992px) {
  .under-header {
    height: 75px;
  }
}

.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 992px) {
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.background-cover.position-top {
  background-position: top center;
}

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body .woocommerce.columns-3, body .woocommerce.columns-4 {
  margin-left: -15px;
  margin-right: -15px;
}
body div.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body div.products.columns-3 div.product {
  width: 33.33333%;
  padding: 15px;
  margin: 0;
}
body div.products.columns-4 div.product {
  width: 25%;
  padding: 15px;
  margin: 0;
}
body div.products .wcfm_buttons {
  left: 15px;
}

.centered {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

.slick-dots {
  margin: 15px 0 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 12px;
  margin: 0px 5px;
  cursor: pointer;
  display: inline-block;
  background-color: #FECA01;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-dots li button {
  display: none;
}
.slick-dots li:hover, .slick-dots li.slick-active {
  background-color: #FECA01;
  opacity: 0.5;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.in-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .in-mobile {
    display: block;
  }
}

.page404 {
  margin: 100px auto 200px auto;
}
.page404 h1 {
  font-size: 50px;
}
.page404 a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: inherit;
}

a {
  text-decoration: none;
  color: #443786;
}
a:focus, a:hover {
  color: #000000;
}

.section-title {
  font-size: 45px;
  color: #443786;
  margin: 0;
  margin-bottom: 50px;
  font-family: "Montserrat-Regular, Arial, Sans-Serif";
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.row.no-space {
  margin: 0;
  padding: 0;
}
.row.no-space > div {
  padding: 0;
}

/******/
body.woocommerce span.onsale, body.home span.onsale, body .woocommerce span.onsale, body.page-template-template-log-in span.onsale, body.page-template-template-register span.onsale {
  position: absolute;
  padding: 7px 31px 7px 15px;
  color: #4D4650;
  font-size: 14px;
  font-family: "Montserrat-Medium, Arial, Sans-Serif";
  z-index: 1;
  right: 0;
  top: 0;
  line-height: normal;
  min-height: unset;
  left: auto;
  border-radius: 0;
  background-color: rgba(254, 202, 1, 0.7);
}
body.woocommerce span.onsale:before, body.home span.onsale:before, body .woocommerce span.onsale:before, body.page-template-template-log-in span.onsale:before, body.page-template-template-register span.onsale:before {
  content: "";
  display: block;
  position: absolute;
  left: -32px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 32px 32px 0;
  border-color: transparent rgba(254, 202, 1, 0.7) transparent transparent;
}
body.woocommerce button.button, body.woocommerce a.button, body.home button.button, body.home a.button, body .woocommerce button.button, body .woocommerce a.button, body.page-template-template-log-in button.button, body.page-template-template-log-in a.button, body.page-template-template-register button.button, body.page-template-template-register a.button {
  display: inline-block;
  width: auto;
  padding: 7px 15px !important;
  background-color: #FECA01 !important;
  border-radius: 4px;
  font-size: 13px;
  font-weight: normal;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  text-align: center;
  text-decoration: none;
  margin-top: 0px;
  color: #4D4650 !important;
  border: 1px solid #FECA01 !important;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
body.woocommerce button.button:hover, body.woocommerce a.button:hover, body.home button.button:hover, body.home a.button:hover, body .woocommerce button.button:hover, body .woocommerce a.button:hover, body.page-template-template-log-in button.button:hover, body.page-template-template-log-in a.button:hover, body.page-template-template-register button.button:hover, body.page-template-template-register a.button:hover {
  background-color: #FFC400 !important;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
body.woocommerce div.quantity .qty, body.home div.quantity .qty, body .woocommerce div.quantity .qty, body.page-template-template-log-in div.quantity .qty, body.page-template-template-register div.quantity .qty {
  min-width: 107px;
  height: 29px;
  border-radius: 4px;
}

#header {
  position: relative;
  z-index: 9999;
}
#header .top-header {
  background-color: #443786;
  padding: 12px 0;
}
#header .container {
  position: relative;
}
#header .main-logo {
  display: inline-block;
}
#header .main-logo img {
  height: 30px;
  margin-right: 30px;
}
#header .header-search {
  width: 500px;
  position: relative;
}
#header .header-search .product-search-field {
  width: 100%;
  box-shadow: 0px 3px 6px rgba(68, 55, 134, 0.2);
  border-radius: 4px;
  padding: 7px;
  padding-right: 50px;
}
#header .header-search button {
  background-color: #FECA01;
  color: transparent;
  width: 40px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0px 4px 4px 0px;
  cursor: pointer;
}
#header .header-search span.product-search-field-clear {
  font-size: 28px;
  top: -20px;
  right: -8px;
}
#header .woo-items {
  position: absolute;
  right: 15px;
  top: 0px;
}
#header .woo-items ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#header .woo-items ul li {
  float: left;
  list-style: none;
  margin-left: 15px;
  padding-left: 45px;
  position: relative;
  top: 9px;
}
#header .woo-items ul li:last-child {
  top: 0;
}
#header .woo-items ul li img {
  height: 30px;
  left: 0;
  position: absolute;
  top: -7px;
}
#header .woo-items ul li a {
  color: #ffffff;
}
#header .sign-in-out {
  border-radius: 4px;
  border: 1px solid #FECA01;
  overflow: hidden;
}
#header .sign-in-out .logged-in-user {
  position: relative;
  top: 0;
  height: 13px;
}
#header .sign-in-out a {
  display: inline-block;
  padding: 6px 15px;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  position: relative;
}
#header .sign-in-out a span {
  position: relative;
  z-index: 1;
}
#header .sign-in-out a:first-child {
  padding-right: 15px;
}
#header .sign-in-out a:first-child.active:before, #header .sign-in-out a:first-child.active:after {
  left: auto;
  right: -15px;
  border-color: transparent transparent transparent #FECA01;
}
#header .sign-in-out a:first-child.active:after {
  border-color: transparent #443786 transparent transparent;
}
#header .sign-in-out a:last-child {
  padding-left: 15px;
}
#header .sign-in-out a.active {
  background-color: #FECA01;
  color: #443786;
}
#header .sign-in-out a.active:before, #header .sign-in-out a.active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 0 31px;
  border-color: transparent transparent transparent #443786;
  position: absolute;
  left: -15px;
  top: 0;
}
#header .sign-in-out a.active:after {
  border-width: 0px 31px 30px 0px;
  border-color: transparent #FECA01 transparent transparent;
}
#header .sign-in-out a.logged_url {
  background-color: #FECA01;
  color: #443786;
  width: 100%;
}
#header .sign-in-out a.logged_url:before {
  display: none;
}
#header .main-header {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(68, 55, 134, 0.2);
  position: relative;
}
#header .main-header .menu {
  box-shadow: 0px 3px 6px rgba(68, 55, 134, 0.2);
}
#header .main-header .menu > li a {
  position: relative;
  display: inline-block;
}
#header .main-header .menu > li a:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #443786;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#header .main-header .menu > li > a {
  padding: 9px 0;
}
#header .main-header .menu > li:hover .sub-menu-wrap {
  display: block;
}
#header .main-header ul {
  text-align: center;
  padding: 0;
  margin: 0;
}
#header .main-header ul li {
  display: inline-block;
  margin: 0px 40px;
}
#header .main-header ul li a {
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  color: #7F7284;
}
#header .main-header ul li:hover > a:before {
  width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#header .main-header .sub-menu-wrap {
  display: none;
  position: absolute;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(68, 55, 134, 0.2);
  left: 0;
  top: 36px;
  padding: 15px;
  z-index: -1;
}
#header .main-header .sub-menu-wrap ul {
  max-width: 800px;
  margin: auto;
}
#header .main-header .sub-menu-wrap ul li {
  padding: 0px 20px;
  margin: 0;
  margin-bottom: 5px;
  width: 24%;
}
#header .main-header .sub-menu-wrap ul li a {
  font-family: "Montserrat-Medium, Arial, Sans-Serif";
  padding-bottom: 5px;
}

footer {
  background: #F3F5F2;
  padding: 0 0 40px;
}
footer .top-footer {
  box-shadow: inset 0px 6px 6px rgba(68, 55, 134, 0.1019607843);
  border-bottom: 1px solid #443786;
}
footer .footer-menu {
  text-align: center;
  position: relative;
  padding: 40px 0px 15px;
}
footer .footer-menu img {
  height: 23px;
  position: absolute;
  left: 0;
  bottom: 15px;
}
footer .footer-menu ul {
  margin: 0;
  padding: 0;
}
footer .footer-menu ul li {
  display: inline-block;
}
footer .footer-menu ul li a {
  color: #4D4650;
  margin: 0px 15px;
  font-size: 13px;
}
footer .bottom-footer {
  margin-top: 12px;
  color: #4D4650;
}
footer .bottom-footer ul {
  padding: 0;
  margin: 0;
}
footer .bottom-footer ul li {
  display: inline-block;
  font-size: 13px;
}
footer .bottom-footer ul li a {
  color: #4D4650;
}
footer .bottom-footer .with-flex .align-left ul li {
  margin-right: 30px;
}
footer .bottom-footer .with-flex .align-left ul li:last-child {
  margin-right: 0;
}
footer .bottom-footer .with-flex .align-left ul li:last-child img {
  height: 14px;
}
footer .bottom-footer .with-flex .align-left ul li img {
  height: 10px;
  margin-right: 5px;
}
footer .bottom-footer .with-flex .align-center ul li {
  margin: 0px 7px;
}
footer .bottom-footer .with-flex .align-center ul li img {
  height: 16px;
}
footer .bottom-footer .with-flex .align-right p {
  margin-bottom: 0;
  font-size: 13px;
}

body .product-section.last-child-prod-section {
  padding-bottom: 40px;
}

body .main-single-product .with-flex .half-col {
  position: relative;
}
body .main-single-product .with-flex .half-col .woocommerce-product-gallery, body .main-single-product .with-flex .half-col div.summary {
  width: 100%;
  float: none;
}
body .main-single-product .with-flex .half-col div.summary {
  position: sticky;
  top: 20px;
}
body .main-single-product .with-flex .half-col div.summary .product_title {
  margin-bottom: 10px;
}
body .main-single-product .with-flex .half-col div.summary .woocommerce-product-rating {
  font-family: "Montserrat-Medium, Arial, Sans-Serif";
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
  color: #4b3b9f;
}
body .main-single-product .with-flex .half-col div.summary .seller-info {
  display: inline-block;
  text-decoration: underline;
  font-family: "Montserrat-Medium, Arial, Sans-Serif";
  color: #4b3b9f;
  font-size: 14px;
}
body .main-single-product .with-flex .half-col div.summary .seller-info .wcfmmp_store_info {
  display: inline-block;
  margin: 0;
  text-decoration: underline;
}
body .main-single-product .with-flex .half-col div.summary .seller-info a {
  font-family: "Montserrat-Medium, Arial, Sans-Serif";
  color: #4b3b9f;
}
body .main-single-product .with-flex .half-col div.summary .wcfmmp_store_info_store_address {
  margin: 0 0 10px;
  padding-left: 20px;
  position: relative;
}
body .main-single-product .with-flex .half-col div.summary .wcfmmp_store_info_store_address:before {
  content: "";
  width: 13px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/location-single.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body .main-single-product .with-flex .half-col div.summary .woocommerce-review-link {
  display: inline-block;
  margin: 0 10px;
  padding: 0 10px;
  border-left: 2px solid #dad9e8;
  border-right: 2px solid #dad9e8;
}
body .main-single-product .with-flex .half-col div.summary form.cart {
  margin-bottom: 15px;
}
body .main-single-product .with-flex .half-col div.summary form.cart .variations {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dad9e8;
}
body .main-single-product .with-flex .half-col div.summary form.cart .variations tr {
  margin-top: 15px;
  padding: 15px 15px 0;
  border-top: 1px solid #dad9e8;
  display: inline-block;
  width: 100%;
}
body .main-single-product .with-flex .half-col div.summary form.cart .variations td {
  width: 100%;
  display: inline-block;
  padding: 0;
}
body .main-single-product .with-flex .half-col div.summary form.cart .variations td div {
  display: inline-block;
}
body .main-single-product .with-flex .half-col div.summary form.cart .variations td.label label {
  font-size: 15px;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  margin-bottom: 15px;
  display: block;
  line-height: 15px;
}
body .main-single-product .with-flex .half-col div.summary form.cart .variations td.value input {
  display: none;
}
body .main-single-product .with-flex .half-col div.summary form.cart .variations td.value input:checked + label {
  border: 2px solid #feca01;
  background-color: rgba(254, 202, 1, 0.1607843137);
}
body .main-single-product .with-flex .half-col div.summary form.cart .variations td.value .reset_variations {
  color: red;
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  font-size: 14px;
}
body .main-single-product .with-flex .half-col div.summary form.cart .variations td.value label {
  display: inline-block;
  padding: 8px;
  font-size: 15px;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  border: 2px solid #dad9e8;
  border-radius: 4px;
  background-color: rgba(254, 202, 1, 0);
  margin-right: 16px;
  cursor: pointer;
}
body .main-single-product .with-flex .half-col div.summary form.cart .single_variation_wrap {
  display: inline-block;
  width: 100%;
  padding: 15px;
  border-radius: 4px;
  background-color: #ececf2;
  box-shadow: 0px 3px 6px rgba(75, 59, 159, 0.0980392157);
}
body .main-single-product .with-flex .half-col div.summary form.cart .single_variation_wrap .quantity {
  width: 45%;
  margin: 0;
  padding-right: 15px;
}
body .main-single-product .with-flex .half-col div.summary form.cart .single_variation_wrap .quantity input {
  width: 100%;
  height: 35px;
  border: 2px solid #FECA01;
}
body .main-single-product .with-flex .half-col div.summary form.cart .single_variation_wrap .single_add_to_cart_button {
  width: 55%;
  height: 35px;
}
body .main-single-product .with-flex .half-col div.summary .yith-wcwl-add-to-wishlist a, body .main-single-product .with-flex .half-col div.summary .yith-wcwl-add-to-wishlist span {
  height: 35px;
  padding: 0 15px;
  line-height: 35px;
  margin-bottom: 15px;
  display: inline-block;
  text-decoration: none;
  background-color: #6657af;
  border-radius: 4px;
  color: #ffffff;
}
body .main-single-product .with-flex .half-col div.summary .yith-wcwl-add-to-wishlist a span, body .main-single-product .with-flex .half-col div.summary .yith-wcwl-add-to-wishlist span span {
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  font-size: 14px;
}
body .main-single-product .with-flex .half-col div.summary .product_meta {
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  font-size: 14px;
}
body .main-single-product .with-flex .half-col div.summary .single-share-items {
  margin-top: 15px;
}
body .main-single-product .with-flex .half-col div.summary .single-share-items h3 {
  font-size: 13px;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  margin: 0 0 15px;
}
body .main-single-product .with-flex .half-col div.summary .single-share-items ul {
  margin: 0;
  padding: 0;
}
body .main-single-product .with-flex .half-col div.summary .single-share-items ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 15px;
}
body .main-single-product .with-flex .half-col div.summary .single-share-items ul li a {
  background-color: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  cursor: pointer;
}
body .main-single-product .with-flex .half-col div.summary .single-share-items ul li a:not(.copy-sharer):hover svg path {
  fill: #4F4291 !important;
}
body .main-single-product .with-flex .half-col div.summary .single-share-items ul li a.copy-sharer:hover svg circle {
  fill: #4F4291 !important;
}
body .main-single-product .with-flex .half-col .woocommerce-product-gallery__trigger {
  left: 0.5em;
  right: auto;
}
body .main-single-product .with-flex .half-col > span.onsale {
  right: 15px;
}
body .main-single-product .with-flex .half-col .variations {
  text-align: left;
}
body .main-single-product .with-flex .half-col .price {
  font-size: 18px;
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  color: #3f9f3b;
}
body .main-single-product .with-flex .half-col .price del {
  color: #4D4650;
  font-family: "Montserrat-Regular, Arial, Sans-Serif";
  opacity: 1;
  margin-right: 5px;
}
body .main-single-product .with-flex .half-col .price ins {
  text-decoration: none;
}
body .main-single-product .with-flex .half-col .woocommerce-variation-price {
  margin-bottom: 15px;
}
body .main-single-product .with-flex .half-col:first-child {
  width: 60%;
}
body .main-single-product .with-flex .half-col:last-child {
  width: 40%;
}
body .main-single-product .with-flex .half-col .custom-single-product-slider .with-flex {
  margin-bottom: 30px;
}
body .main-single-product .with-flex .half-col .custom-single-product-slider .with-flex .half-col:first-child {
  width: 90%;
  order: 2;
  padding-right: 0;
  padding-left: 5px;
}
body .main-single-product .with-flex .half-col .custom-single-product-slider .with-flex .half-col:last-child {
  width: 10%;
  order: 1;
  padding-right: 5px;
  padding-left: 0;
}
body .main-single-product .with-flex .half-col .custom-single-product-slider .with-flex .half-col .thumb-slider .bg-cover {
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
  overflow: hidden;
}
body .main-single-product .with-flex .half-col .custom-single-product-slider .with-flex .half-col .main-slider .bg-cover {
  width: 100%;
  height: 460px;
}
body .main-single-product .with-flex .half-col .custom-single-product-slider .with-flex .half-col .main-slider .bg-cover img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body .main-single-product .with-flex .half-col .custom-single-product-slider .with-flex .half-col .bg-cover img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
body .main-single-product .with-flex .half-col .woocommerce-product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .main-single-product .with-flex .half-col .woocommerce-product-gallery .flex-viewport {
  width: 70%;
  order: 2;
}
body .main-single-product .with-flex .half-col .woocommerce-product-gallery .flex-control-nav {
  width: 30%;
  order: 1;
}
body .main-single-product .with-flex .half-col .wcfmmp_store_info_store_location .wcfmmp-store-map {
  width: 100%;
  height: 300px !important;
  margin: 0;
}
body .main-single-product .with-flex .half-col .wcfmmp_store_info_store_location .leaflet-control-zoom a {
  text-align: center !important;
}
body .main-single-product .with-flex .half-col .wcfmmp-store-rating {
  margin-bottom: 30px;
}
body .main-single-product .with-flex .half-col #reviews #comments .commentlist {
  padding: 0;
  margin-top: 20px;
}
body .main-single-product .with-flex .half-col #reviews #comments .commentlist li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
body .main-single-product .with-flex .half-col #reviews #comments .commentlist li .comment_container {
  position: relative;
}
body .main-single-product .with-flex .half-col #reviews #comments .commentlist li .comment_container img {
  position: relative;
  float: none;
  border-radius: 50px;
  width: 50px;
}
body .main-single-product .with-flex .half-col #reviews #comments .commentlist li .comment_container .comment-text {
  margin: 0;
  border: 0;
  padding: 10px;
}
body .main-single-product .with-flex .half-col #reviews #comments .commentlist li .comment_container .comment-text .star-rating span:before {
  color: #FFCB00;
}
body .main-single-product .with-flex .half-col #reviews #comments .commentlist li .comment_container p.meta {
  position: absolute;
  top: 20px;
  left: 65px;
  font-size: 14px;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  color: #4D4650;
}
body .main-single-product .with-flex .half-col #reviews #comments .commentlist li .comment_container p.meta .woocommerce-review__published-date {
  color: #777777;
}
body .main-single-product .with-flex .half-col #reviews #comments .commentlist li .comment_container .description {
  color: #4D4650;
  font-family: "Montserrat-Medium, Arial, Sans-Serif";
}
body .main-single-product .with-flex .half-col #reviews #review_form {
  margin: 15px 0;
}
body .main-single-product .with-flex .half-col #reviews #review_form .comment-reply-title, body .main-single-product .with-flex .half-col #reviews #review_form label {
  font-size: 14px;
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  margin-bottom: 10px;
  display: block;
}
body .main-single-product .with-flex .half-col #reviews #review_form .stars a {
  font-size: 18px;
}
body .main-single-product .with-flex .half-col #reviews #review_form .stars.selected a:before, body .main-single-product .with-flex .half-col #reviews #review_form .stars:hover a:before {
  color: #FFCB00;
}
body .main-single-product .with-flex .half-col #reviews #review_form textarea, body .main-single-product .with-flex .half-col #reviews #review_form input[type=text], body .main-single-product .with-flex .half-col #reviews #review_form input[type=email] {
  height: 91px;
  resize: none;
  background-color: #E4E5E9;
  padding: 10px;
  width: 100%;
  border: 0;
}
body .main-single-product .with-flex .half-col #reviews #review_form input[type=text], body .main-single-product .with-flex .half-col #reviews #review_form input[type=email] {
  height: 35px;
}
body .main-single-product .with-flex .half-col #reviews #review_form .comment-form-cookies-consent label {
  display: inline-block;
}
body .main-single-product .with-flex .half-col #reviews #review_form .form-submit input {
  display: block;
  width: 100%;
  padding: 7px 15px;
  background-color: #FECA01;
  border-radius: 4px;
  font-size: 13px;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  text-align: center;
  text-decoration: none;
  margin-top: 15px;
  color: #4D4650;
  border: 1px solid #FECA01;
}
body .main-single-product .with-flex .half-col .wcfmmp_store_info_address {
  box-shadow: 0px 3px 6px rgba(32, 26, 62, 0.1019607843);
  border-radius: 0px 0px 4px 4px;
  padding: 15px 20px;
  font-size: 16px;
  font-family: "Montserrat-Medium, Arial, Sans-Serif";
}
body .main-single-product .with-flex .half-col .wcfmmp_store_info_address i {
  color: #6657af;
}
body .main-single-product .with-flex .half-col .related.products > h2 {
  font-size: 22px;
  display: block;
  margin: 20px 0px 15px;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  color: #4D4650;
}
body .main-single-product .with-flex .half-col div.product {
  padding: 6px;
}
body .main-single-product .with-flex .half-col div.product .item-image {
  height: 160px;
}
body .main-single-product .with-flex .half-col div.product .info {
  padding: 10px;
}
body .main-single-product .with-flex .half-col div.product .woocommerce-loop-product__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
body div.woocommerce-tabs div[role=tabpanel] {
  display: block !important;
  margin: 0;
}
body div.woocommerce-tabs .product-tab-title {
  font-size: 22px;
  display: block;
  margin: 0px 0px 15px;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  color: #4D4650;
}
body div.woocommerce-tabs .product-tab-title + h2 {
  display: none;
}
body .entry-title {
  font-size: 22px;
  margin: 20px 0px 20px;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
}

body .login-page {
  width: 100%;
}
body .login-page .with-flex {
  width: 100%;
  align-items: center;
  justify-content: center;
}
body .login-page .with-flex .half-col .login-slider .product {
  padding: 0;
}
body .login-page .with-flex .half-col .login-slider .product .item-image {
  height: 645px;
}
body .login-page .with-flex .half-col .login-slider .product .info {
  background-color: transparent;
  position: absolute;
  bottom: 80px;
  width: 100%;
  padding-left: 60px;
  z-index: 2;
}
body .login-page .with-flex .half-col .login-slider .product .woocommerce-loop-product__link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
body .login-page .with-flex .half-col .login-slider .product .woocommerce-loop-product__title {
  font-size: 24px;
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  color: #ffffff;
  margin-bottom: 15px;
}
body .login-page .with-flex .half-col .login-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  text-align: left;
  padding-left: 57px;
}
body .login-page .with-flex .half-col .login-slider .slick-dots li {
  background-color: #ffffff;
  opacity: 0.2;
}
body .login-page .with-flex .half-col .login-slider .slick-dots li.slick-active {
  opacity: 1;
}
body .login-page .with-flex .half-col:last-child {
  padding-left: 50px;
}
body .login-page .with-flex .half-col .login-form {
  max-width: 500px;
  margin: auto;
}
body .login-page .with-flex .half-col .login-form h1 {
  font-size: 22px;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  margin-bottom: 40px;
}
body .login-page .with-flex .half-col .login-form button.button {
  position: relative;
  z-index: 1;
  width: 100%;
}
body .login-page .with-flex .half-col .login-form label {
  display: inline-block !important;
}
body .login-page .with-flex .half-col .login-form label + input {
  width: 100%;
}
body .login-page .with-flex .half-col .login-form label.woocommerce-form-login__rememberme {
  margin-bottom: 15px;
}
body .login-page .onsale {
  display: none !important;
}
body.page-template-template-log-in footer, body.page-template-template-register footer {
  padding-top: 0;
}

.banner-section {
  padding-top: 95px;
  padding-bottom: 65px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.banner-section .info {
  max-width: 432px;
}
.banner-section .info h1 {
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  font-size: 18px;
  line-height: 22px;
  color: #4D4650;
  margin-bottom: 10px;
}
.banner-section .info h1 span {
  color: #FECA01;
}
.banner-section .info p {
  font-size: 18px;
  margin-bottom: 15px;
  color: #443786;
}

body .product-section {
  padding: 20px 0;
}
body .product-section .section-title {
  font-size: 14px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 3px solid #E4E5E9;
  text-align: left;
  color: #4D4650;
}
body .product-section .section-title span, body .product-section .section-title b, body .product-section .section-title strong {
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
}
body div.products {
  width: 100%;
}
body div.products div.product .woocommerce-loop-product__link {
  overflow: hidden;
  display: block;
  position: relative;
  box-shadow: 0px 3px 6px rgba(68, 55, 134, 0.1019607843);
  border-radius: 4px;
  background-color: #ffffff;
}
body div.products div.product .item-image {
  height: 253px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
body div.products div.product .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
body div.products div.product .info {
  background-color: #ffffff;
  padding: 15px 20px;
  color: #4D4650;
  box-shadow: 0px 3px 6px rgba(68, 55, 134, 0.1019607843);
  border-radius: 0 0 4px 4px;
}
body div.products div.product .info .woocommerce-loop-product__title {
  margin: 0;
  margin-bottom: 8px;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  color: #4D4650;
}
body div.products div.product .info .archive-item-vendor-address, body div.products div.product .info .archive-item-vendor-name {
  font-size: 14px;
  color: #4D4650;
  margin-bottom: 8px;
  font-family: "Montserrat-Regular, Arial, Sans-Serif";
}
body div.products div.product .info .archive-item-vendor-name {
  margin-bottom: 0;
  margin-top: 8px;
}
body div.products div.product .info .price {
  color: #3F9F3B;
  font-size: 19px;
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
}
body div.products div.product .info .price del {
  font-family: "Montserrat-Regular, Arial, Sans-Serif";
  color: #4D4650;
  margin-right: 10px;
}
body div.products div.product .info .price ins {
  text-decoration: none;
}
body div.products div.product .info .woocommerce-loop-product__link {
  height: auto;
  box-shadow: none;
}
body div.products div.product:hover .item-image img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
body div.products div.product .add_to_cart_button, body div.products div.product .wcfmmp_sold_by_container {
  display: none;
}

.line-section {
  padding: 20px 0;
}
.line-section .container .main-line {
  padding: 18px 0px 18px 110px;
  background-image: url(../images/line2.svg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  color: #4D4650;
}
.line-section .container .main-line .with-flex {
  padding-left: 140px;
}
.line-section .container .main-line span {
  font-size: 36px;
  color: #3f9f3b;
  line-height: 44px;
  margin-right: 23px;
  opacity: 0.4;
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  position: relative;
  top: 4px;
}
.line-section .container .main-line h3 {
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  font-size: 19px;
  margin: 0px 0px 10px 0px;
}
.line-section .container .main-line p {
  margin: 0;
}
.line-section .container .main-line a {
  margin-top: 15px;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  text-decoration: none;
  background-image: url(../images/line-yellow.svg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5px 23px 5px 0px;
  display: block;
  text-align: right;
}

.woocommerce-cart .entry-header {
  margin-left: -15px;
  margin-right: -15px;
  background-image: url(../images/line1.svg);
  background-position: 0 0;
  background-size: cover;
  color: #000000;
  background-color: transparent;
  box-shadow: 0px 3px 6px rgba(68, 55, 134, 0.15);
}
.woocommerce-cart .entry-header .entry-title {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  margin-top: 0;
}
.woocommerce-cart .woocommerce {
  /*.shop_table{
    border: 0;
    thead{

    }
    tbody{
  	.product-remove{
  	  max-width: 20px;
  	}
  	.product-thumbnail{
  	  width: 110px;
  	  img{
  		width: 110px;
  	  }
  	}
  	.product-name{
  	  &>a{
  		font-family: $font-semibold;
  		color: $primary-dark;
  	  }
  	}
  	#calc_shipping_country_field,#calc_shipping_state_field{
  	  text-align: left;
  	}
  	td.actions{
  	  padding: 15px 0px;
  	}
    }
    .coupon{
  	width: 50%;
  	#coupon_code{
  	  width: 68%;
  	  padding: 5px 0px;
  	  background-color: transparent !important;
  	  border: 0 !important;
  	  border-bottom: 2px solid #eee !important;
  	  box-shadow: none !important;
  	}
  	button{
  	  width: 30%;
  	}
    }
  }*/
}
.woocommerce-cart .woocommerce .shop_table .with-flex {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #898d88;
  align-items: center;
  position: relative;
}
.woocommerce-cart .woocommerce .shop_table .with-flex .product-thumbnail {
  width: 110px;
}
.woocommerce-cart .woocommerce .shop_table .with-flex .product-thumbnail img {
  box-shadow: 0px 3px 6px rgba(68, 55, 134, 0.15);
  border-radius: 4px 4px 0px 0px;
}
.woocommerce-cart .woocommerce .shop_table .with-flex .product-name {
  padding-left: 40px;
  width: calc(100% - 610px);
}
.woocommerce-cart .woocommerce .shop_table .with-flex .product-name > a {
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  color: #4D4650;
  text-transform: capitalize;
}
.woocommerce-cart .woocommerce .shop_table .with-flex .product-name dt, .woocommerce-cart .woocommerce .shop_table .with-flex .product-name dd {
  display: inline-block;
  margin: 0;
}
.woocommerce-cart .woocommerce .shop_table .with-flex .product-quantity {
  width: 200px;
  text-align: center;
}
.woocommerce-cart .woocommerce .shop_table .with-flex .product-quantity input {
  background-color: #f1f3f0;
}
.woocommerce-cart .woocommerce .shop_table .with-flex .product-subtotal {
  width: 300px;
  text-align: right;
  padding-right: 25px;
}
.woocommerce-cart .woocommerce .shop_table .with-flex .product-subtotal > span {
  font-size: 18px;
}
.woocommerce-cart .woocommerce .shop_table .with-flex .product-subtotal > span:first-child {
  margin-right: 10px;
}
.woocommerce-cart .woocommerce .shop_table .with-flex .product-subtotal > span:nth-child(2) {
  color: #3f9f3b;
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
}
.woocommerce-cart .woocommerce .shop_table .with-flex .remove {
  position: absolute;
  right: 0;
  top: 0;
  color: #000000 !important;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button {
  width: 70%;
  display: inline-block;
  font-size: 14px;
}
.woocommerce-cart .woocommerce .coupon-cart-div {
  width: 50%;
  float: left;
  margin-top: 18px;
}
.woocommerce-cart .woocommerce .coupon-cart-div label {
  font-size: 22px;
  display: block;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #898d88;
  text-transform: capitalize;
}
.woocommerce-cart .woocommerce .coupon-cart-div #coupon_code {
  padding: 5px 0px;
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid #eeeeee !important;
  box-shadow: none !important;
  width: 65%;
  margin-right: 4%;
}
.woocommerce-cart .woocommerce .coupon-cart-div #coupon_code + button {
  width: 30%;
}
.woocommerce-cart .woocommerce .coupon-cart-div .coupon + button {
  width: 240px;
  margin-top: 15px;
}
.woocommerce-cart .woocommerce .shipping-calculator-form {
  text-align: left;
}

.woocommerce-account .woocommerce form.woocommerce-form-login .form-row:before {
  z-index: 1;
}
.woocommerce-account .woocommerce form.woocommerce-form-login .form-row label {
  display: block !important;
}
.woocommerce-account .woocommerce form.woocommerce-form-login .form-row:nth-child(3):before {
  display: none;
}
.woocommerce-account .woocommerce form.woocommerce-form-register label, .woocommerce-account .woocommerce form.woocommerce-ResetPassword label {
  display: block !important;
}
.woocommerce-account .woocommerce form.woocommerce-form-register .woocommerce-form-row.form-row:nth-child(4):before, .woocommerce-account .woocommerce form.woocommerce-ResetPassword .woocommerce-form-row.form-row:nth-child(4):before {
  display: none;
}
.woocommerce-account.logged-in #primary {
  background-color: #ffffff;
  max-width: 100%;
  padding: 0;
}
.woocommerce-account.logged-in #primary article {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  width: 20%;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  border-right: 1px solid #C1C1C2;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  margin: 0 0 25px;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a {
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  color: #828388;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.is-active {
  position: relative;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.is-active:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  background-color: #443786;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #4D4650;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  width: 78%;
}
.woocommerce-account #breadcrumbs {
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.woocommerce-shop div.products.columns-4 div.product.first {
  padding-left: 0;
}
.woocommerce-shop div.products.columns-4 div.product.last {
  padding-right: 0;
}

.shop-page {
  width: 100%;
}
.shop-page .sidebar-section {
  width: 20%;
  padding-top: 15px;
  padding-right: 30px;
}
.shop-page .sidebar-section #secondary {
  box-shadow: 0px 3px 6px rgba(68, 55, 134, 0.1019607843);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 0px 15px;
  margin-bottom: 50px;
}
.shop-page .sidebar-section aside {
  padding: 15px 0;
}
.shop-page .sidebar-section aside aside {
  border-bottom: 1px solid #777777;
  margin-bottom: 15px;
}
.shop-page .sidebar-section aside aside:last-child {
  margin-bottom: 0;
  border: 0;
}
.shop-page .sidebar-section .product-search-filter-price-heading, .shop-page .sidebar-section .product-search-filter-terms-heading, .shop-page .sidebar-section .wp-block-heading {
  font-size: 14px;
  margin: 0 0 11px;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
}
.shop-page .sidebar-section .product-search-filter-price-form .button, .shop-page .sidebar-section .product-search-filter-price-form .min-max-fields {
  display: none;
}
.shop-page .sidebar-section .product-search-filter-price-form .ui-corner-all {
  background-color: #FFCB00;
  border: 1px solid #FFCB00;
}
.shop-page .sidebar-section .product-search-filter-price-form .product-search-filter-price-slider {
  background-color: #DAD9E8;
  border: 1px solid #DAD9E8;
}
.shop-page .sidebar-section .product-search-filter-price-form .slider-limit-min {
  left: -8px;
  top: 15px;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  font-size: 12px;
}
.shop-page .sidebar-section .product-search-filter-price-form .slider-limit-max {
  right: -8px;
  top: 15px;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  font-size: 12px;
}
.shop-page .sidebar-section .product-search-filter-price-form .product-search-filter-price-clear {
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  display: block;
  text-align: left;
  padding-top: 14px;
  color: red;
}
.shop-page .sidebar-section .widget_woocommerce_product_search_filter_category_widget .product-categories li {
  margin-bottom: 7px;
}
.shop-page .sidebar-section .widget_woocommerce_product_search_filter_category_widget .product-categories li:last-child {
  margin-bottom: 0;
}
.shop-page .sidebar-section .widget_woocommerce_product_search_filter_category_widget .product-categories li a {
  font-size: 12px;
  text-decoration: none;
  color: #777777;
}
.shop-page .sidebar-section .widget_woocommerce_product_search_filter_category_widget .product-categories .children {
  padding-left: 10px;
  padding-top: 5px;
}
.shop-page .sidebar-section .widget_woocommerce_product_search_filter_category_widget .product-categories .term-expander {
  margin-left: 7px;
  font-size: 10px;
}
.shop-page .sidebar-section .widget_woocommerce_product_search_filter_category_widget .term-thumbnail {
  display: none;
}
.shop-page .sidebar-section .wp-block-woocommerce-rating-filter {
  margin-bottom: 0;
}
.shop-page .sidebar-section .wp-block-woocommerce-rating-filter .wc-block-checkbox-list li {
  margin-bottom: 8px;
}
.shop-page .sidebar-section .wp-block-woocommerce-rating-filter .wc-block-checkbox-list li .wc-block-components-product-rating span:not(.wc-block-components-product-rating-count) {
  color: #FFCB00;
}
.shop-page .sidebar-section .wp-block-woocommerce-rating-filter .wc-block-checkbox-list li .wc-block-components-product-rating .wc-block-components-product-rating-count {
  margin-left: 7px;
}
.shop-page .sidebar-section .wp-block-woocommerce-rating-filter .wc-block-checkbox-list li .wc-block-components-checkbox__input {
  width: 15px;
  height: 15px;
  min-width: auto;
  min-height: auto;
}
.shop-page .sidebar-section .wp-block-woocommerce-rating-filter .wc-block-components-filter-reset-button {
  font-family: "Montserrat-Bold, Arial, Sans-Serif";
  font-size: 12px;
  color: red;
}
.shop-page .products-items-section {
  width: 80%;
}
.shop-page .products-items-section .products .product {
  padding: 15px !important;
  width: 33.3333%;
}
.shop-page .products-items-section .products .product .wcfm_buttons {
  left: 15px;
}

.woocommerce-checkout .col2-set .col-2 {
  position: sticky;
  top: 0;
}
.woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce-checkout .col-2 #order_review_heading,
.woocommerce-checkout .woocommerce table.shop_table thead .product-name, .woocommerce-checkout .woocommerce table.shop_table thead .product-total {
  font-size: 22px;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #898d88;
  text-transform: capitalize;
}
.woocommerce-checkout #payment #place_order {
  width: 50%;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error, .page-template-template-log-in .woocommerce-notices-wrapper .woocommerce-message,
.page-template-template-log-in .woocommerce-form-coupon-toggle .woocommerce-info,
.page-template-template-log-in .woocommerce-info,
.page-template-template-log-in .woocommerce-error, .page-template-template-register .woocommerce-notices-wrapper .woocommerce-message,
.page-template-template-register .woocommerce-form-coupon-toggle .woocommerce-info,
.page-template-template-register .woocommerce-info,
.page-template-template-register .woocommerce-error {
  background-image: url(../images/line2.svg);
  background-position: 0 0;
  background-size: cover;
  color: #000000;
  background-color: transparent;
  padding-left: 80px;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-error:before, .page-template-template-log-in .woocommerce-notices-wrapper .woocommerce-message:before,
.page-template-template-log-in .woocommerce-form-coupon-toggle .woocommerce-info:before,
.page-template-template-log-in .woocommerce-info:before,
.page-template-template-log-in .woocommerce-error:before, .page-template-template-register .woocommerce-notices-wrapper .woocommerce-message:before,
.page-template-template-register .woocommerce-form-coupon-toggle .woocommerce-info:before,
.page-template-template-register .woocommerce-info:before,
.page-template-template-register .woocommerce-error:before {
  left: 45px;
  top: 16px;
}
.woocommerce form.checkout_coupon .form-row.form-row-first, .page-template-template-log-in form.checkout_coupon .form-row.form-row-first, .page-template-template-register form.checkout_coupon .form-row.form-row-first {
  display: block;
  position: relative;
}
.woocommerce form.checkout_coupon .form-row.form-row-first:before, .page-template-template-log-in form.checkout_coupon .form-row.form-row-first:before, .page-template-template-register form.checkout_coupon .form-row.form-row-first:before {
  content: "";
  display: block;
  width: 100px;
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 2px;
  background-color: #443786;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce form.checkout_coupon .form-row.form-row-first input, .page-template-template-log-in form.checkout_coupon .form-row.form-row-first input, .page-template-template-register form.checkout_coupon .form-row.form-row-first input {
  padding: 5px 0px;
  background-color: transparent;
  border: 0 !important;
  border-bottom: 2px solid #eeeeee !important;
  box-shadow: none;
  width: 50%;
}
.woocommerce form.checkout_coupon .form-row.form-row-last:before, .page-template-template-log-in form.checkout_coupon .form-row.form-row-last:before, .page-template-template-register form.checkout_coupon .form-row.form-row-last:before {
  display: none;
}
.woocommerce form p.form-row, .page-template-template-log-in form p.form-row, .page-template-template-register form p.form-row {
  display: block;
  position: relative;
}
.woocommerce form p.form-row:before, .page-template-template-log-in form p.form-row:before, .page-template-template-register form p.form-row:before {
  content: "";
  display: block;
  width: 100px;
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 2px;
  background-color: #443786;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce form p.form-row input, .page-template-template-log-in form p.form-row input, .page-template-template-register form p.form-row input {
  padding: 5px 0px;
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid #eeeeee !important;
  box-shadow: none !important;
}
.woocommerce form .form-row, .page-template-template-log-in form .form-row, .page-template-template-register form .form-row {
  margin-bottom: 20px !important;
  width: 100% !important;
}
.woocommerce form .form-row label, .page-template-template-log-in form .form-row label, .page-template-template-register form .form-row label {
  display: none !important;
}
.woocommerce form .form-row.woocommerce-validate:before, .page-template-template-log-in form .form-row.woocommerce-validate:before, .page-template-template-register form .form-row.woocommerce-validate:before {
  background-color: green;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce form .form-row.woocommerce-invalid:before, .page-template-template-log-in form .form-row.woocommerce-invalid:before, .page-template-template-register form .form-row.woocommerce-invalid:before {
  background-color: red;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce form .form-row#shipping_country_field .woocommerce-input-wrapper:before, .woocommerce form .form-row#shipping_state_field .woocommerce-input-wrapper:before, .woocommerce form .form-row#billing_country_field .woocommerce-input-wrapper:before, .woocommerce form .form-row#billing_state_field .woocommerce-input-wrapper:before, .page-template-template-log-in form .form-row#shipping_country_field .woocommerce-input-wrapper:before, .page-template-template-log-in form .form-row#shipping_state_field .woocommerce-input-wrapper:before, .page-template-template-log-in form .form-row#billing_country_field .woocommerce-input-wrapper:before, .page-template-template-log-in form .form-row#billing_state_field .woocommerce-input-wrapper:before, .page-template-template-register form .form-row#shipping_country_field .woocommerce-input-wrapper:before, .page-template-template-register form .form-row#shipping_state_field .woocommerce-input-wrapper:before, .page-template-template-register form .form-row#billing_country_field .woocommerce-input-wrapper:before, .page-template-template-register form .form-row#billing_state_field .woocommerce-input-wrapper:before {
  bottom: -4px;
  z-index: 1;
}
.woocommerce form .form-row textarea, .page-template-template-log-in form .form-row textarea, .page-template-template-register form .form-row textarea {
  background-color: #e4e5e9;
  color: #bababa;
  padding: 8px;
  resize: none;
  height: 90px !important;
  border: none;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single, .page-template-template-log-in form .form-row .select2-container--default .select2-selection--single, .page-template-template-register form .form-row .select2-container--default .select2-selection--single {
  display: block;
  position: relative;
  padding: 5px 0px;
  background-color: transparent;
  border: 0 !important;
  height: auto;
  border-bottom: 2px solid #eeeeee !important;
  box-shadow: none;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single:before, .page-template-template-log-in form .form-row .select2-container--default .select2-selection--single:before, .page-template-template-register form .form-row .select2-container--default .select2-selection--single:before {
  /*content: '';
  display: block;
  width: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: $primary-color;*/
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered, .page-template-template-log-in form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered, .page-template-template-register form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.woocommerce form .form-row input[type=checkbox], .page-template-template-log-in form .form-row input[type=checkbox], .page-template-template-register form .form-row input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.woocommerce .cart_totals table.shop_table, .woocommerce #order_review table.shop_table, .page-template-template-log-in .cart_totals table.shop_table, .page-template-template-log-in #order_review table.shop_table, .page-template-template-register .cart_totals table.shop_table, .page-template-template-register #order_review table.shop_table {
  border: 0;
  border-collapse: collapse;
  font-family: "Montserrat-Medium, Arial, Sans-Serif";
}
.woocommerce .cart_totals table.shop_table thead tr:first-child, .woocommerce #order_review table.shop_table thead tr:first-child, .page-template-template-log-in .cart_totals table.shop_table thead tr:first-child, .page-template-template-log-in #order_review table.shop_table thead tr:first-child, .page-template-template-register .cart_totals table.shop_table thead tr:first-child, .page-template-template-register #order_review table.shop_table thead tr:first-child {
  border: 0;
}
.woocommerce .cart_totals table.shop_table thead tr th:last-child, .woocommerce #order_review table.shop_table thead tr th:last-child, .page-template-template-log-in .cart_totals table.shop_table thead tr th:last-child, .page-template-template-log-in #order_review table.shop_table thead tr th:last-child, .page-template-template-register .cart_totals table.shop_table thead tr th:last-child, .page-template-template-register #order_review table.shop_table thead tr th:last-child {
  text-align: right;
}
.woocommerce .cart_totals table.shop_table th, .woocommerce .cart_totals table.shop_table td, .woocommerce #order_review table.shop_table th, .woocommerce #order_review table.shop_table td, .page-template-template-log-in .cart_totals table.shop_table th, .page-template-template-log-in .cart_totals table.shop_table td, .page-template-template-log-in #order_review table.shop_table th, .page-template-template-log-in #order_review table.shop_table td, .page-template-template-register .cart_totals table.shop_table th, .page-template-template-register .cart_totals table.shop_table td, .page-template-template-register #order_review table.shop_table th, .page-template-template-register #order_review table.shop_table td {
  border: 0;
}
.woocommerce .cart_totals table.shop_table th:first-child, .woocommerce .cart_totals table.shop_table td:first-child, .woocommerce #order_review table.shop_table th:first-child, .woocommerce #order_review table.shop_table td:first-child, .page-template-template-log-in .cart_totals table.shop_table th:first-child, .page-template-template-log-in .cart_totals table.shop_table td:first-child, .page-template-template-log-in #order_review table.shop_table th:first-child, .page-template-template-log-in #order_review table.shop_table td:first-child, .page-template-template-register .cart_totals table.shop_table th:first-child, .page-template-template-register .cart_totals table.shop_table td:first-child, .page-template-template-register #order_review table.shop_table th:first-child, .page-template-template-register #order_review table.shop_table td:first-child {
  padding-left: 0;
}
.woocommerce .cart_totals table.shop_table th:last-child, .woocommerce .cart_totals table.shop_table td:last-child, .woocommerce #order_review table.shop_table th:last-child, .woocommerce #order_review table.shop_table td:last-child, .page-template-template-log-in .cart_totals table.shop_table th:last-child, .page-template-template-log-in .cart_totals table.shop_table td:last-child, .page-template-template-log-in #order_review table.shop_table th:last-child, .page-template-template-log-in #order_review table.shop_table td:last-child, .page-template-template-register .cart_totals table.shop_table th:last-child, .page-template-template-register .cart_totals table.shop_table td:last-child, .page-template-template-register #order_review table.shop_table th:last-child, .page-template-template-register #order_review table.shop_table td:last-child {
  padding-right: 0;
}
.woocommerce .cart_totals table.shop_table tr, .woocommerce #order_review table.shop_table tr, .page-template-template-log-in .cart_totals table.shop_table tr, .page-template-template-log-in #order_review table.shop_table tr, .page-template-template-register .cart_totals table.shop_table tr, .page-template-template-register #order_review table.shop_table tr {
  border-top: 1px solid #898d88;
}
.woocommerce .cart_totals table.shop_table tr td:last-child, .woocommerce #order_review table.shop_table tr td:last-child, .page-template-template-log-in .cart_totals table.shop_table tr td:last-child, .page-template-template-log-in #order_review table.shop_table tr td:last-child, .page-template-template-register .cart_totals table.shop_table tr td:last-child, .page-template-template-register #order_review table.shop_table tr td:last-child {
  text-align: right;
}
.woocommerce .cart_totals table.shop_table .order-total, .woocommerce #order_review table.shop_table .order-total, .page-template-template-log-in .cart_totals table.shop_table .order-total, .page-template-template-log-in #order_review table.shop_table .order-total, .page-template-template-register .cart_totals table.shop_table .order-total, .page-template-template-register #order_review table.shop_table .order-total {
  font-size: 22px;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce .woocommerce-checkout .col-2 #order_review_heading,
.woocommerce .woocommerce-checkout .woocommerce table.shop_table thead .product-name,
.woocommerce .woocommerce-checkout .woocommerce table.shop_table thead .product-total,
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce #customer_login h2, .page-template-template-log-in .woocommerce-checkout .woocommerce-billing-fields h3, .page-template-template-log-in .woocommerce-checkout .col-2 #order_review_heading,
.page-template-template-log-in .woocommerce-checkout .woocommerce table.shop_table thead .product-name,
.page-template-template-log-in .woocommerce-checkout .woocommerce table.shop_table thead .product-total,
.page-template-template-log-in .cart-collaterals .cart_totals h2,
.page-template-template-log-in #customer_login h2, .page-template-template-register .woocommerce-checkout .woocommerce-billing-fields h3, .page-template-template-register .woocommerce-checkout .col-2 #order_review_heading,
.page-template-template-register .woocommerce-checkout .woocommerce table.shop_table thead .product-name,
.page-template-template-register .woocommerce-checkout .woocommerce table.shop_table thead .product-total,
.page-template-template-register .cart-collaterals .cart_totals h2,
.page-template-template-register #customer_login h2 {
  font-size: 22px;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #898d88;
  text-transform: capitalize;
}

.woocommerce-cart main#primary {
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
}
.woocommerce-cart main#primary .entry-content {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

.up-to-percent {
  background-color: #edf6ed;
  padding: 5px;
  display: inline-block;
  color: #3f9f3b;
  font-size: 14px;
  font-family: "Montserrat-SemiBold, Arial, Sans-Serif";
  position: relative;
  margin-left: 15px;
}
.up-to-percent:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 0px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 10px solid #edf6ed;
  position: absolute;
  left: -10px;
}

#breadcrumbs, .woocommerce nav.woocommerce-breadcrumb {
  max-width: 1440px;
  margin: auto;
  padding: 15px;
  font-size: 14px;
  font-family: "Montserrat-Medium, Arial, Sans-Serif";
  color: #c1c1c2;
}
#breadcrumbs span, #breadcrumbs a, .woocommerce nav.woocommerce-breadcrumb span, .woocommerce nav.woocommerce-breadcrumb a {
  color: #c1c1c2;
}
#breadcrumbs span.breadcrumb_last, .woocommerce nav.woocommerce-breadcrumb span.breadcrumb_last {
  color: #4D4650;
}

.woocommerce nav.woocommerce-breadcrumb {
  padding-left: 0;
  padding-right: 0;
  color: #4D4650;
}
.woocommerce nav.woocommerce-breadcrumb span, .woocommerce nav.woocommerce-breadcrumb a {
  color: #c1c1c2;
}

.woocommerce-product-rating .star-rating {
  margin-right: 10px;
}
.woocommerce-product-rating .star-rating span:before {
  color: #ffcb00;
}

div.star-rating span:before {
  color: #FECA01;
}

/*# sourceMappingURL=app.css.map */
