@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap');

body {
    font-family: "Sora";
    /* background-image: url('../web_assets/images/bg-image.gif');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; */
}

a {
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: inherit;
}
.main-header div#navbarNav {
    justify-content: space-evenly;
}

.main-header div#navbarNav ul {
    gap: 90px;
}

.main-header div#navbarNav ul li a {
    text-transform: uppercase;
    font-size: 18px;
    color: #aaaaaa !important;
}


.dashboard-cont .container {
    padding: 0;
    overflow-x: hidden;
}

.sidebar-nav {
    height: 100%;
    background: black;
    height: 100vh;
    padding: 50px 35px;
    position: fixed;
    left: 0;
    width: 16%;
    color: white;
}

.dashboard-cont .col-md-2 {
    padding: 0;
}

.sidebar-nav ul {
    padding: 0;
}

.sidebar-nav ul li {
    font-size: 16px;
    margin-bottom: 23px;
    display: flex;
    gap: 9px;
}

.sidebar-nav ul li a {
    color: #ccc;
    text-decoration: none;
}

.dashboard-cont .dash-main-content {
    padding: 50px 35px;
}


.dashboard-cont h4 {
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 29px;
}

.dashboard-cont form label {
    font-size: 13px;
    padding-bottom: 6px;
}

.dashboard-cont form .form-control {
    font-size: 15px;
    padding: 6px 17px;
    margin-bottom: 10px;
    border-radius: 0;
}

.dashboard-cont form button {
    font-size: 11px;
}

.dashboard-cont form .form-control:focus {
    box-shadow: none !IMPORTANT;
    outline: none !important;
    border: 1px solid black;
}


p.error-req {
    font-size: 13px;
    margin-bottom: 9px;
}


.alert {
    font-size: 13px;
    padding: 10px 16px;
}


table.table a {
    color: inherit;
    text-decoration: none;
}

button#addSize {
    padding: 9px 30px;
    font-size: 12px;
}


.create-prod-form {
    box-shadow: 2px 1px 8px 1px #ccc;
    padding: 22px;
    border-radius: 3px;
    margin-top: 20px;
}


.prod_ll table img {
    width: 40px;
    border-radius: 100%;
    height: 40px;
    object-fit: contain;
}


.prod_ll table {
    font-size: 14px;
}


.probx1 ul li {
    position: relative;
    cursor: pointer;
}

.probx1 ul li input[type="radio"] {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

div#toast,
#toast-wishlist {
    background-color: #28a745;
    position: fixed;
    right: 49px;
    padding: 16px 28px;
    width: 15%;
    text-align: unset;
    color: white;
    font-family: cursive;
    font-size: 18px;
    border-radius: 5px;
}

#toast.show {
    top: 20px;
    animation: slideIn 2s forwards;
}

@keyframes slideIn {
    from {
        top: -50px;
    }

    to {
        top: 20px;
    }
}


section.product-details {
    color: white;
}

section.product-details img {
    width: 100%;
}

.prod_Det_sec {
    padding-top: 10%;
}

.required-error {
    border: 1px solid red;
    transform: scale(1.01);
}

.prod_Det_sec .form-control {
    background: none;
    color: white;
}

.prod_Det_sec select.form-control option {
    color: black !IMPORTANT;
}

.right-ic-con {
    color: white;
    gap: 15px;
    margin-left: 51px;
    align-items: baseline;
}

.right-ic-con i {
    font-size: 18px;
}

h3.head-sec {
    color: white;
    font-family: 'Sora';
    font-size: 50px;
    font-weight: 600;
    width: max-content;
    position: relative;
    /* padding-left: 80px; */
}

.about-sec {
    padding-top: 60px;
    padding-bottom: 60px;
}

.cart .product-name {
    padding-left: 25px;
}

.table>tbody {
    vertical-align: middle;
}

.checkout_form {
    color: white;
}

.checkout_form .form-control {
    background: none;
    color: white;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.checkout_form ul.list-group li {
    background: none;
    color: white;
    border: 1px solid #ccc;
    padding: 15px 15px;
    border-radius: 0;
}

.order_det_tab table img {
    width: 54px;
}

ul.billing_det {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

ul.billing_det li {
    width: 50%;
    list-style: none;
    border: 1px solid #ccc;
    padding: 15px;
}

ul.billing_det li h6 {
    font-size: 17px;
}

ul.billing_det li p {
    margin-bottom: 0;
}

.order_det_tab {
    padding-top: 20px;
}

.order_det_tab h4 {
    padding-bottom: 10px;
    text-decoration: underline;
}


.wishlist-table table {
    color: white !important;
}

.wishlist-table table img {
    width: 55px;
    background: white;
    margin-right: 13px;
}


span.cart_co {
    position: relative;
    top: -9px;
}


img.p-imagee {
    height: 330px;
    object-fit: cover;
}


img.edit-p-img {
    display: block;
    height: 230px;
    object-fit: cover;
    border: 2px dotted;
    padding: 12px;
    margin-top: 29px;
    margin-bottom: 21px;
}

.user-d_c ul#myTab {
    display: block;
    border: none;
}

div#myTabContent {
    color: white;
}

.t1_c {
    font-size: 34px;
    text-align: center;
}

.b_t_c {
    border: 1px solid white;
    padding: 20px;
    border-radius: 6px;
    background: #00000042;
}

ul#myTab li button {
    width: 92%;
    text-align: justify;
    padding: 20px;
    border-radius: 3px;
    background: black;
    border: 1px solid #ffffff;
    color: white;
    margin-bottom: 22px;
}

ul#myTab li button.active {
    background: white;
    color: black !IMPORTANT;
}

.order-accordion .accordion-body {
    background: black;
}

.order-accordion .accordion-button {
    background: black;
    color: white;
    border: 1px solid;
}

.order-accordion .accordion-item {
    margin-bottom: 27px;
}

.order-accordion .accordion-button:not(.collapsed) {
    background: white;
    color: black;
}
