/* Carousel */
.carousel-item .custom-carousel-content {
    /* width: 50%; */
    transform: translate(0%, -10%);
    /* text-align: center; */
}

.custom-carousel-content {
    text-align: start;
}

.formargonlymobile {
    padding: 0 10px;
}

.custom-carousel-content h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.custom-carousel-content h1 span {
    color: #fbff00;
}

.custom-carousel-content p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
}

.custom-carousel-content .btn-slider {
    border: 1px solid #fff;
    border-radius: 0;
    padding: 8px 26px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Navbar */
.main-navbar {
    border-bottom: 1px solid #ccc;
}

.main-navbar .top-navbar {
    background-color: #2874f0;
    padding: 10px 0;
}

.main-navbar .top-navbar .brand-name a,
.main-navbar .top-navbar .nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.main-navbar .top-navbar .dropdown-menu {
    padding: 0;
    border-radius: 0;
}

.main-navbar .top-navbar .dropdown-menu .dropdown-item {
    padding: 8px 16px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}

.main-navbar .top-navbar .dropdown-menu .dropdown-item i {
    width: 20px;
    text-align: center;
    color: #2874f0;
    font-size: 14px;
}

.main-navbar .navbar {
    height: 100px;
    width: 100%;
    padding: 0;
    background-color: #fcf8f3 !important;
    position: fixed;
    /* padding: 0 85px 0 50px; */
}


.montserrat-Light-300 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 13px !important;
}

.montserrat-Medium-500 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 24px !important;
}


.playfair {
    color: #000;
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 24px;
    font-variation-settings:
        "wdth" 100;
}

@media only screen and (max-width: 600px) {
    .main-navbar .top-navbar .nav-link {
        font-size: 12px;
        padding: 8px 10px;
    }

    .main-navbar .navbar {
        height: auto;
    }
}

/* Category */
.category-card {
    border: 1px solid #ddd;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    background-color: #fff;
}

.category-card a {
    text-decoration: none;
}

.category-card .category-card-img {
    height: 400px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.category-card-img img {
    height: 100%;
}

.category-card .category-card-body {
    padding: 10px 16px;
}

.category-card .category-card-body h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

/* Product Card */
.product-card {
    /* background-color: #fff; */
    border: 1px solid #ccc;
    margin-bottom: 24px;
}

.product-card a {
    color: #000;
    text-decoration: none;
}

.product-card .stock {
    position: absolute;
    color: #fff;
    border-radius: 4px;
    padding: 2px 12px;
    margin: 8px;
    font-size: 12px;
}

.product-card .product-card-img {
    overflow: hidden;
    /* border-bottom: 1px solid #ccc; */
}

.product-card .product-card-img img {
    height: 277px;
    width: 266px;
}

.product-card .product-card-body {
    padding: 10px;
    background-color: #fff;
}

.product-card .product-card-body .product-brand {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #937979;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.owl-carousel .owl-item img {
    height: 300px;
}

@media(max-width:768px) {

    .owl-carousel .owl-item img,
    .product-card .product-card-img img {
        height: 500px;
    }
}


.product-card .product-card-body .product-name {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /* height: 30px; */
}

.product-card .product-card-body .selling-price {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-right: 8px;
}

.product-card .product-card-body .original-price {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-decoration: line-through;
}

.product-card .product-card-body .btn1 {
    border: 1px solid;
    margin-right: 3px;
    border-radius: 0;
    font-size: 12px;
    margin-top: 10px;
}

/* Product View */
.product-view .product-name {
    font-size: 24px;
    color: #262626;
}

.product-view .product-name .label-stock {
    font-size: 13px;
    padding: 4px 13px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
    float: right;
}

.product-view .product-path {
    font-size: 13px;
    font-weight: 500;
    color: #252525;
    margin-bottom: 16px;
}

.product-view .selling-price {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin-right: 8px;
}

.product-view .original-price {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-decoration: line-through;
}

.product-view .btn1 {
    border: 1px solid #000;
    width: 80%;
    margin-right: 3px;
    border-radius: 0;
    font-size: 14px;
    margin-top: 10px;
}

.product-view .btn1:hover {
    background-color: #000;
    color: #fff;
}

.product-view .input-quantity {
    border: 1px solid #000;
    margin-right: 3px;
    font-size: 12px;
    width: 58px;
    outline: none;
    text-align: center;
}

/* Shopping Cart */
.shopping-cart .cart-header h4 {
    font-size: 18px;
    margin-bottom: 0;
}

.shopping-cart .cart-item {
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
    padding: 10px;
    margin-top: 10px;
}

.shopping-cart .cart-item .product-name {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.shopping-cart .cart-item .price {
    font-size: 16px;
    font-weight: 600;
    padding: 4px 2px;
}

.shopping-cart .btn1 {
    border: 1px solid;
    margin-right: 3px;
    border-radius: 0;
    font-size: 10px;
}

.shopping-cart .btn1:hover {
    background-color: #262626;
    color: #fff;
}

.shopping-cart .input-quantity {
    border: 1px solid #000;
    margin-right: 3px;
    font-size: 12px;
    /* width: 40%; */
    outline: none;
    text-align: center;
}

/* Footer */
.footer-area {
    padding: 40px 0 0 0;
    background-color: #fff !important;
    border-top: 1px solid #cbbebe;
    color: #000;
    text-align: center;
}

.footer-area a {
    text-decoration: none;
}

.footer-area .footer-heading {
    font-size: 24px;
}

.footer-heading {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 100%;
    background-color: #ddd;
}

.footer-area .footer-underline {
    height: 1px;
    width: 70px;
    background-color: #ddd;
    margin: 10px 0;
}

/* Copyright */
.copyright-area {
    padding: 14px 0;
    /* background-color: #262626; */
}

.copyright-area p {
    margin-bottom: 0;
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .main-navbar .top-navbar .nav-link {
        font-size: 12px;
        padding: 8px 10px;
    }

    .main-navbar .navbar {
        height: auto;
        padding: 0;
    }
}