/*
 Theme Name: flomaro
 Author: tadamart.pl
 Version: 1.0
 */

:root {
  --color: #123059;
  --color2: #ff8868;
}
body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
.admin-bar {
  margin-top: 32px;
}
p,
li {
  font-weight: 400;
  font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;
  font-family: "Playfair Display", serif;
}
strong {
  font-weight: 600 !important;
}

.h1,
h1 {
  font-size: 2rem;
}

@media (max-width: 767.98px) {
  .admin-bar {
    margin-top: 48px;
  }
}
.container-fluid {
  padding: 0px;
}
.main-menu .nav-link {
  color: black;
  font-weight: 700;
  padding: 20px 15px !important;
  font-size: 14px;
}

.main-menu .m-color {
  background: transparent linear-gradient(248deg, #f69249 0%, #ef5c6c 100%) 0% 0% no-repeat padding-box;
  color: white !important;
  padding: 30px 50px !important;
}
.main-menu .m-color:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9aaa74+0,398235+100 */
  background: #9aaa74; /* Old browsers */
  background: -moz-linear-gradient(45deg, #9aaa74 0%, #398235 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #9aaa74 0%, #398235 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #9aaa74 0%, #398235 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9aaa74', endColorstr='#398235',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.main-menu .navbar {
  padding: 0px;
  width: 100%;
}
.nav-link {
  transition: 0s;
}
.nav-link:hover {
  text-decoration: underline;
}
/* ------------------------- MOBILE BURGER ------------------------- */
.navbar-toggler span {
  display: block;
  background-color: black;
  height: 1.5px;
  width: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  opacity: 1;
  transition: all 0.2s ease-out;
  transform-origin: center left;
  margin-right: 0px;
  margin-left: auto;
}
.navbar-toggler p {
  margin-bottom: 0px;
  font-size: 10px;
  margin-top: 12px;
}

.navbar-toggler-icon {
  background-image: none !important;
}
.navbar-toggler span:nth-child(1) {
  width: 100%;
  margin-top: 0px;
}
.navbar-toggler span:nth-child(2) {
  width: 75%;
}
.navbar-toggler span:nth-child(3) {
  width: 50%;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
  position: relative;
  top: -5px;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
  width: 100%;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
  width: 100%;
}

.navbar-light .navbar-toggler {
  border: 0px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
/* ------------------------- MOBILE BURGER ------------------------ */
.nv2 li:last-child a {
  padding-right: 0px !important;
}
.m-red {
  color: var(--color) !important;
}
.m-blue {
  color: var(--color2) !important;
}

.hero {
  position: relative;
}
.overlay {
  background: linear-gradient(0deg, rgb(18 48 89 / 72%) 36%, rgb(255 255 255 / 0%) 56%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
.overlay-hero {
  background: linear-gradient(0deg, rgb(18 48 89 / 76%) 10%, rgb(255 255 255 / 0%) 80%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.z-upper {
  z-index: 7;
  position: relative;
}
.h-inner {
  position: relative;
  z-index: 9;
}
.hero h1,
.hero h2 {
  line-height: 0.9;
  color: white;
}
.hero p {
  color: white;
  font-size: 17px;
  max-width: 650px;
  margin: 0 auto;
}
.hero .h2 {
  font-weight: 400;
}
.hero i {
  font-size: 14px;
}
.h-box img {
  height: 60px;
}
.hero a {
  color: white;
  text-decoration: none;
  display: block;
}
.hero a:hover {
  color: white !important;
  background-color: var(--color2);
}

.form-check-input:checked {
  background-color: green;
  border-color: green;
}
.h-box {
  text-align: center;
}
.h-box p {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0px;
  font-weight: bold;
  margin-top: 15px;
}
.hero {
  background-position: right;
  background-size: contain;
  min-height: 500px;
  background-repeat: no-repeat;
  border-radius: 30px;
}
.h-form {
  background-color: white;
  border-radius: 20px;
  padding: 30px;
  max-width: 515px;
  -webkit-box-shadow: 0px 0px 24px -2px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 0px 24px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 24px -2px rgb(0 0 0 / 15%);
  margin-bottom: 20px;
}
.h-form .accept {
  margin-top: 15px;
  margin-bottom: 20px;
}
.h-form p {
  color: black;
}
.h-form h3 span {
  color: #20943c;
}
.accept .green {
  color: #20943c;
}
.form-t {
  font-size: 20px;
}
.form-t span {
  margin-right: 7px;
  background-color: var(--color);
  color: white;
  border-radius: 100px;
  width: 26px;
  height: 26px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  line-height: 1.5;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 4px;
}
textarea {
  border-radius: 20px !important;
}

.wpcf7-checkbox .wpcf7-list-item input,
.wpcf7-radio .wpcf7-list-item input {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}
.wpcf7-text {
  border-radius: 40px;

  border: 1px solid #ddd;
}
.accept .form-switch {
  padding-left: 1.6em;
}
.accept label {
  line-height: 1.2;
  font-size: 11px;
}
.accept label a {
  color: black;
}

a:focus {
  outline: 0;
}
.dropdown-item {
  font-size: 14px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: white;
  color: #fff;
}
.accept .form-switch .form-check-input {
  font-size: 16px;
}
.btn1 {
  background-color: var(--color) !important;
  color: white !important;
  border: 0px;
  width: 100%;
  padding: 15px 30px !important;
  border-radius: 100px !important;
  font-size: 14px !important;
  text-decoration: none;
  font-weight: 700 !important;
  cursor: pointer;
  width: fit-content;
  box-shadow: 0px 0px 15px #00000029;
}
.wpcf7-submit:hover {
  background-color: var(--color2) !important;
}
.wc-block-components-totals-coupon-link {
  padding: 10px 30px !important;
}
.btn1 i {
  margin-left: 5px;
}
.btn1:hover {
  background-color: var(--color2) !important;
}
.btn2,
.cwgstock_button,
.wcf-button,
.wpcf7-submit,
.button,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link),
.wc-block-components-totals-coupon-link,
.wp-block-button__link {
  background-color: var(--color) !important;
  color: white !important;
  border: 0px !important;
  width: 100% !important;
  padding: 15px 30px !important;
  border-radius: 100px !important;
  font-size: 14px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  width: fit-content !important;
  border: 0px !important;
  box-shadow: 0px 0px 15px #00000029 !important;
}

.btn2:hover,
.cwgstock_button:hover,
.wpcf7-submit:hover,
.wp-block-button__link:hover,
.wcf-button:hover,
.button:hover,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover,
.wc-block-components-totals-coupon-link:hover {
  background-color: black !important;
  color: white !important;
}
.owl-hero .btn2,
.cats .btn2 {
  background-color: white !important;
  color: black !important;
}
.owl-hero .btn2:hover,
.cats .btn2:hover {
  background-color: black !important;
  color: white !important;
}
.cwgstock_button {
  width: 100% !important;
}
.btn2.single_add_to_cart_button {
  padding: 19px 30px !important;
}
.btn2.single_add_to_cart_button.loading {
  padding-right: 40px !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after {
  top: 19px !important;
  right: 18px !important;
}
.btn3 {
  background-color: white;
  color: black !important;
  border: 1px solid #d8d8d8;
  width: 100%;
  padding: 15px 30px;
  border-radius: 100px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  width: fit-content;
}
.wpcf7-submit:hover,
.button2:hover,
.btn1:hover,
.btn2:hover,
,
.button:hover {
  background-color: var(--color2);
  text-decoration: none !important;
  color: white !important;
}
.btn3:hover {
  background-color: var(--color2);
  text-decoration: none !important;
  color: white !important;
  border: 1px solid var(--color2);
}
.orl-pack {
  width: 28px;
  margin-right: 15px;
}

.h-form .wpcf7-spinner {
  top: -45px;
}
.wpcf7-not-valid-tip {
  font-size: 13px !important;
  text-align: center !important;
}
.sec1 img {
  max-width: 55px;
  margin-right: 20px;
}
.sec1 h5 {
  margin-bottom: 0px;
  font-weight: 600;
}
.nav-pills button.active {
  background-color: var(--color) !important;
  color: white;
  width: 100%;
  padding: 15px 30px;
  border-radius: 100px;
  font-size: 14px;
  /* text-transform: uppercase; */
  border: 1px solid #ddd;
}
.nav-pills button:hover {
  background: var(--color);
  color: white;
  text-decoration: none;
}
.nav-pills button {
  color: black;
  width: 100%;
  padding: 15px 30px;
  border-radius: 100px !important;
  font-size: 14px;
  font-weight: 700 !important;
  border: 1px solid #ddd !important;
}
.nav-pills li {
  margin: 0px 10px;
}
.offer {
  padding: 40px;
  background-position: center;
  background-size: cover;
  color: black;
  border-radius: 25px;
  border: 1px solid #dee2e6;
  position: relative;
}
.offer img {
  max-width: 60px;
  margin-right: 20px;
}
.owl-offer a {
  text-decoration: none;
}
.offer .button {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0px;
  background-color: white;
  padding: 10px 30px;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: bold;
}
.offers a:hover .button {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9aaa74+0,398235+100 */
  background: #9aaa74; /* Old browsers */
  background: -moz-linear-gradient(45deg, #9aaa74 0%, #398235 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #9aaa74 0%, #398235 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #9aaa74 0%, #398235 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9aaa74', endColorstr='#398235',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #fff;
}
.overlay2 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.offer-z {
  z-index: 8;
  position: relative;
  height: 350px;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 104%;
  left: -2%;
}
.owl-carousel .owl-prev {
  left: 0px !important;
  position: absolute !important;
  background-color: white !important;
  font-size: 24px !important;
  border-radius: 100px !important;
  width: 54px !important;
  height: 37px !important;
  box-shadow: 0px 0px 15px #00000029;
}
.owl-carousel .owl-next {
  right: 0px !important;
  position: absolute !important;
  background-color: white !important;
  font-size: 24px !important;
  /* border: 1px solid #ddd !important; */
  border-radius: 100px !important;
  width: 54px !important;
  height: 37px !important;
  box-shadow: 0px 0px 15px #00000029;
}
.single_page_content a {
  color: black;
}
.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
  background-color: black !important;
  color: white;
}
.owl-nav span {
  height: 50px;
  display: block;
  line-height: 1.25;
  font-size: 27px;
}
.owl-steps .owl-nav {
  top: 24%;
}
.step i {
  color: #dddddd;
  font-size: 26px;
}
.step {
  padding: 20px;
  margin: 1px;
}
.i-color {
  color: var(--color) !important;
}
.step p {
  margin-bottom: 0px;
}
.owl-companies img {
  max-width: 150px;
  margin: 0 auto;
}

.owl-companies .owl-nav {
  top: 24%;
}
.faq .accordion {
  max-width: 1000px;
  margin: 0 auto;
}
.accordion-button:focus {
  box-shadow: none;
}

.accordion-item {
  border-radius: 10px !important;
  border: 1px solid #dee2e6 !important;
  margin-bottom: 10px;
}
.accordion-item .accordion-button {
  border-radius: 10px !important;
}
.accordion-button:not(.collapsed) {
  background-color: #ffeeea00 !important;
  color: black !important;
  border-bottom: 0px !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}
.realizations a {
  text-decoration: none;
}
.overlay3 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.realization i {
  font-size: 25px;
  margin-right: 10px;
  line-height: 1;
}
.realization .offer-z {
  height: 250px;
}
.f-form {
  background-color: var(--color);
  color: white;
}
.f-form .accept a {
  color: white;
}

.f-form .wpcf7-acceptance label {
  margin-bottom: 0px;
  margin-left: 10px;
}
.f-form .wpcf7-acceptance label a {
  color: white;
}
.f-form .tc input {
  text-align: center;
  border-radius: 100px;
  font-size: 14px;
  padding: 15px;
  font-weight: 700 !important;
}

.f-form ::placeholder {
  color: black;
  font-weight: 700 !important;
}
.f-form .accept {
  max-width: 600px;
  margin: 0 auto;
}
.f-form .accept label {
  margin: 0px;
}

.wpcf7-spinner {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  width: 25px !important;
  height: 25px !important;
  margin-left: -12.5px !important;
  margin-top: -12.5px !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-radius: 17px;
}
.f-top a {
  font-size: 17px;
  color: black;
  text-decoration: none;
  font-weight: bold;
}
.i-foot {
  font-size: 18px;
  margin-right: 10px;
}
.f-bottom a {
  display: block;
  color: black;
  text-decoration: none;
  font-size: 14px;
  line-height: 2;
}
.f-bottom h6 {
  font-size: 18px;
}
.f-bottom p {
  line-height: 2;
  margin-bottom: 0px;
}
form.cart {
  margin-top: 20px;
}
.f-bottom i {
  font-size: 12px;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.f-bottom a:hover {
  text-decoration: underline;
}
.tadamart img {
  max-width: 80px !important;
  width: 100%;
}
.tadamart {
  margin-left: 10px;
}
.copy a {
  color: black;
}
.specialist img {
  max-width: 70px !important;
  height: 70px !important;
  border-radius: 100px;
  border: 4px solid var(--color);
  margin-right: 20px;
}
.specialist a {
  text-decoration: none;
  color: black;
}
.specialist i {
  margin-right: 5px;
}

.breadcrumb i {
  color: black;
}
.wpcf7-textarea {
  border-radius: 0px;
  border-bottom: 1px solid #ddd;
  height: 100px;
}
.h-form .form-label {
  width: 100%;
}
.woocommerce .woocommerce-result-count,
.woocommerce-ordering {
  margin-bottom: 0px !important;
}
.bfsl .woocommerce-notices-wrapper,
.bfsl .woof_products_top_panel_content {
  display: none;
}
.archive .products-archive {
  margin-top: 25px !important;
}
.category-description h2 {
  font-size: 25px;
  margin-top: 20px;
}
.category-description a {
  color: black;
}
.orderby {
  font-size: 12px !important;
  /* font-weight: 700; */
  border-radius: 100px;
  padding: 15px 20px;
  border: 1px solid #dee2e6;
  min-width: 270px;
  text-transform: uppercase;
}
.desc-box {
  background-color: var(--color);
  padding: 40px;
  color: white;
  border-radius: 20px;
}
.woof_products_top_panel {
  display: none !important;
}
.dropdown-menu {
  border-radius: 15px;
  border-top-left-radius: 0px;
  margin-top: 0px !important;
  border-top: 1px solid white;
  border-top-right-radius: 0px;
  padding-bottom: 15px;
}
.single-product .breadcrumb {
  display: none !important;
}
.u-hero h2 {
  line-height: 0.7;
}
.u-h-p {
  max-width: 600px;
}
.sec1 p {
  max-width: 300px;
}
.m-color {
  cursor: pointer;
}
.modal-content {
  border: 0px;
  border-radius: 20px;
  position: relative;
}
.modal-body {
  padding: 0px;
}
.modal-content .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999;
}

.half-fluid .left-half,
.half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}
@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
.hf-min {
  min-height: 500px;
}

.c-h-form,
.db-contact {
  max-width: 500px;
}
.wh-contact {
  padding: 40px;
  background-color: white;
  border-radius: 20px;
}
.c-page {
  margin-top: -70px;
}
.c-box a {
  color: white;
  text-decoration: none;
  font-size: 20px;
}

.accordion-button {
  font-size: 20px;
}
.c-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.company-contact h6 {
  text-transform: uppercase;
  font-size: 20px;
}
.company-contact p {
  line-height: 1.8;
}
.social {
  max-width: 120px;
}
.social a {
  line-height: 1 !important;
}
.social a i {
  color: white;
  font-size: 30px;
}
.f-bottom .social a i {
  color: black;
}
.sec3 .owl-carousel .owl-nav {
  width: 106%;
  left: -3%;
}
.c-df {
  margin-left: 20px;
}

.dgwt-wcas-search-wrapp {
  max-width: 450px !important;
  margin: 0 !important;
}
.dgwt-wcas-sf-wrapp input {
  border: 0px !important;
  height: 45px !important;
  padding: 14px 22px !important;
  padding-left: 50px !important;
  background: var(--color) !important;
  color: white !important;
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  left: 20px !important;
  opacity: 1 !important;
  fill: white !important;
}
#dgwt-wcas-search-input-1:focus-visible {
  border: 0px !important;
}
.dgwt-wcas-sf-wrapp ::placeholder {
  color: white !important;
  opacity: 0.8 !important;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  display: none;
}
.dgwt-wcas-sf-wrapp {
  max-width: 300px !important;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  font-size: 12px !important;
}
.dgwt-wcas-search-submit {
  background-color: transparent !important;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  padding: 0 33px !important;
  transition: 0s !important;
}
.dgwt-wcas-search-submit svg {
  filter: invert(1);
}
.dgwt-wcas-search-submit:hover {
  background-color: var(--color) !important;
  opacity: 1 !important;
}
.dgwt-wcas-search-submit:hover svg {
  filter: invert(0);
}

.dgwt-wcas-sf-wrapp {
  border-radius: 100px !important;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  border-top-left-radius: 25px !important;
  border-bottom-left-radius: 25px !important;
  border-radius: 100px !important;
}
.dgwt-wcas-suggestions-wrapp {
  border: 0px !important;
  border-radius: 15px !important;
  margin-top: 10px !important;
  box-shadow: 0px 0px 15px #0000000d;
}
.dgwt-wcas-suggestion-selected {
  background-color: #f2f2f2 !important;
}
.dgwt-wcas-si img {
  border-radius: 7px !important;
}
.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
  text-decoration: none !important;
}
.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product ins {
  text-decoration: none !important;
}
.dgwt-wcas-sp ins bdi {
  color: var(--color2);
  font-weight: 600;
}
.dgwt-wcas-sp del bdi {
  color: black;
  font-weight: 400;
}
.dgwt-wcas-sp .woocommerce-Price-amount.amount {
  color: var(--color2);
  font-weight: 600;
}
.dgwt-wcas-meta {
  margin-top: -10px;
}
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus {
  box-shadow: none !important;
}
.logo-desc {
  margin-top: -15px;
  margin-left: 55px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.cart-account a {
  color: black;
  text-decoration: none;
  font-weight: 400;
  line-height: 1;
  font-size: 10px;
  text-transform: uppercase;
}
.cart-account a:hover {
  color: var(--color);
}
.header-top {
  background-color: var(--color);
  color: white;
}
.header-top a {
  font-size: 12px;
  color: white !important;

  text-decoration: none !important;
}
.header-top strong {
  color: var(--color2);
}

.header-middle {
  box-shadow: 0px 3px 6px #0000000d;
  z-index: 9;
  position: relative;
}
.header-middle img {
  max-width: 200px !important;
}
.header-middle i {
  line-height: 1;
  font-size: 17px;
  margin-bottom: 10px;
}
.header-top .btn1 {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  color: white;
  width: fit-content !important;
}
.header-menu {
  box-shadow: 0px 3px 6px #0000000d;
}
.h-buttons {
}
.owl-product img {
  height: auto;
}
.product-g a {
  text-decoration: none;
}
.product-g h4 {
  color: black;
  font-size: 14px;
  min-height: 40px;
  margin-bottom: 0px;
}
.product-g .btn3 {
  width: 100% !important;
  display: block;
  text-align: center;
}
.ud {
  color: black;
  text-decoration: underline !important;
}
.copy {
}
.type-product .breadcrumb-line,
.type-product .breadcrumb-line a {
  color: #8a8a8a;
  text-decoration: none;
  font-size: 12px;
}
.type-product .breadcrumb-line span {
  margin-left: 3px;
  margin-right: 3px;
}
.woocommerce div.product .product_title {
  margin-top: 0px !important;
  font-size: 22px;
  margin-bottom: 5px !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: black !important;
  margin-bottom: 0px;
}
.price .woocommerce-Price-amount {
  font-weight: 700 !important;
  font-size: 16px;
  color: black;
}
.single-product .summary .price .woocommerce-Price-amount {
  font-size: 20px;
}
.sku_wrapper {
  color: #8a8a8a;
  font-size: 12px;
}
.qty {
  border: 1px solid #dee2e6;
  padding: 13px 20px !important;
  width: 80px !important;
  border-radius: 100px;
  margin-right: 10px;
}

.flex-viewport .woocommerce-product-gallery__image {
  border: 0px !important;
}
.woocommerce-product-gallery__image {
}
.woocommerce-product-gallery__image img {
  border-radius: 25px;
}
.woocommerce-product-gallery__image img {
  height: 500px !important;
  width: auto;
  object-fit: cover;
}

.payments img {
  width: auto;
  max-width: 100px !important;
  max-height: 45px !important;
  margin: 0px 3%;
}
.pay-text p {
  font-size: 14px;
}
.flex-control-thumbs {
  display: flex;
  justify-content: center;
  margin-top: -40px !important;
  z-index: 9;
  position: relative;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  border: 2px solid var(--color);
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 1 !important;
  background-color: var(--color);
}
.woocommerce div.product div.summary {
  background-color: white;
  padding: 30px;
  border-radius: 25px;
}

.flex-control-thumbs li {
  max-width: 70px;
  width: 100%;
  margin: 5px !important;

  border-radius: 10px;
}
.flex-control-thumbs img {
  border-radius: 10px;
}
.form-control {
  padding: 15px 30px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ddd;
  font-weight: 400 !important;
}
.woocommerce nav.woocommerce-pagination ul {
  margin-top: 30px !important;
}
.ttb table {
  width: 100%;
}
.ttb table tr {
  border-bottom: 1px solid #dee2e6;
}
.ttb table tr td:nth-child(2) span {
  font-weight: 600 !important;
}
.ttb table tr b,
.ttb table tr strong {
  color: var(--color);
}
.cwginstock-subscribe-form .panel-primary > .panel-heading {
  background-color: var(--color) !important;
  padding: 15px !important;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}
.cwginstock-panel-heading h4 {
  font-size: 20px !important;
  margin-bottom: 0px !important;
}
.cwg_iagree_checkbox {
  font-size: 10px !important;
  margin-bottom: 15px !important;
  margin-top: -13px !important;
}
.cwg_iagree_checkbox a {
  color: black !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}
.cwginstock-subscribe-form .panel-primary {
  border-color: var(--color) !important;
  border-radius: 25px !important;
}
.cwg_iagree_checkbox_input {
  position: relative !important;
  top: 4px !important;
}

.woocommerce-message {
  margin-bottom: 0px !important;
  margin-top: 20px !important;
}
.woocommerce-message {
  border: 0px !important;

  background-color: #19a44921 !important;
}
.woocommerce-error {
  border: 0px !important;
  background-color: #b81c2324 !important;
}
.woocommerce-info {
  border: 0px !important;
}
#coupon_code {
  width: 160px;
  text-align: center;
  border-radius: 100px;
  padding: 6px;
  margin-right: 20px;
  font-size: 14px;
  padding: 10px !important;
}

.cpl-mobile .woocommerce-cart-form__cart-item.cart_item {
  margin-bottom: 0px;
}
.cpl-inner .cpl-right {
  width: 100%;
}
.cpl-inner {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border: 1px solid #ebe9eb;
  border-radius: var(--border-radius1);
  padding: 12px;
  display: flex;
  position: relative;

  border-radius: 16px;
}
.cpl-inner img {
  border-radius: var(--border-radius1);
}
.cpl-mobile .product-name a {
  color: black;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.cpl-mobile .product-name {
  padding-bottom: 4px;
}
.cpl-mobile .cpl-inner .product-remove {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.cpl-mobile .product-subtotal {
  font-size: 14px;
  font-weight: 600;
}
.cpl-mobile .cpl-inner .product-quantity {
  display: flex;
  align-items: center;
}
.cpl-mobile .cpl-inner .product-quantity p {
  margin-bottom: 0px;
  margin-right: 8px;
}
.cpl-mobile .cpl-inner .product-subtotal span {
  font-weight: 400;
}

.cpl-mobile .cpl-inner .product-subtotal span bdi,
.cpl-mobile .product-price span bdi,
.cart-collaterals .woocommerce-Price-amount {
  font-weight: 700;
  color: #ee1c24 !important;
}
.cpl-mobile .product-name,
.cpl-mobile .product-price,
.cpl-mobile .product-quantity {
  margin-bottom: 5px;
  font-size: 14px;
}
.cart-subtotal .amount,
.order-total .amount {
  color: #ee1c24 !important;
}

.woocommerce-Tabs-panel--additional_information h2 {
  display: none;
}
.related.products,
.upsells.products {
  margin-right: 0px;
  margin-left: 0px;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
}
.woocommerce-cart-form .product-thumbnail img {
  max-width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
}
.cpl-inner .product-thumbnail {
  /* max-width: 60px; */
  margin-right: 15px;
}
.coupon label {
  display: none;
}
.woocommerce table.shop_table {
  border: 0px !important;
}
.woocommerce-cart-form .actions {
  padding: 0px !important;
}
.shipping-calculator-button {
  display: none !important;
}
.wc-block-components-form .wc-block-components-text-input.has-error label,
.wc-block-components-text-input.has-error label,
input:focus-visible + label {
  outline: none !important;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  border-radius: 13px !important;
}
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  border-radius: 13px !important;
}
.wc-block-components-totals-wrapper {
  font-size: 14px;
}
.wc-block-components-formatted-money-amount {
  color: var(--color);
  font-weight: 700;
}
.wc-block-checkout__terms,
.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox > span {
  font-size: 14px;
}
.wc-block-checkout__terms a {
  color: black;
}
.wc-block-components-checkout-return-to-cart-button {
  font-size: 14px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  max-width: 400px;
  width: 100%;
}
.wc-block-components-product-metadata {
  display: none;
}
.woocommerce-Price-currencySymbol {
  font-weight: 700 !important;
}

.woocommerce-cart-form .checkout-button,
#place_order {
  width: 100% !important;
}
.woocommerce-cart-form .wc-proceed-to-checkout {
  padding-bottom: 0px !important;
}

.cart-collaterals {
  border: 1px solid #ebe9eb;
  border-radius: 16px;
  padding: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border-top: 1px solid #ebe9eb !important;
}
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid #ebe9eb !important;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
  border-radius: 15px;
  font-size: 14px;
}
.woocommerce-checkout .cn,
.woocommerce-cart .cn {
  padding: 0px !important;
}
.single-product .cn {
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}
.single-product .woocommerce-message {
  margin-bottom: 0px !important;
  font-size: 14px;
  border-radius: 15px;
}
#ship-to-different-address span {
  font-size: 16px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 20px !important;
  background-color: transparent !important;
  border: 1px solid #ebe9eb;
}
input,
textarea,
select,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  border: 1px solid #dee2e6 !important;
  box-shadow: none !important;
  border-radius: 100px !important;
  padding: 14px 22px !important;
  font-weight: 600;
}
label {
  width: 100%;
}
select {
  cursor: pointer;
  font-size: 14px !important;
}
.form-control {
  font-size: 14px !important;
}
.form-select:focus-visible {
  font-weight: 400 !important;
}
textarea {
  border: 1px solid #dee2e6 !important;
  box-shadow: none !important;
  border-radius: 20px !important;
  padding: 15px 30px;
  height: 100px !important;
}
.woocommerce-checkout #payment div.payment_box {
  border-radius: 15px !important;
}
#shipping_method label {
  margin-left: 0px;
}
.woocommerce-checkout .cart_item .woocommerce-Price-currencySymbol {
  font-weight: 400 !important;
}
.woocommerce ul#shipping_method li {
  margin: 0 0 11px !important;
}
.woocommerce-checkout .order-total .amount {
  font-size: 20px !important;
}
.wc_payment_methods li {
  margin-bottom: 10px !important;
}

.woocommerce-cart-form .qty {
  padding: 3px !important;
  border: 1px solid #ddd !important;
  border-radius: 100px !important;
}
.woocommerce form.login,
.woocommerce form.register {
  border: 0px !important;
  padding: 0px !important;
}
.woocommerce-privacy-policy-text p {
  font-size: 12px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}
#billing_country_field {
  display: none;
}

.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0px;
}
.woocommerce-MyAccount-navigation li a {
  display: block;
  margin-bottom: 10px;
  width: 90% !important;
  padding: 8px 30px !important;
}
.woocommerce-MyAccount-navigation li.is-active a {
  background-color: var(--color2) !important;
}
.woocommerce-MyAccount-navigation-link--wc-smart-coupons,
.woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}
.lost_password a {
  color: black !important;
}
.woocommerce-privacy-policy-link {
  color: black;
}

.stock {
  color: black !important;
  font-weight: 700 !important;
  display: none !important;
}
.woocommerce-MyAccount-content a {
  color: black !important;
}

p.price del,
span.price del {
  opacity: 0.3 !important;
}
.product-g .short-description {
  display: none;
}

.file-down {
  color: black;
  text-decoration: none;
}

.file-down i {
  font-size: 30px;
}
.file-down:hover {
  text-decoration: underline !important;
  color: black !important;
}

.accordion-body {
  padding-top: 0px;
}

.form-switch input {
  padding: 7px 15px;
}
.stock i {
  font-size: 12px;
  margin-left: 2px;
}
.f-g {
  color: #20943c;
}
.f-y {
  color: #ffb000;
}
.f-r {
  color: #ff3333;
}
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  max-width: 80px !important;
  text-align: center !important;
  border: 1px solid #ddd !important;
  border-radius: 100px !important;
}
#sidebar ul {
  padding-left: 0px;
}
.wc-block-components-price-slider__range-input-progress {
  --range-color: var(--color) !important;
}
.wc-block-product-categories-list {
  padding-left: 15px !important;
}
.wc-block-product-categories-list a {
  color: black;
  text-decoration: none;
}
.wc-block-product-categories-list a:hover {
  text-decoration: underline;
}
.wc-block-product-categories-list li {
  margin-bottom: 7px !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: 1px solid #ddd;
}
.navbar-expand-lg .navbar-nav .dropdown-menu a {
  color: black;
  text-decoration: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
  text-decoration: underline;
}
.header-menu li .dropdown-item {
  padding-left: 20px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
#sidebar section {
  margin-bottom: 30px;
}
#sidebar #block-11 {
  margin-bottom: 10px;
}
.wc-block-components-price-slider__controls {
  margin-bottom: 0px !important;
}
.wc-block-components-checkbox__input {
  padding: initial !important;
}
.wc-block-components-filter-reset-button {
  text-decoration: none !important;
  background: transparent linear-gradient(248deg, #f69249 0%, #ef5c6c 100%) 0% 0% no-repeat padding-box !important;
  color: white !important;
  padding: 5px 20px !important;
  border-radius: 100px !important;
  margin-top: 5px !important;
  display: block !important;
}
.wc-block-components-filter-reset-button:hover {
  background: -moz-linear-gradient(45deg, #9aaa74 0%, #398235 100%) !important;
  background: -webkit-linear-gradient(45deg, #9aaa74 0%, #398235 100%) !important;
  background: linear-gradient(45deg, #9aaa74 0%, #398235 100%) !important;
}
.wc-block-attribute-filter__actions {
  justify-content: start !important;
}

.wc-block-components-checkbox-list li {
  margin-bottom: -10px !important;
}
.product-g .short-description {
  display: none !important;
}
.woocommerce-pagination {
  margin-top: 10px;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0px !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0px !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: white !important;
  color: var(--color) !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  font-size: 16px !important;
}
.woocommerce .page-numbers {
  color: black !important;
  font-weight: 500 !important;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #ececec !important;
  border-radius: 8px;
}
header .navbar-nav .nav-item.dropdown > a {
  font-weight: 500;
  color: white;
  font-size: 14px;
  margin: 0px 7px;
  padding: 17px 10px;
}
.f-bottom .accordion {
  padding: 0px !important;
}
.f-bottom .accordion-item {
  margin-bottom: 0px !important;
  border-radius: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
}
.f-bottom .accordion-item:last-child {
  border-bottom: 0px !important;
}
.product-g {
  /* box-shadow: 0px 0px 6px #0000000d; */
  border-radius: 25px;
  margin: 10px;
  position: relative;
  border: 1px solid #dee2e6;
}
.product-g-inner {
  padding: 25px;
}
.product-g img {
  height: 250px !important;
  width: 100% !important;
  object-fit: cover !important;
  margin: 0 auto !important;
  display: block;
  border-radius: 25px;
}
.product-g h4 {
  font-weight: 600 !important;
}
.archive .product-g {
  margin: 0px !important;
  position: relative;
}
.wc-block-components-radio-control__input {
  padding: 5px !important;
}
.wc-block-components-shipping-rates-control__package .easypack_show_geowidget {
  border: 0 !important;
  font-size: 14px !important;
  box-shadow: none !important;
  color: #fff;
  display: block;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
  background-color: #fcc905 !important;
  border-radius: 3px;
  line-height: 1em;
  padding: 7px 10px 12px 10px;
  max-width: 200px;
  color: black !important;
  margin-left: 0px;
  margin-top: 15px;
}
.wc-block-components-shipping-rates-control__package .easypack_show_geowidget:hover {
  background-color: black !important;
  color: white !important;
}
.easypack-shipping-method-logo {
  display: none !important;
}

.shipp {
  font-size: 12px;
}

.woocommerce .woocommerce-breadcrumb {
  font-size: 11px !important;
}
.woocommerce .woocommerce-breadcrumb a {
  text-decoration: none !important;
}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 10px 15px 10px 50px !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  margin: 0px 5px;
}
.woocommerce .page-numbers {
  border-radius: 7px;
}
.wcf-tickbar {
  font-size: 14px;
  font-weight: 500;
}
.page-id-15526 figure img {
  max-height: 100px;
  height: 100%;
  width: auto !important;
  margin: 0 auto !important;
  display: block;
}
.epofw_td_label {
  display: none !important;
}
.epofw_fields_table {
  font-size: 14px !important;
  border: 0px !important;
}
div.product form.cart table.epofw_fields_table td {
  border: 0px !important;
  padding-bottom: 13px !important;
}
div.product form.cart table.epofw_fields_table td label {
  margin-bottom: 5px !important;
}
div.product form.cart table.epofw_fields_table {
  margin-bottom: 14px !important;
  border-bottom: 1px solid #dee2e6 !important;
}
.epofw_td_value .woocommerce-Price-currencySymbol {
  font-weight: 400 !important;
}
#addon_total {
  display: none !important;
}
.wcf-hider {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
}
.con-box {
  background-color: var(--color);
  color: white;
  padding: 40px;
  border-radius: 25px;
}
.con-box a {
  color: white;
  text-decoration: none;
}
.con-box i {
  color: white;
}
.contact_page .wpcf7-text,
.contact_page textarea {
  width: 100% !important;
}
.form-switch .form-check-input {
  margin-left: -3em !important;
}
.wpcf7-acceptance a {
  color: black !important;
  text-decoration: none !important;
}
#news {
  overflow-x: hidden !important;
}
#news .wpcf7-acceptance a {
  color: white !important;
  text-decoration: none !important;
}
.contact_page .wpcf7-l-style {
  margin-left: 15px;
  margin-bottom: 7px !important;
  display: block !important;
}
.contact_page label {
  width: 100% !important;
}
#billing_address_2,
#shipping_country_field,
#shipping_address_2 {
  display: none !important;
}
.fpf-fields-config-wrapper {
  display: none !important;
}
.star-extension {
  font-family: "Montserrat", sans-serif !important;
}
.manufacturers img {
  height: 150px !important;
  width: auto !important;
  object-fit: contain;
  padding: 20px 40px;
}
.manufacturers a {
  color: black !important;
  text-decoration: none !important;
}
.bre {
  border-radius: 25px;
}
.page-template-archive .pagination-post .next,
.page-template-archive .pagination-post .prev {
  display: none;
}
.page-template-archive .pagination-post .next,
.page-template-archive .pagination-post .prev,
.page-template-archive .pagination-post .page-numbers {
  margin: 0px 10px;
  text-decoration: none;
}
.pagination-post span {
  padding: 4px 0px;
  font-weight: 500;
}
.pagination-post a {
  color: var(--color);
  background-color: rgba(0, 0, 0, 0.025);
  border-radius: 7px;
  padding: 4px 8px;
  font-weight: 500 !important;
}
.pagination-post a:hover {
  background: #ececec !important;
}
.post_archive a {
  color: black;
  text-decoration: none;
}
.box-article {
  border-radius: 25px;
}
.box-article img {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  height: 300px !important;
  object-fit: cover !important;
  width: 100% !important;
  object-position: center;
}
.single_post_content img {
  border-radius: 25px !important;
}
.main_single_image img {
  width: 100%;
  height: auto !important;
}
.single_post_content a {
  color: black;
}
.wp-block-image img {
  max-width: 500px !important;
}
.shipp i {
  font-size: 28px;
  margin-bottom: 0px;
  line-height: 1;
}
.shipp {
  font-size: 12px;
  background-color: #f6f6f6;
  padding: 11px 32px;
  border-radius: 100px;
  cursor: pointer;
}
.shipp:hover {
}
.onsale {
  display: none;
}
.woocommerce-product-details__short-description {
  margin-top: 15px;
}
.woocommerce-product-details__short-description a {
  color: black;
}
.woocommerce-product-details__short-description p {
  margin-bottom: 0px;
}
.sp-badge .badge-main {
  position: initial !important;
  width: fit-content !important;
  margin-bottom: 10px !important;
  margin-top: -44px !important;
}
.pc-short-desc a {
  color: black !important;
}
label > .epofw1 + .epofw-price {
  display: none !important;
}
div.product form.cart table.epofw_fields_table td {
  padding-left: 0px !important;
}
.woocommerce-checkout .woocommerce-notices-wrapper .container {
  margin: 0;
  width: 100% !important;
  display: block;
  max-width: 100%;
  padding: 0px;
}
.devnet_fsl-free-shipping {
  width: 100%;
  margin: 1rem 0 2rem;
  padding: 0px !important;
  box-shadow: none !important;
  box-sizing: border-box;
  border-top: 1px solid #ebe9eb;
}
.owl-hero .owl-dots {
  margin-top: -40px !important;
  z-index: 9 !important;
  position: relative !important;
}
.hero {
  padding-bottom: 60px !important;
}

.owl-hero .owl-dots .owl-dot.active span,
.owl-hero .owl-dots .owl-dot:hover span {
  background-color: var(--color2) !important;
}
#order_review .recurring-totals {
  display: none !important;
}
#order_review .cart-subtotal.recurring-total {
  display: none !important;
}
.zp .form-switch .form-check-input {
  border: 1px solid #ddd !important;
}
.hero-zp {
  background-position: center !important;
}
.owl-zes3 .owl-stage {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.owl-zes3 .owl-stage div {
  text-align: center;
}
.owl-zes3 .owl-stage img {
  max-height: 80px;
  width: auto;
  padding: 10px;
  display: block;
  margin: 0 auto;
}
.ps-max {
  max-height: 432px;
  width: auto !important;
  margin: 0 auto !important;
}
.small-menu a {
  font-size: 12px;
  display: block;
  line-height: 1.2;
  margin-bottom: 8px;
  margin-bottom: 12px;
  font-weight: 600;
}
.small-menu .dropdown-menu {
  padding: 20px;
}
.small-menu .sme {
  position: relative;
  bottom: -3px;
}
.small-menu .dropdown-menu {
  margin-top: 4px !important;
}
.ilabs-omnibus-price-note,
.ilabs-omnibus-price-note bdi,
.ilabs-omnibus-price-note .woocommerce-Price-currencySymbol {
  font-size: 11px !important;
  color: #000 !important;
  font-weight: 400 !important;
  margin-bottom: 0px !important;
}
.woocommerce-variation-add-to-cart {
  margin-top: 20px;
}
.woocommerce-variation-price {
  display: flex;
  align-items: end;
}
.flag-icons {
  font-size: 20px;
}
.modal input[type="text"],
.modal input[type="email"],
.modal textarea {
  width: 100% !important;
}
.cdtm-title {
  margin-top: -30px;
  width: fit-content;
  padding: 3px 10px;
  border-radius: 21px;
  margin-bottom: 10px !important;
  background-color: var(--color);
  color: white;
}
.cdtm {
  background-color: var(--color2);
  border-radius: 15px;
  width: fit-content;
  padding: 20px;
}

@media (min-width: 1200px) {
}
@media (max-width: 1300px) {
  .f-top a {
    font-size: 16px;
    font-weight: 700;
  }
}

@media (max-width: 1199.98px) {
  .main-menu .nav-link {
    padding: 20px 15px !important;
    font-size: 14px;
  }

  .main-menu .m-color {
    padding: 25px 20px !important;
  }
}
@media (max-width: 991.98px) {
  .header-middle img {
    max-width: 150px !important;
  }
  .header-top p {
    font-size: 10px;
  }
  .main-menu {
    width: 100%;
    text-align: center;
  }
  .main-menu .nav-link {
    padding: 15px !important;
    font-size: 18px;
  }
  .navbar-nav {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .coupon .button {
    font-size: 14px !important;
  }
  #coupon_code {
    padding: 5px;

    font-size: 14px;
  }

  .main-menu .nav-link {
    width: fit-content;
    margin: 0 auto;
  }
  .dropdown-item {
    font-size: 18px !important;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border: 0px !important;
    text-align: center;
  }

  .navbar-nav .dropdown-menu {
    margin: 0px 20px;
  }
  .step {
    padding: 25px;
    border-radius: 25px;
  }
  .breadcrumb h1,
  .breadcrumb .brd {
    text-align: center !important;
  }
  .specialist .d-block a {
    display: block;
  }
  .wh-contact {
    display: block !important;
    padding: 0px;
    background-color: transparent;
  }
  .h-box {
    padding: 0px 15%;
  }
  .hero .owl-carousel .owl-nav {
    top: 20%;
  }
  .hero .owl-carousel .owl-nav {
    width: 100%;
    left: 0%;
  }
  .dgwt-wcas-search-wrapp {
    max-width: 100% !important;
  }
  .t-off {
    display: none;
  }
  .logo-desc {
    margin-top: -13px;
    margin-left: 45px;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1px;
  }

  .payments img {
    max-height: 23px !important;
    max-width: 40px !important;
  }
  .header-menu .main-menu li:first-child a {
    padding-left: 15px !important;
  }
  .hero {
    min-height: 350px;
  }
}
@media (max-width: 767.98px) {
  .wcf-horizontal-sort {
    display: none !important;
  }
  .bfsl {
    display: block !important;
  }
  .woocommerce-ordering {
    display: block !important;
  }
  .wcf-results-pool {
    display: block !important;
    width: 100% !important;
  }
  .wcf-btn-with-sort {
    width: 100% !important;
  }
  .wcf-button.ghost-button {
    width: 100% !important;
    margin-right: 0px !important;
    border-radius: 100px !important;
    padding: 14px !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
  }
  .wcf-active-filters.horizontal {
    display: none !important;
  }
  .sidebar {
    display: none !important;
  }
  .wc-tabs {
    flex-wrap: wrap !important;
  }
  .article .btn2 {
    margin: 0 auto;
  }
  .form-switch .form-check-input {
    margin-left: -3.5em;
  }
  .ct-inner .btn2 {
    width: auto !important;
  }
  .woocommerce div.product .product_title {
    margin-top: 5px !important;
    font-size: 22px;
  }
  .woocommerce-product-gallery__image img {
    height: 300px !important;
    width: 100% !important;
    object-fit: cover;
  }
  .woocommerce-result-count {
    display: none;
  }
  .woocommerce-ordering {
    width: 100% !important;
  }
  .zal img {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .hero h2 {
    margin-top: 0px !important;
    text-align: center;
  }
  .display-4 {
    font-size: calc(1.475rem + 1.5vw);
    font-weight: 300;
    line-height: 1.6;
  }
  .owl-carousel .owl-nav {
    width: 110%;
    left: -5%;
  }
  .sec1 p {
    max-width: 300px;
    margin: 0 auto;
  }
  .owl-carousel {
    width: 93%;
    margin: 0 auto;
  }
  .offer {
    margin: 1px;
  }
  .nav-pills li {
    margin-bottom: 20px;
  }
  .nav-pills li:last-child {
    margin-bottom: 0px;
  }
  .step {
    padding: 20px 60px;
  }
  .copy .col-md-6 {
    text-align: center;
    justify-content: center !important;
  }
  .f-top {
    text-align: center;
  }
  .f-top .d-flex {
    justify-content: center;
  }
  .f-bottom a,
  .f-bottom p {
    font-size: 14px;
    line-height: 2;
  }
  .copy .copy-t .d-flex {
    display: block !important;
  }
  .copy img {
    margin: 0 auto !important;
    display: block !important;
    margin-top: 10px !important;
  }
  .desc-box {
    width: 100%;
    max-width: 100%;
  }

  .hero {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .u-hero {
    background-size: contain;
  }
  .c-df {
    margin-left: 0px;
    margin-top: 40px;
  }
  .hero h1 {
    font-size: 23px;
    line-height: 1.1;
  }
  .hero h1 span {
    font-size: 14px;
  }
  .h-buttons a {
    margin: 0 auto;
  }
}

/* FLOMARO */

.shopping_cart {
  position: relative;
}
.shopping_cart .sse {
  position: absolute;
  bottom: 14px;
  right: 6px;
  background-color: var(--color);
  color: white;
  font-weight: 600;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  line-height: 1.7;
  font-size: 9px;
  text-align: center;
}
.bg-primary {
  background-color: var(--color) !important;
}

.main_menu {
  background-color: var(--color);
  box-shadow: 0px 3px 6px #0000000d;
  z-index: 8;
  position: relative;
}
.menu {
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}
.menu li {
  list-style: none;
}
.menu li a {
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
}
.menu_children {
  text-transform: initial;
}
.menu ul {
  min-width: 150px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: -999em;
  left: -999em;
}
.menu li {
  display: inline-block;
  position: relative;
  text-align: left;
}
.menu li.focus > ul,
.menu li:hover > ul {
  top: auto;
  left: auto;
}
.menu li li {
  display: block;
}
.menu li li.focus > ul,
.menu li li:hover > ul {
  left: 100%;
  top: 0;
}
.menu a {
  color: black;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  padding: 10px 15px;
}

.menu ul {
  -webkit-box-shadow: 0px 5px 13px -8px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 5px 13px -8px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 5px 13px -8px rgba(0, 0, 0, 0.45);
  background-color: white;
  z-index: 999;
  border-radius: var(--border-radius2);
  padding-right: 10px;
}
.menu-link {
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 1px;
}
.menu .menu-link:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
  background-color: var(--main-color);
}
.menu li:hover > a .menu-link:after {
  width: 100%;
}
.menu-item-has-children > a .menu_children:after {
  content: "\02C7";
  margin-left: 5px;
  position: absolute;
  font-size: 20px;
  opacity: 0.5;
  top: 3px;
}
.menu-item-has-children .sub-menu .menu-item-has-children > a .menu_children:after {
  content: "\25BA";
  margin-left: 5px;
  position: absolute;
  font-size: 5px;
  opacity: 0.5;
  top: 7px;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
}
.megamenu article img {
  object-fit: cover;
  max-height: 100px !important;
  max-width: 100%;
  height: auto;
  border-radius: 15px !important;
}
.navbar .megamenu {
  padding: 1.5rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
/* ============ desktop view .end// ============ */
.megamenu article p {
  font-size: 11px;
}
.megamenu {
  border: 0px;
  -webkit-box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 8%);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 8%);
}
.megamenu h4,
.megamenu strong {
  font-size: 13px;
  font-weight: 600;
}
.megamenu .mm-col a {
  font-size: 12px;
  display: block;
  line-height: 1.2;
  margin-bottom: 8px;
  margin-bottom: 12px;
}
.megamenu .mm-col a:hover {
  color: var(--main-color);
}
.megamenu .mm-col h4 {
  margin-top: 0px;
  margin-bottom: 10px !important;
}

.grecaptcha-badge {
  display: none !important;
}
.hero1 {
  background-color: var(--color);
  background-size: cover;
  background-position: bottom;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--color);
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}
.dark-bg {
  background-color: var(--color);
}
.about-yellow {
  background-color: var(--color2);
}
.rh img {
  height: 100%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  width: 100%;
  object-fit: cover;
}

.rh {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.about .row {
  min-height: 550px;
}
.cats a {
  text-decoration: none;
}
.cat-box {
  background-size: cover;
  width: 100%;
  display: block;
  background-position: center;
  min-height: 300px;
  border-radius: 25px;
  position: relative;
}
.ct-inner > div {
  width: 100%;
}
.ct-inner {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: white;
  padding: 30px;
}
.ct-inner .btn2 {
  width: 176px;
}
.button-width {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
}
.bottom-badges span {
  color: black;
  padding: 8px 15px;
  border-radius: 10px;
  margin: 4px 0px;
  font-size: 11px;
  white-space: break-spaces;
  text-align: left;
}
.zal2 img {
  margin: 0 auto;
  margin-bottom: 20px !important;
}
.reviews {
  color: white;
}
.reviews h3 {
  color: white !important;
}

.reviews .ti-widget.ti-goog .ti-review-item > .ti-inner,
.reviews .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
  border-radius: 20px !important;
}
.etrusted-rc-carousel-review-tile,
.etrusted-rc-carousel-grade-tile {
  border: 1px solid #dee2e6 !important;
  border-radius: 25px !important;
}
.article {
  border: 1px solid #dee2e6;
  border-radius: 25px;
  margin: 10px;
}
.article img {
  height: 250px !important;
  width: 100% !important;
  object-fit: cover !important;
  margin: 0 auto !important;
  display: block;
  border-radius: 25px;
}
.article .post_content {
  padding: 25px;
}
.article a {
  text-decoration: none;
  color: black;
}
.article .post_title {
  font-weight: 600;
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.article .btn2 {
  width: fit-content;
}
.p-yellow {
  color: var(--color2);
  font-weight: 600;
}
.news-back {
  background-position: center;
  background-size: cover;
}
.f-top {
  background-color: var(--color2);
}
.f-bottom .accordion-button h4 {
  font-size: 17px !important;
}
.d-24 {
  color: #129a1c;
  font-weight: 600;
}
.d-more {
  color: #d4a811;
  font-weight: 600;
}
.d-not {
  color: red;
  font-weight: 600;
}
.product-g .price {
  margin-bottom: 5px;
}
.badge-main {
  background-color: #ee1c24;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 10px;
  padding: 6px 15px;
  border-radius: 15px;
  color: white;
  font-weight: 600;
  font-size: 10px;
}
.woocommerce span.onsale {
  background-color: #ee1c24 !important;
  position: absolute !important;
  top: 25px !important;
  left: 25px !important;
  padding: 6px 15px !important;
  border-radius: 100px !important;
  color: white !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  z-index: 6 !important;
  line-height: 1 !important;
  min-height: 0px;
}
.brd span {
  margin-left: 5px;
  margin-right: 5px;
}
.category-img {
  max-width: 500px !important;
  margin-bottom: -90px;
  width: 100%;
}
.fs-7 {
  font-size: 14px !important;
}
.pc-cat .btn2 {
  width: fit-content;
  padding: 10px 20px;
}
.woocommerce-info .fs-free-shipping-notice-progress-bar-wrapper {
  display: none !important;
}
.pc-cat .cat-box {
  min-height: 200px;
}
.owl-cat .owl-nav {
  top: 28% !important;
}
.category-description {
  font-size: 13px;
}
.sidebar {
  border-radius: 25px;
  padding: 20px;
}
.woof h4 {
  font-size: 17px;
}
.woof .woof_container_inner {
  margin-bottom: 20px;
}
.woof label {
  font-size: 12px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single,
.irs--round .irs-bar {
  background-color: var(--color2) !important;
  color: black !important;
}
.irs--round .irs-handle {
  border: 4px solid var(--color2) !important;
}
.woocommerce div.product div.images {
  margin-bottom: 0px !important;
}
.product-type-variable .pp-single,
.product-type-variable .hide-var-price {
  display: none;
}
.variations {
  margin-top: 20px;
}
.vari-p {
  width: fit-content;
  font-size: 16px;
  flex-shrink: 0;
}
.line {
  margin-left: 15px;
  width: 100%;
  height: 1px;
  background-color: #dee2e6;
}
.variations .form-select {
  margin-top: 12px;
}
.wc-points-rewards-product-message a {
  color: black;
  text-decoration: none;
}
.wc-points-rewards-product-message .small {
  font-size: 12px;
}
.product-type-variable .iworks-omnibus {
  display: none;
}
.product-type-variable .woocommerce-variation-price .iworks-omnibus {
  display: block;
}
.payment-p {
  position: relative;
  border: 1px solid #dee2e6;
  padding: 13px;
  border-radius: 100px;
}
.payment-p p span {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: var(--color);
  margin: 0px 3px;
}
.payment-p p {
  position: absolute;
  top: -10px;
  background-color: white;
  display: inline-flex;
  font-size: 11px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  padding-left: 6px;
  padding-right: 9px;
}
.payment-p img {
  height: 12px !important;
  margin: 0px 5px;
}
.woocommerce-variation-price .price {
  width: 49%;
  display: inline-block;
}
.woocommerce-variation-price .payment-p {
  width: 49%;
  display: inline-block;
}

.product-type-simple .price {
  width: 49%;
  display: inline-block;
}
.product-type-simple .payment-p {
  width: 49%;
  display: inline-block;
}
.simple-p-price {
  margin-top: 25px;
  border-top: 1px solid #dee2e6;
  padding-top: 25px;
}

.product-type-variable .payment-p {
  display: none;
}
.product-type-variable .woocommerce-variation-price .payment-p {
  display: inline-block;
}
.iworks-omnibus {
  color: #454545 !important;
  font-size: 12px !important;
  margin-bottom: 0px;
}
.iworks-omnibus bdi {
  color: #454545 !important;
  font-size: 12px !important;
}
.price del span {
  color: #454545 !important;
  font-weight: 400 !important;
  font-size: 17px !important;
}
.price del bdi {
  font-weight: 400 !important;
  font-size: 14px;
}
.price ins {
  text-decoration: none !important;
}
.price {
  line-height: 1.2;
}
.dots span {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #ddd;
  border-radius: 100px;
  margin-right: 3px;
}
.dots span.fill {
  background-color: var(--color2);
}
.dots {
  line-height: 1;
  margin-left: 10px;
}
.char p {
  font-size: 13px;
}
.char {
  margin-top: 5px;
}
.product-type-simple .wc-points-rewards-product-message {
  border-top: 1px solid #dee2e6;
  padding-top: 15px;
  margin-top: 15px;
  display: block;
}

.added_to_cart {
  display: none !important;
}
.match-to a {
  max-width: 150px;
  text-decoration: none;
}
.match {
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.match p {
  font-weight: 600;
  color: black;
}
.form-check-input {
  padding: 7px 15px !important;
}
.product-tabs-head {
  box-shadow: 0px 0px 10px #0000001a;
}
.wc-tabs li {
  list-style-type: none;
}
.product-tabs-head a {
  color: black;
  text-decoration: none;
  font-weight: 600;
  padding: 20px !important;
  display: block;
}
.product-tabs-body a {
  color: black !important;
}
.wc-tabs li.active a {
  border-bottom: 3px solid black;
}
.wc-tabs li:hover a {
  border-bottom: 3px solid black;
}
.modal-atc .modal-body img {
  max-width: 60px !important;
  margin-bottom: 15px !important;
}
.modal-atc p {
  max-width: 200px;
  margin: 0 auto;
}
.pcr img {
  cursor: pointer !important;
}
.woocommerce-cart-form .onsale {
  display: none !important;
}
.cross-sells {
  width: 100% !important;
}
.shop_table th {
  padding-left: 0px !important;
}
.woocommerce table.shop_table td {
  font-size: 13px;
}
.woocommerce-checkout label {
  margin-left: 20px;
}
.bb2 {
  background-color: var(--color2);
}
.not-in-stock img {
  filter: grayscale(1);
}
.cwginstock-subscribe-form .panel-primary {
  margin-top: 15px;
}
.woocommerce-variation-add-to-cart .epofw_fields_table {
  margin: 0px !important;
}
div.product form.cart table.epofw_fields_table td label {
  display: block;
}
#wcf-sorting-bar .wcf-shop-top .wcf-active-filters,
#wcf-sorting-bar .wcf-shop-top .wcf-results-count {
  display: none !important;
}
.single-product .woocommerce-notices-wrapper {
  background-color: var(--color2);
  padding-top: 25px;
  margin-bottom: -17px;
  display: none !important;
}
.single-product .woocommerce-message {
  background-color: #d7ffd8 !important;
}
.bi-facebook {
  color: #1484ff !important;
}
.insta {
  width: 30px;
}
.product_cat-wina .woocommerce-product-gallery__image img {
  object-fit: contain;
  background-color: white;
}
.cat-wina img {
  object-fit: contain !important;
}
#mmodal .col-md-6 input,
#mmodal textarea {
  width: 100% !important;
}
#mmodal .form-check-input {
  background-color: #e8e8e8;
}
#mmodal .form-check-input:checked {
  background-color: green;
  border-color: green;
}
#mmodal .h-form {
  margin-bottom: 0px !important;
}
#mmodal .wpcf7-submit {
  width: 100% !important;
}
#mmodal .wpcf7-l-style {
  margin-bottom: 5px !important;
  margin-left: 15px !important;
}
.additional_information_tab {
  display: none !important;
}
.nutrition {
  border-bottom: 1px solid;
  width: 227px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.n-1 {
  width: 200px;
}
.n-2 p {
  font-weight: 600;
}
#tab-test_tab .nutrition:last-child {
  border-bottom: 0px !important;
}
.mort {
  background-color: #ffd6d7;
  width: fit-content;
  padding: 10px;
  margin-bottom: 18px;
  border-radius: 15px;
}
.mort div {
  padding: 0px 15px;
  text-align: center;
}
.mort div strong {
  font-size: 18px;
}
.mort div:nth-child(2) {
  border-left: 1px solid #e5b6b6;
  border-right: 1px solid #e5b6b6;
}
.mort2 div:nth-child(2) {
  border-right: 0px !important;
}
.wapf-field-label {
  font-weight: 600;
}
.wapf-swatch-label {
  font-size: 12px;
}
.wapf-field-container {
  padding: 0 5px 15px 5px;
  box-sizing: border-box;
}
.wapf-swatch--image {
  border: 1px solid #dee2e6 !important;
  border-radius: 20px;
}
.wapf-swatch--image img {
  border-radius: 20px;
}
.wapf-swatch-label {
  padding: 10px !important;
}
.wapf-field-radio {
  margin-top: 20px;
}
.wapf-swatch--image.wapf-checked {
  border-color: var(--color) !important;
}
.single-product div.product .wapf--inner .wapf-grand-total {
  font-weight: 700 !important;
  color: #ee1c24 !important;
}

.wapf-pricing-hint {
  display: block;
  font-weight: 600;
  opacity: 1;
}
.owl-hero .owl-nav {
  position: absolute;
  top: auto;
  bottom: 15%;
  width: 96%;
  left: 2%;
}
.owl-hero {
  width: 100%;
}
.product-type-subscription .hurt {
  display: none !important;
}
.product-type-subscription .payment-p {
  display: none;
}
.postid-30246 .related,
.postid-31838 .related,
.postid-31840 .related {
  display: none !important;
}
.product-type-subscription .quantity {
  display: none !important;
}
.postid-30246 .woocommerce-tabs,
.postid-31838 .woocommerce-tabs,
.postid-31840 .woocommerce-tabs {
  display: none !important;
}
.product-type-subscription .shipp {
  display: none !important;
}
.product-type-subscription .wc-points-rewards-product-message {
  display: none !important;
}
.product-type-subscription .summary {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  padding: 0px !important;
}
.product-type-subscription .wapf-label-text {
  font-size: 14px !important;
}
.product-type-subscription .button {
  margin-top: -28px !important;
  width: 100% !important;
  padding: 20px !important;
}

.sub-head {
  background-color: var(--color);
  color: white;
}
.sub-head img {
  filter: brightness(0) saturate(100%) invert(93%) sepia(12%) saturate(3613%) hue-rotate(328deg) brightness(104%) contrast(98%);

  height: 60px !important;
  margin-bottom: 20px;
}
.pbig {
  font-size: 18px;
}
.chs1 .tex {
  font-size: 16px;
  max-width: 300px;
}
.chs1 {
  margin-bottom: 30px;
}
.chs1:last-child {
  margin-bottom: 0px;
}
.chs2 p {
  font-size: 16px;
}
.chs2 img {
  max-height: 80px;
  margin-bottom: 15px;
}
.chs1 .num {
  background-color: var(--color2);
  color: var(--color);
  border-radius: 100px;
  font-weight: 600;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  flex-shrink: 0;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.product-type-subscription .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}

.pr-sub li:nth-last-child(-n + 4) {
  display: none;
}
.ps-back {
  background-color: var(--color2);
}
.ps-back .product-g {
  background-color: white !important;
}
.cheese-subs-info {
  background-color: var(--color);
  color: white;
}
.chsi2 {
  background-color: var(--color2);
  color: black;
}
.zes-box1 {
  background-color: var(--color);
  padding: 50px;
  border-radius: 30px;
  color: white;
}
.zb1-inner {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 30px;
}
.zb1-title {
  margin-top: -38px;
  margin-bottom: 35px;
}
.zb1-title h3 {
  background-color: var(--color);
  padding: 0px 20px;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.owl-zes1 .owl-dots {
  margin-top: -38px !important;
  z-index: 99;
  position: relative;
}
.owl-zes1 .owl-dots .owl-dot.active span,
.owl-zes1 .owl-dots .owl-dot:hover span {
  background-color: var(--color2);
}
.zes-box2 {
  background-color: var(--color2);
  padding: 40px;
  border-radius: 30px;
}
.owl-zes2 .owl-dots {
  margin-bottom: -20px;
  margin-top: 35px !important;
}
.rh2 {
  padding: 0px !important;
}
.cb2 {
  min-height: 500px;
}
.cb2 .overlay {
  background: linear-gradient(0deg, rgb(18 48 89 / 84%) 29%, rgb(255 255 255 / 0%) 72%);
}
.cb2p {
  min-height: 58px;
}
.cb3 {
  min-height: 350px;
}
.catg1 {
  width: 100%;
  object-fit: cover;
  max-height: 459px;
  border-radius: 30px;
}
.pin a {
  font-size: 14px;
  display: block;
  color: white;
  text-decoration: none;
}
.cb4 .overlay {
  background: linear-gradient(0deg, rgb(18 48 89 / 84%) 29%, rgb(255 255 255 / 0%) 72%);
}

.wc_payment_method input,
.wc_payment_method label {
  display: inline !important;
  margin-left: 0px !important;
}

.product-star-widget2 {
  font-size: 12px !important;
  margin-bottom: 3px !important;
}
#vat_invoice_field label {
  margin-left: 0px !important;
}

/* filtrowanie */

.bapf_ckbox_square input[type="checkbox"] {
  padding: 0px !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: var(--color3) !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--color2) !important;
}
.bapf_ckbox_square input[type="checkbox"] {
  border: 1px solid #cfcfcf !important;
  border-radius: 6px !important;
}
.bapf_ckbox_square input[type="checkbox"]:checked {
  background-color: var(--color2) !important;
  border: 1px solid var(--color2) !important;
}
.bapf_head h3 {
  font-size: 20px;
}
.mCS-light {
  max-height: 145px !important;
}
.bapf_sfilter ul li.checked label {
  font-weight: 600;
}
.bapf_sfa_unall {
  display: none !important;
}
.bapf_sfa_taxonomy ul {
  padding-left: 0px !important;
}
.bapf_sfa_taxonomy ul a {
  text-decoration: none;
  color: black;
}
.bapf_sfa_taxonomy span {
  font-weight: 600;
}
.berocket_single_filter_widget_51477 .bapf_sfilter {
  background-color: #f3f3f3;
  padding: 16px;
  border-radius: 15px;
  padding-bottom: 1px;
}
.sidebar .bapf_sfilter ul li {
  margin-bottom: 3px !important;
}
.bapf_reset {
  background-color: var(--color2);
  border: 0px;
  border-radius: 19px;
  font-size: 13px !important;
  font-weight: 600;
  padding: 7px 20px;
}

/* filtrowanie */
.woocommerce-info::before {
  display: none !important;
}

.woocommerce-info {
  background-color: #ededed !important;
}
.woocommerce-info .woocommerce-Price-currencySymbol {
  font-weight: 400 !important;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #ededed !important;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #ededed !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.header-flipdown {
  display: block;
  width: fit-content;
}

#chatbot-frame {
  border: 0px !important;
}
.bg-light {
  background-color: var(--color2) !important;
}
#flipdown-meta {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .container-w {
    max-width: 1320px;
  }
}

@media (max-width: 992px) {
  .dgwt-wcas-sf-wrapp {
    max-width: 100% !important;
  }
  .cwmd {
    padding-bottom: 15px;
  }
  p {
    font-size: 12px;
  }
  .hero p {
    font-size: 12px;
  }
  .hero1 {
    padding-top: 25px;
  }
  .header-flipdown {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .zes-box1 {
    background-color: var(--color);
    padding: 0px;
    border-radius: 30px;
    color: white;
  }
  .zb1-inner {
    padding-bottom: 60px;
  }
  .zb1-title {
    margin-top: 0px;
    margin-bottom: 35px;
  }

  .zb1-title h3 {
    background-color: transparent;
    padding: 0px;
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .owl-product .owl-nav {
    top: 25%;
  }
  .wapf-wrapper {
    margin-top: 20px !important;
  }
  .owl-zes1 {
    width: 100% !important;
  }
  .product-type-simple .wapf .wapf-total {
    width: auto !important;
    margin-bottom: 0px !important;
  }
  .wapf-field-container {
    padding-right: 0px !important;
  }
  .rh {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-radius: 25px;
  }
  .about {
    border-radius: 30px;
  }
  .rh img {
    border-radius: 20px;
  }
  .about .about-yellow {
    border-radius: 25px;
  }
  .woocommerce-cart-form .coupon {
    display: flex;
    padding-bottom: 15px !important;
  }
  .woocommerce-cart-form .coupon button {
    font-size: 11px !important;
  }
  #coupon_code {
    font-size: 11px;
  }
  .shop_table button {
    width: 100% !important;
  }
  .woocommerce-cart-form .product-thumbnail img {
    max-width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 12px;
  }
  .wc-points-rewards-product-message .mb-4 {
    margin-bottom: 0px !important;
  }
  .woocommerce-variation-price .price {
    width: 100%;
    margin-bottom: 20px;
  }
  .woocommerce-variation-price .payment-p {
    width: 100%;
  }
  .qty {
    width: 65px !important;
  }
  .woocommerce div.product form.cart div.quantity {
    width: 73px;
  }
  .product-tabs-head .wc-tabs a {
    color: black;
    text-decoration: none;
    font-weight: 600;
    padding: 12px 8px !important;
    display: block;
  }
  .tabs.wc-tabs {
    padding-left: 0px !important;
  }
  .product-type-simple .price {
    width: 100%;
    margin-bottom: 0px !important;
  }
  .product-type-simple .payment-p {
    width: 100%;
  }
  .product-g h4 {
    font-size: 12px;
  }
  .product-g-inner {
    padding: 15px;
  }
  .product-g img {
    height: 150px !important;
  }
  .bottom-badges span {
    color: black;
    padding: 6px 13px;
    border-radius: 100px;
    margin: 4px 0px;
    font-size: 8px;
  }
  .single .summary {
    margin-top: 20px !important;
  }
  .badge-main {
    top: 7px !important;
    left: 10px !important;
    padding: 3px 12px !important;
    font-size: 8px !important;
    width: fit-content;
  }
  .pin a {
    font-size: 12px;
    display: block;
    color: white;
    text-decoration: none;
  }
}
@media (max-width: 570px) {
  .cwmd {
    box-shadow: 0px 3px 6px #00000024;
  }
  .woocommerce-error .button,
  .woocommerce-info .button,
  .woocommerce-message .button {
    display: block !important;
    width: 100% !important;
    margin-top: 10px !important;
    padding: 11px 23px !important;
  }
  .news-back .wpcf7-text {
    width: 100% !important;
  }
}
