html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#main{
    padding-top:40px;
}

body {
    /*background: #050505;
    color: #fff;*/
    font-family: Segoe UI;
}

/* Navbar */

.navbar {
    background: #050505;
    border-bottom: 1px solid #222;
}

.logo {
    color: #d4af37 !important;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 2px;
}

/* Page title */

.section-title {
    color: #d4af37;
    letter-spacing: 2px;
    font-size: 13px;
}

.collection-title {
    font-size: 40px;
    font-weight: 600;
}

/* Buttons */

.filter-btn {
    background: #d4af37;
    color: #000;
    border: none;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
}

.filter-outline {
    border: 1px solid #444;
    /*color: #bbb;*/
    background: transparent;
    padding: 6px 16px;
    border-radius: 20px;
}

/* Product Card */

.product-card {
    background: #0d0d0d;
    border: 1px solid #222;
    border-radius: 8px;
    overflow: hidden;
}

    .product-card img {
        height: 240px;
        object-fit: cover;
    }

.product-info {
    padding: 18px;
}
.product-info h6{
    color:white;
}
.price {
    color: #d4af37;
    font-weight: 600;
}

.add-btn {
    background: linear-gradient(90deg,#b38728,#e6c35c);
    border: none;
    color: #000;
    font-weight: 600;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
}

.cart-badge {
    background: #d4af37;
    color: #000;
    font-size: 12px;
}

/*Login*/
.loginPanel {
    /*background-image: url('../images/login_bg.png');*/
    min-height: 560px;
    background-size: cover;
}

.innerPanel {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.text-sm {
    font-size: 12px;
    color: #707070;
    text-align: center;
}

.text-xsm {
    font-size: 10px;
    color: #707070;
    text-align: center;
}

.text-lg {
    font-size: 24px;
    color: #FF0000;
    text-align: center;
}

.forgot {
    color: #FF0000;
    font-size: 14px;
    text-decoration: none;
    margin-left: 53%;
    margin-top: 5px;
}

    .forgot:hover {
        color: #FF0000;
        text-decoration: underline;
    }

.login_form {
    /*width: 331px;*/
    min-height: 300px;
    background-color: white;
    box-shadow: 2px 2px 10px 2px #e6e6e6;
}

.login_form .input-container {
    width: 250px;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid #e6e6e6;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.login_form input[type="text"], .login_form input[type="password"] {
    border: 0;
    outline: 0;
    background: transparent;
    text-align: center;
}


.btn_login {
    width: 250px;
    height: 50px;
}

/*Sidebar*/
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    /*top: 0;*/
    left: 0;
    background-color: dimgrey;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
}

.sidebar .active a, .sidebar .active i {
    color: #DF2027 !important; /*#EC008C*/
}

.sidebar a, .sidebar i, .submenu a {
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    color: white /*#DF2027*/;
    display: block;
    transition: 0.3s;
}

.sidebar a {
    font-weight: bold;
    font-size: 11px;
}

.sidebar i, .submenu-container a {
    font-size: 12px;
    font-weight: normal;
}

.sidebar a:hover, .submenu:hover {
    font-weight: bold;
    /*color: #DF2027;*/ /*#EC008C*/
}

.submenu-container {
    display: block !important;
}

.submenu-container a, .submenu-container div {
    /*color: #AEC8BC;*/
    margin-left: 10px;
    padding-left: 30px;
}

.submenu-container a:hover {
    font-weight: bold;
    color: #80C342;
}

.submenu-container a.active {
    /*background-color: #D9D7D9;*/ /*#EEF9FF*/
    color: #80C342;
    border-left: 4px solid #80C342; /*#EC008C*/
    margin-left: 6px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

#expandmenu {
    position: fixed;
    z-index: 1030;
    font-size: 25px;
    cursor: pointer;
    color: #d4af37 !important;
    margin-left: 10px;
    display: none;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    font-size: 20px;
    margin-top: 37px;
    left: 80%;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

a.disabled {
    pointer-events: none;
    color: #ccc;
}

table th {
    color: #d4af37 !important;
}
/*table td {
    color: gainsboro !important;
}*/
/* Cart Card */

.cart-card {
    background: #0c0c0c;
    border: 1px solid #222;
    border-radius: 6px;
    padding: 20px;
    color:white;
}

.qty-btn {
    width: 35px;
    height: 35px;
    background: #111;
    border: 1px solid #333;
    color: #fff;
}

.price {
    color: #d4af37;
    font-weight: 600;
}

/* Checkout */

.checkout-btn {
    background: linear-gradient(90deg,#b38728,#e6c35c);
    border: none;
    color: #000;
    font-weight: 600;
    padding: 12px;
    width: 100%;
}

.clear-cart {
    color: #aaa;
    font-size: 14px;
    cursor: pointer;
}

/*Check Out*/
.checkout-card {
    background: #0c0c0c;
    border: 1px solid #222;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
    color:white;
}

.form-control {
    background: #050505;
    border: 1px solid #333;
    color: white;
}

.form-control:focus {
    background: #050505;
    color: white;
    border-color: #d4af37;
    box-shadow: none;
}

.summary-line {
    border-bottom: 1px solid #222;
    padding: 10px 0;
}

.price {
    color: #d4af37;
    font-weight: 600;
}

.checkout-btn {
    background: linear-gradient(90deg,#b38728,#e6c35c);
    border: none;
    width: 100%;
    padding: 12px;
    font-weight: 600;
}
