/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#hero {
  background: #131F35;
  text-align: center;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero h1 {
  color: #FFFFFF;
  position: relative;
  text-align: left;
}
#hero h1::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  width: 145px !important;
  height: 9px;
  background-color: #EB010F;
  right: 0;
}
#hero h3,
#hero p.h3 {
  color: #FFFFFF;
  font: normal normal normal 18px/32px Rubik !important;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  #hero {
    min-height: 320px;
  }
  #hero h1, #hero h3, #hero p.h3 {
    text-align: center;
  }
  #hero h1::after {
    margin-left: auto;
    margin-right: auto;
  }
  #hero h3,
  #hero p.h3 {
    font-size: clamp(1.5rem, 24px + (33 - 24) * (100vw - 320px) / 1600, 2.0625rem) !important;
    line-height: clamp(2.1875rem, 35px + (44 - 35) * (100vw - 320px) / 1600, 2.75rem) !important;
  }
}

#breadcrumb {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-bottom: 1px solid #BABABA;
}
#breadcrumb .rank-math-breadcrumb .separator {
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  padding-top: 22px;
  padding-bottom: 22px;
}
#breadcrumb .rank-math-breadcrumb p {
  padding: 0;
}
#breadcrumb .rank-math-breadcrumb .separator,
#breadcrumb .rank-math-breadcrumb a,
#breadcrumb .rank-math-breadcrumb .last {
  font: normal normal bold 16px/19px Rubik;
  letter-spacing: 0px;
  color: #131F35;
  text-transform: capitalize;
}

body {
  background: #F7F7F7;
}

/*Hero*/
#hero p.h3 {
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
}

/*Shop Category*/
#shop-category {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#shop-category .title-shop {
  margin-bottom: -10px;
  text-transform: uppercase;
  color: #EB010F;
  position: relative;
}
#shop-category .button-left,
#shop-category .button-right {
  background: transparent;
  border: 0;
}
#shop-category .subtitle {
  position: relative;
}
#shop-category .subtitle::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 10% !important;
  height: 9px;
  background-color: #EB010F;
}
#shop-category .icon-Aslong-arrow-left {
  font-size: 56px;
  cursor: pointer;
}
#shop-category .icon-Aslong-arrow-left.right {
  transform: scaleX(-1);
}
#shop-category .icon-Aslong-arrow-left:hover {
  color: #EB010F;
}

/*List Categories*/
#list-categories {
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#list-categories .category-name {
  color: #FFFFFF;
  padding: 0 0 10px 10px;
  text-align: left;
}
#list-categories .icon-Aslong-arrow-left {
  font-size: 56px;
  cursor: pointer;
}
#list-categories .icon-Aslong-arrow-left.right {
  transform: scaleX(-1);
}
#list-categories .icon-Aslong-arrow-left:hover {
  color: #EB010F;
}
#list-categories .container-buttons-bottom {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#list-categories .carousel-nav-arrows-bottom {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#list-categories .category-image img {
  border-radius: 8px;
}
#list-categories .category-info {
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  #list-categories .category-name {
    padding: 28px;
  }
}

/*Renting*/
#renting {
  background: #131F35;
  position: relative;
  min-height: 608px;
}
#renting .trust-image {
  width: 100%;
  height: 100%;
  display: block;
  margin-left: auto;
}
#renting picture {
  max-height: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
}
#renting img {
  height: 100%;
  object-fit: cover;
}
#renting .main-content {
  color: #454545;
}
#renting h2, #renting h3, #renting h4, #renting h5, #renting h6 {
  font-weight: 600;
}
#renting h2, #renting h3, #renting h4, #renting h5, #renting h6, #renting p {
  color: #FFFFFF;
}
#renting h2 {
  position: relative;
  text-transform: uppercase;
}
#renting h2::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0 !important;
  width: 20% !important;
  height: 9px;
  background-color: #EB010F;
}
#renting .common-button:hover {
  background: #EB010F;
}
#renting .trust-image-wrapper img {
  width: 100vw;
}
@media screen and (min-width: 1025px) {
  #renting .trust-content {
    padding-right: 6em;
  }
  #renting .trust-image-wrapper {
    position: absolute;
    right: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    max-width: 900px;
    z-index: 1;
  }
}
@media (min-width: 1920px) {
  #renting .trust-image-wrapper {
    right: calc((100vw - 1920px) / 2) !important;
  }
}

/*Sale And Shop By Category*/
#sale {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

#sale .title-shop,
#shop-category .title-shop {
  margin-bottom: -10px;
  text-transform: uppercase;
  color: #EB010F;
  position: relative;
}
#sale .button-left,
#sale .button-right,
#shop-category .button-left,
#shop-category .button-right {
  background: transparent;
  border: 0;
}
#sale .subtitle,
#shop-category .subtitle {
  position: relative;
}
#sale .subtitle::after,
#shop-category .subtitle::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 10% !important;
  height: 9px;
  background-color: #EB010F;
}
#sale .icon-Aslong-arrow-left,
#shop-category .icon-Aslong-arrow-left {
  font-size: 56px;
  cursor: pointer;
}
#sale .icon-Aslong-arrow-left.right,
#shop-category .icon-Aslong-arrow-left.right {
  transform: scaleX(-1);
}
#sale .icon-Aslong-arrow-left:hover,
#shop-category .icon-Aslong-arrow-left:hover {
  color: #EB010F;
}

/*Products Sale*/
#products-on-sale {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#products-on-sale .product-item {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #B2B2B2;
  border-radius: 8px;
  padding: 27px 20px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#products-on-sale .product-item .yith-wcwl-add-to-wishlist-button--added svg path {
  fill: #EB010F;
}
#products-on-sale .product-item .yith-wcwl-add-to-wishlist-button__label {
  display: none !important;
}
#products-on-sale .product-item .yith-add-to-wishlist-button-block {
  margin: unset !important;
  height: fit-content !important;
}
#products-on-sale .product-item > a {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#products-on-sale .product-item .product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#products-on-sale .product-title {
  font: normal normal normal 16px/25px Rubik;
  max-width: 248px;
  min-height: 50px;
}
#products-on-sale .icon-Aslong-arrow-left {
  font-size: 56px;
  cursor: pointer;
}
#products-on-sale .icon-Aslong-arrow-left.right {
  transform: scaleX(-1);
}
#products-on-sale .icon-Aslong-arrow-left:hover {
  color: #EB010F;
}
#products-on-sale .container-buttons-bottom {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#products-on-sale .carousel-nav-arrows-bottom {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#products-on-sale .product-title {
  font: normal normal normal 16px/25px Rubik;
  max-width: 248px;
}
#products-on-sale .product-image {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 236px;
}
#products-on-sale .product-image picture, #products-on-sale .product-image img {
  max-width: 265px;
  object-fit: contain;
  height: 200px;
}
#products-on-sale .product-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#products-on-sale .product-price {
  font: normal normal normal 18px/27px Rubik;
  letter-spacing: 0px;
  color: #131F35;
}
#products-on-sale .product-info {
  padding-top: 18px;
}
#products-on-sale .tag-sale {
  color: #FFFFFF;
  text-transform: uppercase;
  background: #EB010F 0% 0% no-repeat padding-box;
  position: absolute;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  top: -19px;
  right: -11px;
}
#products-on-sale .container-links {
  justify-content: center;
  border-top: 1px solid #B2B2B2;
}
#products-on-sale .icon-heart {
  color: #000000;
  font-size: 20px;
}
#products-on-sale .add-to-cart {
  font: normal normal bold 16px/48px Rubik;
  letter-spacing: 0px;
  color: #464646;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
}
#products-on-sale .add-to-cart:hover {
  background: #131F35 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: #FFFFFF;
}
#products-on-sale .view-product {
  color: #131F35;
  font: normal normal normal 16px/48px Rubik;
  width: 100%;
  text-align: center;
}
#products-on-sale .view-product:hover {
  background: #131F35 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: #FFFFFF;
}
#products-on-sale .line-height {
  height: 48px;
  width: 1px;
  background: #B2B2B2;
  margin-left: 10px;
  margin-right: 10px;
}
#products-on-sale .pi-edd.pi-edd-loop {
  background: transparent;
  border: 0;
  text-align: left;
  color: #131F35;
  font: normal normal normal 14px/25px Rubik;
  padding: 0;
}
@media screen and (min-width: 641px) {
  #products-on-sale .product-item {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  #products-on-sale .product-item {
    margin: 0;
  }
}

/*Speed*/
#speed {
  background: #131F35;
  position: relative;
  min-height: 608px;
}
#speed .trust-image {
  width: 100%;
  height: 100%;
  display: block;
  margin-left: auto;
}
#speed picture {
  max-height: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
}
#speed img {
  height: 100%;
  object-fit: cover;
}
#speed .main-content {
  color: #454545;
}
#speed h2, #speed h3, #speed h4, #speed h5, #speed h6 {
  font-weight: 600;
}
#speed h2, #speed h3, #speed h4, #speed h5, #speed h6, #speed p {
  color: #FFFFFF;
}
#speed h2 {
  position: relative;
  text-transform: uppercase;
}
#speed h2::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0 !important;
  width: 20% !important;
  height: 9px;
  background-color: #EB010F;
}
#speed .common-button:hover {
  background: #EB010F;
}
#speed .trust-image-wrapper img {
  width: 100vw;
}
@media screen and (min-width: 1025px) {
  #speed .trust-content {
    padding-right: 6em;
  }
  #speed .trust-image-wrapper {
    position: absolute;
    left: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    max-width: 900px;
    z-index: 1;
  }
}
@media (min-width: 1920px) {
  #speed .trust-image-wrapper {
    left: calc((100vw - 1920px) / 2) !important;
  }
}

/*FAQ*/
#faq {
  padding-top: 5em;
  padding-bottom: 5em;
  background: #FFFFFF;
}
#faq h2 {
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
#faq h2::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0 !important;
  width: 20% !important;
  height: 9px;
  background-color: #EB010F;
}
#faq .question {
  font: normal normal bold 16px/28px Rubik;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
}
#faq .icon-minus-square,
#faq .icon-plus-square {
  color: #EB010F;
  font-size: 16px;
}
#faq .answer {
  display: none;
  color: #454545;
}
#faq .faq-item {
  border-bottom: 1px solid #B2B2B2;
}
@media screen and (min-width: 1025px) {
  #faq {
    padding-top: 9em;
    padding-bottom: 9em;
  }
}