:root {
    --primary-color-web: #D6972A;
}

.top-50 {
    top: 50% !important;
}

.top-60 {
    top: 60% !important;
}

.top-70 {
    top: 70% !important;
}

.d-custom-border {
    border-radius: 8px !important;
}

.d-border-1px {
    border: 1px solid #0E440E !important;
    border-radius: 5px;
}

.search-input-box>input {
    /* border : 1px solid #D6972A !important; */
    border-color: #D6972A !important;
    height: 42px !important;
}

.btn-br {
    border-radius: 7px !important;
}

.btn-white {
    background-color: #fff;
}

button[type="submit"].btn-subscribe {
    border-radius: 7px !important;
    background-color: #fff;
    color: #634832;
}

button[type="submit"].btn-linna-submit {
    border-radius: 7px !important;
}

button[type="submit"].btn-linna {
    border-radius: 8px !important;
}

button[type="button"].btn-linna {
    border-radius: 8px !important;
}

input[type="email"].input-linna {
    border-radius: 7px !important;
    background-color: #fff;
    color: #634832;
}

input[type="password"].input-linna {
    border-radius: 7px !important;
    background-color: #fff;
    color: #634832;
}

input[type="number"].input-linna {
    border-radius: 7px !important;
    background-color: #fff;
    color: #634832;
}

input[type="date"].input-linna {
    border-radius: 7px !important;
    background-color: #fff;
    color: #634832;
}

input[type="tel"].input-linna {
    border-radius: 7px !important;
    background-color: #fff;
    color: #634832;
}

input[type="text"].input-linna {
    border-radius: 7px !important;
}

input[type="email"].input-linna-login {
    border-radius: 7px !important;
    color: #634832;
}

input[type="text"].input-linna-login {
    border-radius: 7px !important;
    color: #634832;
}

input[type="password"].input-linna-login {
    border-radius: 7px !important;
    color: #634832;
}

input[type="number"].input-linna-login {
    border-radius: 7px !important;
    color: #634832;
}

input[type="date"].input-linna-login {
    border-radius: 7px !important;
    color: #634832;
}

input[type="email"].input-linna-login {
    border-radius: 7px !important;
    color: #634832;
}

input[type="tel"].input-linna-login {
    border-radius: 7px !important;
    color: #634832;
}

.inputs input {
    width: 50px;
    height: 50px;
    border-radius: 8px !important;
}

input[type=number].linna-otp::-webkit-inner-spin-button,
input[type=number].linna-otp::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

textarea.input-linna[type="text"] {
    border-radius: 7px !important;
}

select.input-linna {
    border-radius: 8px !important;
}

.custom-animate-outline {
    position: relative;
    border-radius: 20px;
}

.custom-animate-outline::before,
.custom-animate-outline::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    z-index: -1 !important;
    width: 0;
    height: 0;
    transition: color 0.3s;
    border: 2px solid transparent;
    border-radius: 20px;
}

.custom-animate-outline::before {
    top: 0;
    left: 0;
    border-radius: 20px;
}

[dir="rtl"] .custom-animate-outline::before {
    left: auto;
    right: 0;
    border-radius: 20px;
}

.custom-animate-outline::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
}

.custom-animate-outline:hover::before,
.custom-animate-outline:hover::after {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.custom-animate-outline:hover::before {
    border-top-color: var(--primary-color-web);
    border-right-color: var(--primary-color-web);
    border-radius: 20px;
    transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

[dir="rtl"] .custom-animate-outline:hover::before {
    border-left-color: var(--primary-color-web);
    border-right-color: transparent;
    border-radius: 20px;
}

.custom-animate-outline:hover::after {
    border-bottom-color: var(--primary-color-web);
    border-left-color: var(--primary-color-web);
    border-radius: 20px;
    transition: height 0.3s ease-out, width 0.3s ease-out 0.3s;
}

[dir="rtl"] .custom-animate-outline:hover::after {
    border-right-color: var(--primary-color-web);
    border-left-color: transparent;
    border-radius: 20px;
}

.card-box-animate {
    transition: transform 0.3s ease-in-out, border 0.3s ease-in-out;
    border: 2px solid transparent;
    outline: 2px solid transparent;
}

.card-box-animate:hover {
    border: 2px solid var(--primary-color-web);
    outline: 2px solid var(--primary-color-web);

}

.br-8px {
    border-radius: 8px;
}

.br-10px {
    border-radius: 10px;
}

.br-12px {
    border-radius: 12px;
}

.br-14px {
    border-radius: 14px;
}

.br-16px {
    border-radius: 16px;
}

.br-18px {
    border-radius: 18px;
}

.br-20px {
    border-radius: 20px !important;
}

.br-22px {
    border-radius: 22px;
}

.brt-8px {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.brb-8px {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.custom-header-logo {
    /* margin-top: -16px; */
    height: 145px;
}

.circular-logo {
    border-radius: 50%;
    object-fit: cover;
    border: #000000 solid 1px;
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin-top: -22px;
}

.text-linna-color {
    color: #D6972A !important;
}

.linna-bcolor {
    border: 1px solid #D6972A !important;
    /* border-color: #D6972A !important; */
}

.icon-social {
    width: 20px;
    height: 20px;
}

.linna-todays-deal {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.brt-left-right {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.bdg-secondary {
    background-color: #634832 !important;
}

.btn-submit-subscribe {
    border-radius: 8px !important;
    background-color: #634832 !important;
    color: #fff !important;
}

.discount-banner-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* // */
#main-category-menu {
    position: relative;     
}

#sub-category-container {
    position: absolute;
    min-width: 200px;
    max-width: 300px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    padding: 10px;
    z-index: 1050;
    display: none;
}

/* // */

.number-badge {
    position: absolute;
    top: -6px;
    right: -7px;
    width: 17px;
    height: 16px;
    background-color: #2c2c2c;
    color: white;
    border-radius: 50%;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.linna-notifications,
.linna-cart,
.linna-wishlist {
    border: 1px solid #D6972A;
    border-radius: 50%;
    padding: 0.7rem;
}

.nav-user-img {
    border: 1px solid #D6972A !important;
}

.brand-card {
    border-radius: 8px !important;
    border: 1px solid #D6972A !important;
    background-color: #fff;
}

.card--login {
    border-radius: 20px !important;
}

.card--register {
    border-radius: 20px !important;
}

.image-register-page {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.image-login-page {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.star-badge {
    border-radius: 50% !important;
}

#badge a,
#badge a:after,
#badge a:before,
#badge a span {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #C80D00;
    position: absolute;
    top: 0;
    border-radius: 5px;
}

#badge,
#badge a,
#badge a:after,
#badge a:before {
    transform: rotate(22.5deg);
    border-radius: 5px;
}

#badge a span {
    transform: rotate(-45deg);
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 1;
    line-height: 14px;
    color: #fff;
}

#badge {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #C80D00;
    margin: 10px;
    border-radius: 5px;
}

#discount-badge a,
#discount-badge a:after,
#discount-badge a:before,
#discount-badge a span {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #C80D00;
    position: absolute;
    top: 0;
    border-radius: 5px;
}

#discount-badge,
#discount-badge a,
#discount-badge a:after,
#discount-badge a:before {
    transform: rotate(22.5deg);
    border-radius: 5px;
}

#discount-badge a span {
    transform: rotate(-45deg);
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 1;
    line-height: 12px;
    color: #fff;
    font-size: 8px !important;
}

#discount-badge {
    position: relative;
    width: 24px;
    height: 24px;
    background-color: #C80D00;
    /* margin: 10px; */
    border-radius: 5px;
}

.small-icon-search {
    margin-right: 0px;
}

@media (max-width: 767.98px) {
    .custom-header-logo {
        margin-top: 0px;
        height: 70px;
    }

    .small-icon-search {
        margin-right: -50px;
    }
}