/* === logo css start=== */

.main-header-three__logo img {
    width: 70%;
}

/* ==== logo css end=== */

.pt-90_pb-120 {
    padding: 90px 0 120px 0;
}

.why-choose-one__left .section-title__tagline {
    color: #ffbd3cb5;
}

.custom-pb {
    padding-bottom: 120px;
}

.shop-category .product__sidebar-title {
    margin-bottom: 30px !important;
}

/* === footer logo css start=== */


.footer-widget__logo img {
    width: 50%;
}

/* ==== footer logo css end=== */


/* === product detail slider css start==== */

.card-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

img {
    width: 100%;
    display: block;
}

.img-display {
    overflow: hidden;  border: 1px solid #d5d0d0;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.img-showcase img {
    min-width: 100%;
  
}

.img-select {
    display: flex;
}

.img-item {
    margin: 0.3rem;
    border: 1px solid #d5d0d0;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
    margin-right: 0;
}

.img-item:hover {
    opacity: 0.8;
}



@media screen and (min-width: 992px) {
    .card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }

    .card-wrapper {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-imgs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .product-content {
        padding-top: 0;
    }
}

/* ===== product detail slider end======= */