@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
* {
  font-family: "Manrope", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  margin: 0;
}

body {
  background-color: #F2F2F2;
}

button {
  cursor: pointer;
}

.btn-red {
  height: 46px;
  line-height: 46px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  background: #BE2C2D;
  padding: 0 28px 0 20px;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid transparent;
  display: inline-block;
}
.btn-red:hover {
  color: #BE2C2D;
  background: #FFFFFF;
  border: 1px solid #BE2C2D;
}

a.added_to_cart.wc-forward {
  display: none !important;
}

.add_to_cart_button,
.add-to-cart-btn,
.button.product_type_simple {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: auto !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1;
  color: #fff !important;
  margin-top: 15px !important;
  margin-bottom: 0px !important;
  background: #BE2C2D;
  padding: 18px 20px 18px 52px;
  border: 1px solid transparent;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.add_to_cart_button.added,
.add-to-cart-btn.added,
.button.product_type_simple.added {
  background: #287604 !important;
}
.add_to_cart_button.added:hover,
.add-to-cart-btn.added:hover,
.button.product_type_simple.added:hover {
  color: #FFF !important;
}
.add_to_cart_button:before,
.add-to-cart-btn:before,
.button.product_type_simple:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 26px;
  height: 20px;
  background: url("./images/icon/white_cart.svg") center/contain no-repeat;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-image 0.3s ease;
}
.add_to_cart_button:hover,
.add-to-cart-btn:hover,
.button.product_type_simple:hover {
  color: #BE2C2D !important;
  background: #fff;
  border-color: #BE2C2D;
}
.add_to_cart_button:hover:before,
.add-to-cart-btn:hover:before,
.button.product_type_simple:hover:before {
  background-image: url("./images/icon/red_cart.svg");
}

.btn-with-arrow {
  position: relative;
  white-space: nowrap;
}
.btn-with-arrow:after {
  content: "";
  background-image: url("./images/icon/arrow_white_right.svg");
  width: 5px;
  height: 10px;
  background-position: center;
  background-size: 7px;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.btn-with-arrow:hover:after {
  background-image: url("./images/icon/arrow_red_right.svg");
}

a {
  transition: 0.3s;
}
a:hover {
  text-decoration: underline !important;
}
a.btn-red:hover, a .btn-with-arrow:hover {
  text-decoration: none !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-color: #BE2C2D !important;
}

.woocommerce-info:before {
  color: #BE2C2D !important;
}

footer {
  padding: 0 32px;
  background: black;
  padding-top: 84px;
}
footer .grid-top {
  max-width: 1460px;
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 80px;
  margin: 0 auto;
}
footer .grid-top .logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .grid-top .logo p {
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 24px;
  color: #FFFFFF;
  max-width: 150px;
}
@media (max-width: 1200px) {
  footer .grid-top {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
  }
  footer .grid-top .item:first-child {
    width: 100%;
    padding-bottom: 30px;
  }
  footer .grid-top {
    grid-template-columns: 1fr 1fr 1fr;
  }
  footer .grid-top .item:first-child {
    grid-column: span 3;
  }
}
@media (max-width: 768px) {
  footer .grid-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 50px;
  }
  footer .grid-top .item:first-child {
    width: auto;
    padding-bottom: 0;
  }
  footer .grid-top .item:first-child {
    grid-column: span 1;
  }
}
@media (max-width: 580px) {
  footer .grid-top {
    display: grid;
    grid-template-columns: 1fr;
  }
}
footer h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 25px;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #878787;
  margin: 23px 0 18px 0;
}
footer a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #878787;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  transition: 0.1s;
}
footer a:hover {
  color: #BE2C2D;
}
footer .social {
  display: flex;
  gap: 22px;
}
footer .footer-grid {
  display: flex;
  max-width: 1460px;
  margin: 130px auto 0 auto;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  footer .footer-grid {
    display: block;
  }
}
footer .footer-grid > div {
  flex-grow: 1;
}
footer .footer-grid > div a {
  display: inline-flex;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #BE2C2D;
}
footer .footer-grid > div p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #8A8A8A;
}
footer .footer-grid > div:last-child {
  text-align: right;
}

.navigation-section {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.navigation-section nav {
  max-width: 1439px;
  margin: 0 auto;
  padding: 0 32px 0 16px;
}
@media (max-width: 500px) {
  .navigation-section nav {
    padding: 0 16px;
  }
}
.navigation-section nav .top-nav {
  text-align: right;
  display: inline-flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  width: 100%;
  margin-top: 15px;
}
.navigation-section nav .top-nav .lang {
  position: relative;
}
.navigation-section nav .top-nav .lang .item-lang {
  display: none;
  position: absolute;
  padding: 10px;
  right: 100%;
  z-index: 10000;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  text-align: left;
  transform: translateX(30%);
}
.navigation-section nav .top-nav .lang .item-lang span {
  display: block;
  padding: 10px 15px;
  cursor: pointer;
  transition: 0.3s;
}
.navigation-section nav .top-nav .lang .item-lang span:hover {
  background: #BE2C2D;
  color: white;
}
.navigation-section nav .top-nav .lang:hover .item-lang {
  display: block;
}
.navigation-section nav .navigation-grid {
  display: grid;
  grid-template-columns: 250px auto 300px;
  align-items: center;
}
@media (max-width: 1200px) {
  .navigation-section nav .navigation-grid {
    grid-template-columns: 190px auto 300px;
  }
}
@media (max-width: 1024px) {
  .navigation-section nav .navigation-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .navigation-section nav .navigation-grid {
    grid-template-columns: 1fr;
  }
}
.navigation-section nav .navigation-grid .logo img {
  max-width: 226px;
  height: auto;
}
@media (max-width: 1200px) {
  .navigation-section nav .navigation-grid .logo img {
    max-width: 150px;
  }
}
.navigation-section nav .navigation-grid .search {
  text-align: center;
  position: relative;
  max-width: 662px;
  width: 100%;
  margin: 0 auto;
}
.navigation-section nav .navigation-grid .search #live-search-results {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 100000;
  max-height: 340px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #FFFFFF;
}
.navigation-section nav .navigation-grid .search #live-search-results ul {
  margin: 0;
  padding: 0;
}
.navigation-section nav .navigation-grid .search #live-search-results ul li {
  display: flex;
  list-style: none;
  width: 100%;
  padding: 8px 16px;
  align-items: center;
  gap: 18px;
  transition: 0.2s;
}
.navigation-section nav .navigation-grid .search #live-search-results ul li img {
  width: 35px;
  height: auto;
}
.navigation-section nav .navigation-grid .search #live-search-results ul li a {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #000000;
  text-decoration: none;
  transition: 0.2s;
}
.navigation-section nav .navigation-grid .search #live-search-results ul li:hover {
  background: #F8F7F7;
}
.navigation-section nav .navigation-grid .search #live-search-results ul li:hover a {
  color: #BE2C2D;
}
@media (max-width: 1024px) {
  .navigation-section nav .navigation-grid .search {
    margin: 20px auto;
  }
}
.navigation-section nav .navigation-grid .search input {
  height: 44px;
}
.navigation-section nav .navigation-grid .search input[type=search] {
  max-width: 554px;
  width: calc(100% - 115px);
  background: #FFFFFF;
  border: 1px solid #B7B7B7;
  border-right: 0;
  padding-left: 19px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #8A8A8A;
  outline: none;
  position: relative;
  top: -1px;
}
.navigation-section nav .navigation-grid .search input[type=submit] {
  width: 108px;
  border: 0;
  height: 44px;
  background: #BE2C2D;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
  right: 4px;
  cursor: pointer;
}
.navigation-section nav .navigation-grid .right-nav {
  text-align: right;
}
.navigation-section nav .navigation-grid .right-nav .navigation-links-grid {
  display: inline-flex;
  gap: 23px;
  align-items: center;
}
@media (max-width: 1024px) {
  .navigation-section nav .navigation-grid .right-nav .navigation-links-grid {
    margin: 15px 0 25px 0;
  }
}
@media (max-width: 768px) {
  .navigation-section nav .navigation-grid .right-nav .navigation-links-grid {
    gap: 15px;
  }
}
.navigation-section nav .navigation-grid .right-nav .navigation-links-grid .account_top {
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  display: flex;
  z-index: 1000;
}
@media (max-width: 768px) {
  .navigation-section nav .navigation-grid .right-nav .navigation-links-grid .account_top {
    display: none;
  }
}
.navigation-section nav .navigation-grid .right-nav .navigation-links-grid .account_top img {
  margin-right: 12px;
}
.navigation-section nav .navigation-grid .right-nav .navigation-links-grid .account_top .account_drop {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  padding-top: 25px;
  transform: translateX(-35%);
}
.navigation-section nav .navigation-grid .right-nav .navigation-links-grid .account_top .account_drop ul {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  padding: 20px;
  text-align: left;
  min-width: 298px;
}
.navigation-section nav .navigation-grid .right-nav .navigation-links-grid .account_top .account_drop ul li {
  list-style: none;
}
.navigation-section nav .navigation-grid .right-nav .navigation-links-grid .account_top .account_drop .register p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  color: #696969;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation-section nav .navigation-grid .right-nav .navigation-links-grid .account_top .account_drop .register p a {
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  margin-left: 3px;
}
.navigation-section nav .navigation-grid .right-nav .navigation-links-grid .account_top .account_drop .login-btn {
  width: 100%;
  height: 49px;
  background: #BE2C2D;
  text-align: center;
}
.navigation-section nav .navigation-grid .right-nav .navigation-links-grid .account_top .account_drop .login-btn a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 49px;
  display: block;
  text-align: center;
}
.navigation-section nav .navigation-grid .right-nav .navigation-links-grid .account_top:hover .account_drop {
  display: block;
}
.navigation-section nav .navigation-grid .right-nav .navigation-links-grid a {
  display: flex;
  gap: 15px;
  text-decoration: none;
}
.navigation-section nav .navigation-grid .right-nav .navigation-links-grid a.cart-nav {
  position: relative;
}
.navigation-section nav .navigation-grid .right-nav .navigation-links-grid a.cart-nav span {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 21px;
  height: 19p;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  background: #BE2C2D;
  transform: translate(60%, -30%);
}
.navigation-section nav .main-navigation {
  padding: 17px 0 4px 0;
}
.navigation-section nav .main-navigation #menu-menu-glowne {
  line-height: 57px;
}
.navigation-section nav .main-navigation #menu-menu-glowne a:hover {
  text-decoration: none !important;
}
.navigation-section nav .main-navigation #menu-menu-glowne > li > a {
  padding-left: 16px;
  transition: 0.1s;
}
.navigation-section nav .main-navigation #menu-menu-glowne > li > a:hover {
  color: #BE2C2D;
}
.navigation-section nav .main-navigation ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 35px;
}
.navigation-section nav .main-navigation ul li {
  list-style: none;
}
.navigation-section nav .main-navigation ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  text-decoration: none;
}
.navigation-section nav .main-navigation ul li .sub-menu {
  z-index: 100000;
}
@media (min-width: 1024px) {
  .navigation-section nav .main-navigation ul li.products-nav:before {
    content: "";
    width: 28px;
    height: 28px;
    background-image: url("./images/icon/product_nav_icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 14px;
  }
  .navigation-section nav .main-navigation ul li.mega-menu-category > .sub-menu {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    padding: 38px 0 100px 0;
    height: auto;
    background: #FFFFFF;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    border: 1px solid #D7D7D7;
    line-height: 29px !important;
  }
  .navigation-section nav .main-navigation ul li.mega-menu-category > .sub-menu > li {
    max-width: 1439px;
    margin: 0 auto;
    position: relative;
  }
  .navigation-section nav .main-navigation ul li.mega-menu-category > .sub-menu > li > a {
    display: block;
    width: 300px;
    padding: 22px 29px;
    transition: 0.2s;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
  }
  .navigation-section nav .main-navigation ul li.mega-menu-category > .sub-menu > li > a:before {
    content: "";
    width: 7px;
    height: 14px;
    background-image: url("./images/icon/arrow_silver_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 7px;
    margin-right: 14px;
  }
  .navigation-section nav .main-navigation ul li.mega-menu-category > .sub-menu > li > a:hover {
    background: #BE2C2D;
    color: white;
  }
  .navigation-section nav .main-navigation ul li.mega-menu-category > .sub-menu > li > a:hover:before {
    background-image: url("./images/icon/arrow_white_right.svg");
  }
  .navigation-section nav .main-navigation ul li.mega-menu-category > .sub-menu > li > .sub-menu {
    position: absolute;
    top: 0;
    left: 360px;
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    z-index: 1000;
    padding-left: 75px;
  }
  .navigation-section nav .main-navigation ul li.mega-menu-category > .sub-menu > li > .sub-menu > li > a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    color: #777777;
    margin-bottom: 10px;
    display: block;
    transition: 0.1s;
  }
  .navigation-section nav .main-navigation ul li.mega-menu-category > .sub-menu > li > .sub-menu > li > a:hover {
    color: #BE2C2D;
  }
  .navigation-section nav .main-navigation ul li.mega-menu-category > .sub-menu > li > .sub-menu .sub-menu {
    width: 100%;
    display: block;
  }
  .navigation-section nav .main-navigation ul li.mega-menu-category > .sub-menu > li > .sub-menu .sub-menu > li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #000000;
    transition: 0.1s;
  }
  .navigation-section nav .main-navigation ul li.mega-menu-category > .sub-menu > li > .sub-menu .sub-menu > li a:hover {
    color: #BE2C2D;
  }
  .navigation-section nav .main-navigation ul li.mega-menu-category > .sub-menu > li:hover > .sub-menu {
    display: grid;
  }
  .navigation-section nav .main-navigation ul li.mega-menu-category:hover > .sub-menu {
    display: block;
  }
}
@media (max-width: 1024px) {
  .navigation-section nav .main-navigation {
    display: none;
  }
}
.navigation-section nav .main-navigation.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
  overflow: auto;
  padding: 70px 16px;
}
@media (max-width: 1024px) {
  .navigation-section nav .main-navigation.open {
    padding: 70px 0;
  }
}
.navigation-section nav .main-navigation.open ul {
  display: block;
}
.navigation-section nav .main-navigation.open ul.sub-menu {
  padding-left: 15px;
}
.navigation-section nav .hamburger {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  z-index: 1100;
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .navigation-section nav .hamburger {
    display: block;
  }
}
.navigation-section nav .hamburger span {
  display: block;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #333;
  border-radius: 2px;
  transition: all 0.1s ease;
}
.navigation-section nav .hamburger span:nth-child(1) {
  top: 6px;
}
.navigation-section nav .hamburger span:nth-child(2) {
  top: 14px;
}
.navigation-section nav .hamburger span:nth-child(3) {
  top: 22px;
}
.navigation-section nav .hamburger.open span:nth-child(1) {
  top: 14px;
  transform: rotate(45deg);
}
.navigation-section nav .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.navigation-section nav .hamburger.open span:nth-child(3) {
  top: 14px;
  transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  .main-navigation .sub-menu {
    background-color: rgba(218, 218, 218, 0.6);
  }
  .main-navigation .sub-menu a {
    font-size: 17px;
  }
  .main-navigation .sub-menu .sub-menu {
    background-color: rgba(218, 218, 218, 0.4);
  }
  .main-navigation .sub-menu .sub-menu a {
    font-size: 16px;
  }
  .main-navigation .sub-menu .sub-menu .sub-menu {
    background-color: rgba(218, 218, 218, 0.2);
  }
  .main-navigation .sub-menu .sub-menu .sub-menu a {
    font-size: 15px;
  }
  .main-navigation .sub-menu {
    display: none !important;
  }
  .main-navigation .menu-item-has-children.open > .sub-menu {
    display: block !important;
  }
  .main-navigation .menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("./images/icon/arrow_down.svg") no-repeat center center;
    background-size: contain;
    margin-left: 10px;
    transition: transform 0.1s ease;
  }
  .main-navigation .menu-item-has-children.open > a::after {
    transform: rotate(180deg);
  }
}
.section-product-last {
  margin-top: 95px;
}

.section-products {
  margin-top: 128px;
  margin-bottom: 109px;
}
@media (max-width: 1024px) {
  .section-products {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.section-products-sale {
  margin-top: 96px;
}

.section-products-for-you {
  padding: 96px 0 115px 0;
  background-color: #ffffff;
  margin-top: 80px;
}

.swiper-slide {
  display: block;
}

.swiper-slide.hidden {
  display: none;
}

.hero-section .grid-hero {
  position: relative;
}
.hero-section .grid-hero .swiper-container {
  overflow: hidden;
}
.hero-section .grid-hero .swiper-container .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  min-height: 500px;
}
.hero-section .grid-hero .swiper-container .swiper-wrapper .swiper-slide .mask {
  background: linear-gradient(89.98deg, #000000 1.26%, rgba(0, 0, 0, 0.90789) 16.96%, rgba(0, 0, 0, 0.8) 35.35%, rgba(0, 0, 0, 0) 72.89%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-section .grid-hero .swiper-container .swiper-wrapper .swiper-slide .hero-home-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1439px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (max-width: 1600px) {
  .hero-section .grid-hero .swiper-container .swiper-wrapper .swiper-slide .hero-home-content {
    left: 100px;
  }
}
@media (max-width: 768px) {
  .hero-section .grid-hero .swiper-container .swiper-wrapper .swiper-slide .hero-home-content {
    left: 0;
    padding: 0 36px;
  }
}
.hero-section .grid-hero .swiper-container .swiper-wrapper .swiper-slide .hero-home-content h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 51px;
  line-height: 61px;
  color: #FFFFFF;
  max-width: 997px;
}
@media (max-width: 1200px) {
  .hero-section .grid-hero .swiper-container .swiper-wrapper .swiper-slide .hero-home-content h1 {
    font-size: 40px;
    line-height: 51px;
  }
}
@media (max-width: 768px) {
  .hero-section .grid-hero .swiper-container .swiper-wrapper .swiper-slide .hero-home-content h1 {
    font-size: 34px;
    line-height: 45px;
  }
}
@media (max-width: 500px) {
  .hero-section .grid-hero .swiper-container .swiper-wrapper .swiper-slide .hero-home-content h1 {
    font-size: 30px;
    line-height: 41px;
  }
}
.hero-section .grid-hero .swiper-container .swiper-wrapper .swiper-slide .hero-home-content p {
  max-width: 500px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin: 20px 0;
  color: #FFFFFF;
}
.hero-section .grid-hero .swiper-container .swiper-wrapper .swiper-slide .hero-home-content a {
  margin-top: 17px;
}
.hero-section .content-arrow {
  max-width: 1620px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
}
.hero-section .content-arrow .swiper-button-prev:after, .hero-section .content-arrow .swiper-button-next:after {
  content: "";
}

.brief-section {
  margin-top: 53px;
}
@media (max-width: 1500px) {
  .brief-section {
    padding: 0 32px;
  }
}
@media (max-width: 500px) {
  .brief-section {
    padding: 0 16px;
  }
}
.brief-section .content-brief {
  box-sizing: border-box;
  width: 100%;
  max-width: 1439px;
  height: auto;
  border: 1px solid #BE2C2D;
  margin: 0 auto;
  padding: 34px 32px 33px 44px;
}
@media (max-width: 500px) {
  .brief-section .content-brief {
    padding: 24px 16px;
    text-align: center;
  }
}
.brief-section .content-brief .grid-brief {
  display: flex;
  width: 100%;
  align-items: center;
}
@media (max-width: 768px) {
  .brief-section .content-brief .grid-brief {
    display: block;
  }
}
.brief-section .content-brief .grid-brief > div {
  display: flex;
  align-items: center;
  flex-grow: 1;
  gap: 7px;
}
@media (max-width: 500px) {
  .brief-section .content-brief .grid-brief > div {
    display: block;
  }
}
.brief-section .content-brief .grid-brief > div:last-child {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .brief-section .content-brief .grid-brief > div:last-child {
    padding-top: 24px;
    justify-self: center;
  }
}
.brief-section .content-brief .grid-brief > div .image svg {
  width: 72px;
  height: 72px;
}
.brief-section .content-brief .grid-brief > div .text h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 48px;
  color: #000000;
}
@media (max-width: 768px) {
  .brief-section .content-brief .grid-brief > div .text h3 {
    font-size: 24px;
    line-height: 38px;
  }
}
.brief-section .content-brief .grid-brief > div .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #696969;
}

#product-list {
  width: 100%;
}

.item-product {
  background: #FFFFFF;
  border: 1px solid #CACACA;
  padding: 32px 25px 28px 25px;
  transition: 0.2s;
}
.item-product:hover {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.4);
}
.item-product .image {
  height: 191px;
  max-height: 191px;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
}
.item-product .image img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.item-product .content-info {
  margin-top: 12px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.item-product .content-info a {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  margin: 0 0 19px 0;
  display: block;
  text-decoration: none;
  height: 46px;
  overflow: hidden;
}
.item-product .content-info span {
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 23px;
  color: #BE2C2D;
}
.item-product .content-info button {
  margin-top: 28px;
}

.product-carusel-section {
  padding: 0 32px;
}
@media (max-width: 1600px) {
  .product-carusel-section {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .product-carusel-section {
    padding: 0 16px;
  }
}
.product-carusel-section .content-product-carusel-section {
  max-width: 1495px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.product-carusel-section .content-product-carusel-section .swiper-container-product {
  overflow: hidden;
  padding: 21px 28px 32px 28px;
}
@media (max-width: 1024px) {
  .product-carusel-section .content-product-carusel-section .swiper-container-product {
    padding: 21px 0 32px 0;
  }
}
.product-carusel-section .content-product-carusel-section .swiper-container-product .swiper-button-prev, .product-carusel-section .content-product-carusel-section .swiper-container-product .swiper-button-next {
  background-color: #BE2C2D;
  width: 52px;
  height: 48px;
  right: 0;
  transition: 0.2s;
}
.product-carusel-section .content-product-carusel-section .swiper-container-product .swiper-button-prev:hover, .product-carusel-section .content-product-carusel-section .swiper-container-product .swiper-button-next:hover {
  opacity: 0.8;
}
.product-carusel-section .content-product-carusel-section .swiper-container-product .swiper-button-prev:after, .product-carusel-section .content-product-carusel-section .swiper-container-product .swiper-button-next:after {
  content: "";
}
@media (max-width: 768px) {
  .product-carusel-section .content-product-carusel-section .swiper-container-product .swiper-button-prev, .product-carusel-section .content-product-carusel-section .swiper-container-product .swiper-button-next {
    display: none !important;
  }
}
.product-carusel-section .content-product-carusel-section .swiper-container-product .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}

.nav-section-carusel {
  display: flex;
  align-items: flex-end;
  max-width: 1439px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 768px) {
  .nav-section-carusel {
    padding: 0 16px;
  }
}
.nav-section-carusel h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #000000;
}
@media (max-width: 768px) {
  .nav-section-carusel h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .nav-section-carusel h3 {
    font-size: 20px;
  }
}
.nav-section-carusel .category {
  margin-top: 17px;
}
.nav-section-carusel .category span {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
  display: inline-flex;
  border-bottom: 1px solid transparent;
  margin-right: 37px;
  padding-bottom: 8px;
  transition: 0.3s;
  cursor: pointer;
}
.nav-section-carusel .category span.active, .nav-section-carusel .category span:hover {
  color: #BE2C2D;
  border-bottom: 1px solid #BE2C2D;
}
@media (max-width: 768px) {
  .nav-section-carusel {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.nav-section-carusel > div {
  flex-grow: 1;
}
@media (max-width: 768px) {
  .nav-section-carusel > div {
    display: block;
    width: 100%;
  }
}
.nav-section-carusel > div:last-child {
  text-align: right;
}
.nav-section-carusel > div:last-child a {
  white-space: nowrap;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  position: relative;
  transition: 0.3s;
}
.nav-section-carusel > div:last-child a:after {
  content: "";
  background-image: url("./images/icon/red_arrow_right.svg");
  background-position: center;
  background-size: 7px;
  background-repeat: no-repeat;
  padding: 0 16px 0 11px;
  transition: 0.3s;
}
.nav-section-carusel > div:last-child a:hover {
  text-decoration: none !important;
  color: #BE2C2D;
}

.opinion-section {
  max-width: 1439px;
  margin: 104px auto 0 auto;
  padding: 0 32px;
}
@media (max-width: 500px) {
  .opinion-section {
    margin: 25px auto 0 auto;
    padding: 0 16px;
  }
}
.opinion-section .opinion-section-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 74px;
}
@media (max-width: 1024px) {
  .opinion-section .opinion-section-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.opinion-section .opinion-section-grid .left h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 40px;
  color: #000000;
}
@media (max-width: 500px) {
  .opinion-section .opinion-section-grid .left h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
.opinion-section .opinion-section-grid .left .opinion-section-content .item-opinion {
  border-bottom: 1px solid #C4C4C4;
  padding: 30px 0;
}
.opinion-section .opinion-section-grid .left .opinion-section-content .item-opinion:last-child {
  border: 0;
}
.opinion-section .opinion-section-grid .left .opinion-section-content .item-opinion .top .top-line-1 {
  display: flex;
  gap: 14px;
}
.opinion-section .opinion-section-grid .left .opinion-section-content .item-opinion .top .top-line-1 .user {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}
.opinion-section .opinion-section-grid .left .opinion-section-content .item-opinion .top .top-line-1 .user b {
  font-weight: 700;
}
.opinion-section .opinion-section-grid .left .opinion-section-content .item-opinion .top > p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #696969;
  margin: 0;
  padding: 0;
}
.opinion-section .opinion-section-grid .left .opinion-section-content .item-opinion .bottom {
  margin-top: 11px;
}
.opinion-section .opinion-section-grid .left .opinion-section-content .item-opinion .bottom .content-bottom {
  display: flex;
  flex-grow: 1;
  gap: 9px;
  align-items: center;
}
.opinion-section .opinion-section-grid .left .opinion-section-content .item-opinion .bottom .content-bottom img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.opinion-section .opinion-section-grid .left .opinion-section-content .item-opinion .bottom .content-bottom p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #696969;
}
.opinion-section .opinion-section-grid .right .top {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .opinion-section .opinion-section-grid .right .top img {
    max-width: 60px;
  }
}
.opinion-section .opinion-section-grid .right .top .dot {
  width: 13px;
  height: 13px;
  display: block;
  border-radius: 50%;
  background: #419044;
  margin: 0 9px 0 20px;
}
.opinion-section .opinion-section-grid .right .top .info {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #696969;
}
.opinion-section .opinion-section-grid .right .top .info b {
  color: #000000;
}
.opinion-section .opinion-section-grid .right h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 40px;
  color: #000000;
  margin: 14px 0 29px 0;
}
.opinion-section .opinion-section-grid .right h3 strong {
  font-weight: 700;
}
@media (max-width: 500px) {
  .opinion-section .opinion-section-grid .right h3 {
    font-size: 26px;
  }
}
.opinion-section .opinion-section-grid .right .instal_section {
  position: relative;
}
.opinion-section .opinion-section-grid .right .instal_section .shadow_top {
  position: absolute;
  width: 100%;
  height: 136px;
  background: linear-gradient(356.11deg, #F2F2F2 3.34%, rgba(242, 242, 242, 0.73) 58.73%, rgba(242, 242, 242, 0) 110.67%);
  transform: rotate(180deg);
}
.opinion-section .opinion-section-grid .right .instal_section .shadow_bottom {
  position: absolute;
  width: 100%;
  height: 136px;
  bottom: 0;
  background: linear-gradient(0.81deg, #F2F2F2 0.66%, rgba(242, 242, 242, 0.732872) 42.34%, rgba(242, 242, 242, 0) 109.7%);
}
.opinion-section .opinion-section-grid .right .instal_section .insta-section-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.opinion-section .opinion-section-grid .right .instal_section .insta-section-grid img {
  width: 100%;
  height: 136px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .opinion-section .opinion-section-grid .right .instal_section .insta-section-grid img {
    height: auto;
  }
}
.opinion-section .opinion-section-grid .right .instal_section .insta-section-grid .iamge-insta-icon {
  background-color: #BE2C2D;
  display: flex;
  align-items: center;
  justify-self: center;
  width: 100%;
  text-align: center;
}
.opinion-section .opinion-section-grid .right .instal_section .insta-section-grid .iamge-insta-icon a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.opinion-section .opinion-section-grid .right .instal_section .insta-section-grid .iamge-insta-icon img {
  width: 47px;
  height: 47px;
  margin: 0 auto;
  transition: 0.2s;
}
.opinion-section .opinion-section-grid .right .instal_section .insta-section-grid .iamge-insta-icon:hover img {
  scale: 1.2;
}

.info-baner-section {
  background-image: url("./images/car.jpg");
  background-size: cover;
  background-position: center;
  max-width: 1439px;
  margin: 0 auto;
  background-repeat: no-repeat;
}
.info-baner-section .info-baner {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  text-align: center;
  padding-top: 122px;
  padding-bottom: 68px;
}
.info-baner-section .info-baner h3 {
  font-weight: 800;
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  color: #FFFFFF;
  max-width: 770px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .info-baner-section .info-baner h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
.info-baner-section .info-baner a {
  margin-bottom: 68px;
  margin-top: 19px;
}
.info-baner-section .info-baner .text-carousel {
  width: 100%;
  overflow: hidden;
}
.info-baner-section .info-baner .text-swiper {
  width: 100%;
}
.info-baner-section .info-baner .swiper-wrapper {
  display: flex;
  align-items: center;
}
.info-baner-section .info-baner .swiper-slide {
  white-space: nowrap;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 38px;
  color: #FFFFFF;
  padding: 0 26px;
}
@media (max-width: 1024px) {
  .info-baner-section .info-baner .swiper-slide {
    font-size: 14px;
    line-height: 28px;
    white-space: normal;
  }
}
.info-baner-section .info-baner .swiper-slide:before {
  content: "";
  background-image: url("./images/icon/tick.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 23px;
  padding-left: 32px;
}

.product-category-section {
  max-width: 1439px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 768px) {
  .product-category-section {
    padding: 0 16px;
  }
}
.product-category-section h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #000000;
  margin-top: 95px;
  margin-bottom: 28px;
}
.product-category-section .content-product {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 17px;
       column-gap: 17px;
  row-gap: 32px;
}
@media (max-width: 1024px) {
  .product-category-section .content-product {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .product-category-section .content-product {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .product-category-section .content-product {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .product-category-section .content-product {
    grid-template-columns: 1fr;
  }
}
.product-category-section .content-product .content-product-item {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  padding: 23px;
  transition: 0.3s;
}
.product-category-section .content-product .content-product-item .image {
  margin-bottom: 12px;
  height: 69px;
}
.product-category-section .content-product .content-product-item h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin: 0 0 13px 0;
  height: 42px;
}
@media (max-width: 1024px) {
  .product-category-section .content-product .content-product-item h4 {
    height: auto;
  }
}
.product-category-section .content-product .content-product-item a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #9A9A9A;
  text-decoration: none;
}
.product-category-section .content-product .content-product-item:hover {
  box-shadow: 0px 0px 15px #BE2C2D;
}

.baner-vendorem-section {
  background-image: url("./images/vendorem.jpg");
  background-size: cover;
  background-position: center;
}
.baner-vendorem-section .vendorem-baner {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  padding: 180px 0;
}
@media (max-width: 768px) {
  .baner-vendorem-section .vendorem-baner {
    padding: 80px 0;
  }
}
.baner-vendorem-section .vendorem-baner h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 51px;
  line-height: 63px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .baner-vendorem-section .vendorem-baner h3 {
    font-size: 36px;
    line-height: 46px;
    padding: 0 16px;
  }
}
.baner-vendorem-section .vendorem-baner h3 strong {
  display: block;
  font-style: normal;
  font-weight: 800;
  font-size: 51px;
  line-height: 63px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .baner-vendorem-section .vendorem-baner h3 strong {
    font-size: 36px;
    line-height: 46px;
    padding: 0 16px;
  }
}
.baner-vendorem-section .vendorem-baner p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  max-width: 500px;
  margin: 24px auto 15px auto;
}
@media (max-width: 768px) {
  .baner-vendorem-section .vendorem-baner p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 16px;
  }
}
.baner-vendorem-section .vendorem-baner a {
  margin-top: 19px;
}

.shere-section {
  text-align: center;
  padding: 112px;
}
@media (max-width: 1200px) {
  .shere-section {
    padding: 32px;
  }
}
.shere-section h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 46px;
  color: #000000;
  text-align: center;
}
.shere-section > p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #696969;
}
.shere-section .shere-section-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1457px;
  margin: 45px auto 0 auto;
}
@media (max-width: 1024px) {
  .shere-section .shere-section-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .shere-section .shere-section-content {
    grid-template-columns: 1fr;
  }
}
.shere-section .shere-section-content .shere-section-item {
  padding: 40px;
  border-left: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  border-top: 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .shere-section .shere-section-content .shere-section-item:nth-child(3) {
    border-left: 0;
    border-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .shere-section .shere-section-content .shere-section-item:nth-child(4) {
    border-bottom: 0;
  }
}
@media (max-width: 600px) {
  .shere-section .shere-section-content .shere-section-item {
    border: 0;
    border-bottom: 1px solid #CBCBCB !important;
  }
  .shere-section .shere-section-content .shere-section-item:last-child {
    border: 0 !important;
  }
}
.shere-section .shere-section-content .shere-section-item h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-top: 25px;
  margin-bottom: 3px;
}
.shere-section .shere-section-content .shere-section-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #696969;
}
.shere-section .shere-section-content .shere-section-item:first-child {
  border-left: 0;
}
.shere-section a {
  margin-top: 42px;
}

.form-section {
  background-color: #ffffff;
  padding: 104px 32px 75px 32px;
}
@media (max-width: 768px) {
  .form-section {
    padding: 50px 16px;
  }
}
.form-section .form-content {
  max-width: 1462px;
  margin: 0 auto;
  background-image: url("./images/car_image.jpg");
  background-position: center;
  background-size: cover;
}
.form-section .form-content .form-content-bg {
  padding: 85px;
  background: rgba(190, 44, 45, 0.95);
  border: 1px solid #D2D2D2;
}
@media (max-width: 768px) {
  .form-section .form-content .form-content-bg {
    padding: 30px;
  }
}
.form-section .form-content .form-content-bg h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 43px;
  line-height: 47px;
  color: #FFFFFF;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  .form-section .form-content .form-content-bg h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
.form-section .form-content .form-content-bg form {
  max-width: 1290px;
  margin: 0 auto;
}
.form-section .form-content .form-content-bg form .grid-form-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (max-width: 768px) {
  .form-section .form-content .form-content-bg form .grid-form-2 {
    grid-template-columns: 1fr;
  }
}
.form-section .form-content .form-content-bg form .grid-form-2 input {
  width: 100%;
  background: transparent;
  outline: none;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6980392157);
  padding: 0 5px 13px 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #E4E4E4;
}
.form-section .form-content .form-content-bg form .grid-form-2 input::-moz-placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #E4E4E4;
}
.form-section .form-content .form-content-bg form .grid-form-2 input::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #E4E4E4;
}
.form-section .form-content .form-content-bg form textarea {
  width: 100%;
  height: 115px;
  resize: none;
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6980392157);
  margin-top: 45px;
  outline: none;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #E4E4E4;
}
.form-section .form-content .form-content-bg form textarea::-moz-placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #E4E4E4;
}
.form-section .form-content .form-content-bg form textarea::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #E4E4E4;
}
.form-section .form-content .form-content-bg form .req {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #E4E4E4;
  margin-top: 8px;
}
.form-section .form-content .form-content-bg form .reg {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  margin-top: 21px;
}
.form-section .form-content .form-content-bg form .reg input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #E4E4E4;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.form-section .form-content .form-content-bg form .reg input[type=checkbox]:checked {
  background-color: rgb(190, 44, 45);
  border-color: #E4E4E4;
}
.form-section .form-content .form-content-bg form .reg input[type=checkbox]:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: white;
}
.form-section .form-content .form-content-bg form .reg span, .form-section .form-content .form-content-bg form .reg span a {
  flex: 1;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #E4E4E4;
}
.form-section .form-content .form-content-bg form .submit-btn {
  text-align: right;
  margin-top: 42px;
}
.form-section .form-content .form-content-bg form .submit-btn button {
  width: 196px;
  height: 49px;
  line-height: 49px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
  transition: 0.2s;
}
.form-section .form-content .form-content-bg form .submit-btn button:hover {
  background: #ffffff;
  color: rgb(190, 44, 45);
}
.form-section .form-content .error-alert {
  margin-bottom: 32px;
  display: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 47px;
  height: 47px;
  background: rgba(81, 8, 8, 0.25);
  border: 1px solid #D96C6D;
}
.form-section .form-content .error-alert.active {
  display: block;
}
.form-section .form-content .error-alert:before {
  content: "";
  background-image: url("./images/icon/x.svg");
  background-size: 15px;
  background-position: left;
  background-repeat: no-repeat;
  padding: 15px;
}
@media (max-width: 768px) {
  .form-section .form-content .error-alert {
    height: auto;
    padding: 16px;
  }
}
.form-section.send-form .form-content {
  background: transparent;
}
.form-section.send-form .form-content .form-content-bg {
  border: 0;
  background: transparent;
}
.form-section.send-form .form-content .form-content-bg h3 {
  display: none;
}
.form-section.send-form .form-content .error-alert {
  margin-bottom: 32px;
  display: none;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  height: 94px;
  background: rgba(65, 144, 68, 0.1);
  border: 1px solid #419144;
}
.form-section.send-form .form-content .error-alert.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-section.send-form .form-content .error-alert:before {
  content: "";
  background-image: url("./images/icon/send.svg");
  background-size: 38px;
  background-position: left;
  background-repeat: no-repeat;
  padding: 25px;
}
.form-section input:-webkit-autofill,
.form-section input:-webkit-autofill:hover,
.form-section input:-webkit-autofill:focus,
.form-section input:-webkit-autofill:active {
  background-color: transparent !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.section-text {
  background: #ffffff;
  padding-bottom: 121px;
  padding-left: 32px;
  padding-right: 32px;
}
.section-text .section-text-content {
  position: relative;
  max-width: 1460px;
  margin: 0 auto;
}
.section-text .section-text-content .mask-white {
  position: absolute;
  bottom: 0;
  height: 233px;
  width: 100%;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0.98) 24.1%, rgba(255, 255, 255, 0.9) 59.18%, rgba(255, 255, 255, 0) 122.77%);
}
.section-text .section-text-content .mask-white.off {
  display: none;
}
.section-text .section-text-content h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  padding: 20px 0;
}
.section-text .section-text-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #696969;
  padding: 15px 0;
}
.section-text .section-text-content .text-wrapper {
  max-height: 289px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease-in-out;
}
.section-text .section-text-content .text-wrapper.expanded {
  max-height: 10000px;
}
.section-text .content-show-more {
  max-width: 1460px;
  margin: 0 auto;
}
.section-text .content-show-more .show-more {
  display: block;
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  background: transparent;
  border: 0;
  position: relative;
}
.section-text .content-show-more .show-more:after {
  content: "";
  background-image: url("./images/icon/red_arrow_right.svg");
  width: 5px;
  height: 10px;
  background-position: center;
  background-size: 7px;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.shop-container {
  display: grid;
  grid-template-columns: 333px 1fr;
  gap: 28px;
  max-width: 1440px;
  margin: 32px auto 48px auto;
  align-items: start;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .shop-container {
    display: block;
  }
}

.shop-top {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 30px 0 30px;
}
.shop-top .woocommerce-breadcrumb, .shop-top .woocommerce-breadcrumb a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #696969;
  text-decoration: none;
}
.shop-top h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 61px;
  color: #000000;
  padding: 0;
  margin: 17px 0 0 0;
}

.category-carusel-section {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.category-carusel-section .content-category-carusel-section {
  padding: 26px 0;
}
.category-carusel-section .content-category-carusel-section .item-category-slider {
  height: 86px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 22px;
}
.category-carusel-section .content-category-carusel-section .item-category-slider a {
  gap: 15px;
  display: grid;
  grid-template-columns: 45px auto;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}
.category-carusel-section .content-category-carusel-section .item-category-slider a img {
  width: 100%;
}
.category-carusel-section .swiper-button-prev, .category-carusel-section .swiper-button-next {
  height: 100%;
  top: 15px;
  right: 0;
  background: linear-gradient(88.85deg, rgba(242, 242, 242, 0) 29%, rgba(242, 242, 242, 0.15) 58.86%, #F2F2F2 93.92%);
}
.category-carusel-section .swiper-button-prev:after, .category-carusel-section .swiper-button-next:after {
  content: "";
}
.category-carusel-section .swiper-button-prev img, .category-carusel-section .swiper-button-next img {
  position: relative;
  top: 8px;
}
.category-carusel-section .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}
.category-carusel-section .swiper-button-prev img {
  position: relative;
  top: -8px;
}

.shop-sidebar {
  padding: 6px 23px 26px 23px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .shop-sidebar {
    display: none;
  }
}
.shop-sidebar .filter-section {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 17px;
}
.shop-sidebar .filter-section:last-child {
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
}

.top-filter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  align-items: center;
  margin-bottom: 13px;
}
@media (max-width: 680px) {
  .top-filter {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.top-filter .left p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #696969;
  margin: 0;
  padding: 0;
}
.top-filter .right {
  text-align: right;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.top-filter .right label {
  margin-left: 16px;
}
.top-filter .right select {
  width: 203px;
  height: 37px;
  background: #FFFFFF;
  border: 1px solid #CACACA;
  outline: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #696969;
  padding: 0 13px;
}

.filter-section {
  margin-bottom: 4px;
}
.filter-section h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 61px;
  color: #000000;
}

.filter-section ul {
  list-style: none;
  padding: 0;
}

.filter-section ul li {
  margin-bottom: 10px;
}

.shop-products {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.products-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 1200px) {
  .products-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .products-list-grid {
    grid-template-columns: 1fr;
  }
}

.content-text .section-text-content {
  padding-top: 90px;
}

ul.category-list ul {
  display: none;
  padding: 10px 0 10px 10px;
}

.show-all {
  display: block !important;
}

ul.category-list.expanded {
  display: block !important;
}

ul.category-list.collapsed {
  display: none;
}

.category-item > a {
  text-decoration: none;
}

.filter-section > .filter-category > .category-list > .category-item > a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
}

.price-flex {
  display: grid;
  grid-template-columns: auto 10px auto;
  gap: 10px;
  text-align: center;
  align-items: center;
}
.price-flex input {
  max-width: 100%;
  width: calc(100% - 22px);
  height: 41px;
  outline: none;
  background: #FFFFFF;
  border: 1px solid #CACACA;
  padding: 0 11px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Dla Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.expanded .category-item a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #696969;
}

.category-item > a {
  display: flex;
  align-items: center;
}
.category-item > a svg {
  margin-left: auto;
}

.category-item svg {
  transform: rotate(180deg);
}

.rotate svg {
  transform: rotate(0deg);
}

.category-item > a.active {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  color: #BE2C2D;
}

.category-list ul {
  display: none;
}

.category-list.expanded {
  display: block;
}

.category-list li.expanded > ul {
  display: block;
}

.block svg {
  transform: none !important;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #696969;
  display: flex;
  cursor: pointer;
  gap: 11px;
  margin-bottom: 17px;
}

.custom-checkbox span {
  width: 20px;
  height: 17px;
  background: #FFFFFF;
  border: 1px solid #A8A8A8;
  display: inline-block;
  position: relative;
}

.custom-checkbox input:checked + span {
  background-color: #BE2C2D;
  border: 1px solid #BE2C2D;
}

.custom-checkbox input:checked + span::before {
  content: "✓";
  color: white;
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.custom-product-container-top {
  max-width: 1442px;
  margin: 30px auto;
  padding: 0 30px;
}
.custom-product-container-top a, .custom-product-container-top p, .custom-product-container-top span, .custom-product-container-top nav {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #696969;
  text-decoration: none;
}

.custom-product-container {
  max-width: 1442px;
  margin: 0 auto;
  padding: 0 30px;
}

.product-layout {
  display: grid;
  grid-template-columns: 831px auto;
  gap: 28px;
}
@media (max-width: 1440px) {
  .product-layout {
    grid-template-columns: calc(60% - 14px) calc(40% - 14px);
  }
}
@media (max-width: 1200px) {
  .product-layout {
    grid-template-columns: 100%;
  }
}

.product-gallery {
  max-height: 705px;
  background: #FFFFFF;
  border: 1px solid #CACACA;
  padding: 30px;
}
@media (max-width: 580px) {
  .product-gallery {
    padding: 15px !important;
    max-height: 100%;
  }
}
.product-gallery .top-galery {
  height: 439px;
  padding: 26px 0 46px 0;
}
@media (max-width: 768px) {
  .product-gallery .top-galery {
    height: 100%;
    max-height: 350px;
  }
}
@media (max-width: 580px) {
  .product-gallery .top-galery {
    height: 100%;
    max-height: 100%;
    padding: 0;
  }
}
.product-gallery .top-galery img {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-slider img {
  width: 100%;
  height: auto;
}

.thumbnail-slider {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .thumbnail-slider {
    display: none !important;
  }
}
.thumbnail-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s, border-color 0.3s;
  height: 123px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
}
.thumbnail-slider .swiper-slide img {
  width: 100%;
  height: 123px;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumbnail-slider .swiper-slide:hover {
  opacity: 1;
}
.thumbnail-slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border-color: #BE2C2D;
}
.thumbnail-slider img {
  width: 100%;
  height: auto;
}

.product-info {
  padding: 25px 35px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.product-info .product-favorites {
  text-align: right;
  width: 100%;
}
.product-info .product-favorites .wishlist-button {
  margin-left: auto;
}
.product-info .product-brand {
  margin-bottom: 6px;
  margin-top: 14px;
}
.product-info .product-brand p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #696969;
}
.product-info .product-title {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
}
.product-info .short-description {
  margin-bottom: 16px;
}
.product-info .short-description p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #696969;
  margin-top: 12px;
}
.product-info .product-meta-custom .stock {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #696969;
}
.product-info .product-meta-custom .stock:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-flex;
  margin-right: 16px;
  border-radius: 50%;
}
.product-info .product-meta-custom .stock.in-stock:before {
  background: #6BD839;
}
.product-info .product-meta-custom .stock.out-of-stock:before {
  background: #BE2C2D;
}
.product-info .product-meta-custom .delivery-time {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #696969;
}
.product-info .product-meta-custom .delivery-time:before {
  content: "";
  background-image: url("./images/icon/delivery.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 14px;
  width: 18px;
  padding: 10px;
  margin-right: 10px;
}
.product-info .product-meta-custom .custom-safe {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #696969;
}
.product-info .product-meta-custom .custom-safe:before {
  content: "";
  background-image: url("./images/icon/safe.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 13px;
  width: 16px;
  padding: 10px;
  margin-right: 10px;
}
.product-info .price-custom {
  margin-top: 38px;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #000000;
  margin-bottom: 0;
}
.product-info .price-custom span.type-price {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #696969;
  margin-left: 5px;
}
.product-info .price_history {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 27px;
  color: #696969;
  margin: 0;
}
.product-info .count-add-to-cart {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #696969;
  margin-top: 23px;
}
.product-info .wishlist-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
}
.product-info .wishlist-icon {
  width: 24px;
  height: 24px;
  transition: opacity 0.3s;
}
.product-info .custom-quantity-wrapper {
  display: flex;
  align-items: center;
  gap: 0;
}
.product-info .quantity-button {
  background-color: transparent;
  border: 1px solid #CACACA;
  cursor: pointer;
  font-size: 18px;
  height: 43px;
  width: 41px;
}
.product-info .quantity-button:hover {
  background-color: #CACACA;
}
.product-info .custom-quantity-wrapper input.qty {
  width: 64px;
  text-align: center;
  height: 39px;
  border: 1px solid #CACACA;
  border-left: 0;
  border-right: 0;
  outline: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #696969;
}
.product-info .single_add_to_cart_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 53px;
  background: #BE2C2D;
  border: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  position: relative;
  margin-top: 18px;
}
.product-info .single_add_to_cart_button .cart-icon {
  margin-right: 10px;
  width: 20px;
  height: auto;
}

.product-description {
  box-sizing: border-box;
  width: 1442px;
  height: 597px;
  background: #FFFFFF;
  border: 1px solid #CACACA;
  margin-top: 46px;
  padding: 46px 36px;
}
@media (max-width: 1480px) {
  .product-description {
    width: 100%;
    height: auto;
  }
}
.product-description h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 26px;
}
.product-description .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #696969;
}
.product-description .attribute ul {
  padding: 0;
  margin: 14px 0 0 0;
}
.product-description .attribute ul li {
  list-style: none;
  border-bottom: 2px solid #E9E9E9;
  padding: 12px 0;
}
.product-description .attribute ul li:last-child {
  border: 0;
}
.product-description .attribute ul li p {
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #696969;
}
.product-description .attribute ul li p strong {
  color: #000000;
  font-weight: 600;
}

.section-products-for-single-product {
  margin-top: 73px;
}
.section-products-for-single-product .product-carusel-section {
  padding: 0;
}
.section-products-for-single-product .nav-section-carusel {
  display: block;
  text-align: center;
  margin-bottom: 6px;
}
.section-products-for-single-product .nav-section-carusel .right {
  display: none;
}

/* Formularz wariantów WooCommerce */
.variations_form.cart {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.variations_form.cart table.variations {
  width: 100%;
  border-collapse: collapse;
}
.variations_form.cart table.variations tr {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.variations_form.cart table.variations th.label {
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  color: #212121;
  padding: 0;
}
.variations_form.cart table.variations td.value {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.variations_form.cart table.variations td.value select {
  width: 100%;
  padding: 10px 14px;
  font-size: 15px;
  border: 1px solid #d6d6d6;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.3s;
}
.variations_form.cart table.variations td.value select:focus {
  outline: none;
  border-color: #BE2C2D;
}
.variations_form.cart table.variations td.value .reset_variations {
  font-size: 13px;
  color: #BE2C2D;
  text-decoration: underline;
  transition: color 0.3s;
}
.variations_form.cart table.variations td.value .reset_variations:hover {
  color: #212121;
}
.variations_form.cart .single_variation_wrap .woocommerce-variation-price {
  font-size: 18px;
  font-weight: 700;
  color: #212121;
  margin: 5px 0;
}
.variations_form.cart .single_variation_wrap .woocommerce-variation-availability {
  font-size: 14px;
  color: #28a745;
  margin-bottom: 15px;
}
.variations_form.cart .single_variation_wrap .woocommerce-variation-availability p.stock {
  margin: 0;
}
.variations_form.cart .single_variation_wrap .variations_button {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.variations_form.cart .single_variation_wrap .variations_button .quantity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.variations_form.cart .single_variation_wrap .variations_button .quantity label {
  font-weight: 600;
  font-size: 14px;
  color: #212121;
}
.variations_form.cart .single_variation_wrap .variations_button .quantity input.qty {
  width: 80px;
  text-align: center;
  font-size: 15px;
  padding: 8px;
  border: 1px solid #d6d6d6;
}
.variations_form.cart .single_variation_wrap .variations_button .quantity input.qty:focus {
  outline: none;
  border-color: #BE2C2D;
}
.variations_form.cart .single_variation_wrap .variations_button .quantity input.qty::-webkit-outer-spin-button, .variations_form.cart .single_variation_wrap .variations_button .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-info input.qty {
  width: 80px;
  text-align: center;
  font-size: 15px;
  padding: 8px;
  border: 1px solid #d6d6d6;
}
.product-info input.qty:focus {
  outline: none;
  border-color: #BE2C2D;
}
.product-info input.qty::-webkit-outer-spin-button, .product-info input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Stylizacja gwiazdek */
.star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  font-size: 28px;
  gap: 5px;
}

.star-rating input {
  display: none;
}

.star-rating label {
  cursor: pointer;
  color: #DCDCDC;
  transition: color 0.3s;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #FFD400;
}

.star-rating input:checked ~ label {
  color: #FFD400;
}

/* Stylizacja wybranej oceny */
.rating-value {
  margin-left: 10px;
  font-weight: bold;
  font-size: 18px;
}

/* Imię i nazwisko w jednej linii */
.comment-form-name {
  display: flex;
  gap: 25px;
}

.comment-form-name label {
  margin-right: 5px;
}

.comment-form-name input {
  flex: 1;
}

/* Zgoda na publikację */
.comment-form-agreement {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-top: 18px;
}
.comment-form-agreement label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #696969;
}

#review_form .form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 38px;
}

.comment-form-name {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.comment-form-name label {
  flex: 1 1 100%;
  font-weight: bold;
}

.comment-form-name input {
  flex: 1;
  min-width: 45%;
}

.comment-form-cookies-consent {
  display: none;
}

#email-notes, .required-field-message {
  display: none;
}

#reviews {
  max-width: 1439px;
  margin: 70px auto 107px auto;
}

#review_form_wrapper {
  background: #FFFFFF;
  border: 1px solid #CACACA;
  padding: 50px;
  text-align: left;
}
#review_form_wrapper h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #000000;
  margin: 0;
  padding: 0;
}
#review_form_wrapper .comment-form-rating label {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #696969;
  margin-top: 30px;
  display: block;
  text-align: left;
}
#review_form_wrapper .rating-value {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #000000;
}
#review_form_wrapper input[type=text], #review_form_wrapper input[type=email], #review_form_wrapper textarea {
  border: 0;
  border-bottom: 2px solid #D8D8D8;
  width: 100%;
  resize: none;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #696969;
  padding-bottom: 17px;
  outline: none;
}
#review_form_wrapper textarea {
  margin-top: 45px;
}
#review_form_wrapper .comment-form-name {
  margin-top: 35px;
}
#review_form_wrapper .btn-with-arrow {
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}
#review_form_wrapper .btn-with-arrow:after {
  content: "";
  background-image: url("./images/icon/arrow_white_right.svg");
  width: 5px;
  height: 10px;
  background-position: center;
  background-size: 7px;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
#review_form_wrapper .btn-with-arrow:hover:after {
  background-image: url("./images/icon/arrow_red_right.svg");
}

.comment-respond .logged-in-as {
  display: none;
}

.woocommerce-Reviews-title, .woocommerce-noreviews, .commentlist {
  display: none;
}

.contact-page {
  background: #FFFFFF;
  padding-bottom: 120px;
  border-top: 1px solid #D7D7D7;
}
.contact-page .contact-content {
  max-width: 1439px;
  margin: 0 auto;
  padding: 0 30px 0 30px;
}
@media (max-width: 480px) {
  .contact-page .contact-content {
    padding: 0 15px;
  }
}
.contact-page .contact-content .custom-breadcrumbs {
  margin: 30px 0;
}
.contact-page .contact-content .custom-breadcrumbs a, .contact-page .contact-content .custom-breadcrumbs p, .contact-page .contact-content .custom-breadcrumbs nav {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #696969;
  text-decoration: none;
}
.contact-page .contact-content .contact-grid {
  display: grid;
  grid-template-columns: 1fr 804px;
  gap: 200px;
}
@media (max-width: 1440px) {
  .contact-page .contact-content .contact-grid {
    gap: 100px;
  }
}
@media (max-width: 1300px) {
  .contact-page .contact-content .contact-grid {
    gap: 80px;
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 991px) {
  .contact-page .contact-content .contact-grid {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.contact-page .contact-content .contact-grid .left h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #000000;
}
.contact-page .contact-content .contact-grid .left p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #696969;
  margin: 15px 0;
}
.contact-page .contact-content .contact-grid .left .data-contact {
  margin: 26px 0;
}
.contact-page .contact-content .contact-grid .left .data-contact a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  color: #696969;
  display: block;
  margin: 13px 0;
}
.contact-page .contact-content .contact-grid .left .data-contact a strong {
  color: #000000;
  font-weight: 600;
}
.contact-page .contact-content .contact-grid .left .data-contact a:before {
  content: "";
  background-image: url("./images/icon/contact_email.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 14px;
  width: 18px;
  padding: 10px;
  margin-right: 10px;
}
.contact-page .contact-content .contact-grid .left .data-contact a.phone:before {
  background-image: url("./images/icon/contact_phone.svg");
}
.contact-page .contact-content .contact-grid .left .data-contact ul {
  list-style: none;
  padding: 0;
  margin-top: 26px;
}
.contact-page .contact-content .contact-grid .left .data-contact ul li {
  margin-bottom: 0px;
}
.contact-page .contact-content .contact-grid .left .data-contact ul li p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #878787;
}
.contact-page .contact-content .contact-grid .left .data-contact ul li p strong {
  font-weight: 600;
  color: #000000;
}
.contact-page .contact-content .contact-grid .right {
  border: 1px solid #CACACA;
  padding: 50px 50px 20px 50px;
}
@media (max-width: 480px) {
  .contact-page .contact-content .contact-grid .right {
    padding: 20px;
  }
}
.contact-page .contact-content .contact-grid .right .wpcf7-list-item {
  margin: 0;
}
.contact-page .contact-content .contact-grid .right h2 {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  color: #000000;
}
.contact-page .contact-content .contact-grid .right form {
  display: grid;
  gap: 15px;
  margin-top: 29px;
}
.contact-page .contact-content .contact-grid .right form textarea {
  resize: none;
  height: 150px;
}
.contact-page .contact-content .contact-grid .right form .wpcf7-not-valid {
  border-color: #BE2C2D;
}
.contact-page .contact-content .contact-grid .right form .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #BE2C2D;
}
.contact-page .contact-content .contact-grid .right form input, .contact-page .contact-content .contact-grid .right form textarea {
  width: 100%;
  padding: 18px 0;
  border: 0;
  border-bottom: 2px solid #D8D8D8;
  outline: none;
  background: transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #696969;
}
.contact-page .contact-content .contact-grid .right form input::-moz-placeholder, .contact-page .contact-content .contact-grid .right form textarea::-moz-placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #696969;
}
.contact-page .contact-content .contact-grid .right form input::placeholder, .contact-page .contact-content .contact-grid .right form textarea::placeholder {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #696969;
}
.contact-page .contact-content .contact-grid .right form label {
  display: flex;
  gap: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  cursor: pointer;
  color: #696969;
}
.contact-page .contact-content .contact-grid .right form label input {
  width: 19px;
  height: 17px;
}
.contact-page .contact-content .contact-grid .right form input[type=submit] {
  background: #BE2C2D;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  border-radius: 0;
  width: 192px;
  height: 46px;
  padding: 0;
  margin: 24px 0 0 0;
  line-height: 46px;
}
.contact-page .contact-content .contact-grid .right form input[type=submit]:hover {
  background: #9e2427;
}

.text-page {
  background: #ffffff;
  padding-bottom: 132px;
  border-top: 1px solid #D7D7D7;
}
.text-page .text-content {
  max-width: 1439px;
  margin: 0 auto;
}
.text-page .text-content .custom-breadcrumbs {
  padding: 31px 0;
}
.text-page .text-content .custom-breadcrumbs p, .text-page .text-content .custom-breadcrumbs a, .text-page .text-content .custom-breadcrumbs nav {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #696969;
}
.text-page .text-content .text-grid h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 30px;
  color: #000000;
  margin: 30px 0;
}
.text-page .text-content .content-text-content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  margin: 45px 0 20px 0;
}
.text-page .text-content .content-text-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #696969;
}

.producers-page {
  padding-bottom: 110px;
  position: relative;
}
.producers-page .producers-content {
  max-width: 1439px;
  margin: 0 auto;
}
.producers-page .producers-content .custom-breadcrumbs {
  margin: 30px 0;
}
.producers-page .producers-content .custom-breadcrumbs a, .producers-page .producers-content .custom-breadcrumbs p, .producers-page .producers-content .custom-breadcrumbs nav {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #696969;
  text-decoration: none;
}
.producers-page .producers-content h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  margin-top: 64px;
}
.producers-page .producers-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #696969;
  margin: 40px 0;
}
.producers-page .producers-content .producers-grid {
  margin-top: 58px;
}
.producers-page .producers-content .producers-grid .item-producers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.producers-page .producers-content .producers-grid .item-producers-grid a {
  display: flex;
  width: 100%;
  height: 302px;
  align-items: center;
  justify-content: center;
  filter: grayscale(100%);
  transition: filter 0.2s ease-in-out;
  background: #FFFFFF;
  border: 1px solid #CACACA;
}
.producers-page .producers-content .producers-grid .item-producers-grid a:nth-child(n+21) {
  display: none;
}
.producers-page .producers-content .producers-grid .item-producers-grid a img {
  max-width: 100%;
  height: 100px;
  max-height: 100%;
}
.producers-page .producers-content .producers-grid .item-producers-grid a:hover {
  filter: grayscale(0%);
}
.producers-page .mask-shadow {
  position: absolute;
  bottom: 0;
  height: 470px;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(0deg, #F2F2F2 9.52%, rgb(242, 242, 242) 39.56%, rgba(242, 242, 242, 0.9) 85.63%, rgba(242, 242, 242, 0.5) 97.11%);
}
.producers-page .content-button {
  text-align: center;
}
.producers-page .content-button button {
  transform: translateY(-200%);
}

.cooperation-page {
  padding: 0 30px 110px 30px;
}
.cooperation-page .cooperation-content {
  max-width: 1439px;
  margin: 0 auto;
}
.cooperation-page .cooperation-content .custom-breadcrumbs {
  margin: 30px 0;
}
.cooperation-page .cooperation-content .custom-breadcrumbs a, .cooperation-page .cooperation-content .custom-breadcrumbs p, .cooperation-page .cooperation-content .custom-breadcrumbs nav {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #696969;
  text-decoration: none;
}
.cooperation-page .cooperation-content h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  margin-top: 64px;
}
.cooperation-page .cooperation-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #696969;
  margin: 40px 0;
}
.cooperation-page .cooperation-content .cooperation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
@media (max-width: 1024px) {
  .cooperation-page .cooperation-content .cooperation-grid {
    grid-template-columns: 1fr;
  }
}
.cooperation-page .cooperation-content .cooperation-grid .item-cooperation-grid .item-content {
  padding: 36px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.cooperation-page .cooperation-content .cooperation-grid .item-cooperation-grid .item-content img {
  max-width: 68px;
  height: auto;
}
.cooperation-page .cooperation-content .cooperation-grid .item-cooperation-grid .item-content h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  margin: 17px 0 9px 0;
}
.cooperation-page .cooperation-content .cooperation-grid .item-cooperation-grid .item-content p {
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #696969;
  margin: 0;
}
.cooperation-page .cooperation-content .cooperation-grid .item-cooperation-grid .item-content .button-group {
  margin-top: 37px;
  display: flex;
  gap: 15px;
}
@media (max-width: 480px) {
  .cooperation-page .cooperation-content .cooperation-grid .item-cooperation-grid .item-content .button-group {
    display: block;
  }
}
.cooperation-page .cooperation-content .cooperation-grid .item-cooperation-grid .item-content .button-group button {
  outline: none;
}
.cooperation-page .cooperation-content .cooperation-grid .item-cooperation-grid .item-content .button-group button:first-child {
  height: 46px;
  border: 1px solid rgba(190, 44, 43, 0.886275);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  background: #ffffff;
  transition: 0.3s;
  padding: 0 20px 0 20px;
}
.cooperation-page .cooperation-content .cooperation-grid .item-cooperation-grid .item-content .button-group button:first-child:hover {
  color: #ffffff;
  background: #BE2C2D;
  border: 1px solid #ffffff;
}
@media (max-width: 480px) {
  .cooperation-page .cooperation-content .cooperation-grid .item-cooperation-grid .item-content .button-group button {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cooperation-page .cooperation-content .content-way {
  text-align: center;
  margin-top: 240px;
}
@media (max-width: 1024px) {
  .cooperation-page .cooperation-content .content-way {
    margin-top: 100px;
  }
}
.cooperation-page .cooperation-content .content-way h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 128px;
}
@media (max-width: 768px) {
  .cooperation-page .cooperation-content .content-way h3 {
    margin: 65px;
  }
}
.cooperation-page .cooperation-content .content-way .grid-way {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .cooperation-page .cooperation-content .content-way .grid-way {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (max-width: 768px) {
  .cooperation-page .cooperation-content .content-way .grid-way {
    grid-template-columns: 1fr;
  }
}
.cooperation-page .cooperation-content .content-way .grid-way h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  margin: 0 0 20px 0;
}
.cooperation-page .cooperation-content .content-way .grid-way p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin: 0;
  color: #696969;
  padding: 0 15px;
}
.cooperation-page .form-cooperation-content {
  padding-top: 100px;
}
.cooperation-page .form-cooperation-content .form-section {
  background: #F2F2F2;
}
@media (max-width: 768px) {
  .cooperation-page .form-cooperation-content .form-section {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cooperation-page .form-cooperation-content {
    margin-top: 50px;
    padding: 0;
  }
}

.section-about-1 {
  background: #ffffff;
  padding: 140px 0 140px 0;
}
@media (max-width: 768px) {
  .section-about-1 {
    padding: 80px 0 80px 0;
  }
}
.section-about-1 .content-grid-s-1 {
  display: grid;
  grid-template-columns: 250px auto;
  gap: 208px;
  max-width: 1439px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .section-about-1 .content-grid-s-1 {
    gap: 70px;
  }
}
@media (max-width: 768px) {
  .section-about-1 .content-grid-s-1 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.section-about-1 .content-grid-s-1 div:first-child {
  text-align: left;
}
.section-about-1 .content-grid-s-1 h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #000000;
}
.section-about-1 .content-grid-s-1 p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  color: #696969;
}

.content-carusel-about {
  padding-bottom: 150px;
  padding-top: 104px;
}
.content-carusel-about h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 41px;
  text-align: center;
}
@media (max-width: 768px) {
  .content-carusel-about h3 {
    padding: 0 30px;
    font-size: 22px;
  }
}
.content-carusel-about .swiper-container-about {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.content-carusel-about .swiper-container-about .swiper-wrapper {
  display: flex;
}
.content-carusel-about .swiper-container-about .swiper-slide {
  flex: 0 0 27%;
  transition: transform 0.3s ease-in-out;
  text-align: center;
}
.content-carusel-about .swiper-container-about .swiper-slide-active {
  z-index: 10;
}
.content-carusel-about .item-content {
  padding: 0 20px;
}
.content-carusel-about .item-content .content-logo {
  width: 100%;
  height: 230px;
  background: #FFFFFF;
  opacity: 0.5;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  display: grid;
  align-items: center;
  justify-content: center;
}
.content-carusel-about .item-content .content-logo img {
  max-width: 220px;
  height: auto;
}
.content-carusel-about .item-content h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  opacity: 0.5;
  margin-top: 41px;
  height: 60px;
  overflow: hidden;
  padding: 0 10px;
}
.content-carusel-about .item-content p {
  opacity: 0.5;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #696969;
  margin: 17px 0 0 0;
  height: 165px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 10px;
}
.content-carusel-about .item-content button {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  border: 1px solid #BEBEBE;
}
.content-carusel-about .item-content span {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #696969;
  display: block;
  margin-top: 24px;
}
.content-carusel-about .swiper-slide-active .item-content .content-logo {
  opacity: 1;
}
.content-carusel-about .swiper-slide-active .item-content h4 {
  opacity: 1;
}
.content-carusel-about .swiper-slide-active .item-content p {
  opacity: 1;
}
.content-carusel-about .swiper-slide-active .item-content button {
  background: #BE2C2D;
  border: 1px solid #BE2C2D;
}
.content-carusel-about .swiper-slide-active .item-content span {
  color: #BE2C2D;
}
.content-carusel-about .stress-about {
  display: block;
  width: 100%;
  height: 1px;
  background: #CACACA;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 65px;
  z-index: -1;
}

.section-about-3 {
  background-image: url("./images/image_car.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 162px 0 188px 0;
  max-width: 1451px;
  margin: 0 auto 110px auto;
  text-align: center;
}
.section-about-3 h3 {
  max-width: 810px;
  margin: 0 auto;
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: 55px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .section-about-3 h3 {
    padding: 0 30px;
    font-size: 32px;
  }
}
.section-about-3 a {
  margin: 19px auto;
}

.page-page {
  background-color: #FFFFFF;
  margin: 0;
  padding: 20px;
}
.page-page .wc-block-components-sidebar-layout.wc-block-checkout.is-large {
  max-width: 1439px;
  margin: 0 auto;
}
.page-page .wc-block-components-address-form__country.wc-block-components-country-input {
  display: none;
}
.page-page .wp-block-woocommerce-checkout-order-summary-block {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border-radius: 10px !important;
  padding: 27px 35px;
}
.page-page .wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block input, .page-page .wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block textarea {
  background: #FFFFFF !important;
  border: 1px solid #CACACA !important;
  outline: none !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #696969;
}
.page-page .wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block input::-moz-placeholder, .page-page .wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block textarea::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #696969;
}
.page-page .wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block input::placeholder, .page-page .wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block textarea::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #696969;
}
.page-page .wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block input:nth-child(n+2), .page-page .wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block textarea:nth-child(n+2) {
  width: 100% !important;
}
.page-page .wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block input[type=text], .page-page .wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block input[type=tel], .page-page .wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block input[type=email] {
  border-radius: 0 !important;
}
.page-page .wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block textarea {
  resize: none !important;
  height: 97px !important;
}
.page-page .wc-block-components-text-input.wc-block-components-address-form__city {
  flex: 1 0 100% !important;
}
.page-page .wc-block-components-sidebar {
  padding: 0 !important;
}
.page-page .wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading {
  display: flex;
  flex-direction: column-reverse;
}
.page-page .wc-block-checkout__login-prompt {
  border: 1px solid #BE2C2D;
  padding: 14px 0;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 32px;
  color: #BE2C2D !important;
  text-decoration: none;
  text-align: center !important;
  display: block;
  width: 100%;
  position: relative !important;
  margin-bottom: 20px;
}
.page-page .wc-block-components-title.wc-block-components-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px !important;
  line-height: 32px;
  color: #000000;
}
.page-page .wp-block-woocommerce-checkout-contact-information-block h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px !important;
  line-height: 32px;
  color: #000000;
}
.page-page .wp-block-woocommerce-checkout-contact-information-block p, .page-page .wp-block-woocommerce-checkout-contact-information-block .wc-block-components-checkbox__label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px !important;
  color: #696969;
}
.page-page .wp-block-woocommerce-checkout-contact-information-block span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #696969;
}
.page-page .wc-block-components-checkbox__label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px !important;
  color: #696969;
  border: 0 !important;
}
.page-page .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  border: 0 !important;
  margin-bottom: 38px;
}
.page-page .wc-block-components-form .wc-block-components-text-input label, .page-page .wc-block-components-text-input label {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #696969 !important;
}
.page-page #wc-guest-checkout-notice {
  display: none !important;
}
.page-page .wp-block-woocommerce-checkout .wc-block-checkout__create-account {
  position: relative;
  top: -10px;
}
.page-page .wc-block-components-form .wc-block-components-checkout-step {
  margin: 25px 0 0 0 !important;
}
.page-page .wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
  background: #FFFFFF;
  margin-bottom: 10px !important;
}
.page-page .wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package input {
  border-radius: 50% !important;
}
.page-page .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  height: 49px;
  background: #BE2C2D;
  font-style: normal;
  text-align: center;
  padding: 0 !important;
  border: 0 !important;
  outline: none !important;
}
.page-page .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
  color: #FFFFFF !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 49px;
}
.page-page .wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
  padding-bottom: 107px;
}
.page-page .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  margin: 0 !important;
}
.page-page .is-large .wc-block-checkout__sidebar {
  top: 0 !important;
}
.page-page .list-cart .wc-block-components-order-summary-item .wc-block-components-product-metadata {
  display: none !important;
}
.page-page .list-cart .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price {
  display: none;
}
.page-page .list-cart .wc-block-components-order-summary-item .wc-block-components-product-name {
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}
.page-page .list-cart .wc-block-components-order-summary-item .wc-block-components-order-summary {
  position: relative;
  padding: 0 !important;
}
.page-page .wc-block-components-checkout-order-summary__title-text {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  margin: 0 !important;
}
.page-page .wc-block-components-totals-item {
  align-items: center;
}
.page-page .wc-block-components-totals-item__label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #696969;
}
.page-page .wc-block-components-totals-item__value {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #000000;
}
.page-page .wc-block-components-totals-item__value strong {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #696969 !important;
}
.page-page .price-summary .wc-block-components-totals-wrapper:last-child {
  padding: 8px 0 !important;
}
.page-page .wp-block-woocommerce-checkout-order-summary-totals-block {
  border: none;
  padding-bottom: 0 !important;
}
.page-page .wc-block-components-checkout-order-summary__content > .wc-block-components-totals-wrapper {
  padding: 17px 0 0 0 !important;
}
.page-page .wc-block-components-checkout-order-summary__content > .wc-block-components-totals-wrapper .wc-block-components-totals-item__label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}
.page-page .wc-block-components-checkout-order-summary__content > .wc-block-components-totals-wrapper .wc-block-components-formatted-money-amount {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #BE2C2D;
}
.page-page .custom-breadcrumbs {
  max-width: 1439px;
  margin: 0 auto;
  padding: 30px 0;
}
.page-page .custom-breadcrumbs a, .page-page .custom-breadcrumbs p, .page-page .custom-breadcrumbs nav {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #696969;
  text-decoration: none;
}
.page-page h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 30px;
  text-align: left;
  color: #000000;
  max-width: 1439px;
  margin: 30px auto 16px auto;
}

.mini-cart {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  transition: right 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  z-index: 100000;
  background: rgba(0, 0, 0, 0);
}
.mini-cart .minicart-content-full {
  position: relative;
  z-index: 100000;
  width: 612px;
  max-width: 612px;
  height: 100vh;
  margin-left: auto;
  background: #fff;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
}
.mini-cart ul {
  max-height: 78%;
  overflow: auto;
}
.mini-cart svg {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.mini-cart .mini-cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 39px 45px 34px 56px;
  background: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #000000;
}
.mini-cart .mini-cart-header h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #000000;
}
.mini-cart .mini-cart-header h3 span {
  height: 28px;
  background: #BE2C2D;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  display: inline-block;
  padding: 0 11px;
  position: relative;
  top: -2px;
}
.mini-cart .mini-cart-header button {
  background: none;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mini-cart .mini-cart-content {
  padding: 0 15px;
  overflow-y: auto;
  flex-grow: 1;
}
.mini-cart .woocommerce-mini-cart.cart_list.product_list_widget {
  padding: 0;
}
.mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li {
  list-style: none;
}

.mini-cart.open {
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.remove.remove_from_cart_button {
  font-size: 30px;
  text-decoration: none;
  padding-right: 20px;
}

.woocommerce-mini-cart__empty-message {
  padding: 0 0 0 41px;
}

.woocommerce-mini-cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 34px 0 10px 0;
  border-top: 1px solid #eee;
}

.cart-item-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.cart-item-thumbnail {
  margin-right: 10px;
}

.cart-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cart-item-remove {
  margin-left: 10px;
}

.cart-item-remove a {
  font-size: 20px;
  color: #ff0000;
  text-decoration: none;
}

.cart-item-remove a:hover {
  color: #cc0000;
}

/* Ogólny styl dla elementów mini-koszyka */
.woocommerce-mini-cart-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.mini-cart-item-left {
  flex: 0 0 auto;
  margin-right: 15px;
}
.mini-cart-item-left img {
  width: 84px;
  height: auto;
  max-height: 84px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mini-cart-item-center {
  flex: 1;
}
.mini-cart-item-center h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  max-width: 70%;
}

.woocommerce-Price-amount.amount bdi {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.mini-cart-item-quantity-price .quantity {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #696969;
}

.mini-cart-item-quantity-price {
  display: flex;
  flex-direction: column;
}

.mini-cart-item-right {
  flex: 0 0 auto;
  text-align: right;
}

.woocommerce-mini-cart__total {
  text-align: right;
  margin-top: 15px;
}
.woocommerce-mini-cart__total.total {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #D1D1D1;
  padding-top: 15px;
}
.woocommerce-mini-cart__total.total strong {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
.woocommerce-mini-cart__total.total bdi, .woocommerce-mini-cart__total.total span {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #BE2C2D;
}

.woocommerce-mini-cart__buttons {
  margin-top: 15px;
  text-align: center;
}

.mini-cart-content-custom {
  position: relative;
  height: 100%;
  padding: 0 15px;
}
.mini-cart-content-custom .bottom-cart {
  position: absolute;
  bottom: 150px;
  left: 32px;
  right: 0;
  width: calc(100% - 64px);
}

.woocommerce-mini-cart__buttons.buttons a {
  width: 100%;
  height: 49px;
  background: #BE2C2D;
  border: 0;
  display: block;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 49px;
  text-align: center;
  color: #FFFFFF;
}
.woocommerce-mini-cart__buttons.buttons a:first-child {
  display: none;
}

.woocommerce-order {
  max-width: 1439px;
  margin: 0 auto;
}
.woocommerce-order .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #19B844;
  margin-bottom: 56px;
  margin-top: 21px;
}

.woocommerce ul.order_details {
  padding: 0;
}

.woocommerce ul.order_details li {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-transform: none;
  color: #000000;
}
.woocommerce ul.order_details li strong {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #787878;
}

.woocommerce table.shop_table th {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  padding: 0;
  color: #000000;
}

.woocommerce table.shop_table td {
  padding: 0;
}
.woocommerce table.shop_table td a, .woocommerce table.shop_table td strong {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #787878;
  text-decoration: none;
}

.woocommerce-table__product-total.product-total bdi, .woocommerce-table__product-total.product-total span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #787878;
}

.woocommerce table.shop_table tfoot td {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}

.woocommerce table.shop_table {
  padding: 5px 22px;
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
  border-radius: 10px;
}
.woocommerce table.shop_table tr th, .woocommerce table.shop_table tr td {
  padding: 15px 0;
}
.woocommerce table.shop_table tfoot:first-of-type {
  display: none;
}

.woocommerce-order-details__title {
  display: none;
}

.woocommerce .woocommerce-customer-details {
  display: none;
}

.woocommerce-order-details {
  margin: 0 !important;
  padding-bottom: 137px;
}

.page-content {
  border-top: 1px solid #D7D7D7;
}

.account-page {
  background: #ffffff;
  padding: 0 30px;
}
.account-page h1 {
  margin: 30px 0 80px 0;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 30px;
  color: #000000;
}
.account-page h1 a {
  display: none;
}
.account-page .custom-breadcrumbs {
  padding: 30px 0;
  max-width: 1439px;
  margin: 0 auto;
}
.account-page .custom-breadcrumbs a, .account-page .custom-breadcrumbs p, .account-page .custom-breadcrumbs nav {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #696969;
  text-decoration: none;
}
.account-page .woocommerce {
  max-width: 1439px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 339px 1fr;
  gap: 28px;
  padding-bottom: 130px;
}
@media (max-width: 1024px) {
  .account-page .woocommerce {
    display: block;
  }
}
.account-page .woocommerce .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
.account-page .woocommerce .woocommerce-MyAccount-navigation ul li:first-child, .account-page .woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(3) {
  display: none;
}
.account-page .woocommerce .woocommerce-MyAccount-navigation li {
  height: 63px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  list-style: none;
  margin-bottom: 16px;
}
.account-page .woocommerce .woocommerce-MyAccount-navigation li a {
  display: block;
  line-height: 63px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  text-align: left;
  padding: 0 27px;
  text-decoration: none;
}
.account-page .woocommerce .woocommerce-MyAccount-navigation li.is-active {
  background: #BE2C2D;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.account-page .woocommerce .woocommerce-MyAccount-navigation li.is-active a {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
}
.account-page .woocommerce-password-hint {
  background: #BE2C2D;
  padding: 10px;
  border-radius: 5px;
  color: white;
}
.account-page.guest h2 {
  margin: 30px 0 0px 0;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 30px;
  color: #000000;
}
@media (max-width: 1024px) {
  .account-page.guest .woocommerce .col2-set .col-1, .account-page.guest .woocommerce .col2-set .col-2 {
    width: 100% !important;
  }
}
.account-page.guest .woocommerce {
  grid-template-columns: 1fr;
  max-width: 1200px;
  margin: 0 auto;
}
.account-page.guest .woocommerce form {
  height: 320px;
}
@media (max-width: 1024px) {
  .account-page.guest .woocommerce form {
    height: auto;
  }
}
.account-page.guest .woocommerce input {
  border-radius: 0 !important;
  padding: 0 15px !important;
  line-height: 46px !important;
  height: 46px !important;
  background: #FFFFFF !important;
  border: 1px solid #CACACA !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #696969 !important;
}
.account-page.guest .woocommerce button {
  height: 35px;
  background: #BE2C2D;
  padding: 0 22px !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 35px;
  color: #FFFFFF !important;
  margin-top: 15px;
  display: block;
}
.account-page.guest .woocommerce label {
  display: flex;
  align-items: center;
  gap: 15px;
}
.account-page .woocommerce table.my_account_orders {
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.account-page .woocommerce table.my_account_orders thead {
  background: #D3D3D3;
}
.account-page .woocommerce table.my_account_orders thead tr th {
  padding: 15px;
}
.account-page .woocommerce table.my_account_orders thead th, .account-page .woocommerce table.my_account_orders thead tr, .account-page .woocommerce table.my_account_orders thead td {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  border: none;
}
.account-page .woocommerce table.my_account_orders tbody {
  padding: 0 30px;
}
.account-page .woocommerce table.my_account_orders tbody tr th {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  padding: 15px;
}
.account-page .woocommerce table.my_account_orders tbody tr td {
  padding: 15px;
}
.account-page .woocommerce table.my_account_orders tbody tr td, .account-page .woocommerce table.my_account_orders tbody tr time, .account-page .woocommerce table.my_account_orders tbody tr span {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  color: #787878 !important;
}
.account-page .woocommerce table.my_account_orders tbody a {
  text-decoration: none;
}
.account-page .woocommerce table.my_account_orders tbody a.view {
  height: 35px;
  background: #BE2C2D;
  padding: 0 22px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 35px;
  color: #FFFFFF;
}

.woocommerce form .form-row .select2-container span {
  height: 46px !important;
  line-height: 46px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #696969 !important;
}

.woocommerce-MyAccount-content button[type=submit] {
  height: 35px;
  background: #BE2C2D;
  padding: 0 22px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 35px;
  color: #FFFFFF;
  margin-top: 15px;
}
.woocommerce-MyAccount-content input, .woocommerce-MyAccount-content select {
  padding: 0 15px;
  line-height: 46px;
  height: 46px !important;
  background: #FFFFFF !important;
  border: 1px solid #CACACA !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #696969 !important;
}

.woocommerce .col2-set h2, .woocommerce-page .col2-set h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
  margin-top: 15px;
}
.woocommerce .col2-set a, .woocommerce-page .col2-set a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #BE2C2D;
  margin-bottom: 5px;
}
.woocommerce .col2-set address, .woocommerce-page .col2-set address {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
}

.show-password-input {
  margin: 0 !important;
}

.woocommerce form .form-row br {
  display: none !important;
  height: 0 !important;
}

.dokan-dashboard-wrap {
  max-width: 1439px;
  margin: 50px auto;
  display: grid;
  grid-template-columns: 339px 1fr;
  gap: 28px;
  padding-bottom: 130px;
}
.dokan-dashboard-wrap input[type=text], .dokan-dashboard-wrap input[type=email], .dokan-dashboard-wrap input[type=number], .dokan-dashboard-wrap input[type=password], .dokan-dashboard-wrap input[type=tel], .dokan-dashboard-wrap input[type=search], .dokan-dashboard-wrap select,
.dokan-dashboard-wrap .dokan-select-product-category {
  padding: 0 0 0 10px;
  line-height: 46px !important;
  height: 46px !important;
  background: #FFFFFF !important;
  border: 1px solid #CACACA !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #696969 !important;
  outline: none !important;
  margin-bottom: 15px !important;
}
.dokan-dashboard-wrap .dokan-form-group {
  display: flex;
  gap: 15px;
}
.dokan-dashboard-wrap a.dokan-btn {
  text-decoration: none;
  border: 0;
}
.dokan-dashboard-wrap button.dokan-btn {
  background: #BE2C2D !important;
  padding: 10px 22px !important;
  font-style: normal !important;
  font-size: 16px !important;
  color: #FFFFFF !important;
  margin: 0 !important;
  border: 0;
}
.dokan-dashboard-wrap input[type=submit] {
  height: 48px !important;
  background: #BE2C2D !important;
  padding: 0 22px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 46px !important;
  color: #FFFFFF !important;
  display: block !important;
}
.dokan-dashboard-wrap input[type=checkbox] {
  margin-top: 10px;
}
.dokan-dashboard-wrap .content-half-part {
  padding-left: 0 !important;
}
.dokan-dashboard-wrap .content-half-part input {
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .dokan-dashboard-wrap {
    display: block;
  }
}
.dokan-dashboard-wrap ul.dokan-dashboard-menu {
  margin: 0;
  padding: 0;
}
.dokan-dashboard-wrap ul.dokan-dashboard-menu li {
  list-style: none;
}
.dokan-dashboard-wrap ul.dokan-dashboard-menu > li {
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  list-style: none;
  margin-bottom: 16px;
}
.dokan-dashboard-wrap ul.dokan-dashboard-menu > li i {
  margin-right: 15px;
}
.dokan-dashboard-wrap ul.dokan-dashboard-menu > li a {
  display: block;
  line-height: 63px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  text-align: left;
  padding: 0 27px;
  text-decoration: none;
}
.dokan-dashboard-wrap ul.dokan-dashboard-menu > li.active {
  background: #BE2C2D;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.dokan-dashboard-wrap ul.dokan-dashboard-menu > li.active a {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
}
.dokan-dashboard-wrap .dokan-common-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dokan-dashboard-wrap #mobile-menu-icon, .dokan-dashboard-wrap #toggle-mobile-menu {
  display: none;
}
.dokan-dashboard-wrap .dokan-w6.dokan-dash-left {
  float: none;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.dokan-dashboard-wrap .dokan-w6.dokan-dash-left ul {
  margin: 0;
  padding: 10px 0;
}
.dokan-dashboard-wrap .dokan-w6.dokan-dash-left ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 28px;
}
.dokan-dashboard-wrap .dokan-w6.dokan-dash-left ul li a, .dokan-dashboard-wrap .dokan-w6.dokan-dash-left ul li div {
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  text-align: left;
  text-decoration: none;
}
.dokan-dashboard-wrap .dokan-w6.dokan-dash-right {
  width: 100%;
  float: none;
}
.dokan-dashboard-wrap .dokan-w6.dokan-dash-right table {
  width: 100%;
}
.dokan-dashboard-header h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
}

.store-banner {
  width: 100%;
  margin-top: 10px;
}

.go-to-shop {
  height: 53px;
  border: 1px solid #C7C7C7;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 53px;
  color: #000000;
  margin-top: 18px;
}

.section-recently-added {
  padding: 60px 0;
}

.logo-section {
  overflow: hidden;
  padding: 60px 0;
  width: 100%;
}
.logo-section .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}
.logo-section .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.logo-section .swiper-slide img {
  width: 100%;
  max-width: 250px;
  height: auto;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.logo-section .swiper-slide img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
@media (max-width: 1024px) {
  .logo-section .swiper-slide img {
    max-width: 160px;
    max-height: 70px;
  }
}
@media (max-width: 768px) {
  .logo-section {
    padding: 40px 0;
  }
  .logo-section .swiper-slide img {
    max-width: 120px;
    max-height: 60px;
  }
}/*# sourceMappingURL=style.css.map */