
.secondary-navbar {
    width: 100%;
    background-color: #fdfdfd;
    /*background: linear-gradient(257deg, rgba(2, 0, 36, 0) 0%, rgb(220, 220, 220) 100%);*/
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2;
    position: sticky;
    top: 82px;
    z-index: 5;
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .secondary-navbar {
        top: 60px;
    }
}

.secondary-navbar-selector {
    width: 90%;
    margin: auto;
    display: flex;
    /*justify-content: space-between;*/
    color: #7a7a7a;
    font-size: 14px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}
.secondary-navbar-box-1 p{
    font-family: Blame;
    font-weight: 900;
    color:#000;
    font-size: 20px ;
}

.secondary-navbar-box-mobile-1 p{
    font-family: Blame;
    font-weight: 900;
    color:#000;
    font-size: 17px ;
}
.secondary-navbar-box-2 {
    display: flex;
    align-items: center;
}

.now-button {
    border: none;
    width: 160px;
    height: 25px;
    background: linear-gradient(257deg, rgba(79, 8, 0, 1) 0%, rgba(227,39,38, 1) 100%);
    font-weight: 300;
    /*border-radius: 30px;*/
    color: #fff;
    padding: 2px;
    font-family: Oxanium;
    font-size: 12px;
    font-weight: 800;

}

.shop-cart-button {
    border: none;
    background: none;
}

.secondary-navbar-box-2 img {
    width: 30px;
    margin: 0 0 0 30px;
}

.modal-cart-container {
    background: red;
    width: 100%;
    height: 100%;
 position: absolute;
}



/*RESPONSIVE */

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 500px) {
   /* .now-button {
      display: none;

    }*/
    .secondary-navbar-box-1 p{
        display: none;
    }
}

@media only screen and (min-width: 500px) {
.secondary-navbar-box-mobile-1 p{
    display:none;
}
}