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

:root {
  --color: #202D39;
  --color2: #A85927;
}
body {
  font-family: "Oxanium", sans-serif;
  font-size: 16px;
  color: var(--color);
  background-color: #F7F7F7;
}
.admin-bar {
  margin-top: 32px;
}
p, li {
  font-weight: 400; 
  font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
}
strong {
  font-weight: 600 !important;
}
@media (max-width: 767.98px) {
  .admin-bar {
    margin-top: 48px;
  }
}
.container-fluid {
  padding: 0px;
}
.main-menu .nav-link {
  color: black;
  font-weight: 500;
  padding: 20px 20px !important;
  font-size: 14px;
}
.main-menu li:first-child .nav-link {
  padding-left: 0px !important;
}
.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 ------------------------ */
header {
  background-color: white;
}
.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(90deg, rgb(32 45 57) 45%, rgba(255, 255, 255, 0) 88%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.z-upper {
  z-index: 9;
  position: relative;
}
.h-inner {
position: relative;
z-index: 9;
}
.hero h1 {
  line-height: 0.9;
  color: white;
  font-weight: 700 !important;
}
.hero p {
  color: white;
  font-size: 14px;
  max-width: 560px;
}
.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.7;
}
.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: 15px;
}

.dropdown-item:focus, .dropdown-item:hover {
  background: var(--color);
  color:#fff;
}
.accept .form-switch .form-check-input {
  font-size: 16px;
}
.wpcf7-submit, .btn1, .button, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link), .wc-block-components-totals-coupon-link { 
 background-color: var(--color2) !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;
}
.wpcf7-submit:hover {
  background-color: var(--color) !important;
}
.wc-block-components-totals-coupon-link {
  padding: 10px 30px !important;
}
.btn1 i {
  margin-left: 5px;
}
.btn1: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: var(--color) !important;
}
.h-inner .btn1:hover {
  background-color: white !important;
  color: var(--color) !important;
}
.btn2 {
  background-color: white;
    color: black !important;
    border: 0px;
    width: 100%;
    padding: 15px 30px;
    border-radius: 100px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    width: fit-content;
}
.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: 700;
  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);
}
.product .cart {
  display: none !important;
}
.woocommerce div.product div.images {
  margin-bottom: 0px !important;
}
.woocommerce table.shop_attributes {
  border-top: 1px solid var(--bs-border-color) !important;
}
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
  border-bottom: 1px solid var(--bs-border-color) !important;
}

.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;
  font-size: 18px;
  line-height: 1.4;
}
.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 {
  color: black;
  width: 100%;
  padding: 15px 30px;
  border-radius: 100px !important;
  font-size: 14px;
font-weight: 700 !important;
  border: 1px solid #ddd !important;
  background-color: white !important;
}
.nav-pills button:hover {
  background: var(--color) !important;
  color: white !important;
  text-decoration: none;
}
.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: 110%;
  left: -5%;
}
.owl-carousel .owl-prev {
  left: 0px !important;
  position: absolute !important;
  background-color: white !important;
  font-size: 24px !important;
  border: 1px solid #ddd !important;
  border-radius: 100px !important;
  width: 50px !important;
  height: 50px !important;
}
.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: 50px !important;
  height: 50px !important;
}
.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.75;
  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;
  background-color: transparent;
}
.accordion-item .accordion-button {
  border-radius: 10px !important;
  background-color: transparent;
}
.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;
}
.prp {
  color: var(--color2);
  font-size: 16px;
  font-weight: 700 !important;
}
.addresses header {
  background-color: transparent !important;
}
.prp2 {
  color: var(--color2);
  font-weight: 700 !important;
}
.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-submit {
  width: auto;
  margin: 10px;
  padding: 15px 40px;
  font-size: 14px;
  font-weight: 700;

  background-color: white !important;
  color: black !important;
}
.f-form .wpcf7-submit:hover {
  background-color: var(--color2) !important;
  color: white !important;
  border-color: var(--color2) !important;
}
.f-form label {
  margin-bottom: 0px;
  margin: 10px;
}
.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;
}
.f-form .wpcf7-not-valid-tip {
  color: black !important;
}
.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-form a {
  color: white;
}
.f-form input {
  max-width: 400px;
  width: 100%;
  text-align: center;
}
.f-form .button:hover {
background-color: white !important;
color: var(--color) !important;
}
.f-bottom p {
  line-height: 2;
  margin-bottom: 0px;
}
.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 {
  box-shadow: 0px 3px 6px #0000000D;
  margin-bottom: 0px;
  background-color: white;
}
.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;
}
.orderby {
  font-size: 14px;
    font-weight: 700;
    border-radius: 100px;
    padding: 15px 20px;
    border: 1px solid #dee2e6;
    min-width: 270px;
}
.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: 10px;
  right: 10px;
  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;

  border-radius: 20px;
}
.f-form form.register {
  text-align: center !important;
}
.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: 1px solid #dee2e6 !important;
  height: 50px !important;
  padding: 16px 22px !important;
 
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
display: none;
}
.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 p {
  font-size: 12px;
}
.header-top a {
  color: black;
  font-size: 14px;

  text-decoration: none;
}
.header-middle {
  box-shadow: 0px 3px 6px #0000000D;
}
.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 {
  font-size: 16px;
  color: var(--color);
}
.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: 5px !important;
  font-size: 30px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: var(--color) !important;
  margin-top: 15px;
}
.price .woocommerce-Price-amount {
  font-weight: 700 !important;
  font-size: 16px;
  color: var(--color2);
}
.single-product .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: 1px solid rgb(222, 226, 230);
  border-radius: 30px;
}
.flex-viewport .woocommerce-product-gallery__image {
  border: 0px !important;
  background-color: white;
}
.woocommerce-product-gallery__image {

}
.woocommerce-product-gallery__image img {
  border-radius: 30px;
  padding: 20px;
}
.woocommerce-product-gallery__image img {
  height: 500px !important;
  width: auto;
  object-fit: contain;
}



.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: 15px !important;
}
.flex-control-thumbs li {
  background-color: white;
  max-width: 70px;
  width: 100%;
  margin: 5px !important;
  border: 1px solid #dee2e6;
  padding: 7px;
  border-radius: 10px;
}
.form-control {
  padding: 15px 30px;
}
.form-control:focus {
  box-shadow: none;
 border-color: #ddd;
}
.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);
}





















.woocommerce-message {
  margin-bottom: 0px !important;
  margin-top: 20px !important;
}
.woocommerce-message {
  border: 0px !important;
  border-radius: 20px;
  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: 10px;
  font-size: 15px !important;
  margin-right: 20px !important;
  margin-top: -3px !important;
}

.cpl-mobile .woocommerce-cart-form__cart-item.cart_item {
  margin-bottom: 0px;
  background-color: white;
  border-radius: 16px;
}
.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: var(--color);
}
.cpl-mobile .product-name, .cpl-mobile .product-price, .cpl-mobile .product-quantity {
  margin-bottom: 5px;
  font-size: 14px;
}

.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-height: 60px;
  width: auto;
}
.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;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 15px !important;
  background-color: white !important;
}

.woocommerce-cart-form .checkout-button, #place_order {
    width: 100% !important;
    background-color: var(--color) !important;
    margin-bottom: 0px !important;
    margin-top: 30px;
    padding: 15px !important;
    font-weight: 700 !important;
}
.woocommerce-cart-form .wc-proceed-to-checkout {
  padding-bottom: 0px !important;
  background-color: white;
}
.woocommerce-cart-form .checkout-button:hover, #place_order:hover {
  background-color: var(--color2) !important;
}
.cart-collaterals {
  border: 1px solid #ebe9eb;
  border-radius: 16px;
  padding: 20px;
  background-color: white;
}
.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;
}
.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: 15px !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;
  padding: 15px 30px;
}
textarea {
  border: 1px solid #dee2e6 !important;
  box-shadow: none !important;
  border-radius: 100px;
  padding: 15px 30px;
}


.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;
  margin: 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(--color) !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;
}


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: 0px;
  border-top: 1px solid white !important;
  box-shadow: 0px 3px 6px #0000000D;
}
.header-menu li .dropdown-item {
padding-left: 20px !important;

font-weight: 500 !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:first-child a { 
  padding-left: 0px !important;
}
.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;
  padding: 30px;
  border-radius: 30px;
  margin: 10px;
  background-color: white;
}
.product-g img {
   height: 200px !important;
    object-fit: contain !important;
    width: 100%;
    margin: 0 auto !important;
    display: block;
}
.archive .product-g {
  margin: 0px !important;
}
.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;
}









@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: 450px;
}
}
@media (max-width: 767.98px) {
  .overlay {
    background: linear-gradient(180deg, rgba(32, 45, 57, 0.8) 24%, rgba(255, 255, 255, 0) 60%);
  }
  .woocommerce div.product .product_title {
    margin-top: 5px !important;
    font-size: 22px;
}
  .woocommerce-product-gallery__image img {
    height: 300px !important;
    width: auto;
    object-fit: contain;
  }
  .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%;
  }
  .f-bottom .social {
    margin: 0 auto;
  }
  .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: 18px;
}
.h-buttons a {
  margin: 0 auto;
}
}
