.dd-carousel {
    width: 100%;
    height: fit-content;
    border: 1px solid #606060;
    border-radius: 10px;
    padding: 10px;
}

.dd-carousel-inner {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dd-car-left {
    width: 50%;
    height: fit-content;
}

.dd-car-right {
    width: 50%;
    height: fit-content;
}

.dd-item {
    width: 100%;
    height: fit-content;
    padding: 5px;
}

.dd-item-inner {
    display: flex;
    justify-content: space-between;
}

.main-product-dd {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: Arial, Helvetica, sans-serif;
    transition-duration: 300ms;
    background-color: white;
}

.main-product-dd {
    width: 100%;
}

.main-product-cover-dd {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 20px;
    height: fit-content;
}

.main-product-cover-dd img {
    border-radius: 15px;
    width: 100%;
}

.main-product-desc-dd {
    width: 100%;
    height: fit-content;
}

.main-product-desc-dd span {
    display: block;
}

.product-name-dd {
    font-size: 14px;
    font-weight: 700;
}

.product-type-dd {
    font-size: 11px;
    color: #606060;
}

.product-price-dd {
    font-size: 18px;
    font-weight: 700;
    color: #ee2761;
}

/* .pmeter-dd {
    display: inline !important;
    font-size: 14px;
    color: #7f7f7f;
} */

.product-qty-dd {
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
    display: inline !important;
}

.product-qty-dd input {
    width: 40%;
    height: 30px;
    font-size: 16px;
    font-weight: 700;
    padding-left: 10px;
    margin-top: 10px;
    border: 1px solid #ee2761;
}

.product-size-dd {
    margin-top: 15px;
    display: inline !important;
}

.product-size-dd select {
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #ee2761;
}

/* .plus-dd {
    font-size: 30px;
} */

.add-btc-dd {
    width: 100%;
    height: 40px;
    margin-top: 20px;
}


.add-btc-dd button {
    width: 100%;
    height: 100%;
    border: none;
    border: none;
    background-color: #ee2761;
    color: white;
    font-weight: 700;
}

.owl-prev {
    position: absolute;
    top: -21px;
    right: 50px;
    font-size: 20px !important;
}

.owl-next {
    position: absolute;
    top: -21px;
    right: 20px;
    font-size: 20px !important;
}

.owl-prev:hover {
    background: none !important;
    color: #7f7f7f !important;
}

.owl-next:hover {
    background: none !important;
    color: #7f7f7f !important;
}

.wishlist-btn-detail-page {
width: 160px !important;
}
.terms-link a {
    color: blue;
}
.home-banner{
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
display: block; 
height: 400px;
}
@media only screen and (max-width:768px) {
    .home-banner{
        height: 120px;
    }
}