/* ----------------------
 * Dependencies
 * ---------------------- */
/* ----------------------
 * Variables
 * ---------------------- */
/* ----------------------
 * Mixins
 * ---------------------- */
/* ----------------------
 * Classes
 * ---------------------- */
a {
  text-decoration: none;
}

.las {
  font-size: 22px;
  vertical-align: text-bottom;
}

.bootstrap-select button {
  border: 1px solid #dee2e6 !important;
  background-color: #fff !important;
  font-size: 15px;
}

.v-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.v-ul > li {
  display: block;
}

.h-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.h-ul > li {
  display: inline-block;
}

.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.img-object-container {
  background-size: cover;
}

.img-object {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.t_btn {
  border: 1px solid #3c3838;
  padding: 9px 25px !important;
  background-color: transparent;
  text-decoration: none !important;
  color: #3c3838;
}
@media screen and (max-width: 450px) {
  .t_btn {
    padding: 9px 15px !important;
  }
}
.t_btn:hover, .t_btn:active, .t_btn:focus {
  background-color: #3c3838 !important;
  color: #fff !important;
  border-color: #3c3838 !important;
}
.t_btn:hover span:after, .t_btn:active span:after, .t_btn:focus span:after {
  width: 100%;
}

.main-slider {
  position: relative;
}
.main-slider .slide-item {
  display: flex;
  background-position: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding: 70px;
}
.main-slider .slide-item .slide-text {
  width: 40%;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .main-slider .slide-item .slide-text {
    width: 50%;
  }
}
@media screen and (max-width: 990px) {
  .main-slider .slide-item .slide-text {
    width: 70%;
  }
}
.main-slider .slide-item .slide-text .title {
  font-weight: 600;
  font-size: 3.6rem;
}
@media screen and (max-width: 1200px) {
  .main-slider .slide-item .slide-text .title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
.main-slider .slide-item .slide-text .description {
  font-weight: 300;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .main-slider .slide-item .slide-text .description {
    font-size: 1.2rem;
  }
}
.main-slider .slide-item .slide-text .main-btn {
  margin: 20px 0 0;
}

.slider-mobile {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  display: none;
}
.slider-mobile .slide-item {
  display: flex;
  background-position: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}
@media screen and (max-width: 550px) {
  .slider-mobile .slide-item {
    height: 250px;
  }
}
.slider-mobile .slide-item .slide-text {
  background: rgba(255, 255, 255, 0.6);
  width: 70%;
  padding: 20px;
  border-radius: 15px;
}
@media screen and (max-width: 550px) {
  .slider-mobile .slide-item .slide-text {
    width: 80%;
    padding: 12px;
    border-radius: 10px;
  }
}
.slider-mobile .slide-item .slide-text h1 {
  font-weight: 800;
  font-size: 24px;
  color: #1a1a18;
}
@media screen and (max-width: 550px) {
  .slider-mobile .slide-item .slide-text h1 {
    font-size: 20px;
  }
}
.slider-mobile .slide-item .slide-text h2 {
  font-size: 14px;
  color: #1a1a18;
}
.slider-mobile .slide-item .slide-text .main-btn {
  margin: 20px 0 0;
  font-size: 12px;
  padding: 8px;
}
@media screen and (max-width: 550px) {
  .slider-mobile .slide-item .slide-text .main-btn {
    margin: 10px 0 0;
    padding: 8px 12px;
  }
}
.slider-mobile .owl-dots {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.slider-mobile .owl-dots .owl-dot:hover span {
  background: #0091dc;
}
.slider-mobile .owl-dots .owl-dot.active span {
  background: #0091dc;
}
.slider-mobile .owl-dots .owl-dot span {
  border-radius: 3px;
  width: 16px;
  height: 16px;
  margin: 0 7px;
  background: #fff;
}
@media screen and (max-width: 550px) {
  .slider-mobile .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
  }
}

/* ----------------------
 * Searched products
 * ---------------------- */
.section--searched {
  margin-top: 25px;
  padding: 20px;
  margin-bottom: -25px;
  background-color: #fcfcfc;
}

.carousel--recommended-products_header {
  font-size: 2rem;
}

/* ----------------------
 * Slider
 * ---------------------- */
.main-slider {
  position: relative;
}
.main-slider .js-main-slider {
  border-radius: 15px;
}
.main-slider .slide-item {
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
}
.main-slider .owl-dots {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.main-slider .owl-dots .owl-dot:hover span {
  background: #0091dc;
}
.main-slider .owl-dots .owl-dot.active span {
  background: #004e76;
}
.main-slider .owl-dots .owl-dot span {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 0 7px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .main-slider {
    display: none;
  }
}

/* ----------------------
 * Blog carousel
 * ---------------------- */
.blog-carousel .blog-box a {
  display: block;
}
.blog-carousel .blog-box a:hover {
  text-decoration: none;
}
.blog-carousel .blog-box a:hover .image-container .image {
  transform: scale(1.1);
}
.blog-carousel .blog-box a .image-container {
  height: 200px;
  overflow: hidden;
}
.blog-carousel .blog-box a .image-container .image {
  background-size: cover;
  background-position: center;
  height: 100%;
  transition: transform 0.45s ease;
}
.blog-carousel .blog-box a .title {
  color: #000;
  font-size: 18px;
  margin: 10px 0;
  font-weight: 600;
  height: 50px;
  overflow: hidden;
}
.blog-carousel .blog-box a .info {
  margin-bottom: 5px;
  font-weight: bold;
  color: #333333;
}

/* ----------------------
 * Variables
 * ---------------------- */
/* ----------------------
  * Mixins
  * ---------------------- */
/* ----------------------
  * Fonts
  * ---------------------- */
/* ----------------------
  * Classes
  * ---------------------- */
a {
  text-decoration: none;
}

.las {
  font-size: 22px;
  vertical-align: text-bottom;
}

.bootstrap-select button {
  border: 1px solid #dee2e6 !important;
  background-color: #fff !important;
  font-size: 15px;
}

.v-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.v-ul > li {
  display: block;
}

.h-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.h-ul > li {
  display: inline-block;
}

.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.img-object-container {
  background-size: cover;
}

.img-object {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.t_btn {
  border: 1px solid #3c3838;
  padding: 9px 25px !important;
  background-color: transparent;
  text-decoration: none !important;
  color: #3c3838;
}
@media screen and (max-width: 450px) {
  .t_btn {
    padding: 9px 15px !important;
  }
}
.t_btn:hover, .t_btn:active, .t_btn:focus {
  background-color: #3c3838 !important;
  color: #fff !important;
  border-color: #3c3838 !important;
}
.t_btn:hover span:after, .t_btn:active span:after, .t_btn:focus span:after {
  width: 100%;
}

.index-categories {
  padding: 20px 0;
}
@media screen and (max-width: 550px) {
  .index-categories {
    padding: 0;
  }
}
.index-categories .section-title {
  color: #1a1a18;
  font-size: 2.4rem;
  border-bottom: 1px solid #f2f2f5;
  margin: 0;
  padding: 10px 0;
}
.index-categories .categories-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media screen and (max-width: 990px) {
  .index-categories .categories-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 550px) {
  .index-categories .categories-wrapper {
    grid-template-columns: repeat(2, auto);
  }
}
.index-categories .categories-wrapper .category-item .category-title {
  color: #1a1a18;
  font-size: 27px;
  padding: 0 0 20px;
}
.index-categories .categories-wrapper .category-item .subcategory-list {
  display: flex;
  flex-flow: column;
  gap: 15px;
}
.index-categories .categories-wrapper .category-item .subcategory-list .subcategory-holder {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  background-color: #fff;
  justify-content: center;
  text-align: center;
  gap: 24px;
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .index-categories .categories-wrapper .category-item .subcategory-list .subcategory-holder {
    gap: 18px;
  }
}
.index-categories .categories-wrapper .category-item .subcategory-list .subcategory-holder::after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  bottom: 0;
  transition: 0.2s all ease;
  background-color: #0091dc;
}
.index-categories .categories-wrapper .category-item .subcategory-list .subcategory-holder:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
}
.index-categories .categories-wrapper .category-item .subcategory-list .subcategory-holder:hover::after {
  width: 100%;
}
.index-categories .categories-wrapper .category-item .subcategory-list .subcategory-holder:hover .img-object-container {
  opacity: 0.8;
}
.index-categories .categories-wrapper .category-item .subcategory-list .subcategory-holder:hover .img-object-container img {
  transform: scale(1.05);
}
.index-categories .categories-wrapper .category-item .subcategory-list .subcategory-holder .img-object-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 180px;
  z-index: 1;
  padding: 15px;
  transition: 0.2s all ease;
}
@media screen and (max-width: 550px) {
  .index-categories .categories-wrapper .category-item .subcategory-list .subcategory-holder .img-object-container {
    height: 150px;
    padding: 5px;
  }
}
.index-categories .categories-wrapper .category-item .subcategory-list .subcategory-holder .img-object-container .img-object {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.index-categories .categories-wrapper .category-item .subcategory-list .subcategory-holder .img-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 0.2s all ease;
  opacity: 0.1;
  background: #f2f2f5;
  border: 1px solid #a6a6a8;
  border-radius: 10px;
}
.index-categories .categories-wrapper .category-item .subcategory-list .subcategory-holder .subcategory-title {
  color: #000;
  font-size: 20px;
  padding: 0 12px;
  font-weight: 500;
  height: 60px;
  overflow: hidden;
  line-height: 1.3;
}
@media screen and (max-width: 990px) {
  .index-categories .categories-wrapper .category-item .subcategory-list .subcategory-holder .subcategory-title {
    font-size: 18px;
    height: 65px;
  }
}
@media screen and (max-width: 550px) {
  .index-categories .categories-wrapper .category-item .subcategory-list .subcategory-holder .subcategory-title {
    height: 60px;
    font-size: 15px;
    padding: 0;
  }
}
.index-categories .categories-wrapper .category-item .category-link {
  margin: 30px 0 0;
}

.trust_icons {
  margin: 50px 0;
}
@media screen and (max-width: 990px) {
  .trust_icons {
    margin: 50px 0 25px;
  }
}
@media screen and (max-width: 550px) {
  .trust_icons {
    display: none;
  }
}

.trust_icons_mobile {
  display: none;
}
@media screen and (max-width: 550px) {
  .trust_icons_mobile {
    display: block;
  }
}

.icon_holder {
  display: flex;
  gap: 15px;
  padding: 15px 20px;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 990px) {
  .icon_holder {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 550px) {
  .icon_holder {
    gap: 5px;
    padding: 0;
  }
}
.icon_holder:hover {
  background-color: #0091dc;
}
.icon_holder:hover .icon_img img {
  filter: brightness(0) invert(1);
}
.icon_holder:hover .icon_details .icon_title,
.icon_holder:hover .icon_details .icon_description {
  color: #fff;
}
.icon_holder.mobile {
  background-color: transparent;
}
.icon_holder.mobile:hover {
  background-color: transparent;
}
.icon_holder.mobile:hover .icon_img img {
  filter: initial;
}
.icon_holder.mobile:hover .icon_details .icon_title,
.icon_holder.mobile:hover .icon_details .icon_description {
  color: initial;
}
@media screen and (max-width: 550px) {
  .icon_holder.mobile {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
}
.icon_holder.mobile .icon_img {
  width: 50px;
  height: 40px;
}
.icon_holder.mobile .icon_details .icon_title {
  font-size: 13px;
}
.icon_holder.mobile .icon_details .icon_description {
  font-size: 13px;
  margin-bottom: 12px;
}
.icon_holder .icon_img {
  width: 70px;
  height: 60px;
}
.icon_holder .icon_img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s ease-in-out;
}
.icon_holder .icon_details {
  width: 100%;
}
.icon_holder .icon_details .icon_title {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0091dc;
  transition: all 0.2s ease-in-out;
}
.icon_holder .icon_details .icon_description {
  color: #313131;
  transition: all 0.2s ease-in-out;
}

.carousel--latest-products {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 40px;
}
.carousel--latest-products .carousel--latest-products_header {
  padding: 15px;
}
@media screen and (max-width: 550px) {
  .carousel--latest-products .card--product_title {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .index_boxes {
    margin-top: 50px;
  }
}
.index_boxes .box_holder {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  height: 380px;
  border: 3px solid transparent;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 990px) {
  .index_boxes .box_holder {
    height: auto;
  }
}
.index_boxes .box_holder:hover {
  border-color: #fff;
}
.index_boxes .box_holder:hover .box_image img {
  transform: scale(1.05);
}
.index_boxes .box_holder .box_link {
  position: absolute;
  inset: 0;
  z-index: 4;
}
.index_boxes .box_holder .box_image {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 550px) {
  .index_boxes .box_holder .box_image {
    height: 250px;
  }
}
.index_boxes .box_holder .box_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.index_boxes .box_holder .box_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 35px;
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 80%);
}
@media screen and (max-width: 990px) {
  .index_boxes .box_holder .box_title {
    padding: 12px 24px;
    font-size: 24px;
  }
}

.about_us {
  margin: 50px 0;
}
.about_us .about_us_inner {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 50px;
}
@media screen and (max-width: 990px) {
  .about_us .about_us_inner {
    padding: 24px;
    text-align: left;
  }
}
.about_us h4 {
  font-size: 40px;
  font-weight: 600;
  color: #0091dc;
}
@media screen and (max-width: 990px) {
  .about_us h4 {
    font-size: 32px;
  }
}
.about_us .description {
  font-size: 1.3rem;
  color: #313131;
}
@media screen and (max-width: 1200px) {
  .about_us .description {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 550px) {
  .about_us .description {
    font-size: 1rem;
  }
}
.about_us .about_us_list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 12px;
  justify-content: center;
}
.about_us .about_us_list li {
  width: auto;
  background-color: #0091dc;
  color: #fff;
  padding: 5px 15px;
  font-weight: 500;
  border-radius: 8px;
}
@media screen and (max-width: 1400px) {
  .about_us .about_us_list li {
    width: 49%;
  }
}
@media screen and (max-width: 550px) {
  .about_us .about_us_list li {
    width: 100%;
  }
}

.free_delivery_threshold_banner {
  background-color: #0091dc;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .free_delivery_threshold_banner {
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .free_delivery_threshold_banner {
    display: none;
  }
}
