@import url("https://fonts.cdnfonts.com/css/sf-pro-display");
@import url("https://fonts.cdnfonts.com/css/bebas-neue");

:root {
    --primary: #e9f1ff;
    --primary-hover: #f08e00;
    --gray-1: #4d4c59;
    --gray-2: #9595a2;
    --white: #fff;
}

body {
    margin-top: 180px;
    font-family: "SF Pro Display", sans-serif;
    /* font-family: "Bebas Neue", sans-serif; */
    /* font-family: "Bell MT Semi Bold"; */
    scroll-behavior: smooth;
    /* background: url('../images/home/background.jpg') no-repeat center center fixed !important;
    background-size: cover !important; */

    background: #ffffff
}

.truncate-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.btn-orange{
    background-color: #f08e00;
    color: #fff;
}

.btn-outline-orange{
    background-color: transparent;
    color: #f08e00;
    border: 1px solid #f08e00;
}

@media (min-width: 0px) and (max-width: 575px) {
    body {
        margin-top: 65px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}
/* hero section */

/* hero text slider */
.swiper {
    width: 100%;
    height: auto;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.heroImage {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.heroImageMini {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card-body {
    height: auto;
}

.benifits .card,
.benifitsMobile .card {
    background-color: var(--primary);
    border: none;
}

.benifitsMobile img {
    scale: 0.5;
}
.benifitsMobile small {
    font-size: x-small;
}

/* brand slider */
.brand-swiper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
    display: block;
}

@media (min-width: 0px) and (max-width: 575px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

/* product navs */

.featured-side-banner .banner-top {
    background-color: #e9f1ff;
}

.featured-side-banner img {
    height: 478px;
    width: 100%;
    object-fit: cover;
}

/* promo banner */
.promo-banner-mini img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

@media (min-width: 0px) and (max-width: 575px) {
    .promo-banner-mini img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/* wide banner */
.wide-banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

@media (min-width: 0px) and (max-width: 575px) {
    .wide-banner img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/* news */

.news-card img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

/* -----------------------------------------------shop page--------------------------------------------------- */

.sort-select {
    width: 160px;
}

/* price slider */
.custom-slider {
    background: #f8f9fa;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.custom-slider .slider-handle {
    background-color: #007bff !important;
    border: 2px solid #007bff !important;
}

.custom-slider .slider-track {
    background: #007bff;
}

.new-arrival-card {
    border: #ced4da 1px solid;
}

.new-arrival-card img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

/* ----------------------------------------------------------Product Page------------------------------------------------------------- */

.product-gallery {
    display: flex;
    flex-direction: row;
}

.product-gallery-featured {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
}

.product-gallery-featured img {
    height: 400px;
}

.product-gallery-thumbnails .thumbnails-list li {
    cursor: pointer;
    position: relative;
    width: 80px;
    height: 80px;
}

.thumbnails-list li img {
    display: block;
    width: 100%;
    border: #ced4da 1px solid;
}

.product-gallery-thumbnails .thumbnails-list li:hover::before {
    content: "";
    width: 3px;
    height: 100%;
    background: #007bff;
    position: absolute;
    top: 0;
    left: 0;
}

.radio-input {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
  }

  /* colour selector */
  .radio-input input[type=radio] {
    display: none;
  }

  .radio-input input[type=radio] + label {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
  }

  .radio-input input[type=radio] + label span {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #d4d4d4;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 44px;
  }

  .radio-input input[type=radio] + label span svg {
    opacity: 0;
    transition: all 0.3s ease;
    scale: 0.6;
    margin-bottom: 10px;
  }

  .radio-input input[type=radio]#color-1 + label span {
    background-color: #2ecc71;
  }

  .radio-input input[type=radio]#color-2 + label span {
    background-color: #3498db;
  }

  .radio-input input[type=radio]#color-3 + label span {
    background-color: #f1c40f;
  }

  .radio-input input[type=radio]:checked + label span svg {
    opacity: 1;
  }

@media all and (max-width: 990px) {
    .header-navigation .btn-group {
        display: none;
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    .product-gallery-featured img {
        height: 250px;
    }

    .product-gallery-thumbnails .thumbnails-list li {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/* ----------------------------------------------------------Wishlist Page------------------------------------------------------------- */
.wishlist-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* ----------------------------------------------------------account Page------------------------------------------------------------- */
.accCard{
    height: 200px;
}

.accCard img{
    border-radius: 50%;
    height: 120px;
    width: 120px;
    object-fit: cover;
}


