* {
	box-sizing: border-box;
}
body {
	margin: 0;
  padding-top: 228px;
	font-family: "Montserrat", Arial, sans-serif;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 801px) {
  .headerFixed {
    padding-top: 90px;
  }
}
img {
  max-width: 100%;
}
a {
	text-decoration: none;
	color: #067fe6;
	transition: all 0.3s ease-in-out;
}
a:hover {
	color: #004580;
}
input, textarea {
  max-width: 100%;
}
.page-center {
	max-width: 1300px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
.customLogo {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.rightMenu {
}
.customActionMenu, .customLanguage {
  display: inline-block;
  vertical-align: top;
}
.customActionMenu a {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.customActionMenu li,
.customMenu li {
	display: inline-block;
}
.customMenu {
  text-align: center;
}
/*.customMenu > div > ul > li:first-child > a {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}*/
.trp-language-switcher > div {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.rightMenu ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.customActionMenu a {
  color: #000;
  font-size: 16px;
  margin-left: 0;
  padding: 4px 10px;
  display: block;
}
.customMenu a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  padding: 10px;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
}
.trp-ls-shortcode-current-language > a {
  color: #000 !important;
  font-weight: 300;
}
.trp-language-switcher > div {
  background: #fff;
  padding-right: 0;
  width: 60px !important;
  display: block !important;
}
.trp-language-switcher > div > a {
	color: #000;
	text-align: left;
}
.homeBanner {
	min-height: 400px;
	background: url('imgs/banner.jpg') no-repeat;
	background-size: cover;
	background-position: center right;
}
.customMenu > div > ul > li > a {
	position: relative;
}
.customMenu > div > ul > li > a::after {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -4px;
  top: 17px;
  font-size: 6px;
  transition: all 0.3s ease-in-out;
  display: none;
}
.customMenu > div > ul > li:hover > a::after,
.customMenu > div > ul > li.current-menu-item > a::after {
	left: 20px;
	opacity: 0;
	visibility: hidden;
}
.customMenu > div > ul > li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  top: 0;
  background: #067fe6;
  transition: all 0.3s ease-in-out;
}
.customMenu > div > ul > li:hover > a::before,
.customMenu > div > ul > li.current-menu-ancestor > a::before {
	width: 30px;
}
.customMenu > div > ul > li.current-menu-item > a {
  font-weight: 600; 
}
.customText h2 {
  margin-top: 0px;
  color: #fff;
  font-family: "Great Vibes";
  font-size: 70px;
  display: block;
  padding-top: 40px;
  margin-bottom: 0;
}
.customText h3 {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
}
.customFeaturedProducts {
  background: rgba(255,255,255, 0.9);
  border-radius: 20px;
  padding: 30px;
  padding-bottom: 100px;
}
.products .product {
  width: 23% !important;
  margin-left: 1% !important;
  margin-right: 1% !important;
  border: 1px solid #ccc;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.products .product:hover {
	box-shadow: 1px 1px 10px -3px #000000;
}
.customFeaturedProducts li a img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.customDesc {
  padding-left: 10px;
  padding-right: 10px;
}
.add_to_cart_button::before {
  content: "\f217";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  text-align: center;
  background: #6ae49e;
  border-bottom-left-radius: 10px;
  padding-top: 13px;
  box-sizing: border-box;
}
.add_to_cart_button  {
  width: 100%;
  text-align: center;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  background: #ca12a7 !important;
  color: #fff !important;
  font-weight: 400 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  position: relative !important;
  transition: all 0.3s ease-in-out;
  padding-left: 50px !important;
}
.add_to_cart_button:hover {
	background: #6ae49e !important;
}
.woocommerce span.onsale {
  width: 45px;
  min-width: auto;
  height: 45px;
  padding-top: 0;
  background: green;
}
.customFeaturedProducts h3 {
  color: #000;
  font-weight: 400;
}
.woocommerce ul.products li.product .price {
	color: #000;
  font-weight: 600;
}
.customAboutUs {
  background: #fef1c5;
  padding-top: 40px;
  padding-bottom: 20px;
  box-shadow: inset 1px 1px 11.1px -9px #000;
}
.customH2 {
  text-align: center;
  font-size: 60px;
  margin-top: 0;
  font-weight: 400;
  font-family: "Lobster Two";
  position: relative;
}
.customH2 span {
	position: relative;
}
.customH2 span::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background: url('imgs/h2.png') no-repeat;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.customH2 span::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #000;
  bottom: -3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.customH2::after {
  content: "";
  display: block;
  width: 43px;
  height: 33px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.customAboutImg {
  text-align: center;
  margin-top: -50px;
  width: 300px;
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}
.customAboutRight {
  padding-left: 50px;
  text-align: center;
}
.customBrands {
  background: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0;
}
.products li {
  background: #fff;
  width: 23% !important;
  margin-left: 1% !important;
  margin-right: 1% !important;
  border: 1px solid #ccc;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.customAboutUs .customH2::after {
  background: #fae7f6;
}
.product > a > img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 280px !important;
	object-fit: cover;
}
.customMostPopular {
	padding-top: 60px;
	padding-bottom: 30px;
}
.customMostPopular li,
.customFeaturedProducts li {
	margin-bottom: 0 !important;
}
.footer-container {
  background: #404040;
  color: #adadad;
  padding-top: 50px;
  font-weight: 400;
  font-size: 14px;
}
.copyright {
  text-align: center;
  border-top: 1px solid rgba(255,255,255, 0.2);
  margin-top: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}
.footer-container a {
	color: #adadad;
}
.footer-container a:hover {
  color: #fff;
}
.customSocial li {
	display: inline-block;
}
.customSocial li a {
  font-size: 30px;
  display: inline-block;
  margin-right: 20px;
}
.footer-container h3 {
  font-size: 25px;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 40px;
  position: relative;
  color: #fff;
}
.customQuick a::before {
  display: none;
}
.footer-container h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  bottom: -10px;
  position: absolute;
  left: 0;
}
.customRow {
	width: 33%;
	float: left;
}
.customQuick a {
  padding-left: 0 !important;
}
.footer-container ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.customActionMenu .textIcon,
.customQuick .menuIcon {
  display: none;
}
.customQuick a {
  position: relative;
  padding-left: 15px;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.customQuick a::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-size: 7px;
  position: absolute;
  left: 0;
  top: 7px;
  transition: all 0.3s ease-in-out;
}
.customQuick a:hover::before {
	font-weight: 900;
}
.customLocation iframe {
  height: 160px;
  border-radius: 10px;
}
.customQuick,
.customSocial {
  padding-right: 40px;
}
.customSocial img {
  max-width: 220px;
  margin-bottom: 20px;
}
.customOnSaleProducts {
  background: #e2f7ff;
  padding-top: 50px;
  padding-bottom: 30px;
  box-shadow: inset 1px 1px 11.1px -9px #000;
}
.customOnSaleProducts .customH2::after {
	background: #ffd7d7;
}
.customOnSaleProducts .product {
	margin-bottom: 0 !important;
}
.customActionMenu {
  padding-top: 2px;
  padding-bottom: 2px;
}
.product > a > h2,
.product > a > .price {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.product > a > h2 {
  font-size: 14px;
}
.customTopPane {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
  background: url('imgs/topPane.jpg') no-repeat;
  background-size: cover;
  background-position: center right;
  position: relative;
  font-weight: 300;
}
.topPaneOverlay {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.customTopPane span {
  position: relative;
  z-index: 2;
}
.woocommerce .woocommerce-ordering select {
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 300;
  padding: 5px 16px;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}
.category-page ul.products {
  margin-top: 30px;
}
.category-page ul.products {
  padding-top: 40px;
}
.singleTopPane {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
  background: #ffd7d7;
  box-shadow: inset 1px 1px 11.1px -9px #000;
  font-weight: 300;
}
.single-product .woocommerce-breadcrumb {
  margin-bottom: 50px;
}
.woocommerce .quantity .qty {
  height: 35px;
}
.single_add_to_cart_button {
  font-weight: 300 !important;
  font-family: "Open Sans";
  height: 35px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 180px;
  transition: all 0.3s ease-in-out;
  height: 35px !important;
}
ul.psfw-social-icons.round li a {
  color: #067fe6;
}
ul.psfw-social-icons.round li a:hover {
  color: #000;
}
.woocommerce div.product p.price ins {
  color: green;
}
.accountPane h1 {
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}
.accountWrapper {
  padding-bottom: 40px;
  min-height: 500px;
}
.woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  border: 1px solid #ccc;
  color: #000;
  padding: 11px 10px;
  font-size: 15px;
  border-radius: 10px;
  margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:hover a {
  background: #1e85be;
  color: #fff;
}
.woocommerce-MyAccount-navigation {
  padding-right: 40px;
  border-right: 1px solid #ccc;
}
.woocommerce-Address {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.rightContact input, .rightContact textarea {
  border: 1px solid #ccc;
  font-family: "Open Sans";
  font-size: 16px;
  padding: 5px 10px;
  height: 40px;
  border-radius: 5px;
}
.select2-container .select2-selection--single {
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
button[type="submit"],
.rightContact input[type="submit"] {
  border: 0 !important;
  font-weight: 400 !important;
  font-family: "Montserrat" !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: all 0.3s ease-in-out !important;
  height: 40px;
  background: #84f9b6 !important;
  color: #000 !important;
  cursor: pointer;
  padding-right: 10px;
  padding-left: 10px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: green;
}
button[type="submit"]:hover,
.rightContact input[type="submit"]:hover {
  background: #6ae49e !important;
}
.woocommerce-cart-form .product-thumbnail img {
  max-width: 50px !important;
}
.added_to_cart.wc-forward {
  display: none !important;
}
#order_comments {
  min-height: 180px;
}
.product_type_simple {
  width: 100%;
  text-align: center;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  background: #84f9b6 !important;
  color: #000 !important;
  font-weight: 400 !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  position: relative !important;
  transition: all 0.3s ease-in-out;
  font-size: 14px !important;
}
.products .product.outofstock::before {
  content: "Out of stock";
  background: gray;
  position: absolute;
  right: -7px;
  top: -7px;
  padding: 8px;
  border-radius: 10px;
  color: #fff;
}
.category-page {
  padding-bottom: 100px;
}
.customPage.bodyContainer {
  padding-bottom: 100px;
}
.leftContact {
  width: 30%;
  float: left;
  padding-right: 40px;
}
.rightContact {
  width: 70%;
  float: left;
  border-left: 1px solid #ccc;
  padding-left: 40px;
}
.leftContact h2, .rightContact h2 {
  margin-top: 0;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.rightContact textarea {
  min-height: 180px;
}
.rightContact input {
  margin-bottom: 5px;
}
.rightContact input[type="submit"] {
  margin-top: 10px;
  border: 0;
  width: 100px;
}
.leftContact ul {
  padding-left: 0;
}
.leftContact ul li a {
  margin-right: 20px;
  color: #333;
}
.leftContact iframe {
  border: 1px solid #ccc !important;
  border-radius: 10px;
}
.customLogo img {
  max-width: 270px;
}
.woocommerce-product-gallery .flex-viewport {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 30px;
}
.woocommerce-product-gallery .flex-control-nav li {
  margin-right: 10px !important;
  width: 15% !important;
}
.woocommerce-product-gallery .flex-control-nav li img {
  border: 1px solid #ccc;
  border-radius: 10px;
}
.woocommerce-product-gallery .flex-control-nav li img.flex-active {
  border-color: #000;
}
.related.products {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top: 1px solid #eee;
  padding-top: 40px;
}
.woocommerce p.stars a::before {
  font-size: 25px;
}
.woocommerce p.stars a {
  width: 25px;
  height: 25px;
  color: gold;
}
.comment-form-rating label {
  display: none;
}
.woocommerce #review_form #respond textarea {
  max-width: 500px;
  display: block;
  min-height: 180px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-top: 5px;
  font-size: 14px;
  padding: 10px;
}
#commentform {
  margin-top: 10px;
}
.form-submit #submit {
  background: #1e85be !important;
  color: #fff !important;
  font-weight: 300 !important;
  font-family: "Open Sans";
}
.customPage .woocommerce {
  min-height: 500px;
}
.customSliderDesign {
  position: relative;
}
.customSliderDesign .product {
  width: 91% !important;
  margin-left: 4.5% !important;
  margin-right: 4.5% !important;
}
.customSliderDesign .slick-list {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.leftArrow {
  left: -30px;
}
.rightArrow {
  right: -30px;
}
.customSliderDesign .slick-arrow {
  position: absolute;
  font-size: 27px;
  transform: translateY(-50%);
  top: 50%;
  cursor: pointer;
}
.header-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fef1c5;
  box-shadow: 1px 1px 11px -7px #000;
  z-index: 99;
}
.customLogo,
.customLogo img,
.rightMenu,
.header-container{
  transition: all 0.4s ease-in-out;
}
@media (min-width: 801px) {
  .headerFixed .customLogo {
    margin-top: -153px;
    opacity: 0;
    visibility: hidden;
  }
  .headerFixed .rightMenu {
    padding-top: 0;
  }
}
.cartLink a {
  position: relative;
}
.cartLink a span {
  position: absolute;
  bottom: 0;
  right: -3px;
  background: #ca12a7;
  width: auto;
  height: 17px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 12px;
  padding-left: 4px;
  padding-right: 4px;
  min-width: 17px;
}
.customSp {
  float: left;
  width: 100%;
  padding-top: 50px;
  background: #d5ffe7;
  box-shadow: inset 1px 1px 11.1px -9px #000;
  padding-bottom: 50px;
}
.customSp img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.customSpLeft {
  width: 100%;
  padding-right: 0;
  text-align: center;
}
.customSpRight {
  width: 30%;
  float: left;
}
.woocommerce .star-rating span::before {
  color: gold;
}
.woocommerce-product-rating .woocommerce-review-link {
  font-size: 14px;
  color: #1e85be;
}
.woocommerce-product-rating .woocommerce-review-link:hover {
  text-decoration: underline;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  font-size: 14px;
}
.woocommerce-thankyou-order-details {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 30px !important;
  padding-bottom: 15px;
}
.woocommerce-thankyou-order-received {
  background: #01b846;
  text-align: center;
  padding: 20px;
  font-size: 20px;
  color: #fff;
  border-radius: 10px;
}
.customSp .customH2::after {
  background: #fee4be;
}
.category-page .product .woocommerce-loop-product__title,
.related .product .woocommerce-loop-product__title {
  width: 100% !important;
}
.category-page .product .star-rating,
.related .product .star-rating {
  float: right !important;
  margin-right: 10px !important;
}
.category-page .product .price,
.related .product .price {
  display: inline-block !important;
  float: left;
}
.product_meta {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.comment-form-author input,
.comment-form-email input {
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-top: 5px;
  font-size: 14px;
  padding: 10px;
  display: block;
}
#review_form {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
#review_form #reply-title {
  font-size: 18px;
  margin-top: 0;
  font-weight: 400;
  display: block;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
textarea,
input {
  transition: all 0.3s ease-in-out;
}
textarea:focus-visible,
input:focus-visible {
  outline: 0;
  border-color: #666 !important;
}
.customSliderDesign {
  max-width: 90%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.related.products .star-rating {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 10px !important;
  float: none !important;
}
.customOnSaleProducts .slick-slide > div > li {
  width: 90% !important;
}
.customPrivacy br {
  display: none;
}
.created {
  margin-top: 5px;
}
.created img {
  max-width: 150px;
  vertical-align: middle;
  margin-left: 10px;
}
.woocommerce-shipping-destination {
  display: none;
}
.mollie-components .mollie-component {
  padding: 0 10px;
}
.wc_payment_method {
  width: 48%;
  float: left;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
}
.payment_method_mollie_wc_gateway_bancontact {
  float: right;
}
.woocommerce-checkout #payment div.payment_box {
  border-radius: 10px;
}
.wc_payment_method label {
  cursor: pointer;
}
.mollie-components .mollie-component.is-invalid {
  border-color: #fd7c7c !important;
  box-shadow: none !important;
}
.mollie-components div + div[role="alert"] {
  color: red !important;
  font-size: 13px;
  line-height: 1.2;
}
.place-order label,
.woocommerce-privacy-policy-text {
  font-size: 14px;
}
.customSp .customSpRight img {
  max-width: 200px;
}
.sub-menu-toggle {
  display: none;
}
.customActionMenu ul {
  margin: 0;
  display: inline-block;
}
.customActionSection {
  text-align: right;
  background: #6ae49e;
  position: relative;
  z-index: 9;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
}
.customLanguage {
  max-width: 40px;
}
.trp-language-switcher {
  height: auto !important;
  width: auto !important;
}
.trp-language-switcher > div {
  background: transparent !important;
}
.trp-language-switcher > div > a {
  padding: 4px 0px !important;
  text-align: center;
}
.rightMenu {
  background: #fff;
  box-shadow: 1px -5px 6px -9px #000;
}
.customMenu .menu-main-menu-container .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  box-shadow: 1px 1px 11px -4px #000;
  opacity: 0;
  visibility: hidden;
  width: 300px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.customMenu .menu-main-menu-container > ul > li {
  position: relative;
}
.customMenu .menu-main-menu-container > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.customMenu #menu-main-menu > li ul li {
  width: 100%;
}
.customMenu #menu-main-menu > li ul li a {
  padding: 7px 15px;
  margin-left: 0;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.customMenu #menu-main-menu > li ul li.current-menu-item a,
.customMenu #menu-main-menu > li ul li a:hover {
  color: #067fe6;
}
.customH2::after,
.customH2 span::before {
  display: none;
}
.woocommerce ul.products li.product a {
  text-decoration: none;
  color: #909090;
}
.woocommerce ul.products li.product a:hover {
  color: #067fe6;
}
.woocommerce ul.products li.product a h2 {
  font-weight: 600;
  line-height: 1;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #f09901;
}
.single-product #primary {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}
.woocommerce ul.products li.product .onsale {
  font-size: 0;
}
.woocommerce ul.products li.product .onsale::after {
  content: "\f02b";
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.woocommerce span.onsale {
  width: 37px;
  min-width: auto;
  height: 37px;
  background: green;
  line-height: 1;
  padding-top: 11px;
  right: -10px !important;
  top: -10px !important;
  box-shadow: -4px 3px 6px -4px #000;
}
.customBrands img {
  max-width: 140px !important;
  max-height: 90px;
}
.customBrands .slick-track {
  display: flex;
}
.customBrands .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.customPayments {
  margin-top: 30px;
}
.headerSocial li {
  display: inline-block;
  margin-right: 15px;
}
.headerSocial li a {
  color: #000;
}
.headerSocial {
  text-align: left;
  float: left;
}
.headerSocial ul {
  margin: 0;
  padding-top: 5px;
  padding-left: 0;
}
.customIntro {
  z-index: 9999999999;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.4s ease-in-out;
}
.removeIntro .customIntro {
  opacity: 0;
  visibility: hidden;
}
.customIntroLogo {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 330px;
  transform: translateX(-50%) translateY(-50%);
}
.customIntroLogo h2 {
  text-align: center;
  font-size: 40px;
  font-family: Montserrat;
  color: #fff;
  text-shadow: 1px 1px 4px #000;
}
body.removeIntro {
  overflow: auto;
}
.customSpBtns {
  text-align: center;
  padding-top: 10px;
}
.customSpBtns a {
  border: 2px solid #51d68a;
  padding: 8px 30px;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  background: #51d68a;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.customSpBtns a:hover {
  background: transparent;
  color: #47ce81;
}
.wc-proceed-to-checkout .checkout-button {
  background: #84f9b6 !important;
  color: #000 !important;
}

.wc-proceed-to-checkout .checkout-button:hover {
  background: #6ae49e !important;
}
.customSubmenu u {
  text-decoration: none;
}
.customSubmenu:hover ul { 
  visibility: visible !important;
  opacity: 1 !important;
}
.customSubmenu ul ul {
  position: static !important;
  /*visibility: visible !important;*/
  /*opacity: 1 !important;*/
  display: block !important;
  box-shadow: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.customSubmenu ul ul li a::before {
  content: "-";
  margin-right: 3px;
  margin-left: 10px;
}
.customSubmenu > ul > li > a {
  border-bottom: 1px solid #ccc;
  text-align: center;
  background: #e2f7ff;
}
.customSubmenu ul ul li {
  width: 50% !important;
  float: left;
}
.customSubmenu > ul > li:nth-child(2) > a {
  border-top: 1px solid #ccc;
}
.customSubmenu > ul {
  padding-top: 0 !important;
  overflow: hidden;
}
.customSpCol {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
.customSpCol .spIcon {
  font-size: 50px;
  margin-bottom: 10px;
  display: block;
  color: #43a5be;
  text-shadow: 1px 1px 0px #000;
}
.leftLogo,
.rightLogo {
  display: inline-block;
}
.lIcon, .lIconRight {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.lIconRight h2 {
  font-size: 16px;
  margin: 0;
}
.lIconRight p {
  margin: 0;
  font-size: 14px;
}
.customLogo > a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 45px;
  margin-right: 45px;
}
.lIcon {
  font-size: 22px;
  margin-right: 15px;
  border: 1px solid #777;
  width: 50px;
  text-align: center;
  height: 50px;
  padding-top: 11px;
  border-radius: 50%;
  background: #6ae49e;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.rightLogo .lIcon {
  padding-right: 4px;
}
.woocommerce div.product form.cart .variations {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations select {
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-family: Montserrat;
}
.add_to_cart_button.product_type_variable {
  background: #84f9b6 !important;
  font-size: 14px !important;
  color: #000 !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.add_to_cart_button.product_type_variable:hover {
  background: #6ae49e !important;
}
.woocommerce div.product form.cart .reset_variations {
  display: none !important;
}
.woocommerce div.product div.images img {
  margin-left: auto;
  margin-right: auto;
}






/* RESPONSIVE */
@media (max-width: 1162px) {
  .customMenu a {
    font-size: 13px;
  }
}
@media (max-width: 1100px) {
  .woocommerce-order-overview li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .woocommerce-thankyou-order-details {
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1025px) {
  .customBrands img {
    max-width: 160px;
  }
  .leftContact {
    width: 40%;
  }
  .rightContact {
    width: 60%;
  }
  .customMenu a {
    font-size: 13px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .customSubmenu ul,
  .customMenu .menu-main-menu-container > ul > li:last-child > ul {
    left: auto !important;
    right: 0;
  }
}
@media (max-width: 915px) {
  .leftLogo,
  .rightLogo {
    display: none;
  }
  .customLogo > a {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 900px) {
  .customMenu a {
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 801px) {
  .menuTrigger,
  .homeLink,
  .menuRight .cartLink,
  .menuRight,
  .menuTrigger, .menuRight,
  .submenu-trigger{
    display: none;
  }
}
@media (max-width: 800px) {
  .rightMenu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: 1px 1px 11px -2px #000;
    transform: translateX(120%);
    padding-top: 0;
    z-index: 9;
    overflow-y: auto;
  }
  .menuTrigger {
    float: right;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    padding-top: 4px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 6px;
    right: 10px;
  }
  .customLogo img {
    max-width: 140px;
  }
  body {
    padding-top: 95px;
  }
  .showMenu .rightMenu {
    transform: none;
  }
  .rightMenu ul {
    margin: 0;
    padding-left: 0;
  }
  .customMenu li {
    display: block;
  }
  .customMenu,
  .customActionSection {
    width: 100%;
    text-align: left;
  }
  .customActionSection {
    border-bottom: 1px solid #ccc;
  }
  .customMenu a {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 15px;
  }
  .customMenu a::after {
    display: none;
  }
  .customActionMenu {
    float: right;
    padding-top: 0;
    padding-bottom: 0;
  }
  .customActionMenu li {
    width: 50%;
    float: left;
    text-align: center;
  }
  .customLanguage {
    width: 40px;
    text-align: center;
  }
  .showMenu .overlay {
    opacity: 1;
    visibility: visible;
    z-index: 9;
  }
  .showMenu {
    overflow: hidden !important;
  }
  .menuRight .cartLink {
    float: right;
    margin-right: 30px;
    padding-top: 6px;
    display: none;
  }
  .menuRight .cartLink a {
    color: #000;
    font-size: 25px;
  }
  .headerFixed .menuRight .cartLink a {
    font-size: 20px;
  }
  .customSliderDesign {
    width: 100%;
  }
  .leftArrow {
    left: -25px;
  }
  .rightArrow {
    right: -25px;
  }
  .customFeaturedProducts {
    padding-left: 10px;
    padding-right: 10px;
  }
  .homeBanner {
    text-align: center;
  }
  .customText h3 {
    background: rgba(0,0,0, 0.45);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
    margin-top: 0;
  }
  .homeBanner {
    min-height: 370px;
  }
  .customAboutImg {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .customAboutRight {
    width: 100%;
    padding-left: 0;
  }
  .customAboutImg img {
    max-width: 300px;
  }
  .customSpLeft {
    width: 100%;
    padding-right: 0;
  }
  .customSpRight {
    width: 100%;
    float: none;
    clear: both;
  }
  .customSp img {
    max-width: 300px;
  }
  .customFeaturedProducts {
    padding-bottom: 50px;
  }
  .customAboutUs,
  .customMostPopular,
  .customSp,
  .customOnSaleProducts {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .customH2 {
    font-size: 50px;
  }
  .customRow {
    width: 100%;
    margin-bottom: 50px;
  }
  .customLocation {
    margin-bottom: 0;
  }
  .copyright {
    margin-top: 30px;
  }
  .footer-container {
    padding-top: 20px;
  }
  .customQuick, .customSocial {
    padding-right: 0;
  }
  .headerSocial ul {
    padding-left: 0;
  }
  .customLogo {
    text-align: left;
  }
  .header-container .page-center {
    position: relative;
  }
  .customLogo img {
    max-width: 100px;
    position: relative;
    left: -10px;
  }
  .customMenu .menu-main-menu-container .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    width: 100%;
    padding-top: 0;
  }
  .customMenu .menu-main-menu-container .sub-menu a {
    padding-left: 20px !important;
  }
  .submenu-trigger {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 47px;
    font-size: 0;
  }
  .customMenu .menu-main-menu-container .sub-menu {
    display: none;
    transition: none;
    padding-bottom: 0;
  }
  .submenu-trigger.open::after {
    content: "\f054";
  }
  .submenu-trigger::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  .customMenu #menu-main-menu > li ul li a::before {
    content: "-";
    margin-right: 5px;
  } 
  .customMenu #menu-main-menu > li ul li a {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .customMenu > div > ul > li > a {
    font-weight: 500;
  }
  .customSubmenu > ul > li {
    clear: both;
  }
}
@media (max-width: 768px) {
  .category-page .products .product {
    width: 46% !important;
  }
  .woocommerce #content table.cart .product-thumbnail, 
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }
  .woocommerce .cart_item .product-thumbnail {
    text-align: center !important;
  }
  .woocommerce .cart_item .product-thumbnail img {
    max-width: 45px !important;
    border: 1px solid #ccc;
    border-radius: 10px;
  }
  .woocommerce .cart_item .product-thumbnail::before {
    display: none;
  }
  .woocommerce-cart-form__cart-item.cart_item {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 1px 1px 11px -8px #000;
  }
  .woocommerce table.shop_table {
    border: 0;
  }
  .woocommerce-cart-form__cart-item .product-remove {
    float: right;
    margin-top: 10px;
  }
  .woocommerce-cart-form__cart-item .product-thumbnail {
    float: left;
  }
  .woocommerce-cart-form__cart-item .product-name {
    clear: both;
  }
  .woocommerce table.shop_table td.product-remove,
  .woocommerce table.shop_table td.product-thumbnail {
    border-top: 0 !important;
    background: transparent !important;
  }
  .woocommerce-MyAccount-navigation li {
    max-width: 163px;
    float: left;
    margin-right: 10px;
  }
  .woocommerce-MyAccount-navigation {
    clear: both;
    width: 100% !important;
    float: left !important;
    padding-right: 0;
    border: 0;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .woocommerce-orders-table__row {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
  }
  .woocommerce-Address {
    margin-bottom: 20px;
  }
  .customSpCol.col3 {
    clear: left;
  }
  .customSpCol {
    width: 50%;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .customBrands img {
    max-width: 50%;
  }
  .leftContact,
  .rightContact {
    width: 50%;
  }
  .rightContact {
    padding-left: 20px;
  }
  .leftContact {
    padding-right: 20px;
  }
  .wc_payment_method {
    width: 100%;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 550px) {
  .category-page .product .star-rating, 
  .category-page .related .product .star-rating {
    float: none !important;
    margin-left: 5px;
  }
  .customIntro {
    display: none;
  }
}
@media (max-width: 500px) {
  .customSliderDesign  {
    width: 100% !important;
    max-width: none !important;
  }
  .page-center {
    padding-left: 10px;
    padding-right: 10px;
  }
  .customSliderDesign .slick-dots li button {
    display: none;
  }
  .customSliderDesign .slick-dots li {
    width: 13px !important;
    height: 13px;
    display: inline-block;
  }
  .customSliderDesign .slick-dots {
    text-align: center;
  }
  .customSliderDesign .slick-dots li.slick-active {
    background: #ccc;
  }
  .customText h2 {
    font-size: 50px;
  }
  .customText h3 {
    font-size: 18px;
  }
  .homeBanner {
    min-height: 330px;
  }
  .body-container p {
    font-size: 14px;
  }
  .customBrands {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .category-page .products .product {
    width: 48% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .category-page .products .product.outofstock::before {
    padding: 5px;
    font-size: 13px;
  }
  .category-page .woocommerce span.onsale {
    font-size: 13px;
    font-weight: 400;
  }
  .category-page .woocommerce span.onsale {
    min-width: auto;
    padding-top: 0;
    background: green;
    font-size: 13px;
    font-weight: 400;
    width: auto;
    height: auto;
    min-height: auto;
    min-width: auto;
    display: inline-block;
    line-height: 1;
    padding: 8px 10px;
    border-radius: 10px;
  }
  .category-page .product > a > h2, .product > a > .price {
    padding-right: 5px !important;
    padding-left: 5px !important;
    font-size: 14px !important;
  }
  .category-page .product_type_simple {
    font-size: 14px !important;
  }
  .category-page .add_to_cart_button::before {
    width: 40px;
  }
  .category-page .customTopPane {
    margin-bottom: 20px;
  }
  .category-page .woocommerce .woocommerce-ordering {
    width: 100%;
  }
  .related .customSliderDesign .product {
    margin-bottom: 0 !important;
  }
  .leftContact,
  .rightContact {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
  }
  .woocommerce .woocommerce-ordering {
    width: 100%;
  }
  .add_to_cart_button::before {
    width: 40px;
  }
  .product_type_simple {
    font-size: 15px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 1.2 !important;
  }
  .add_to_cart_button::before {
    padding-top: 9px;
  }
  .product_type_simple::after {
    font-size: 11px;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
  }
  .woocommerce ul.products li.product .onsale {
    margin-right: 0;
    top: 5px !important;
    right: 5px !important;
  }
  .customTopPane {
    font-size: 30px;
  }
  .customSpCol {
    width: 100%;
  }
  .customSpCol {
    margin-top: 30px;
  }
  .customSpCol.col1 {
    margin-top: 0;
  }
}
@media (max-width: 400px) {
  .customSliderDesign .product {
    max-width: 280px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    float: none !important;
    display: block !important;
  }
  .customFeaturedProducts .product {
    max-width: 260px !important;
  }
  .homeBanner {
    min-height: 200px;
  }
  .customFeaturedProducts {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .customAboutUs, .customMostPopular, .customOnSaleProducts {
    padding-bottom: 10px;
  }
  .customH2 {
    font-size: 40px;
  }
  .customBrands img {
    max-width: 200px;
  }
  .copyright {
    font-size: 13px;
  }
  .customRow {
    margin-bottom: 20px;
  }
  .woocommerce ul.products li.product .onsale {
    margin-right: -3px;
  }
}
@media (min-width: 390px) and (max-width: 470px) {
  .woocommerce ul.products li.product .button {
    font-size: 13px !important;
    padding-left: 42px !important;
  }
  .add_to_cart_button::before {
    width: 35px;
  }
}
@media (max-width: 389px) {
  .related .customSliderDesign .product {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .customSliderDesign .product {
    margin-left: auto !important;
    margin-right: auto !important; 
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .customSpBtns a {
    padding: 8px 15px;
    margin-left: 5px;
    margin-right: 5px;
  }
}