html{
    min-height: 100%;
    
}
/* Navbar*/
.nav-buttons{
    margin-right:13%
}
.logo_transparent{
    height:100px;
    width: auto;
}
.navbar{
    font-size: 20px;
    background-color: black !important;
}

.navbar .navbar-brand{
    color: white;
    font-family: "Space Grotesk", serif;
    font-optical-sizing: auto;
    font-weight: 420;
    font-style: normal;
}
.navbar .navbar-nav .nav-link{
    padding: 0 1rem;
    color: white;
    font-family: "Space Grotesk", serif;
    font-optical-sizing: auto;
    font-weight: 420;
    font-style: normal;
}
.navbar .navbar-nav .nav-link:hover{
    color: #BC2E2C;
}
.navbar .navbar-nav .nav-link.active{
    color: #BC2E2C;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(189,45,45, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
.navbar-toggler{
  border: 2px solid #BC2E2C;
}
.navbar-toggler:focus{
  box-shadow: none;
}
.navbar i {
    font-size: 2rem;
    padding: 0 0.5rem;
    transition: 0.5s ease;
    cursor: pointer;
    color:white
}
.navbar i:hover, .navbar i:active {
    color: #BC2E2C;
}
.navbar .nav-drop{
    visibility: hidden;
}
.navbar .nav-item .dropdown-menu{
    background-color: black;
}
.navbar .nav-item .dropdown-menu .dropdown-item{
    color: white;
    font-family: "Space Grotesk", serif;
    font-optical-sizing: auto;
    font-weight: 420;
    font-style: normal;
}
.navbar .nav-item .dropdown-menu .dropdown-item:hover{
background-color: #BD2D2D;
}

.navbar .nav-user{
    margin:0;
    padding: 0;
}

.wrapper {
    display: flex;
    width: 100%;
}

body {
    color: white;
    font-optical-sizing: auto;
    font-weight: 420;
    font-style: normal;
    position: relative;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    
}
body .nav-link{
        font-family: "Space Grotesk", serif;
        color: white;
        text-decoration: none;
}
body .nav-link:hover{
    color: #BD2D2D;
}

/*Product Page*/
.single-product input{
    width: 10%;
    font-size: 24px;
}

.single-product .buy-btn, .single-product .cart-btn, .buy-btn{
    background: #BD2D2D;
    text-align: center;
    font-size: 18px;
    color: white;
    font-family: "Space Grotesk", serif;
    font-optical-sizing: auto;
    font-weight: 420;
    font-style: normal;
    border: 0px;
    margin-right:1%;
}
.single-product .buy-btn:hover, .single-product .cart-btn:hover, .buy-btn:hover{
    color: #BD2D2D;

    background: white;

}

.single-product .back{
color:white;
text-decoration: none;
}
.small-img-group{
    display:flex;
    justify-content: space-between;
}

.small-img-col{
    flex-basis: 24%;
    cursor: pointer;
}
/*Login*/
.loginbtn{
    color:white;
    background-color: #BD2D2D;
    border: none;
    cursor: pointer;
    width: 50vh;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.btn{
    padding: 1% 1%;
}

.loginbtn:hover, .checkout-btn:hover{
color: white;
background-color: maroon;
}

/*Cart*/
.cart table{
    width:100%;
    border-collapse: collapse;
    padding: 0 10%;
    color:white;
}

.cart .product-info{
    display: flex;
    flex-wrap: wrap;
    color:white;
}

.cart th{
    text-align: left;
    padding: 5px 10px;
    color: white;
    background-color: #BC2E2C;
    
}

.cart td{
    padding: 10px 20px;

}

.cart td img{
    width: 10vh;
    height: 10vh;
    box-sizing: border-box;
    object-fit: contain;
    margin-right: 10%;
}
.back{
    font-family: "Space Grotesk", serif;
    text-decoration: none;
    color: white;
}
.back:hover{
    color: #BD2D2D;
}

.cart-total{
    display:flex;
    justify-self: flex-end;

}

.cart-total table{
    width: 100%;
    max-width: 500px;
    border-top: 3px solid #BC2E2C;
}
td:last-child{
    text-align: right;
}

th:last-child{
    text-align: right;
}

.checkout-container{
    display: flex;
    justify-content: flex-end;
}
.checkout-btn, .order_pay_btn{
    color:white;
    background-color: #BD2D2D;
    border: none;
    cursor: pointer;
    width: 20vh;
    margin-top: 2vh;
    padding: 2vh;
    text-decoration: none;
}

.cart .remove-btn{
    background: #BC2E2C;
    color: white;
    width: 100px;
    border:none;
    
}

.cart .remove-btn:hover{
    background: maroon;
}

.cart .edit-btn{
    background: #BC2E2C;
    color: white;
    width: 100px;
    border:none;
    
}
.cart .edit-btn:hover{
    background: maroon;
}
/*Profile page*/

#account-form{
width: 50%;
margin: 35px auto;
text-align: center;
padding: 20px;
}
.change-btn{
    color:white;
    background-color: #BD2D2D;
    border: none;
    cursor: pointer;
    margin-top: 2vh;
    padding: 1vh;
    text-decoration: none;
}
.change-btn:hover{
    background-color: maroon;
}

.orders table{
    width:100%;
    border-collapse: collapse;
    padding: 0 10%;

}

.orders .product-info{
    display: flex;
    flex-wrap: wrap;

}

.orders th{
    /*text-align: left;*/
    padding: 5px 10px;
    color: white;
    background-color: #BC2E2C;
    
}

.orders td{
    padding: 10px 20px;

}

.orders td img{
    width: 10vh;
    height: 10vh;
    box-sizing: border-box;
    object-fit: contain;
    margin-right: 10%;
}
.orders .btn{
    color:white;
    background-color: #BC2E2C;
    padding: 5%;
}
.orders .btn:hover{
    color:white;
    background-color: maroon;
}


.orders th:nth-child(2){
   /* text-align: right;*/
}
/*Checkout page*/
#checkout-form .checkout-small-element{
    display:inline-block;
    width:48%;
    margin: 10px auto;
}
#checkout-form .checkout-large-element{
    margin-top: 10px auto;
    width:96.5%;
}

.checkout-btn-container{
    display: flex;
    justify-content: center;
}

.product{
    cursor:pointer;
    border:2px solid transparent;
    padding: 10px;

}
.product:hover{
    border:2px solid #BC2E2C;
}
.orders .btn, .btn-paynow{
    color:white;
    background-color: #BC2E2C;

}
.orders .btn:hover, .btn-paynow:hover{
    color:white;
    background-color: maroon;
}


/*search bar*/
   .search-container {
        background-color: white;
        border-radius: 50px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        padding: 5px;
        max-width: 500px;
        width: 100%;
        transition: all 0.3s ease;
    }

    .search-container:hover {
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }

    .form-control.search-input {
        border: none;
        background: white;
        padding-left: 20px;
        font-size: 1rem;
        height: 25px;
        
    }

    .form-control.search-input:focus {
        box-shadow: none;
        outline: none;
    }

    .btn-search {
        background-color: #BC2E2C;
        color: white;
        border-radius: 50px;
        padding: 5px 10px;
        border: none;
        transition: all 0.3s ease;
    }

    .btn-search:hover {
        background-color: maroon;
        transform: scale(1.05);
    }

    .search-icon {
        color: #6c757d;
        z-index: 0;
        left: 25%;
        top: 34%;
        transform: translateX(22px);
    }
    .btn-dropdown{
        background-color: #BC2E2C;
        color: white;
        
    }

    .btn-dropdown:hover{
        background-color: maroon;
    }
    .btn-dropdown:active{
        background-color: maroon;
    }
    

    .dropdown{
        font-family: "Space Grotesk", serif;
        font-optical-sizing: auto;
        font-weight: 420;
        font-style: normal;
    }

    .product-quantity{
        min-width: 20%;
    }
    .product-quantity::-webkit-inner-spin-button{
        opacity: 1;
    }
    .product{
        background-color: rgba(0, 0, 0, 0.5)
    }

    .footer{
        width:100%;
        text-align: center;
        position: static;
        bottom: 0;
    }
    footer p {
        font-size: 15px;
    }
    
.soldout{ position:relative; }
.soldout::before{
    content:url(../imgs/soldout.png);
    position:absolute;
    z-index:2;
    top:0;
    left:0;
}

.termsbox{
    width: 20px!important;
    height: 20px!important;
}

.headerlogo{
        cursor:pointer;
}
.headerlogo .navbar-brand:hover{
    color: #BC2E2C;
}