@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
body {
  font-family: "DM Sans", serif !important;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "DM Sans", serif !important;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
a:focus img {
  outline: none !important;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 1630px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    max-width: 991px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 768px;
  }
}

.container_fluid {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto !important;
}

.contact {
  margin: 60px 0;
}

/* reset.css for WordPress */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* woocommerce-reset.css */
.woocommerce-page .product,
.woocommerce-page .cart,
.woocommerce-page .checkout,
.woocommerce-page .my-account {
  margin: 0;
  padding: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce div.product div.summary,
.woocommerce div.product div.images {
  margin: 0;
  padding: 0;
}

.woocommerce ul.products li.product a {
  text-decoration: none;
  color: inherit;
}

.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce button,
.woocommerce input[type=submit] {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
}

.woocommerce .quantity input[type=number],
.woocommerce .quantity input[type=text] {
  border: none;
  margin: 0;
  padding: 0;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  border-collapse: collapse;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 0;
  margin: 0;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.woocommerce .woocommerce-notices-wrapper {
  margin: 0;
  padding: 0;
}

.woocommerce .star-rating,
.woocommerce .product_meta,
.woocommerce .price,
.woocommerce .woocommerce-breadcrumb {
  margin: 0;
  padding: 0;
}

header.site-header .header_content .top_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .top_header {
    flex-wrap: wrap;
  }
}
header.site-header .header_content .top_header .site-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header.site-header .header_content .top_header .site-logo .burger_menu {
  display: none;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .top_header .site-logo .burger_menu {
    display: block;
  }
}
header.site-header .header_content .top_header .site-logo img {
  max-width: 250px;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .top_header .site-logo img {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  header.site-header .header_content .top_header .site-logo img {
    max-width: 140px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .top_header .dgwt-wcas-search-wrapp {
    max-width: 100%;
    order: 4;
  }
}
header.site-header .header_content .top_header .right_side {
  max-width: 300px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header.site-header .header_content .top_header .right_side {
    max-width: 170px;
  }
}
header.site-header .header_content .top_header .right_side a {
  margin-left: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header.site-header .header_content .top_header .right_side a {
    margin-left: 10px;
  }
}
header.site-header .header_content .top_header .right_side a svg {
  margin-right: 5px;
  align-self: center;
}
header.site-header .header_content .top_header .right_side a span {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 800;
  line-height: 18.23px;
}
@media screen and (max-width: 768px) {
  header.site-header .header_content .top_header .right_side a span {
    display: none;
  }
}
header.site-header .header_content .top_header .right_side a .count {
  border-radius: 12px;
  background: #FF5252;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: white;
  padding: 2px 15px;
}
header.site-header .header_content .bottom_header_wrap {
  background: #ffffff;
  padding: 14px 0;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .bottom_header_wrap {
    position: fixed;
    left: -350px;
    top: 0;
    max-width: 350px;
    width: 100%;
    bottom: 0;
    z-index: 2;
    padding: 50px 0;
    transition: all 0.3s;
    overflow-y: auto;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .bottom_header_wrap.active {
    left: 0;
    transition: all 0.3s;
  }
}
header.site-header .header_content .bottom_header_wrap .close {
  display: none;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .bottom_header_wrap .close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
header.site-header .header_content .bottom_header_wrap.is_home {
  background: #131313;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .bottom_header_wrap.is_home {
    background: #ffffff;
  }
}
header.site-header .header_content .bottom_header_wrap.is_home .bottom_header .left_bottom_header .primary-navigation ul.menu-wrapper li.menu-item a {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .bottom_header_wrap.is_home .bottom_header .left_bottom_header .primary-navigation ul.menu-wrapper li.menu-item a {
    color: #000000;
  }
}
header.site-header .header_content .bottom_header_wrap .bottom_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: calc(100% - 420px);
  width: 100%;
}
@media screen and (max-width: 1630px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header {
    max-width: calc(100% - 376px);
  }
}
@media screen and (max-width: 1230px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header {
    max-width: calc(100% - 286px);
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header {
    max-width: none;
    flex-wrap: wrap;
  }
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .burger {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: white;
  border-radius: 12px 12px 0 0;
  padding: 12px 20px;
  max-width: 290px;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1630px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .burger {
    padding: 12px 10px;
    max-width: 220px;
  }
}
@media screen and (max-width: 1230px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .burger {
    max-width: 170px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .burger {
    display: none;
  }
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .burger span {
  font-size: 20px;
  font-weight: 900;
  line-height: 26.04px;
  text-transform: uppercase;
  color: #131313;
  margin-left: 12px;
}
@media screen and (max-width: 1630px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .burger span {
    font-size: 14px;
  }
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  max-width: 290px;
  width: 100%;
  background: white;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 32px 22px;
  border-radius: 0 0 12px 12px;
  display: none;
  height: 410px;
  z-index: 1;
}
@media screen and (max-width: 1630px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .dropdown {
    max-width: 220px;
    padding: 32px 7px;
  }
}
@media screen and (max-width: 1230px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .dropdown {
    max-width: 170px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .dropdown {
    background: transparent;
    max-width: none;
    position: initial;
    width: 100%;
    height: auto;
    box-shadow: none;
    padding: 0;
  }
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .dropdown.active {
  display: block;
  border-radius: 0 0 0 12px;
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .dropdown nav.left_menu_navigation ul li {
  padding: 12px;
  margin-bottom: 20px;
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .dropdown nav.left_menu_navigation ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  position: relative;
  padding-left: 28px;
  display: block;
}
@media screen and (max-width: 1630px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .dropdown nav.left_menu_navigation ul li a {
    font-size: 16px;
  }
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .dropdown nav.left_menu_navigation ul li a:before {
  content: "";
  position: absolute;
  left: -10px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  display: block;
}
@media screen and (max-width: 1630px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .dropdown nav.left_menu_navigation ul li a:before {
    left: 0;
  }
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .dropdown nav.left_menu_navigation ul li.mentenanta a:before {
  background: url("/wp-content/themes/victor-child/assets/img/mentenanta.svg");
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .dropdown nav.left_menu_navigation ul li.inchirieri a:before {
  background: url("/wp-content/themes/victor-child/assets/img/inchirieri.svg");
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .dropdown nav.left_menu_navigation ul li.consumabile a:before {
  background: url("/wp-content/themes/victor-child/assets/img/consumabile.svg");
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .dropdown nav.left_menu_navigation ul li.echipamente a:before {
  background: url("/wp-content/themes/victor-child/assets/img/echipamente.svg");
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation {
  margin-left: 25px;
}
@media screen and (max-width: 1630px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation {
    margin-left: 5px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation {
    margin-left: 0;
  }
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation ul.menu-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation ul.menu-wrapper {
    flex-wrap: wrap;
  }
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation ul.menu-wrapper li.menu-item {
  margin: 0 7px;
  padding: 17px 0;
}
@media screen and (max-width: 1630px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation ul.menu-wrapper li.menu-item {
    margin: 0 4px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation ul.menu-wrapper li.menu-item {
    width: 100%;
    padding: 17px 12px;
  }
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation ul.menu-wrapper li.menu-item.menu-item-has-children a {
  position: relative;
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation ul.menu-wrapper li.menu-item.menu-item-has-children a:after {
  content: "";
  position: absolute;
  right: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 0;
  border-top: 5px solid white;
  display: block;
  top: 50%;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation ul.menu-wrapper li.menu-item.menu-item-has-children a:after {
    border-top: 5px solid #000000;
  }
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation ul.menu-wrapper li.menu-item.menu-item-has-children:hover ul.sub-menu {
  display: block;
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation ul.menu-wrapper li.menu-item a {
  color: #171717;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  padding-right: 20px;
}
@media screen and (max-width: 1630px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation ul.menu-wrapper li.menu-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation ul.menu-wrapper li.menu-item a {
    font-size: 16px;
  }
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation ul.menu-wrapper li.menu-item button {
  display: none;
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation ul.menu-wrapper li.menu-item ul.sub-menu {
  display: none;
  position: absolute;
  background: white;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  top: 100%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation ul.menu-wrapper li.menu-item ul.sub-menu {
    display: block;
    position: relative;
    box-shadow: none;
    padding: 0;
  }
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation ul.menu-wrapper li.menu-item ul.sub-menu li {
  padding: 8px 12px;
  margin-bottom: 4px;
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation ul.menu-wrapper li.menu-item ul.sub-menu li a {
  font-size: 15px;
  font-weight: 400;
  line-height: 19.53px;
  color: #000000;
}
header.site-header .header_content .bottom_header_wrap .bottom_header .left_bottom_header .primary-navigation ul.menu-wrapper li.menu-item ul.sub-menu li a:after {
  display: none;
}
header.site-header .header_content .bottom_header_wrap .bottom_header .right_bottom_header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 991px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .right_bottom_header {
    display: none;
  }
}
header.site-header .header_content .bottom_header_wrap .bottom_header .right_bottom_header a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  background: #FFFFFF;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.23px;
  color: #000000;
  margin-left: 12px;
}
@media screen and (max-width: 1630px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .right_bottom_header a {
    padding: 12px 6px;
  }
}
header.site-header .header_content .bottom_header_wrap .bottom_header .right_bottom_header a:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 1630px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .right_bottom_header a {
    margin-left: 5px;
  }
}
header.site-header .header_content .bottom_header_wrap .bottom_header .right_bottom_header a svg {
  margin-left: 12px;
}
@media screen and (max-width: 1230px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .right_bottom_header a svg {
    display: none;
  }
}
header.site-header .header_content .bottom_header_wrap .bottom_header .right_bottom_header a.phone {
  background: #FF5252;
  padding: 6px 15px;
}
@media screen and (max-width: 1630px) {
  header.site-header .header_content .bottom_header_wrap .bottom_header .right_bottom_header a.phone {
    padding: 6px;
  }
}
header.site-header .header_content .bottom_header_wrap .bottom_header .right_bottom_header a.phone svg {
  margin-left: 0;
  margin-right: 12px;
}
header.site-header .header_content .bottom_header_wrap .bottom_header .right_bottom_header a.phone span span {
  display: block;
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
}
header.site-header .header_content .bottom_header_wrap .bottom_header .right_bottom_header a.phone span span:last-of-type {
  font-size: 14px;
  font-weight: 900;
}

.main_slide_wrap {
  max-width: calc(100% - 290px);
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1630px) {
  .main_slide_wrap {
    max-width: calc(100% - 220px);
  }
}
@media screen and (max-width: 1230px) {
  .main_slide_wrap {
    max-width: calc(100% - 170px);
  }
}
@media screen and (max-width: 991px) {
  .main_slide_wrap {
    max-width: 100%;
  }
}
.main_slide_wrap .slide {
  position: relative;
  height: 398px;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .main_slide_wrap .slide {
    height: 300px;
  }
}
.main_slide_wrap .slide .slide_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  max-width: 450px;
}
.main_slide_wrap .slide .slide_content h2 {
  font-size: 56px;
  font-weight: 900;
  line-height: 68.26px;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .main_slide_wrap .slide .slide_content h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.main_slide_wrap .slide .slide_content h5 {
  font-size: 26px;
  font-weight: 300;
  line-height: 31.69px;
  color: #FFFFFF;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .main_slide_wrap .slide .slide_content h5 {
    font-size: 18px;
    line-height: 26px;
  }
}
.main_slide_wrap .slide .slide_content a {
  display: flex;
  align-items: center;
  width: fit-content;
  background: #FFFFFF;
  padding: 13px 20px;
  border-radius: 24px;
  transition: all 0.3s;
}
.main_slide_wrap .slide .slide_content a:hover {
  background: #FAFFB2;
  transition: all 0.3s;
}
.main_slide_wrap .slide .slide_content a span {
  margin-right: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  color: #0017BC;
}

.home_big_categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 991px) {
  .home_big_categories {
    flex-wrap: wrap;
  }
}
.home_big_categories .single_category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: calc(33.3333333333% - 9px);
  width: 100%;
}
@media screen and (max-width: 991px) {
  .home_big_categories .single_category {
    max-width: calc(50% - 19px);
  }
}
@media screen and (max-width: 768px) {
  .home_big_categories .single_category {
    flex-wrap: wrap;
    max-width: calc(50% - 9px);
  }
}
@media screen and (max-width: 991px) {
  .home_big_categories .single_category:last-of-type {
    margin-top: 30px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .home_big_categories .single_category:last-of-type .text_side {
    max-width: 48%;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .home_big_categories .single_category:last-of-type .img_side {
    max-width: 48%;
  }
}
@media screen and (max-width: 991px) {
  .home_big_categories .single_category:last-of-type .img_side img {
    margin: 0 auto;
    display: block;
  }
}
.home_big_categories .single_category .text_side {
  max-width: 48%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home_big_categories .single_category .text_side {
    max-width: 100%;
    order: 2;
  }
}
.home_big_categories .single_category .text_side h3 {
  font-size: 32px;
  font-weight: 800;
  line-height: 41.66px;
  text-align: left;
  color: #000000;
  margin-bottom: 16px;
}
@media screen and (max-width: 1630px) {
  .home_big_categories .single_category .text_side h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1230px) {
  .home_big_categories .single_category .text_side h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 7px;
  }
}
.home_big_categories .single_category .text_side p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  text-align: left;
  color: #000000;
  margin-bottom: 8px;
}
@media screen and (max-width: 1230px) {
  .home_big_categories .single_category .text_side p {
    margin-bottom: 4px;
  }
}
.home_big_categories .single_category .text_side a {
  padding: 8px;
  border-radius: 24px;
  background: #1E1E1E;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: fit-content;
}
@media screen and (max-width: 1230px) {
  .home_big_categories .single_category .text_side a {
    margin-top: 10px;
  }
}
.home_big_categories .single_category .text_side a span {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  margin-right: 14px;
  color: #FFFFFF;
}
@media screen and (max-width: 1230px) {
  .home_big_categories .single_category .text_side a span {
    margin-right: 5px;
  }
}
.home_big_categories .single_category .img_side {
  max-width: 48%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home_big_categories .single_category .img_side {
    order: 1;
    max-width: 100%;
  }
}

.popular_section {
  margin-top: 80px;
}
.popular_section .header_popular_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .popular_section .header_popular_section {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .popular_section .header_popular_section h3 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.popular_section .header_popular_section h3 a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.popular_section .header_popular_section h3 a span {
  font-size: 24px;
  font-weight: 800;
  line-height: 31.25px;
  color: #131212;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .popular_section .header_popular_section h3 a span {
    font-size: 20px;
  }
}
.popular_section .header_popular_section .popular_brands {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.popular_section .header_popular_section .popular_brands .all_brands {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.popular_section .header_popular_section .popular_brands .all_brands span {
  font-size: 14px;
  font-weight: 700;
  line-height: 18.23px;
  color: #000000;
  margin-right: 12px;
}
.popular_section .header_popular_section .popular_brands .subcategorie {
  margin-left: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .popular_section .header_popular_section .popular_brands .subcategorie {
    display: none;
  }
}
.popular_section .popular_section_products .woocommerce-products-header {
  display: none;
}
.popular_section .popular_section_products ul.products {
  clear: unset;
  box-sizing: border-box;
}
.popular_section .popular_section_products ul.products:before, .popular_section .popular_section_products ul.products:after {
  display: none;
}
.popular_section .popular_section_products ul.products li.product {
  padding: 0 8px;
}

.home_inchiriere {
  display: flex;
  justify-content: space-between;
  margin: 100px 0;
}
@media screen and (max-width: 768px) {
  .home_inchiriere {
    flex-wrap: wrap;
    margin: 50px 0;
  }
}
.home_inchiriere.mentenanta {
  background-size: auto 100%;
  background-position: right center;
  border-radius: 24px;
  padding: 30px 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .home_inchiriere.mentenanta {
    background-image: none !important;
    flex-wrap: wrap;
  }
}
.home_inchiriere.mentenanta .mobile_image {
  display: none;
}
@media screen and (max-width: 991px) {
  .home_inchiriere.mentenanta .mobile_image {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.home_inchiriere.mentenanta .text_side {
  max-width: 40%;
  width: 100%;
}
@media screen and (max-width: 1230px) {
  .home_inchiriere.mentenanta .text_side {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .home_inchiriere.mentenanta .text_side {
    max-width: 600px;
  }
}
@media screen and (max-width: 1230px) {
  .home_inchiriere.mentenanta .text_side h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1230px) {
  .home_inchiriere.mentenanta .text_side p, .home_inchiriere.mentenanta .text_side li {
    font-size: 16px;
  }
}
.home_inchiriere.mentenanta .text_side b {
  font-weight: 600;
}
.home_inchiriere.mentenanta .text_side .buttons {
  margin-top: 25px;
}
.home_inchiriere.mentenanta .text_side .refurbished_count {
  background: #FF5252;
}
@media screen and (max-width: 1230px) {
  .home_inchiriere.mentenanta .text_side .refurbished_count {
    font-size: 16px;
  }
}
.home_inchiriere .text_side {
  max-width: 48%;
  width: 100%;
  padding: 20px 20px 20px 100px;
  align-self: center;
}
@media screen and (max-width: 1230px) {
  .home_inchiriere .text_side {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .home_inchiriere .text_side {
    order: 2;
    max-width: 100%;
  }
}
.home_inchiriere .text_side h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 62.5px;
  margin-bottom: 12px;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .home_inchiriere .text_side h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.home_inchiriere .text_side .descriere p, .home_inchiriere .text_side .descriere li {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.44px;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .home_inchiriere .text_side .descriere p, .home_inchiriere .text_side .descriere li {
    font-size: 16px;
    line-height: 18px;
  }
}
.home_inchiriere .text_side .descriere strong {
  font-weight: 600;
}
.home_inchiriere .text_side .descriere ul {
  margin-top: 12px;
  padding-left: 20px;
  margin-bottom: 12px;
}
.home_inchiriere .text_side .descriere ul li {
  list-style: initial !important;
}
.home_inchiriere .text_side .refurbished_count {
  font-size: 20px;
  font-weight: 400;
  line-height: 26.04px;
  color: #FFFFFF;
  background: #1BB300;
  padding: 8px 12px;
  border-radius: 99px;
  margin-bottom: 15px;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .home_inchiriere .text_side .refurbished_count {
    font-size: 16px;
  }
}
.home_inchiriere .text_side .buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.home_inchiriere .text_side .buttons a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.home_inchiriere .text_side .buttons a:first-of-type {
  margin-right: 25px;
}
@media screen and (max-width: 991px) {
  .home_inchiriere .text_side .buttons a:first-of-type {
    margin-right: 10px;
  }
}
.home_inchiriere .text_side .buttons a span {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  color: #000000;
}
@media screen and (max-width: 991px) {
  .home_inchiriere .text_side .buttons a span {
    font-size: 14px;
  }
}
.home_inchiriere .img_side {
  max-width: 48%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home_inchiriere .img_side {
    order: 1;
    max-width: 100%;
  }
}

.section_contact {
  display: flex;
  justify-content: space-between;
  padding: 20px 100px;
}
@media screen and (max-width: 991px) {
  .section_contact {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .section_contact {
    flex-wrap: wrap;
  }
}
.section_contact .contact_side {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section_contact .contact_side {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.section_contact .contact_side h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 62.5px;
  color: #000000;
  margin-bottom: 12px;
}
@media screen and (max-width: 1230px) {
  .section_contact .contact_side h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.section_contact .contact_side .contacts h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26.04px;
  position: relative;
  color: #000000;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.section_contact .contact_side .contacts h6:after {
  content: "";
  height: 3px;
  width: 65px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f7b00b;
}
.section_contact .contact_side .contacts .block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
.section_contact .contact_side .contacts .block svg {
  margin-right: 20px;
}
.section_contact .contact_side .contacts .block p {
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #414141;
}
.section_contact .contact_side .contacts .block p a {
  font-weight: 400;
}
.section_contact .contact_side .contacts .block a {
  font-size: 14px;
  font-weight: 900;
  line-height: 18.23px;
  color: #414141;
}
.section_contact .contact_side .company_details h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26.04px;
  position: relative;
  color: #000000;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.section_contact .contact_side .company_details h6:after {
  content: "";
  height: 3px;
  width: 65px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0017bc;
}
.section_contact .contact_side .company_details .block {
  margin-bottom: 12px;
}
.section_contact .contact_side .company_details .block span {
  font-size: 14px;
  font-weight: 900;
  line-height: 18.23px;
  color: #414141;
  margin-bottom: 2px;
}
.section_contact .contact_side .company_details .block p {
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #414141;
}

.form_side {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .form_side {
    max-width: 100%;
  }
}
.form_side h4 {
  font-weight: 700;
  line-height: 28.8px;
  letter-spacing: -0.02em;
  color: #1E1E1E;
  margin-bottom: 24px;
  font-size: 24px;
}
.form_side form .half {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .form_side form .half {
    flex-wrap: wrap;
  }
}
.form_side form .half p {
  max-width: 48%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form_side form .half p {
    max-width: 100%;
  }
}
.form_side form p {
  margin-bottom: 24px;
}
.form_side form p label {
  font-size: 18px;
  line-height: 20px;
  color: #1E1E1E;
  margin-bottom: 5px;
}
.form_side form p label span input {
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 6px;
}
.form_side form p label span textarea {
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 6px;
  height: 150px;
}
.form_side form p label span .wpcf7-not-valid-tip {
  font-size: 12px;
}
.form_side form p .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.form_side form p .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form_side form p .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input {
  margin-right: 12px;
}
.form_side form p .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label span {
  font-size: 18px;
  line-height: 22px;
  color: #757575;
}
.form_side form p input[type=submit] {
  margin-top: 24px;
  text-align: center;
  width: 100%;
  border-top: 1px solid #2C2C2C;
  background: #1040D0;
  padding: 12px;
  color: #F5F5F5;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 8px;
}
.form_side form p .wpcf7-spinner {
  position: absolute;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .star-rating {
  display: none;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img.attachment-woocommerce_thumbnail {
  order: 1;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .onsale {
  order: 2;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  padding: 2px 8px;
  color: white;
  background: #FF5252;
  border-radius: 12px;
  min-height: auto;
  width: fit-content;
  margin-bottom: 4px;
  top: auto;
  left: 0;
  bottom: 150px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .onsale {
    bottom: 121px;
  }
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
  order: 4;
  padding: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 26.04px;
  color: #000000;
  height: 52px;
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
  }
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price {
  order: 3;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price .amount bdi {
  font-size: 24px;
  font-weight: 700;
  line-height: 31.25px;
  color: #0017BC;
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price .amount bdi {
    font-size: 16px;
    line-height: 20px;
  }
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price del .amount bdi {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #3F3F3F;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price del .amount bdi {
    font-size: 12px;
    line-height: 16px;
  }
}
.woocommerce ul.products li.product a.button {
  text-align: center;
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #FFFFFF;
  background: #1E1E1E;
  border-radius: 24px;
}

footer.site-footer {
  padding: 40px 0 0;
}
footer.site-footer .footer_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1230px) {
  footer.site-footer .footer_content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_content {
    justify-content: center;
  }
}
footer.site-footer .footer_content .column {
  max-width: 200px;
  width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  footer.site-footer .footer_content .column {
    margin-top: 40px;
  }
}
footer.site-footer .footer_content .column.logo_column {
  max-width: 380px;
  margin-top: 0;
}
footer.site-footer .footer_content .column.logo_column img {
  margin-bottom: 12px;
}
footer.site-footer .footer_content .column.logo_column .newsletter {
  background: linear-gradient(90deg, #0017BC 0%, #9747FF 100%);
  padding: 13px;
  border-radius: 12px;
}
footer.site-footer .footer_content .column.logo_column .newsletter h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 12px;
}
footer.site-footer .footer_content .column.logo_column .newsletter form .sib_signup_box_inside_1 p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer.site-footer .footer_content .column.logo_column .newsletter form .sib_signup_box_inside_1 p input[type=email] {
  max-width: 250px;
  width: 100%;
  background: white;
  border-radius: 12px;
  padding: 10px 16px;
  font-size: 16px;
  color: #000000;
}
footer.site-footer .footer_content .column.logo_column .newsletter form .sib_signup_box_inside_1 p input[type=email]::placeholder {
  color: #B3B3B3;
}
footer.site-footer .footer_content .column.logo_column .newsletter form .sib_signup_box_inside_1 p input[type=submit] {
  border: 1px solid #2C2C2C;
  background: #F8EDF9;
  padding: 12px;
  border-radius: 12px;
  margin-left: 12px;
  color: #AF51BB;
}
footer.site-footer .footer_content .column.logo_column h5 {
  font-size: 20px;
  font-weight: 800;
  line-height: 26.04px;
  margin: 12px 0;
  color: #000000;
}
footer.site-footer .footer_content .column.logo_column .footer_site_description {
  max-width: 330px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  color: #000000;
  margin-bottom: 12px;
}
footer.site-footer .footer_content .column.logo_column .anpc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer.site-footer .footer_content .column.logo_column .anpc img {
  margin: 0 5px;
}
footer.site-footer .footer_content .column .column_title {
  font-size: 20px;
  font-weight: 800;
  line-height: 26.04px;
  color: #000000;
  position: relative;
  border-bottom: 3px solid;
  width: fit-content;
  margin-bottom: 6px;
}
footer.site-footer .footer_content .column nav ul li {
  margin-bottom: 8px;
}
footer.site-footer .footer_content .column nav ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #000000;
}
footer.site-footer .footer_content .column .block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer.site-footer .footer_content .column .block svg {
  margin-right: 10px;
}
footer.site-footer .footer_content .column .block p {
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #414141;
}
footer.site-footer .footer_content .column .block p a {
  font-weight: 500;
}
footer.site-footer .footer_content .column .block a {
  font-size: 14px;
  font-weight: 900;
  line-height: 15.62px;
  color: #414141;
}
footer.site-footer .footer_content .column a.go_to_contact {
  font-size: 14px;
  font-weight: 700;
  line-height: 18.23px;
  text-decoration: underline !important;
  color: #414141;
  margin-top: 12px;
  display: block;
}
footer.site-footer .footer_bottom {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #FFFFFF;
  background: #1E1E1E;
  padding: 14px;
}

.woocommerce-page .woocommerce-breadcrumb {
  font-size: 16px;
  font-weight: 800;
  line-height: 20.83px;
  color: #FF5252;
  margin: 35px 0;
}
.woocommerce-page .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #000000;
}
.woocommerce-page .custom_shop_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.woocommerce-page .custom_shop_wrap .filter {
  max-width: 250px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .woocommerce-page .custom_shop_wrap .filter {
    position: fixed;
    height: 500px;
    overflow-y: auto;
    bottom: -500px;
    left: 0;
    right: 0;
    width: 100%;
    background: #efefef;
    z-index: 2;
    max-width: 100%;
    padding: 15px;
    transition: all 0.5s;
    border-radius: 12px 12px 0 0;
  }
}
.woocommerce-page .custom_shop_wrap .filter.active {
  bottom: 0;
  transition: all 0.5s;
}
.woocommerce-page .custom_shop_wrap .filter .filter_head {
  padding-bottom: 14px;
  border-bottom: 1px solid #9f9f9f;
  margin-bottom: 14px;
}
.woocommerce-page .custom_shop_wrap .filter .filter_head h3 {
  display: flex;
  justify-content: flex-start;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.25px;
  color: #000000;
  align-items: center;
}
.woocommerce-page .custom_shop_wrap .filter .filter_head h3 svg {
  display: none;
}
@media screen and (max-width: 991px) {
  .woocommerce-page .custom_shop_wrap .filter .filter_head h3 svg {
    display: block;
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget {
    padding: 15px;
  }
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_head {
  display: none;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body .berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy span {
  display: none;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body .berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy ul li a {
  display: flex;
  flex-direction: row-reverse;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.83px;
  color: #0017BC;
  align-items: center;
  margin-right: 10px;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body .berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy ul li a i {
  margin-left: 5px;
  background: url("/wp-content/themes/victor-child/assets/img/close.png");
  background-size: contain;
  width: 12px;
  height: 12px;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body .berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy ul li a i:before {
  display: none;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body .berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter .bapf_sfa_unall li a {
  display: flex;
  flex-direction: row-reverse;
  font-size: 16px;
  font-weight: 300;
  line-height: 20.83px;
  color: #0017BC;
  align-items: center;
  margin-right: 10px;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body .berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter .bapf_sfa_unall li a i {
  margin-left: 5px;
  background: url("/wp-content/themes/victor-child/assets/img/close.png");
  background-size: contain;
  width: 12px;
  height: 12px;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body .berocket_aapf_widget_selected_area .berocket_aapf_widget_selected_filter .bapf_sfa_unall li a i:before {
  display: none;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li {
  margin: 10px 0 !important;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input {
  display: none;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li input:checked + label:after {
  display: block;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li label {
  position: relative;
  padding-left: 25px;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li label:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #1e1e1e;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li label:after {
  width: 11px;
  height: 11px;
  content: "";
  border-radius: 50%;
  background: #1e1e1e;
  position: absolute;
  left: 4px;
  top: 9px;
  display: none;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul > li > label {
  font-size: 20px;
  font-weight: 700;
  line-height: 26.04px;
  color: #000000;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul > li > label:before {
  top: 5px;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul > li > ul > li > label {
  font-size: 19px;
  font-weight: 600;
  line-height: 26.04px;
  color: #000000;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul > li > ul > li > label:before {
  top: 3px;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul > li > ul > li > label:after {
  top: 7px;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul > li > ul > li > ul > li > label {
  font-size: 17px;
  font-weight: 500;
  line-height: 24.04px;
  color: #000000;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul > li > ul > li > ul > li > label:before {
  top: 2px;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul > li > ul > li > ul > li > label:after {
  top: 6px;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul > li > ul > li > ul > li > ul > li > label {
  font-size: 15px;
  font-weight: 400;
  line-height: 19.53px;
  color: #000000;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul > li > ul > li > ul > li > ul > li > label:before {
  top: 0px;
}
.woocommerce-page .custom_shop_wrap .filter .berocket_single_filter_widget .bapf_sfilter .bapf_body > ul > li > ul > li > ul > li > ul > li > label:after {
  top: 4px;
}
.woocommerce-page .custom_shop_wrap .custom_loop_wrap {
  max-width: calc(100% - 300px);
  width: 100%;
}
@media screen and (max-width: 991px) {
  .woocommerce-page .custom_shop_wrap .custom_loop_wrap {
    max-width: 100%;
  }
}
.woocommerce-page .custom_shop_wrap .custom_loop_wrap .custom_loop_wrap_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .woocommerce-page .custom_shop_wrap .custom_loop_wrap .custom_loop_wrap_header {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-page .custom_shop_wrap .custom_loop_wrap .custom_loop_wrap_header .woocommerce-products-header {
    width: 100%;
    margin-bottom: 15px;
  }
}
.woocommerce-page .custom_shop_wrap .custom_loop_wrap .custom_loop_wrap_header .woocommerce-products-header h1 {
  font-size: 32px;
  font-weight: 800;
  line-height: 41.66px;
  color: #000000;
}
.woocommerce-page .custom_shop_wrap .custom_loop_wrap .custom_loop_wrap_header .mobile_filter_toggle {
  display: none;
}
@media screen and (max-width: 991px) {
  .woocommerce-page .custom_shop_wrap .custom_loop_wrap .custom_loop_wrap_header .mobile_filter_toggle {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.83px;
    position: relative;
    padding-right: 15px;
    margin-bottom: 15px;
  }
}
.woocommerce-page .custom_shop_wrap .custom_loop_wrap .custom_loop_wrap_header .mobile_filter_toggle:after {
  content: "";
  position: absolute;
  right: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 0;
  border-top: 5px solid #1e1e1e;
  display: block;
  top: 45%;
}
.woocommerce-page .custom_shop_wrap .custom_loop_wrap .custom_loop_wrap_header .woocommerce-result-count {
  display: none !important;
}
.woocommerce-page .custom_shop_wrap .custom_loop_wrap .custom_loop_wrap_header .woocommerce-ordering {
  margin-bottom: 0;
}
.woocommerce-page .custom_shop_wrap .custom_loop_wrap .custom_loop_wrap_header .woocommerce-ordering select {
  border: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
}
.woocommerce-page .custom_shop_wrap .custom_loop_wrap ul.products {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-page .custom_shop_wrap .custom_loop_wrap ul.products li.product {
  width: calc(20% - 19px);
  margin: 0 9px 25px;
}
@media screen and (max-width: 1630px) {
  .woocommerce-page .custom_shop_wrap .custom_loop_wrap ul.products li.product {
    width: calc(25% - 19px);
  }
}
@media screen and (max-width: 1230px) {
  .woocommerce-page .custom_shop_wrap .custom_loop_wrap ul.products li.product {
    width: calc(33.3333333333% - 19px);
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-page .custom_shop_wrap .custom_loop_wrap ul.products li.product {
    width: calc(50% - 19px);
  }
}
.woocommerce-page .custom_shop_wrap .woocommerce-pagination {
  margin: 0 auto;
}
.woocommerce-page .custom_shop_wrap .woocommerce-pagination .page-numbers {
  border: 0;
}
.woocommerce-page .custom_shop_wrap .woocommerce-pagination .page-numbers li {
  margin: 0 4px;
  border: 0;
}
.woocommerce-page .custom_shop_wrap .woocommerce-pagination .page-numbers li span {
  width: 32px;
  height: 32px;
  background: #2c2c2c;
  color: white;
  font-size: 18px;
  line-height: 18px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-page .custom_shop_wrap .woocommerce-pagination .page-numbers li a {
  font-size: 18px;
  line-height: 18px;
  border-radius: 5px;
  transition: all 0.3s;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-page .custom_shop_wrap .woocommerce-pagination .page-numbers li a:hover {
  background: #2c2c2c;
  color: white;
  transition: all 0.3s;
}

.single-product .product_wrap {
  max-width: 1230px;
  margin: 60px auto 0;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .single-product .woocommerce-breadcrumb {
    display: none;
  }
}
.single-product .woocommerce-notices-wrapper {
  max-width: 1230px;
  margin: 30px auto 30px;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message {
  padding: 20px 15px 20px 25px;
  border: 1px solid gray;
  border-radius: 8px;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message:focus-visible {
  outline: none;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message:before {
  left: 5px;
  top: 21px;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message a {
  color: #0010c0;
}
.single-product .product .woocommerce-product-gallery img {
  margin: 0 auto;
}
.single-product .product .summary {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .single-product .product .summary {
    margin-top: 25px !important;
  }
}
.single-product .product .summary h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 52.08px;
  color: #000000;
  order: 1;
}
@media screen and (max-width: 768px) {
  .single-product .product .summary h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.single-product .product .summary .woocommerce-product-rating {
  order: 2;
  margin-bottom: 14px;
}
.single-product .product .summary .onsale {
  order: 3;
  position: initial;
  width: fit-content;
  border-radius: 12px;
  padding: 4px 8px;
  background: #ff5252;
  line-height: 1;
  min-height: auto;
  margin-bottom: 10px;
}
.single-product .product .summary .price {
  order: 4;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.single-product .product .summary .price del bdi {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 26.04px;
  color: #3F3F3F;
}
.single-product .product .summary .price ins, .single-product .product .summary .price bdi {
  font-family: DM Sans;
  font-size: 32px;
  font-weight: 700;
  line-height: 41.66px;
  margin-right: 10px;
  color: #0017BC;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .single-product .product .summary .price ins, .single-product .product .summary .price bdi {
    font-size: 24px;
    line-height: 32px;
  }
}
.single-product .product .summary .shiping_cost_note {
  order: 5;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #FF5252;
  margin: 14px 0;
}
.single-product .product .summary form.cart {
  order: 7;
}
.single-product .product .summary form.cart .qib-button-wrapper {
  border: 1px solid #D9D9D9;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .single-product .product .summary form.cart .qib-button-wrapper {
    float: none;
  }
}
.single-product .product .summary form.cart .qib-button-wrapper button {
  border-radius: 12px;
}
.single-product .product .summary form.cart .qib-button-wrapper input {
  border: 0;
}
@media screen and (max-width: 768px) {
  .single-product .product .summary form.cart .qib-button-wrapper input {
    width: 100%;
    justify-content: center;
  }
}
.single-product .product .summary form.cart button.single_add_to_cart_button {
  background: #1E1E1E;
  border-radius: 24px;
  padding: 10px 30px;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #FFFFFF;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .single-product .product .summary form.cart button.single_add_to_cart_button {
    margin-top: 15px;
    width: 100%;
    margin-left: 0;
  }
}
.single-product .product .summary .product_meta {
  order: 6;
  margin-bottom: 14px;
}
.single-product .product .summary .product_meta .sku_wrapper {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.04px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .single-product .product .summary .product_meta .sku_wrapper {
    font-size: 16px;
  }
}
.single-product .product .summary .product_meta .sku_wrapper .sku {
  font-weight: 400;
}
.single-product .product .summary .product_meta .posted_in {
  display: none;
}
.single-product .product .summary .woosw-btn {
  order: 8;
}
.single-product .product .summary .woosw-btn .woosw-btn-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 20.83px;
  color: #000000;
}
.single-product .product .summary .woosw-btn .woosw-btn-icon {
  font-size: 20px;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 40px;
  margin-bottom: 60px;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
  display: none;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
  display: block !important;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
  font-family: DM Sans;
  font-size: 32px;
  font-weight: 800;
  line-height: 41.66px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel p {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 26.04px;
  color: #000000;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel p {
    font-size: 16px;
    line-height: 20px;
  }
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel p strong {
  font-weight: 700;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel table {
  border-top: 0;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel table tbody tr th {
  border: 0;
  background: transparent;
  padding: 0 0 10px 0;
  line-height: 1;
  text-align: left;
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 12px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel table tbody tr th {
    font-size: 16px;
  }
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel table tbody tr td {
  border: 0;
  background: transparent;
  line-height: 1;
  padding-bottom: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel table tbody tr td {
    font-size: 16px;
  }
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel table tbody tr td p {
  padding: 0;
  margin-bottom: 0;
  font-style: normal;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol li .comment_container .avatar {
  display: none;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol li .comment_container .comment-text {
  margin: 0 !important;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol li .comment_container .comment-text .star-rating {
  color: #1323c4;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews #comments ol li .comment_container .comment-text .meta strong {
  color: #1323c4;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-reply-title {
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.25px;
  text-align: left;
  margin-bottom: 10px;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating label {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 31.25px;
  text-align: left;
  margin-bottom: 10px;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating .stars a {
  color: #1323c4;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-comment textarea {
  border: 1px solid gray;
  border-radius: 5px;
}
.single-product .product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit input {
  padding: 10px 25px;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #FFFFFF;
  text-align: center;
  background: #1E1E1E;
  border-radius: 24px;
}
.single-product .related {
  margin-bottom: 60px;
}
.single-product .related h2 {
  font-family: DM Sans;
  font-size: 32px;
  font-weight: 800;
  line-height: 41.66px;
  color: #000000;
  margin-bottom: 24px;
}
.single-product .related ul.products .slick-slide {
  margin-right: 20px;
}
.single-product #sidebar {
  display: none;
}

.woocommerce-cart article header.entry-header {
  display: none;
}
.woocommerce-cart .wp-block-woocommerce-cart {
  max-width: 1230px;
  width: 100%;
  margin: 50px auto;
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block {
  border-bottom: 0;
}
@media screen and (max-width: 500px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr {
    display: flex !important;
    flex-direction: column;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td {
  border: 0;
  padding: 15px 0 15px 15px;
}
@media screen and (max-width: 500px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__image a {
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 800;
  line-height: 20.83px;
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .price ins, .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .price .wc-block-components-product-price__value {
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.25px;
  color: #0017BC;
  margin-left: 0;
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .price del {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #3F3F3F;
  margin-left: 12px;
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-sale-badge {
  display: none;
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata__description p {
  font-family: DM Sans;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #161519;
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  margin-bottom: 0;
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  margin-left: 12px;
  color: #ff5252;
}
@media screen and (max-width: 500px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: center;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__total .price {
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 26.4px;
  letter-spacing: 0.015em;
  color: #111013;
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block .wp-block-woocommerce-cart-line-items-block tbody tr td.wc-block-cart-item__total .wc-block-components-sale-badge {
  border: 1px solid #0010c0;
  color: #0010c0;
}
@media screen and (max-width: 768px) {
  .woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block {
    padding: 0 15px;
  }
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block h2 {
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #111013;
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  background: #0017bc;
  border-radius: 8px;
  color: white;
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__label {
  font-family: DM Sans;
  font-size: 15.6px;
  font-weight: 400;
  line-height: 26.4px;
  letter-spacing: 0.015em;
  color: #161519;
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__value {
  font-family: DM Sans;
  font-size: 15.6px;
  font-weight: 700;
  line-height: 26.4px;
  letter-spacing: 0.015em;
  color: #111013;
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-shipping-address .wc-block-components-panel .wc-block-components-panel__button {
  font-family: DM Sans;
  font-size: 15.6px;
  font-weight: 700;
  line-height: 26.4px;
  letter-spacing: 0.015em;
  text-decoration: underline;
  color: #0017BC;
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping__collaterals .wc-block-components-totals-shipping__options .wc-block-components-shipping-rates-control__package label.wc-block-components-radio-control__option-checked input {
  border: 7px solid #D90A2C;
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping__collaterals .wc-block-components-totals-shipping__options .wc-block-components-shipping-rates-control__package label.wc-block-components-radio-control__option-checked input:before {
  display: none;
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping__collaterals .wc-block-components-totals-shipping__options .wc-block-components-shipping-rates-control__package label input {
  border: 2px solid #60606B;
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping__collaterals .wc-block-components-totals-shipping__options .wc-block-components-shipping-rates-control__package label input:focus {
  outline: none;
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping__collaterals .wc-block-components-totals-shipping__options .wc-block-components-shipping-rates-control__package label input:before {
  display: none;
}
.woocommerce-cart .wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block .wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-container a {
  background: #0017bc;
  border-radius: 8px;
  text-align: center;
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: white;
}

.woocommerce-checkout header.entry-header {
  display: none;
}
.woocommerce-checkout .wp-block-woocommerce-checkout {
  max-width: 1230px;
  margin: 60px auto !important;
  padding: 0 15px;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form input, .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form select {
  border: 1px solid #D9D9D9;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form input[type=radio] {
  border: 2px solid #60606B;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form input[type=radio]:before {
  display: none;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form input[type=radio]:focus, .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form input[type=radio]:focus-visible {
  outline: none;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form input[type=radio]:checked {
  border: 8px solid #d90a2c;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form .wc-block-components-address-form__address_2-toggle {
  color: #1040d0;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-fields-block .wc-block-checkout__form .wc-block-components-checkout-step__container .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control-accordion-content {
  font-size: 14px;
  line-height: 18px;
  color: gray;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-terms-block span {
  font-size: 14px;
  line-height: 18px;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-terms-block span a {
  color: #0017bc;
}
@media screen and (max-width: 768px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
    display: none;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row button {
  background: #0017bc;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row button {
    width: 100%;
    margin-top: 15px;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions_row button .wc-block-components-checkout-place-order-button__text {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #FFFFFF;
}

.woocommerce-account header.entry-header {
  display: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  padding: 12px 10px;
  margin-bottom: 10px;
  border-radius: 12px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  background: rgba(0, 23, 188, 0.0509803922);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #0017bc;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.44px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a {
  color: #0017bc;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2 {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.03em;
  color: #17161A;
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a {
  color: #0017bc;
  font-weight: 500;
  float: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  color: gray;
  margin-top: 15px;
  font-size: 12px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p.form-row input, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form p.form-row select {
  border: 1px solid #D9D9D9;
  padding: 10px 15px;
  border-radius: 5px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p.form-row .select2-selection {
  border: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p.form-row .select2-selection__rendered {
  border: 1px solid #D9D9D9;
  padding: 6px 15px;
  border-radius: 5px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p.form-row .select2-selection__arrow {
  top: 12px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form button {
  background: #171717;
  text-align: center;
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #FFFFFF;
  width: 100%;
  padding: 15px;
  border-radius: 8px;
}

.custom_breadcrumbs {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.custom_breadcrumbs li {
  margin-right: 10px;
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #000000;
}
.custom_breadcrumbs li a {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #000000;
}
.custom_breadcrumbs li span {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 800;
  line-height: 20.83px;
  color: #FF5252;
}

.rent_equipment_wrap .rent_equipment {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 50px 0;
}
@media screen and (max-width: 991px) {
  .rent_equipment_wrap .rent_equipment {
    flex-wrap: wrap;
  }
}
.rent_equipment_wrap .rent_equipment .left_side {
  max-width: 650px;
}
@media screen and (max-width: 1230px) {
  .rent_equipment_wrap .rent_equipment .left_side {
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .rent_equipment_wrap .rent_equipment .left_side {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.rent_equipment_wrap .rent_equipment .left_side h1 {
  font-family: DM Sans;
  font-size: 48px;
  font-weight: 800;
  line-height: 62.5px;
  color: #000000;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .rent_equipment_wrap .rent_equipment .left_side h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.rent_equipment_wrap .rent_equipment .left_side .page_description p, .rent_equipment_wrap .rent_equipment .left_side .page_description li {
  font-family: DM Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.44px;
  color: #000000;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .rent_equipment_wrap .rent_equipment .left_side .page_description p, .rent_equipment_wrap .rent_equipment .left_side .page_description li {
    font-size: 16px;
    line-height: 20px;
  }
}
.rent_equipment_wrap .rent_equipment .left_side .page_description p strong, .rent_equipment_wrap .rent_equipment .left_side .page_description li strong {
  font-weight: 600;
}
.rent_equipment_wrap .rent_equipment .left_side .page_description ul {
  padding-left: 30px;
}
.rent_equipment_wrap .rent_equipment .left_side .page_description ul li {
  list-style: disc;
}
.rent_equipment_wrap .rent_equipment .left_side .page_description blockquote {
  background: #1BB300;
  padding: 8px 12px;
  border-radius: 99px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  width: fit-content;
  border: 0;
}
.rent_equipment_wrap .rent_equipment .left_side .page_description blockquote p {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 26.04px;
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .rent_equipment_wrap .rent_equipment .left_side .page_description blockquote p {
    font-size: 16px;
    line-height: 20px;
  }
}
.rent_equipment_wrap .rent_equipment .left_side .contacts h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26.04px;
  position: relative;
  color: #000000;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.rent_equipment_wrap .rent_equipment .left_side .contacts h6:after {
  content: "";
  height: 3px;
  width: 65px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f7b00b;
}
.rent_equipment_wrap .rent_equipment .left_side .contacts .block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
.rent_equipment_wrap .rent_equipment .left_side .contacts .block svg {
  margin-right: 20px;
}
.rent_equipment_wrap .rent_equipment .left_side .contacts .block p {
  font-size: 12px;
  font-weight: 500;
  line-height: 15.62px;
  color: #414141;
}
.rent_equipment_wrap .rent_equipment .left_side .contacts .block p a {
  font-weight: 400;
}
.rent_equipment_wrap .rent_equipment .left_side .contacts .block a {
  font-size: 14px;
  font-weight: 900;
  line-height: 18.23px;
  color: #414141;
}
.rent_equipment_wrap .rent_equipment .form_side {
  max-width: 570px;
}
.rent_equipment_wrap .rent_packages {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.rent_equipment_wrap .rent_packages .single_package {
  display: flex;
  justify-content: flex-start;
  max-width: calc(33.3333333333% - 20px);
  width: 100%;
  margin: 0 10px 20px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .rent_equipment_wrap .rent_packages .single_package {
    max-width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .rent_equipment_wrap .rent_packages .single_package {
    flex-wrap: wrap;
  }
}
.rent_equipment_wrap .rent_packages .single_package .left_side {
  max-width: 210px;
  width: 100%;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .rent_equipment_wrap .rent_packages .single_package .left_side {
    max-width: 100%;
    order: 1;
    margin-right: 0;
  }
}
.rent_equipment_wrap .rent_packages .single_package .left_side h3 {
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 800;
  line-height: 31.25px;
  margin-bottom: 16px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .rent_equipment_wrap .rent_packages .single_package .left_side h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.rent_equipment_wrap .rent_packages .single_package .left_side .price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1230px) {
  .rent_equipment_wrap .rent_packages .single_package .left_side .price {
    flex-wrap: wrap;
  }
}
.rent_equipment_wrap .rent_packages .single_package .left_side .price span {
  background: #1BB300;
  border-radius: 24px;
  padding: 7px 8px;
  font-size: 16px;
  font-weight: 900;
  line-height: 20.83px;
  color: white;
}
.rent_equipment_wrap .rent_packages .single_package .left_side .price .note {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.83px;
  margin-left: 7px;
  color: #000000;
  max-width: calc(100% - 100px);
}
@media screen and (max-width: 1230px) {
  .rent_equipment_wrap .rent_packages .single_package .left_side .price .note {
    max-width: 100%;
  }
}
.rent_equipment_wrap .rent_packages .single_package .left_side .included_services {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  color: #000000;
  margin-bottom: 15px;
}
.rent_equipment_wrap .rent_packages .single_package .left_side .included_services b {
  font-weight: 700;
  display: block;
}
.rent_equipment_wrap .rent_packages .single_package .left_side a {
  padding: 10px 25px;
  background: #1E1E1E;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1230px) {
  .rent_equipment_wrap .rent_packages .single_package .left_side a {
    padding: 10px 15px;
  }
}
.rent_equipment_wrap .rent_packages .single_package .left_side a span {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  color: #FFFFFF;
}
.rent_equipment_wrap .rent_packages .single_package .left_side a svg {
  margin-left: 10px;
}

.mentenanta {
  border-radius: 24px;
  padding: 60px 0;
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
}
.mentenanta .page_content {
  max-width: 630px;
  width: 100%;
}
.mentenanta .page_content h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 62.5px;
  margin-bottom: 15px;
  color: #000000;
}
.mentenanta .page_content p, .mentenanta .page_content li {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.44px;
  color: #000000;
  margin-bottom: 10px;
}
.mentenanta .page_content p strong, .mentenanta .page_content li strong {
  font-weight: 700;
}
.mentenanta .page_content ul {
  padding-left: 30px;
}
.mentenanta .page_content ul li {
  list-style: disc;
}
.mentenanta .page_content blockquote {
  background: #ff5252;
  padding: 8px 12px;
  border-radius: 99px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  width: fit-content;
  border: 0;
}
.mentenanta .page_content blockquote p {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 26.04px;
  color: #ffffff;
  margin-bottom: 0;
}

.about_us {
  margin-bottom: 60px;
}
.about_us .mobile_img {
  display: none;
}
@media screen and (max-width: 991px) {
  .about_us .mobile_img {
    display: block;
  }
}
.about_us .top_section {
  width: 100%;
  padding: 60px 0;
  border-radius: 24px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1230px) {
  .about_us .top_section {
    background-size: 70% 100%;
    background-image: none !important;
  }
}
.about_us .top_section .content {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .about_us .top_section .content {
    max-width: 100%;
  }
}
.about_us .top_section .content h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 62.5px;
  color: #000000;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .about_us .top_section .content h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
  }
}
.about_us .top_section .content p, .about_us .top_section .content li {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.44px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .about_us .top_section .content p, .about_us .top_section .content li {
    font-size: 16px;
    line-height: 20px;
  }
}
.about_us .top_section .content p strong, .about_us .top_section .content li strong {
  font-weight: 700;
}
.about_us .top_section .content ul {
  padding-left: 30px;
}
.about_us .top_section .content ul li {
  list-style: disc;
}
.about_us .top_section .content a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 24px;
}
.about_us .top_section .content a span {
  font-size: 24px;
  font-weight: 800;
  line-height: 31.25px;
  color: #131212;
}
@media screen and (max-width: 768px) {
  .about_us .top_section .content a span {
    font-size: 20px;
    line-height: 26px;
  }
}
.about_us .top_section .content a svg {
  margin-left: 10px;
}
.about_us .home_big_categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .about_us .home_big_categories {
    flex-wrap: wrap;
  }
}
.about_us .home_big_categories .single_category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: calc(33.3333333333% - 9px);
  width: 100%;
}
@media screen and (max-width: 991px) {
  .about_us .home_big_categories .single_category {
    max-width: calc(50% - 19px);
  }
}
@media screen and (max-width: 768px) {
  .about_us .home_big_categories .single_category {
    flex-wrap: wrap;
    max-width: calc(50% - 9px);
  }
}
@media screen and (max-width: 991px) {
  .about_us .home_big_categories .single_category:last-of-type {
    margin-top: 30px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about_us .home_big_categories .single_category:last-of-type .text_side {
    max-width: 48%;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .about_us .home_big_categories .single_category:last-of-type .img_side {
    max-width: 48%;
  }
}
@media screen and (max-width: 991px) {
  .about_us .home_big_categories .single_category:last-of-type .img_side img {
    margin: 0 auto;
    display: block;
  }
}
.about_us .home_big_categories .single_category .text_side {
  max-width: 48%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about_us .home_big_categories .single_category .text_side {
    max-width: 100%;
    order: 2;
  }
}
.about_us .home_big_categories .single_category .text_side h3 {
  font-size: 32px;
  font-weight: 800;
  line-height: 41.66px;
  text-align: left;
  color: #000000;
  margin-bottom: 16px;
}
@media screen and (max-width: 1630px) {
  .about_us .home_big_categories .single_category .text_side h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1230px) {
  .about_us .home_big_categories .single_category .text_side h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 7px;
  }
}
.about_us .home_big_categories .single_category .text_side p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  text-align: left;
  color: #000000;
  margin-bottom: 8px;
}
@media screen and (max-width: 1230px) {
  .about_us .home_big_categories .single_category .text_side p {
    margin-bottom: 4px;
  }
}
.about_us .home_big_categories .single_category .text_side a {
  padding: 8px;
  border-radius: 24px;
  background: #1E1E1E;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: fit-content;
}
@media screen and (max-width: 1230px) {
  .about_us .home_big_categories .single_category .text_side a {
    margin-top: 10px;
  }
}
.about_us .home_big_categories .single_category .text_side a span {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.83px;
  margin-right: 14px;
  color: #FFFFFF;
}
@media screen and (max-width: 1230px) {
  .about_us .home_big_categories .single_category .text_side a span {
    margin-right: 5px;
  }
}
.about_us .home_big_categories .single_category .img_side {
  max-width: 48%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about_us .home_big_categories .single_category .img_side {
    order: 1;
    max-width: 100%;
  }
}

.woosw-list {
  margin: 60px 0;
}
.woosw-list .woosw-items {
  width: 100%;
}
.woosw-list .woosw-items tr td.woosw-item--actions {
  text-align: center;
}
.woosw-list .woosw-items tr td.woosw-item--actions a {
  padding: 10px 15px;
  background: #1e1e1e;
  border-radius: 8px;
  color: white;
}

.text_page {
  margin: 60px 0;
}
.text_page h1 {
  font-size: 46px;
  font-weight: 800;
  line-height: 52.08px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .text_page h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.text_page h2 {
  font-size: 36px;
  line-height: 46px;
  margin: 20px 0 10px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .text_page h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
.text_page h3 {
  font-size: 32px;
  line-height: 42px;
  margin: 20px 0 10px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .text_page h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
.text_page h4 {
  font-size: 28px;
  line-height: 38px;
  margin: 20px 0 10px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .text_page h4 {
    font-size: 24px;
    line-height: 34px;
  }
}
.text_page h5 {
  font-size: 24px;
  line-height: 34px;
  margin: 20px 0 10px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .text_page h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
.text_page h6 {
  font-size: 20px;
  line-height: 30px;
  margin: 20px 0 10px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .text_page h6 {
    font-size: 16px;
    line-height: 26px;
  }
}
.text_page p, .text_page li, .text_page a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}
.text_page strong {
  font-weight: 600;
}
.text_page a {
  color: #0017bc;
}

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