@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-family: "Roboto", sans-serif !important;
}

/* Slider */
.index {
  position: relative;
}

/* Icon grid */
.b-icon-grid {
  padding-top: 55px;
  margin-bottom: 50px;
}

.b-icon-grid .container {
  padding: 0 34px;
}

.b-icon-grid .row {
  background-color: #fff;
  padding: 18px 70px;
  justify-content: space-between;
}

.b-icon-grid .item {
  text-align: center;
}

.b-icon-grid .icon__wrapper {
  height: 84px;
}

.b-icon-grid .item img {
  margin-bottom: 13px;
}

/* Product Banner */

.b-product-banner {
  margin-bottom: 30px;
}

.product-banner {
  position: relative;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  height: 0;
  overflow: hidden;
  padding-bottom: 77%;
}

.product-banner h2 {
  margin: 0;
}

.b-product-banner__item-bg .b-product-banner__title {
  color: #000;
}

.b-product-banner__item-bg .b-product-banner__title h2 {
  color: #fff;
}

.b-product-banner__title {
  margin-bottom: 20px;
}

.b-product-banner__text {
  color: #7b7b7b;
}

.b-product-banner__text-rotate {
  font-size: 18px;
  position: absolute;
  transform: rotate(90deg);
  top: 50%;
  right: -45px;
}

.b-product-banner__item-bg .b-product-banner__text {
  color: #fff;
}

.product-banner__image {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: auto;
  height: 100%;
}

.product-banner__image--left-center {
  max-height: 160px;
  left: 30px;
  bottom: 43px;
}

.product-banner .btn {
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.product-banner__bc {
  color: #fff;
}

/* Tab list */

.b-product-tabs {
  margin-bottom: 40px;
}

.b-product-tabs .container {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  border-radius: 27px;
}

.b-product-tabs .col-12 {
  padding: 0 2px;
}

.tab-content__image {
  height: 176px;
  margin-bottom: 24px;
}

.tab-content__image img {
  height: 100%;
}

.tab-content__title {
  margin-bottom: 30px;
}

.tab-list {
  display: flex;
  list-style: none;
  justify-content: space-around;
}

.tab-list,
.tab-content {
  display: flex;
  list-style: none;
  justify-content: space-around;
}

.tab-content {
  display: none;
  box-shadow: 0px -5px 8px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.tab-list li {
  cursor: pointer;
  padding: 25px 0;
  display: block;
  text-align: center;
}

.tab-list li::before {
  display: block;
  content: attr(data-title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.tab-list li.active {
  font-weight: 700;
}

.tab-content a {
  font-size: 12px;
  margin-top: auto;
}

.tab-content li {
  padding: 10px;
  width: 20%;
}

.tab-content__wrapper {
  border: 1px solid #ccc;
  text-align: center;
  height: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tab-content__title {
  font-size: 15px;
}

/* Product tabs */

.b-product-tabs.style-2 {
  background-color: #efefef;
  padding: 20px 0;
}

.b-product-tabs.style-2 .container {
  background-color: #fff;
}

.b-product-tabs.style-2 .tab-list {
  align-items: center;
}

.b-product-tabs.style-2 .tab-list li {
  font-size: 17px;
  padding: 20px 15px;
}

.b-product-tabs.style-2 .tab-list li.active {
  position: relative;
  color: #fff;
  z-index: 2;
}

.b-product-tabs.style-2 .tab-list li.active::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 12px);
  background-color: #2c2c2c;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
  z-index: -1;
}

.b-product-tabs.style-2 .tab-content__first-col .tab-content__wrapper {
  padding-top: 34px;
  border-radius: 17px;
}

.b-product-tabs.style-2 .tab-content__product {
  height: 100%;
}

.b-product-tabs.style-2
  .tab-content__last-col
  .tab-content__wrapper:not(:hover) {
  border-color: transparent;
}

.b-product-tabs.style-2 .tab-content__last-col .tab-content__wrapper {
  border-radius: 11px;
}

.b-product-tabs.style-2 .tab-content__last-col .col-lg-6:not(:last-child) {
  margin-bottom: 55px;
}

.b-product-tabs.style-2 .tab-content__last-col .col-lg-6:last-child,
.b-product-tabs.style-2 .tab-content__last-col .col-lg-6:nth-last-child(2) {
  margin-bottom: 0;
}

.b-product-tabs.style-2 .tab-content {
  padding: 16px 32px;
  box-shadow: none;
}

.b-product-tabs.style-2 .tab-content__image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  height: 0;
  padding-bottom: 89.5%;
  position: relative;
}

.b-product-tabs.style-2 .tab-content__image img {
  width: auto !important;
  max-height: 449px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.b-product-tabs.style-2 .tab-content__last-col .tab-content__image {
  padding-bottom: 71.3%;
}

.b-product-tabs.style-2 .tab-content__last-col .tab-content__image img {
  max-height: 157px;
}

.b-product-tabs.style-2 .tab-content__category {
  color: #a4a4a4;
  font-size: 13px;
}

.b-product-tabs.style-2 .tab-content__first-col .tab-content__title {
  font-size: 27px;
}

.b-product-tabs.style-2 .tab-content__last-col .tab-content__title {
  font-size: 13px;
}

.b-product-tabs.style-2 .tab-content__first-col .amount {
  font-size: 30px;
}

.b-product-tabs.style-2 .tab-content__last-col .amount {
  font-size: 20px;
}

.b-product-tabs.style-2 .tab-content__price {
  color: #eb9d00;
  margin-bottom: 14px;
}

.b-product-tabs.style-2 .btn {
  text-transform: inherit;
  display: flex;
  align-items: center;
}

.b-product-tabs.style-2 .btn svg {
  transform: translate(-11px, -2px);
}

.b-product-tabs.style-2 .tab-content__first-col .btn {
  font-size: 17px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 23px;
}

.b-product-tabs.style-2 .tab-content__last-col .btn {
  font-size: 11px;
}

.b-product-tabs.style-2 .tab-content__last-col .btn svg {
  width: 19px;
  height: 17px;
}

.b-product-tabs.style-2 a.add_to_wishlist {
  opacity: 0;
  position: static;
  transition: opacity 0.3s ease-in-out;
  color: #959595;
}

.b-product-tabs.style-2 a.add_to_wishlist i {
  font-size: 16px;
}

.b-product-tabs.style-2 .tab-content__wrapper:hover a.add_to_wishlist {
  opacity: 1;
}

/* Suggestions */

.b-suggestions {
  margin-bottom: 30px;
}

.month-products {
  padding: 50px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

.month-product {
  display: flex;
}

.month-product > * {
  width: 50%;
}

.month-product__content {
  display: flex;
  flex-direction: column;
}

.month-product__price {
  color: #e40000;
  font-size: 20px;
}

.month-product__excerpt {
  font-size: 16px;
  color: #a4a4a4;
}

.month-products .owl-nav > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.month-products .owl-prev {
  left: 0;
}

.month-products .owl-next {
  right: 0;
}

.month-product__actions {
  display: flex;
  margin-top: auto;
}

.month-product__btn {
  color: #fff;
  background-color: #141414;
  padding: 2px 13px;
  border-radius: 2px;
  margin-right: 4px;
}

.month-product .yith-wcwl-add-to-wishlist {
  margin: 0;
}

.month-product .yith-wcwl-add-button {
  height: 100%;
}

.month-product a.add_to_wishlist {
  position: static;
  padding: 6.5px 16.5px;
  background-color: #141414;
  border-radius: 2px;
  background-image: url(../img/heart.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 100%;
}

.month-product a.add_to_wishlist i {
  display: none;
}

.suggestion-products {
  padding: 35px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

.suggestion-products__header {
  background-color: #e40000;
  font-weight: bold;
  color: #fff;
  padding: 10px 26px;
}

.b-suggestions .owl-nav {
  display: flex;
}

.b-suggestions .owl-prev svg {
  transform: scaleX(-1);
}

.b-suggestions .col-lg-8 .suggestion-products__header {
  position: absolute;
  top: -10px;
  left: 50px;
}

.b-suggestions .col-lg-8 .suggestion-products__header:before,
.b-suggestions .col-lg-8 .suggestion-products__header:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #a80000;
}

.b-suggestions .col-lg-8 .suggestion-products__header:before {
  right: 100%;
  transform: rotate(225deg);
}

.b-suggestions .col-lg-8 .suggestion-products__header:after {
  left: 100%;
  transform: rotate(315deg);
}

.suggestion-products .product__item {
  display: flex;
}

.suggestion-products .product__item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.suggestion-products .product__image {
  width: 30%;
}

.suggestion-products .product__content {
  width: 70%;
  padding-left: 20px;
  color: #000;
}

.suggestion-products .product__price {
  font-weight: 700;
}

.suggestion-products .owl-dots {
  display: flex;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
}

.suggestion-products .owl-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #a4a4a4;
}

.suggestion-products .owl-dot:not(:last-child) {
  margin-right: 7px;
}

.suggestion-products .owl-dot.active {
  background-color: #e40000;
}

/* Product slider */

.b-product-slider {
  padding: 20px 0;
}

.b-product-slider .owl-stage {
  display: flex;
}

.product-slider__item {
  border: 1px solid #ccc;
  padding-top: 60px;
  padding-bottom: 15px;
}

.product-slider__image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  height: 0;
  padding-bottom: 74.85%;
  position: relative;
}

.product-slider__image img {
  width: auto !important;
  max-height: 218px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.product-slider__content,
.product-slider__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-slider__category {
  font-size: 13px;
  color: #a4a4a4;
  margin-bottom: 13px;
}

.product-slider__title {
  font-size: 15px;
  color: #4d4d4d;
}

.product-slider__price {
  font-size: 22px;
  color: #eb9d00;
  margin-top: auto;
  margin-bottom: 20px;
}

.b-product-slider .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  font-size: 13px;
  text-transform: none;
  margin: 0 auto;
}

.b-product-slider .btn svg {
  transform: translate(-11px, -2px);
}

.b-product-slider a.add_to_wishlist {
  opacity: 0;
  position: static;
  transition: opacity 0.3s ease-in-out;
  color: #959595;
  font-size: 12px;
}

.product-slider__item:hover a.add_to_wishlist {
  opacity: 1;
}

.b-product-slider a.add_to_wishlist i {
  font-size: 16px;
}

/* Page list */

.b-page-list {
  padding-bottom: 30px;
}

.page-list-item {
  padding-top: 65px;
  padding-bottom: 44px;
  border: 1px solid #ccc;
}

.page-item__image {
  height: 210px;
  margin-bottom: 32px;
}

.page-item__image img {
  height: 100%;
  object-fit: contain;
  max-width: 90%;
}

.b-page-list__title {
  margin-bottom: 20px;
}

.b-page-list__title strong {
  color: #e40000;
}

.page-item__title {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.page-item__services {
  margin-bottom: 20px;
}

.page-item__services ul {
  list-style: none;
  padding-left: 0;
}

.page-item__services li {
  color: #a4a4a4;
}

.page-item__services li:hover {
  color: #ffaa3a;
}

.page-item__services li:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1099.98px) {
  .b-icon-grid .row {
    flex-wrap: wrap;
    padding: 18px 30px;
  }

  .b-icon-grid .item {
    width: 50%;
  }
}

@media (max-width: 992px) {

  .b-product-banner__text-rotate {
    right: -5px;
  }

  .tab-list-outer {
    overflow: scroll;
    width: 100%;
  }

  .tab-list-outer .tab-list {
    width: 1366px;
    padding: 0;
  }

  .tab-content {
    flex-wrap: wrap;
  }

  .tab-content li {
    width: 100%;
  }

  /* suggestions */

  .suggestion-products {
    padding: 13px 35px 25px;
  }

  .suggestion-product .product__title {
    font-size: 15px;
    line-height: 20px;
  }

  .suggestion-products .product__price {
    font-size: 17px;
  }

  .b-suggestions .col-lg-4,
  .b-suggestions .col-lg-8 {
    padding: 0;
  }

  .b-suggestions .col-lg-8 .suggestion-products__header {
    font-size: 15px;
  }

  .suggestion-products__header {
    padding: 7px 13px;
    font-size: 16px;
  }

  /* Month product */

  .month-products {
    padding-left: 24px;
    padding-right: 24px;
  }

  .month-product {
    display: block;
  }

  .month-product__title {
    letter-spacing: 2px;
  }

  .month-product > * {
    width: 100%;
  }

  .month-product__excerpt {
    margin-bottom: 16px;
  }

  .month-product__btn {
    font-size: 12px;
    padding: 5.74px 13px;
  }

  .month-product a.add_to_wishlist {
    padding: 6.5px 15.5px !important;
  }

  .slider-products.owl-carousel {
    display: block;
    padding: 0 30px;
  }

  .product-slider__item {
    margin-bottom: 4px;
  }

  .month-products .owl-nav > * {
    display: none;
  }

  /* Product tabs */

  .b-product-tabs.style-2 .tab-list {
    flex-wrap: wrap;
    padding: 0;
  }

  .b-product-tabs.style-2 .tab-list li {
    font-size: 15px;
    width: 50%;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #7a7a7a;
  }

  .b-product-tabs.style-2 .tab-list li.active::after {
    background-color: #464646;
  }

  .b-product-tabs.style-2 .tab-content {
    padding-left: 14px;
    padding-right: 14px;
    justify-content: center;
  }

  .b-product-tabs.style-2 .tab-content.active {
    display: flex;
    flex-direction: column;
  }

  .b-product-tabs.style-2 .tab-content__image {
    padding-bottom: 175.12%;
  }

  /* Tab list */

  .tab-content__title {
    margin-bottom: 15px;
  }

  .b-product-tabs.style-2 .tab-content__last-col .col-lg-6:not(:last-child) {
    margin-bottom: 10px;
  }

  /* Page item */

  .b-page-list {
    padding: 0 30px;
  }

  .b-page-list__title {
    font-size: 27px;
  }

  .page-list-item:not(:last-child) {
    margin-bottom: 25px;
  }

  .page-item__services li {
    font-size: 16px;
  }

  .b-page-list .btn {
    font-size: 12px;
  }

}
