body{
    font-family: "Jost", sans-serif;
}
a{
    color: #fea203;
}
.btn-primary{
    background: #fea203;
    color: #161616;
    border: none;
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 500;
}
.btn-primary:hover{
    background: #fea203;
    color: #161616;
}
.form-control:focus{
    outline: none !important;
    box-shadow: none;
    border-color: #fea203;
}
.container{
    border: none;
}
.navbar {
    min-height: 70px;
}

.navbar-brand {
    font-size: 24px;
}

.nav-link{
    position: relative;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #fea203;
}

.cartRedC{
    position: absolute;
    top: -2px;
    right: 40px;
}

.nav .nav-item .nav-link{
    color: #161616;
}

.navbar-nav .nav-link {
    padding: 24px 18px;
    color: #222;
    font-weight: 500;
}

.navbar-nav .nav-link:hover {
    color: #edac07;
}

/* Mega Menu */
.mega-menu {
    position: static;
}

.mega-menu-dropdown {
    width: 100%;
    left: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    padding: 35px 0;
    margin-top: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Mega menu headings */
.mega-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

/* Mega menu links */
.mega-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #666;
    padding: 7px 0;
    font-size: 14px;
    transition: 0.2s;
}

.mega-link:hover {
    color: #edac07;
    padding-left: 5px;
}

.mega-link i {
    font-size: 16px;
}

/* Right icons */
.nav-icon {
    color: #222;
    font-size: 19px;
    text-decoration: none;
}

.nav-icon:hover {
    color: #edac07;
}

.sliderImg{
    height: 200px;
}

.productImg{
    height: 250px;
}

.reelImg{
    height: 260px;
    object-fit: cover;
}

.floralO{
    width: auto;
    display: inline-block;
    font-size: 2rem;
    position: relative;
}
.floralO::before{
    content: ' ';
    width: 100px;
    height: 40px;
    position:absolute;
    background: url('../uploads/floral-left.png') no-repeat;
    background-size: contain;
    top:5px;
    left: -110px;
}
.floralO::after{
    content: ' ';
    width: 100px;
    height: 40px;
    position:absolute;
    background: url('../uploads/floral-right.png') no-repeat;
    background-size: contain;
    top:5px;
    right: -110px;
}
.instaWrap{
    position: relative;
}
.mpICover{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); 
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 9;
    display: none;
}
.mpInsta{
    font-size: 1.5rem;
    color: #fff;
    position: absolute;
    top:43%;
    left: 43%;
    z-index: 10;
    display: none;
}

.instaWrap:hover .mpInsta{
    display: block;
}
.instaWrap:hover .mpICover{
    display: block;
}

@media (min-width: 992px) {

    .mega-menu:hover .mega-menu-dropdown {
        display: block;
    }

    .mega-menu:hover > .nav-link {
        color: #edac07;
    }

    .sliderImg{
        height: 420px;
    }

    .productImg{
    height: 350px;
}

    .reelImg{
        height: 420px;
    }
}

/* Footer */
.site-footer {
    background-color: #1a1a1a;
}

.footer-heading {
    color: #fff;
    font-weight: 600;
    margin-bottom: 18px;
}

.footer-link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    display: inline-block;
    padding: 5px 0;
    font-size: 14px;
    transition: 0.2s;
}

.footer-link:hover {
    color: #edac07;
    padding-left: 3px;
}

.footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}

.footer-social-icon:hover {
    background-color: #edac07;
    color: #1a1a1a;
}

/* Size/Color selection */
.btn-check:checked + .btn-outline-dark {
    background-color: #e9ecef;
    border-color: #6c757d;
    color: #161616;
}