* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Lexend', sans-serif !important;
    background-color: #F6F4F0 !important;
}

h1 {
    font-size: 55px !important;
    font-weight: 600 !important;
}

h2 {
    font-size: 45px !important;
    font-weight: 600 !important;
}

/*h3 {
    font-size: 37px !important;
    font-weight: 600 !important;
}*/

h4 {
    font-size: 28px !important;
    font-weight: 600 !important;
}

h5 {
    font-size: 20px !important;
    font-weight: 600 !important;
}

h6 {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.mains {
    color: #D25D3E !important;
    font-weight: 600;
}

.navbar {
    background-color: #201904;
    height: 66px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.navbar .navbar-brand img {
    height: 28px;
    width: 99.22px;
}

ul.navbar-nav li.nav-item a.nav-link {
    color: #BCBAB4;
    letter-spacing: 0.3px;
    font-weight: 600;
    margin: 0 16px;
}

ul.navbar-nav li.nav-item a.nav-link.active {
    color: white;
    letter-spacing: 0.3px;
    font-weight: 600;
    margin: 0 16px;
}

ul.navbar-nav li.nav-item a.nav-link.active:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 88px;
    height: 3px;
    background-color: #D25D3E;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

/* .user{
    padding-left: 24px;
} */

i.fa.fa-bars {
    color: white;
    font-size: 30px;
}

.navbar-light .navbar-toggler {
    border: 0 !important;
}

.setting a.nav-link {
    padding-left: 24px !important;
}

.product-heading {
    color: #201904;
    ;
}

.product-heading a {
    color: #7F7F84;
}

.product-heading a i {
    padding-left: 14px;
    font-weight: 600;
}

.information,
.organization {
    background-color: white;
    border-radius: 10px;
    padding: 24px 30px;
}
.pricing,
.inventory,
.shipping {
    background-color: white;
    border-radius: 10px;
    padding: 24px 30px 0;
}

.product-heading h5 {
    color: #7F7F84;
    padding-top: 48px;
    padding-bottom: 16px;
}

.product-heading label {
    color: #201904;
}

.product-heading input,
select.form-select {
    border-radius: 10px;
    height: 54px;
    border: 1.5px solid #F0EDE5 !important;
    box-shadow: none !important;
}

.product-heading .rich-text {
    background-color: #F0EDE5;
    height: 44px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.descri {
    height: 313px;
    border: 1px solid #f0ede5;
    border-radius: 10px;
    border-top: 0;
}

.descri input {
    border: 0 !important;
}

.product-heading .descri input {
    border-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.product-heading .organization .input-group {
    border: 1.5px solid #F0EDE5;
    border-radius: 10px;
    align-items: center;
}

.product-heading .organization input {
    border: 0 !important;
}

.product-heading .organization .input-group .btn,
.size-separate .input-group .btn {
    font-size: 24px;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none !important;
}

.front-page-wrp img {
    width: 44px !important;
}

.images input[type="file"] {
    color: transparent;
}

.form-control:focus {
    color: #000 !important;
}

.front-page-wrp.file-uploader {
    border: 1px dashed #7F7F84;
    text-align: center;
    border-radius: 10px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.front-page-wrp.file-uploader input#formFile {
    border: none;
    width: 100px;
    border-radius: 8px;
    padding: 10px 8px;
    margin-left: auto;
    margin-right: auto;
}

.front-page-wrp.file-uploader h5 {
    color: #201904;
}

.front-page-wrp.file-uploader label {
    padding: 50px 30px;
    cursor: pointer;
}

.front-page-wrp.file-uploader label p.choose-file {
    border-radius: 8px;
    width: 100px;
    margin: 0 auto 0 !important;
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px;
    margin-top: 12px;
}

.front-page-wrp.file-uploader p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: .5rem;
}

.front-page-wrp .form-control:focus {
    box-shadow: none;
}

.front-page-wrp .modal-footer {
    justify-content: space-between;
    background-color: white;
    border-top: none;
}

.table tr th {
    font-size: 12px;
    color: #7F7F84;
    font-weight: 600;
    text-align: center;
}

.product-heading .not-add {
    padding: 0;
    display: flex;
    height: 238px;
    align-items: center;
    text-align: center;
    width: 246px;
    margin: auto;
}

input.form-check-input {
    height: 18px;
    width: 18px;
    margin-right: 12px;
}

.options {
    background-color: white;
    border-radius: 10px;
}

.options .form-check {
    padding: 24px 24px 10px;
    margin-left: 30px;
}

input[type=checkbox]:checked {
    /*background-color: #B3CE67 !important;*/
    color: #ffffff !important;
}

.size-separate {
    padding: 0 30px 24px;
}

.size-separate .input-group {
    border: 1.5px solid #F0EDE5;
    border-radius: 10px;
    align-items: center;
}

.size-separate .input-group input {
    border: 0 !important;
}

.shipping .form-select {
    width: 80px;
    margin-bottom: 0 !important;
    border: 0 !important;
    background-color: #F6F4F0;
    border-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.weight {
    border: 1.5px solid #F0EDE5;
    border-radius: 10px;
    height: 56px;
}

.weight .form-control {
    border: 0 !important;
}

::placeholder {
    color: #7F7F84;
    font-weight: 400;
    font-size: 18px;
}

.button-wrap .btn {
    color: #7F7F84;
    font-weight: 600;
}

.button-wrap .btn:nth-child(2) {
    background-color: #D25D3E;
    color: white;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    padding: 12px 16px;
}


@media screen and (max-width: 520px) {
    .navbar-collapse {
        background-color: #201904;
    }

    ul.navbar-nav li.nav-item a.nav-link.active:before {
        display: none;
    }

    .navbar-nav {
        display: block !important;
    }

    a.cancel {
        display: none !important;
    }

    .front-page-wrp.file-uploader {
        margin-bottom: 28px;
    }
}

/* Rana */
/*table > tbody > tr > td.more-actions {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center
}

table > tbody > tr > td > a.more-action-toggle {
    display: block;
    line-height: 36px;
    color: #201904;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 10px;
}

table > tbody > tr > td > ul.sub-actions {
    position: absolute;
    left: 50%;
    top: 36px;
    transform: translateX(-50%);
    display: none;
    background-color: #ffffff;
    width: 100px;
    box-shadow: 0 3px 5px rgb(0 0 0 / 15%);
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    z-index: 10;
}*/