*,
ul {
    padding: 0;
    margin: 0;
}

:root {
    --body-color: #ffffff;
    --text-color: #262626;
    --reversedText-color: #E5E5E5;
    --slogan-color: #000000;
    --primary-color: #E52982;
    --secondary-color: #6615A9;
    --bg-color: #F5F5F5;
    --span-color: #A3A3A3;
    --reversedSpan-color: #525252;
    --transparentBg-color: #FAFAFA;

}

.dark-mode {
    --body-color: #000000;
    --text-color: #E5E5E5;
    --reversedText-color: #262626;
    --slogan-color: #ffffff;
    --primary-color: #E52982;
    --secondary-color: #6615A9;
    --bg-color: #171717;
    --span-color: #525252;
    --reversedSpan-color: #A3A3A3;
    --transparentBg-color: #0A0A0A;
}

@font-face {
    font-family: "Rubik";
    src: url(../webfonts/Rubik-VariableFont_wght.ttf);
}

@font-face {
    font-family: "Cairo";
    src: url(../webfonts/Cairo-VariableFont_slnt\,wght.ttf);
}

body {
    font-family: "Rubik", sans-serif;
    position: relative;
    overflow-x: hidden;
    background-color: var(--body-color);
    color: var(--text-color);
    direction: ltr;
    text-align: left;
}

main {
    position: relative;
    overflow-x: hidden;
}

/******************************************************* GENERAL ************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
    margin: 0;
}

.col-12.col-md-4.mb-5.mb-md-0 {
    padding-right: 0;
}

a {
    text-decoration: none;
    color: var(--text-color);
}

.fa-brands {
    line-height: 0;
}

input[type=submit]:hover {
    opacity: 0.9;
}

input.form-control:focus {
    outline: none;
    box-shadow: none;
}

textarea:focus {
    outline: none;
}

p,
figure {
    margin: 0;
}

/* section {
    padding: 50px 0px;
} */

.section_title {
    font-family: "Rubik";
    font-size: 32px;
    font-weight: 700;
    color: var(--text-color);
}

.section_title_sm {
    color: var(--primary-color);
    font-family: "Rubik";
    font-size: 20px;
    font-weight: 500;
    padding-left: 35px;
    height: 40px;
    position: relative;
}

.section_title_sm::before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    background-color: var(--primary-color);
    height: 100%;
    border-radius: 14px;
    border-left: 20px solid var(--primary-color);
}

p {
    font-family: "Rubik";
    font-size: 16px;
    line-height: 19.36px;
    color: var(--text-color);
}

.fit_height_between,
.fit_height_start,
.fit_height_end,
.fit_height_around,
.fit_height_center {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.fit_height_start {
    align-content: flex-start;
}

.fit_height_end {
    align-content: flex-end;
}

.fit_height_around {
    align-content: space-around;
}

.fit_height_center {
    align-content: center;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu[data-bs-popper] {
    right: 0;
    left: initial;
}

.form-check-input {
    background-color: var(--body-color);
    border-color: var(--reversedText-color);
    width: 18px;
    height: 18px;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: var(--reversedText-color);
}

.form-check-input:checked {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.form-check-input:checked[type=radio],
.form-switch .form-check-input:checked[type=checkbox] {
    border-color: var(--primary-color);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='rgb(229,41,130)' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z'/%3E%3C/svg%3E");
    background-size: 10px;
    background-color: var(--body-color);
}

.form-check-input:checked[type=checkbox] {
    border-color: var(--primary-color);
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='rgb(229,41,130)' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
    background-size: 10px; */
    background-color: var(--primary-color);
}

.form-switch .form-check-input {
    width: 32px;
    height: 20px;
    background-size: 25px;
    background-size: 20px;
    background-position: left -1px center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='rgb(212,212,212)' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z'/%3E%3C/svg%3E");
}

.dark-mode .form-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='rgb(64,64,64)' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z'/%3E%3C/svg%3E");
}

.form-switch .form-check-input:checked[type=checkbox] {
    background-position: right -1px center;
    background-size: 20px;
}

.banner {
    background-image: url(../img/home-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerTitle {
    font-family: "Rubik";
    font-size: 48px;
    line-height: 72px;
}

.bannerSubTitle {
    font-family: "Rubik";
    font-size: 52px;
    line-height: 78px;
    color: var(--secondary-color);
}

.bannerDesc a,
.bannerDesc span {
    font-family: "Rubik";
    font-size: 16px;
    line-height: 24px;
}

.bannerDesc span {
    font-family: "Rubik";
}

hr.mainHr {
    border-color: var(--secondary-color);
    opacity: 1;
    margin: 3rem 0;
}

.mainTitle {
    color: var(--secondary-color);
    font-family: "Rubik";
    font-size: 42px;
    line-height: 63px;
    /* display: flex;
    align-items: center; */
}

.mainTitle span.circle {
    background-color: var(--secondary-color);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
}

.paragraph {
    font-family: "Rubik";
    font-size: 20px;
    line-height: 30px;
}

.form_title {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    line-height: 78.71px;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    /* width: 35px;
    height: 3px; */
    width: 12px;
    height: 12px;
    background: #C2A1DD;
    transition: .3s all ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--primary-color);
    width: 14px;
    height: 14px;
}

.form-horizontal.general_form form label,
.form-horizontal.general_form form p {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
    font-family: "Rubik";
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
}

.form-horizontal.general_form form input,
.form-horizontal.general_form form textarea {
    background-color: var(--primary-color);
    border: 1px solid #9F9F9F;
    height: 75px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    color: var(--text-color);
    font-family: "Rubik";
    font-size: 16px;
    line-height: 24px;
}

.form-horizontal.general_form form input::placeholder,
.form-horizontal.general_form form textarea::placeholder {
    color: #9F9F9F;
}

.form-horizontal.general_form form textarea {
    min-height: 120px;
    padding: 20px;
    resize: none;
}

.form-horizontal.general_form form input:focus,
.form-horizontal.general_form form textarea:focus {
    box-shadow: none;
}

button {
    border: 0;
    background: none;
}

.buttons {
    display: flex;
    align-items: center;
}

#modeToggleBtn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 20;
    background-color: #FFFFFF1A;
    color: var(--secondary-color);
    /* border: 1px solid var(--secondary-color); */
    backdrop-filter: blur(10px);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#filterBtn {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    max-width: 290px;
    width: 100%;
    height: 49px;
    text-align: end;
    /* position: static; */
    display: flex;
    align-items: center;
    color: var(--text-color);
}

#closeFilterBtn {
    width: 100%;
    font-size: 14px;
    color: var(--reversedSpan-color);
    text-align: start;
    transition: .3s all ease;
}

.closeFilterBtn:hover {
    color: var(--text-color);
}

#resetBtn {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    color: var(--text-color);
}

.hidden {
    display: none;
}

.primaryBorderBtn,
.primaryBgBtn,
.secondaryBgBtn {
    font-family: "Rubik";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background-color: var(--body-color);
    border-radius: 16px !important;
    padding: 12px 24px !important;
    transition: .3s all ease;
}

.primaryBorderBtn:hover,
.primaryBgBtn:hover,
.secondaryBgBtn:hover {
    background-color: var(--primary-color);
    color: var(--body-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.primaryBgBtn,
.primaryBgBtn:hover {
    color: var(--body-color) !important;
    background-color: var(--primary-color) !important;
}

.secondaryBgBtn,
.secondaryBgBtn:hover {
    color: var(--body-color) !important;
    border-color: var(--secondary-color) !important;
    background-color: var(--secondary-color) !important;
}

.favBtn {
    color: var(--span-color);
    border: 1px solid var(--span-color);
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 18px;
}

.learnMoreBtn {
    color: var(--primary-color);
    font-family: "Rubik";
    font-size: 14px;
    transition: 0.5s all ease;
}

.learnMoreBtn:hover {
    text-decoration: underline;
}

.editBtn {
    font-size: 18px;
    color: var(--text-color);
    background-color: var(--bg-color);
    max-width: 40px;
    width: 100%;
    height: 40px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floatBtn {
    display: flex;
    align-items: center;
    text-align: center;
    transition: 0.8s all ease;
}

.floatBtn:hover {
    transform: translatey(-5px);
}

/******************************************************* Header ************************************************/
header {
    background-color: var(--secondary-color);
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header p {
    color: #ffffff;
    font-family: "Rubik";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
    padding-right: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    padding-left: 0;
    color: var(--text-color);
    font-size: 16px;
    line-height: 25px;
}

.breadcrumb-item a,
.breadcrumb-item.active {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: center;
}

.breadcrumb-item.active {
    color: var(--span-color);
}

.breadcrumb-item a i {
    padding-right: 0.5rem;
}

/******************************************************* Login Modal ************************************************/
.login .title_sec p {
    color: var(--reversedSpan-color);
}

.login .title_sec p button {
    color: var(--primary-color);
    text-decoration: underline;
}

.showHidePassword {
    position: absolute;
    right: 30px;
    bottom: 7px;
}

.showHidePassword i {
    opacity: .3;
    font-size: 18px;
}

.login input[type="password"] {
    padding-right: 40px;
}


/******************************************************* Validation Code ************************************************/
.otc {
    position: relative;
    margin: 0 auto;
    direction: ltr;
}

.otc fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.otc fieldset div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.otc legend {
    margin: 0 auto 1em;
    color: var(--primary-color);
}

.otc input[type="number"] {
    width: 48px;
    height: 46px;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    appearance: textfield;
    -webkit-appearance: textfield;
    border: 1px solid var(--bg-color);
    background: transparent;
    color: #737373;
    border-radius: 16px;
    margin-right: 10px;
}

.otc input[type="number"]:focus,
.otc input[type="number"]:active,
.otc input[type="number"]:focus-visible {
    border: 1px solid var(--primary-color) !important;
    outline: none;
}

.otc input::-webkit-outer-spin-button,
.otc input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otc label {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

/******************************************************* NAV BAR ************************************************/
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background-color: var(--body-color);
    height: 102px;
    border-bottom: 1px solid var(--bg-color);
    /* position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100; */
}

.navbar #logo_menu {
    /* height: 100px; */
    /* width: 214px; */
    display: flex;
    /* justify-content: space-evenly; */
    align-items: center;
}

.navbar #logo_menu figcaption {
    color: var(--slogan-color);
    font-family: "Cairo";
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    margin-left: 20px;
}

.navbar .menu {
    /* padding-right: 25px; */
    height: 35px;
    /* min-width: 896px; */
}

.navbar .menu ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 400px; */
    height: 100%;
}

.navbar .menu ul li {
    height: 100%;
}

button#open-nav {
    color: var(--body-color);
    background-color: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar .menu a,
#sidenavResponsive .menu a,
#sidenavResponsive .title {
    height: 100%;
    display: flex;
    align-items: center;
    color: var(--text-color);
    padding: 0px 10px;
    font-family: "Rubik";
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 100%;
    vertical-align: middle;
    transition: 0.3s all ease;
    position: relative;
}

.navbar .menu a::after,
.navbar .menu ul .active_link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 0px;
    border-bottom: 4px solid var(--primary-color);
    border-radius: 5px;
}

.navbar .menu a:hover,
.navbar .menu ul .active_link {
    color: var(--primary-color);
}

.navbar .menu a:hover::after,
.navbar .menu ul .active_link::after {
    width: 30px;
}

.navbar .menu ul .active_link {
    font-family: "Rubik";
}

.navbar input[type="search"] {
    width: 179px;
    height: 40px;
    border-radius: 8px;
    border: none;
    background-color: var(--bg-color);
    background-image: url(../img/light/search-normal-icon.png);
    background-repeat: no-repeat;
    background-position: left 16px center;
    color: var(--text-color);
    font-size: 12px;
    font-family: "Rubik";
    padding: 8px 16px 8px 50px;
}

body.dark-mode .navbar input[type="search"] {
    background-image: url(../img/dark/search-normal-icon.png);
}

.navbar input[type="search"]::placeholder {
    color: #737373;
    line-height: 18px;
    letter-spacing: 0%;
}

.navbar .left_links .icon_container {
    width: 40px;
    height: 40px;
    background-color: var(--bg-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.navbar .left_links .icon_container span {
    background-color: #E52D43;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 2px;
    right: 1px;
    z-index: 2;
    font-size: 12px;
    color: var(--body-color);
}

.navbar .left_links figcaption {
    margin-left: 5px;
    text-align: left;
}

.navbar .left_links figcaption i,
label span {
    color: #737373;
    font-size: 12px;
}

.navbar .left_links figcaption p,
.product_info p {
    font-weight: 400;
    font-size: 14px;
    color: #737373;
}

.navbar .left_links figcaption h5,
.product_details_page h5,
.product_details_page h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color);
    white-space: nowrap;
}

.product_details_page h6 {
    font-weight: 700;
}

.dropdown-menu {
    background-color: var(--body-color);
    width: 100%;
    min-width: 8rem;
}

.dropdown-item {
    text-align: left;
    font-size: 14px;
    white-space: normal;
    color: var(--text-color);
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--bg-color);
    color: var(--text-color);
}

.dropdown-item:active {
    background-color: var(--secondary-color);
}

.dropdown-item i {
    color: var(--primary-color);
}

.dropdown-item:active i {
    color: var(--body-color);
}

/******************************************************* SIDE BAR ************************************************/
#background_overlay {
    height: 100%;
    z-index: 999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.61);
    position: fixed;
    overflow: hidden;
    display: none;
}

#sidenavResponsive {
    background-color: var(--body-color);
    display: block;
    height: 100%;
    width: 270px;
    position: fixed;
    left: -300px;
    z-index: 1000;
    top: 0px;
    overflow-y: scroll;
    transition: 0.5s all;
    color: var(--text-color);
    padding-bottom: 50px;
}

#sidenavResponsive button#close {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

#sidenavResponsive button#close:hover {
    opacity: 1;
}

#sidenavResponsive button#close i {
    color: var(--text-color);
    font-size: 20px;
}

#sidenavResponsive .menu {
    list-style-type: none;
    padding: 0px 20px;
    height: auto;
}

#sidenavResponsive.navbar .menu a:hover::after,
#sidenavResponsive.navbar .menu ul .active_link::after {
    width: 0;
}

#sidenavResponsive .menu a {
    padding: 10px 15px;
    margin: 15px 0px;
    width: 100%;
    color: var(--text-color);
    display: block;
    text-transform: capitalize;
}

#sidenavResponsive .menu a:hover:not(:last-child),
#sidenavResponsive .menu .active_link {
    border-left: 4px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 4px;
}

#sidenavResponsive .menu .left_links {
    border-top: 1px solid var(--bg-color);
    display: flex;
    align-items: center;
}

#sidenavResponsive::-webkit-scrollbar {
    width: 0px;
}

/******************************************************* Home Page ************************************************/
/*********************** Banner ***********************/
.home_banner .owl-slider .item {
    position: relative;
    height: 100%;
}

.home_banner .owl-theme .custom-nav.owl-nav {
    display: none;
}

.home_banner .owl-slider .item .banner_img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 615px;
    overflow-y: hidden;
    border-radius: 48px;
}

.home_banner .owl-slider .item img {
    height: auto;
}

.home_banner .owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    background-color: #0000005E;
    width: 130px;
    border-radius: 38px;
    padding: 4px;
}

.home_banner .caption {
    padding: 22px;
    max-width: 608px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.home_banner .item .caption h2 {
    color: #ffffff;
    font-family: "Rubik";
    font-size: 18px;
    line-height: normal;
    font-weight: 900;
}

.home_banner .item .caption p {
    color: #FAFAFA;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
}

.home_banner .item .caption a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 48px;
    background-color: var(--primary-color);
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-radius: 16px;
}

.home_banner .item .caption a:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.home_banner .item .caption a img {
    width: auto;
}

/******************* Categories Section ****************/
.categories_sec {
    position: relative;
}

.categories_sec .item figure {
    max-width: 170px;
    width: 100%;
}

.categories_sec .item .cat_logo {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    padding: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-color);
    overflow: hidden;
}

.categories_sec .item .cat_logo img {
    width: auto;
    transition: .3s all ease;
}

.categories_sec .item:hover .cat_logo img {
    transform: scale(1.2);
}

.categories_sec .item figcaption {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.categories_sec .owl-theme .owl-nav {
    position: absolute;
    top: -80px;
    right: 26px;
}

.categories_sec .owl-carousel .owl-nav button.owl-next,
.categories_sec .owl-carousel .owl-nav button.owl-prev {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: var(--text-color);
    background-color: var(--bg-color);
    font-size: 18px;
    /* opacity: .8; */
}

.categories_sec .owl-carousel .owl-nav button.owl-next:hover,
.categories_sec .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: var(--primary-color);
    color: var(--bg-color);
    text-decoration: none;
    opacity: 0.9;
    transition: 0.3s all ease;
}

.categories_sec .owl-carousel .owl-dots.disabled,
.categories_sec .owl-carousel .owl-nav.disabled {
    display: inline-block;
}

.categories_sec .owl-theme .owl-dots {
    display: none;
}

/******************* Products Section ****************/
.no_results {
    min-height: 300px;
    height: 100%;
}

.no_results i {
    color: var(--primary-color);
    font-size: 80px;
    background-color: var(--bg-color);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no_results h2 {
    color: var(--reversedSpan-color);
    font-size: 20px;
}

.bounce_icon {
    animation: bounce 2s infinite ease-in-out;
    display: inline-block;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.products_sec figure {
    height: 100%;
    border: 1px solid var(--bg-color);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.products_sec figure .product_info {
    background-color: var(--secondary-color);
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
    border-radius: 8px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.products_sec figure .product_info.sale {
    background-color: #E52D43;
}

.products_sec figure .product_info img {
    width: auto;
}

.products_sec figure .product_container {
    background-color: var(--bg-color);
    height: 228px;
    /* padding: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.products_sec figure .product_container img {
    width: 50%;
    transition: .3s all ease;
}

.products_sec figure .product_container.full_bg {
    overflow: hidden;
    background-image: url(../img/products/used-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s all ease;
}

.products_sec figure:hover .product_container.full_bg,
.products_sec figure:hover .product_container img {
    transform: scale(1.05);
}

.products_sec figcaption p {
    font-weight: 400;
    font-size: 14px;
}

.products_sec figcaption p span,
.product_info p span {
    color: var(--span-color);
}

.products_sec figcaption .cat_name {
    color: var(--secondary-color);
}

.products_sec figcaption h4 {
    font-weight: 500;
    font-size: 20px;
}

/******************* Stores Section ****************/
.stores_sec figure {
    border: 1px solid var(--bg-color);
    border-radius: 24px;
    text-align: center;
    padding: 15px;
}

.stores_sec figure img {
    transition: .3s all ease;
}

.stores_sec figure:hover img {
    transform: scale(1.1);
}

/******************* Stores Section ****************/
.services_sec figure {
    height: 100%;
    border-radius: 32px;
    background-color: var(--bg-color);
    text-align: center;
}

.services_sec figcaption h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.services_sec figcaption p {
    font-size: 14px;
    color: var(--reversedSpan-color);
}

/******************************************************* Products Page ************************************************/
.products_page .categories_sec .item figure {
    max-width: 120px;
}

.products_page .categories_sec .item .cat_logo {
    width: 120px;
    height: 120px;
}

.filter_details {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.filter_details p,
.info_card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #737373;
}

.filter_details .chip {
    /* min-width: 135px; */
    height: 49px;
    border-radius: 16px;
    padding: 16px;
    background-color: var(--bg-color);
    border: 1px solid var(--reversedText-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter_details .chip span,
.filter_details .chip i {
    font-size: 14px;
    color: var(--text-color);
    white-space: nowrap;
}

.filter_details .chip button {
    margin-left: 10px;
    margin-top: -5px;
}

.form-select:focus {
    box-shadow: none;
}

.filter_details .form-select,
.select2-container--default .select2-selection--single {
    /* min-width: initial; */
    width: auto;
    /* min-width: 120px; */
    height: 49px;
    border-radius: 16px;
    padding: 10px;
    display: flex;
    align-items: center;
    border: 1px solid var(--reversedText-color);
    background-color: var(--body-color);
    font-weight: 400;
    font-size: 14px;
    background-image: url(../img/light/angle-down-icon.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right .75rem center;
    position: relative;
}

body.dark-mode .select2-container--default .select2-selection--single {
    background-image: url(../img/dark/angle-down-icon.png);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--text-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-dropdown {
    border: 1px solid var(--reversedText-color);
    z-index: 1100;
    width: 100%;
    /* min-width: 120px; */
}

.select2-dropdown {
    background-color: var(--body-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: end;
    width: 100%;
    padding-right: 8px;
    padding-left: 45px;
}

.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
    font-size: 14px;
    padding: 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--primary-color);
    /* font-size: 14px; */
}

.filter_details .filter_order span,
.label {
    font-weight: 400;
    font-size: 14px;
    color: #737373;
    /* display: block; */
}

.filter_sec {
    width: 270px;
    background-color: var(--body-color);
    position: static;
    box-sizing: content-box;
    height: fit-content;
    z-index: 10;
    padding: 10px 0;
    transition: .5s all;
    border-radius: 2px;
    padding-right: 20px;
    display: block;
}

.filter_sec.closed {
    display: none;
}

.accordion-item,
.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button,
.accordion-button,
.accordion-button:not(.collapsed),
.accordion-button:focus {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: var(--body-color);
    color: var(--text-color);
}

.accordion-item:not(:last-child),
.accordion-item:first-of-type {
    border-bottom: 1px solid var(--bg-color);
}

.accordion-button,
.accordion-button:not(.collapsed),
.form-switch label {
    color: var(--text-color);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 16px 0px;
}

.accordion-button:not(.collapsed)::after,
body.dark-mode .accordion-button:not(.collapsed)::after,
.accordion-button::after {
    background-image: url("../img/light/angle-up-icon.png");
    background-size: auto;
    transform: none;
}

.accordion-button::after {
    transform: rotate(-180deg);
    margin-left: auto;
    margin-right: initial;
    width: 16px;
    height: 16px;
}

body.dark-mode .accordion-button:not(.collapsed)::after,
body.dark-mode .accordion-button::after {
    background-image: url("../img/dark/angle-up-icon.png");
}

.filter_sec .filter_item {
    position: relative;
}

.filter_sec .filter_item label,
.filter_sec .filter_item p {
    font-weight: 400;
    font-size: 14px;
    color: var(--text-color);
}

.filter_sec input[type="search"],
.filter_sec .filter_item input[type="number"] {
    height: 45px;
    border-radius: 16px;
    border: 1px solid var(--bg-color);
    background-color: var(--body-color);
    background-image: url(../img/search-icon.png);
    background-repeat: no-repeat;
    background-position: left 16px center;
    color: var(--text-color);
    font-size: 12px;
    font-family: "Rubik";
    padding: 14px 16px 14px 40px;
}

.filter_sec input[type="search"]::placeholder {
    color: var(--span-color);
    font-weight: 300;
}

.filter_sec .price-input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 16px 0 0;
}

.filter_sec .filter_item input[type="number"] {
    background-image: none;
    padding: 14px 16px;
    max-width: 130px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.filter_sec .slider {
    height: 3px;
    position: relative;
    background: var(--bg-color);
    border-radius: 50px;
}

.filter_sec .slider .progress {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 50px;
    background: var(--primary-color);
    width: auto;
    max-width: initial;
}

.filter_sec .range-input {
    position: relative;
}

.filter_sec .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 2px solid var(--body-color);
    background: var(--primary-color);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    border: 2px solid var(--body-color);
    border-radius: 50%;
    background: var(--primary-color);
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.filter_sec .filter_item .currency {
    position: absolute;
    bottom: 16px;
    right: 16px;
    z-index: 8;
    font-weight: 400;
    font-size: 12px;
    color: var(--reversedSpan-color);
}

.product_no p {
    font-size: 14px;
    color: var(--text-color);
}

.product_no .primaryBorderBtn {
    max-width: 352px;
    width: 100%;
}

.progress {
    max-width: 352px;
    width: 100%;
    height: 6px;
    border-radius: 50px;
    background-color: var(--bg-color);
}

.progress-bar {
    background-color: var(--primary-color);
    border-radius: 50px;
}

/******************************************************* Product Details Page ************************************************/
.product_details_page #slidesWrapper {
    width: 100%;
    height: 654px;
    border-radius: 24px;
    background-color: var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product_details_page .container {
    position: relative;
}

.product_details_page .cursor {
    cursor: pointer;
}

.product_details_page .column {
    /* float: left; */
    /* width: 16.66%; */
    width: 64px;
    height: 64px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: .5s all ease;
}

.product_details_page .demo {
    opacity: 0.6;
}

.product_details_page .column.active,
.product_details_page .column:hover {
    border: 1px solid var(--secondary-color);
}

.product_details_page .demo.active,
.product_details_page .demo:hover {
    opacity: 1;
}

.product_details_page .product_info {
    max-width: 643px;
}

.product_details_page .product_info h4 {
    font-weight: 700;
    font-size: 28px;
    color: var(--primary-color);
}

.product_details_page .info_card {
    width: 100%;
    background-color: var(--transparentBg-color);
    border: 1px solid var(--bg-color);
    border-radius: 16px;
    padding: 16px;
    display: block;
}

.product_details_page .info_card .figure_container {
    max-width: 56px;
    width: 100%;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_details_page .info_card figcaption span {
    font-weight: 400;
    font-size: 12px;
    color: var(--span-color);
}

.in_stock {
    color: #4B9727 !important;
}

.out_of_stock {
    color: #E52D43 !important;
}

.product_details_page .info_card button {
    font-size: 14px;
    color: #737373;
    color: var(--text-color);
}

.product_details_page .info_card button i {
    font-size: 18px;
}

.product_details_page .info_card i.view {
    color: var(--primary-color);
    font-size: 12px;
}

.modal-content {
    background-color: var(--body-color);
    border-radius: 40px;
}

.modal-header {
    border-color: var(--bg-color);
}

.modal-header button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--transparentBg-color);
}

.modal-header button i {
    color: var(--reversedSpan-color);
    font-size: 18px;
}

.product_details_page #productColorsForm label {
    position: relative;
    display: block;
}

.product_details_page input.select_color {
    position: absolute;
    opacity: 0;
}

/* .product_details_page input.select_color+.info_card {
    -webkit-transition: all 0.2s;
    transition: all 0.3s;
} */

.product_details_page input.select_color+.info_card {
    cursor: pointer;
}

.product_details_page input.select_color:hover+.info_card,
.product_details_page input.select_color:checked+.info_card,
.product_details_page input.select_color:focus+.info_card {
    border: 2px solid #E52982;
}

.product_details_page .product_benifits figure:not(:last-child) {
    border-bottom: 1px solid var(--bg-color);
}

.product_details_page .product_benifits figcaption h6 {
    font-size: 14px;
    color: var(--text-color);
}

.nav-tabs {
    border: none;
    border-bottom: 1px solid var(--bg-color);
}

.nav-tabs .nav-link {
    border: none;
    font-size: 16px;
    line-height: 20px;
    color: #737373;
    padding: 16px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color);
    background-color: transparent;
}

.tab-content p {
    font-size: 16px;
    line-height: 20px;
    color: var(--reversedSpan-color);
    max-width: 731px;
}

/******************************************************* Store Details Page ************************************************/
.store_details_page .banner {
    background-image: url(../img/store-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 391px;
    border-radius: 40px;
}

.store_details_page .profile_pic {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    overflow: hidden;
    margin-top: -150px;
}

.profile_sec figcaption {
    max-width: 577px;
    text-align: end;
}

.profile_sec figcaption .section_title+p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #737373;
}

.store_details_page .info_card {
    width: auto;
    height: 84px;
    display: block;
}

.store_details_page .modal-body .progress-bar {
    background-color: #EAC302;
}

.total_rank {
    border-radius: 16px;
    padding: 16px;
    border: 1px solid var(--reversedText-color);
}

.total_rank .total {
    border-radius: 8px;
    padding: 48px 0px;
    background-color: var(--bg-color);
    text-align: center;
}

.total_rank .total .section_title {
    font-size: 48px;
}

.total_rank .total p {
    font-size: 14px;
    color: var(--reversedSpan-color);
}

.total_rank .rank_stars {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total_rank .rank_stars .progress {
    width: 235px;
}

.total_rank .rank_stars p,
.reviews figcaption {
    font-size: 14px;
    color: var(--text-color);
}

.total_rank .rank_stars span,
.reviews .date {
    font-size: 12px;
    color: var(--reversedSpan-color);
}

.store_details_page .filter_details h4 {
    font-size: 20px;
    font-weight: 400 !important;
    color: var(--text-color);
}

.store_details_page .filter_details .form-select {
    width: auto;
    min-width: initial;
}

.reviews:not(:last-child) {
    border-bottom: 1px solid var(--bg-color);
}

.reviews h6 {
    font-size: 16px;
    line-height: 10px;
    color: var(--text-color);
}

/******************************************************* Shopping Cart Page ************************************************/
.shopping_cart_page .select2-container--default .select2-selection--single {
    background-image: url(../img/arrow-down.png);
}

.shopping_cart_page .title_sec p,
.shopping_cart_page .info_card p {
    font-size: 14px;
    max-width: 619px;
}

.shopping_cart_page .title_sec p span {
    color: #E52D43;
}

.shopping_cart_page .all_products h6,
.shopping_cart_page .info_card h4 {
    font-weight: 500;
    font-size: 20px;
}

.shopping_cart_page .info_card p {
    color: var(--reversedSpan-color);
}

.shopping_cart_page .info_card h4 {
    color: var(--primary-color);
}

.shopping_cart_page .info_card button {
    padding: 10px;
    border-radius: 8px;
    transition: .3s all ease;
}

.shopping_cart_page .info_card button:hover {
    /* background-color: var(--body-color); */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.shopping_cart_page .product_info {
    border: 1px solid var(--bg-color);
    border-radius: 24px;
    padding: 24px;
}

.shopping_cart_page .product_info .section_title {
    font-size: 20px;
}

hr {
    border-color: var(--bg-color);
    margin: 0;
    opacity: 1;
}

.form-control {
    display: flex;
    align-items: center;
    height: 48px;
    border-radius: 16px;
    padding-left: 12px;
    border: 1px solid var(--bg-color);
    font-weight: 400;
    font-size: 12px;
    color: var(--text-color);
    background-color: transparent;
    text-align: left;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--bg-color);
    background-color: transparent;
    color: var(--text-color);
}

.form-control.with_btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-control::placeholder {
    color: var(--span-color);
}

textarea.form-control {
    height: 108px;
    padding: 14px 16px;
    resize: none;
    color: var(--text-color);
}

.edit_sec .primaryBgBtn {
    margin-left: -20px;
}

.edit_sec .form-control {
    padding-right: 30px;
}

.shopping_cart_page .product_info .primaryBorderBtn {
    margin-left: -12px;
}

.shopping_cart_page .product_info h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color);
}

.astric {
    color: #E52D43 !important;
}

.shopping_cart_page .info_card .product_container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 144px;
    width: 100%;
    height: 144px;
    border-radius: 16px;
    border: 1px solid var(--bg-color);
    background-color: var(--body-color);
    padding: 5px;
    box-sizing: border-box;
}

.shopping_cart_page .product_info {
    max-width: initial;
}

.shopping_cart_page h5 {
    white-space: normal;
}

.shopping_cart_page h5.desc {
    color: #737373;
}

/******************************************************* Shipping Page ************************************************/
.shipping_page .store .info_card {
    background-color: transparent;
    display: block;
}

.shipping_page .info_card .figure_container {
    background-color: var(--bg-color);
    max-width: 64px;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
}

.shopping_cart_page .info_card .product_container {
    max-width: 83px;
    width: 100%;
    height: 83px;
}

.shipping_page .modal .info_card .figure_container {
    max-width: 56px;
    width: 100%;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
}

.shipping_page .modal .primary_span {
    font-weight: 400;
    font-size: 12px;
    color: var(--primary-color) !important;
}

.info_card label {
    font-size: 16px;
    line-height: 20px;
    /* color: var(--reversedSpan-color); */
}

.primaryBgBtn.pay {
    max-width: 352px;
    width: 100%;
}

/******************************************************* Orders Page ************************************************/
.setting_nav a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color);
    max-width: 233px;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0px 16px;
    border-radius: 16px;
    box-sizing: border-box;
    margin-bottom: 16px;
    transition: .3s all ease;
}

.setting_nav a img {
    margin-right: 10px;
}

.setting_nav a.active,
.setting_nav a:hover {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.order_status {
    width: fit-content;
    border-radius: 8px;
    padding: 8px 16px;
    font-weight: 400;
    font-size: 14px;
    color: #404040 !important;
    text-align: center;
}

.order_status.orange {
    background-color: #F7E79A;
}

.order_status.green {
    background-color: #C4EFAF;
}

.order_status.blue {
    background-color: #ABC9F5;
}

.orders_page .title_sec .primaryBgBtn {
    max-width: 352px !important;
    display: block;
    text-align: center;
}

.orders_page .order_progress {
    max-width: 919px;
    margin: 0px auto;
    position: relative;
}

.orders_page .order_progress .step {
    position: relative;
    /* max-width: 189px;
    width: 100%; */
}

.orders_page .order_progress .step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 32px;
    left: 75%;
    height: 4px;
    width: 50%;
    background-color: var(--transparentBg-color);
    border-radius: 16px;
    z-index: 0;
}

.orders_page .order_progress .step.done::after {
    background-color: var(--primary-color);
}

.orders_page .order_progress .step .figure_container {
    background-color: var(--transparentBg-color);
    max-width: 64px;
    width: 100%;
    height: 64px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.orders_page .order_progress .step.done .figure_container {
    background-color: var(--primary-color);
    color: #fff;
}

.orders_page .order_progress figcaption {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    /* white-space: nowrap; */
    margin-top: 8px;
}

.orders_page .info_card h5 span {
    font-weight: 500;
    font-size: 20px;
    color: var(--text-color);
}

.store .section_title {
    font-size: 16px;
}

.orders_page .info_card .figure_container {
    border-radius: 8px;
}

.modal .figure_modal h2 {
    font-size: 28px;
    width: 100%;
    text-align: center;
}

.modal .figure_modal h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--reversedSpan-color);
    width: 100%;
    text-align: center;
    white-space: normal;
}

.modal .figure_modal h1 {
    font-weight: 700;
    font-size: 48px;
    color: var(--primary-color);
    width: 100%;
    text-align: center;
}

.modal .figure_modal p {
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.modal .figure_modal p i {
    color: #E52D43;
}

/* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
.rating-group {
    display: inline-flex;
}

/* make hover effect work properly in IE */
.rating__icon {
    pointer-events: none;
}

/* hide radio inputs */
.rating__input {
    position: absolute !important;
    left: -9999px !important;
}

/* hide 'none' input from screenreaders */
.rating__input--none {
    display: none
}

/* set icon padding and size */
.rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}

/* set default star color */
.rating__icon--star {
    color: orange;
}

/* if any input is checked, make its following siblings grey */
.rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd;
}

/* make all stars orange on rating group hover */
.rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

/* make hovered input's following siblings grey on hover */
.rating__input:hover~.rating__label .rating__icon--star {
    color: #ddd;
}

.general_form label,
.general_form .label,
.general_form p {
    font-weight: 400;
    font-size: 14px;
    color: var(--text-color);
}

.general_form p i {
    color: #2D4CE5;
}

.general_form .file_label p {
    color: var(--reversedSpan-color);
}

.general_form .file_label {
    /* height: 179px; */
    border-radius: 24px;
    padding: 40px;
    background-color: var(--transparentBg-color);
    border: 1px solid var(--bg-color);
}

.general_form .file_label .product_container {
    width: 74px;
    height: 74px;
    border-radius: 8px;
    background-color: transparent;
    background-image: url(../img/products/used-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.general_form .add_file label {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    color: var(--body-color);
    margin-bottom: 10px;
    cursor: pointer;
}

i {
    line-height: normal !important;
}

.general_form .file_label .product_container button {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--body-color);
    color: var(--body-color);
    background-color: #E52D43;
    font-size: 8px;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 3;
}

.general_form .file_label .icon_container {
    background-color: var(--primary-color);
    color: var(--body-color);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.general_form .section_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.general_form .store_container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid var(--secondary-color);
    /* background-color: var(--body-color); */
    /* background-image: url(../img/store.png); */
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 2;
}


.general_form .store_container .choose_photo {
    width: 100%;
    height: 20px;
    background-color: #0606064A;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--body-color);
    font-size: 14px;
}

.general_form .store_container_wrapper button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--bg-color);
    color: var(--text-color);
    background-color: var(--body-color);
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 3;
}

.statistics h2 {
    font-weight: 700;
    font-size: 28px;
    color: var(--text-color);
}

.statistics h6 {
    font-weight: 400 !important;
    font-size: 20px;
    color: var(--text-color);
    white-space: inherit;
}

.statistics p {
    font-weight: 500;
    font-size: 20px;
    color: var(--text-color);
}

.store .info_card i {
    color: var(--primary-color);
    font-size: 18px;
}

.balance h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: var(--primary-color);
}

.balance h1 span {
    font-size: 28px;
}

.balance h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: var(--text-color);
}

.balance p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #737373;
}

.transactions .info_card p,
.transactions .info_card p span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--reversedSpan-color);
    min-width: initial;
}

/******************************************************* footer .top_footer ************************************************/
footer {
    /* padding-top: 0rem; */
    background-color: var(--bg-color);
}

footer .top_footer {
    position: relative;
}

footer .top_footer p.caption {
    font-size: 14px;
    font-weight: 400;
}

footer .top_footer h5.heading {
    width: 100%;
    font-family: "Rubik";
    font-size: 14px;
    line-height: 20px;
    /* margin-bottom: 55px; */
    font-weight: 700;
}

footer .top_footer .links a {
    display: block;
    color: var(--reversedSpan-color);
    font-family: "Rubik";
    font-size: 14px;
    margin-bottom: 5px;
    transition: 0.3s all ease;
}

footer .top_footer .links a span {
    color: var(--span-color);
}

footer .top_footer .links a:hover {
    color: var(--primary-color);
}

footer .social {
    display: flex;
    align-items: center;
}

footer .social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--reversedSpan-color);
    border: 1px solid var(--reversedSpan-color);
    transition: 0.3s all ease;
    margin-right: 10px;
}

footer .social a i {
    font-size: 16px;
}

footer .social a:hover {
    /* background-color: var(--secondary-color); */
    color: var(--body-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

footer .bottom_footer {
    border-top: 1px solid #D9D9D9;
    padding: 1rem 0px;
    margin-top: .5rem;
}

footer .bottom_footer p,
footer .bottom_footer p a {
    color: #ffffff;
    font-family: "Rubik";
    font-size: 16px;
    line-height: 24px;
}

footer .bottom_footer p a {
    color: var(--secondary-color);
    border: 0;
    padding: 0;
}

/******************************************************* RESPONSIVE MODE ************************************************/
@media screen and (min-width:550px) {
    .home_banner .caption {
        padding: 15px 30px;
        max-width: 300px;
    }

    .home_banner .item .caption h2 {
        font-size: 25px;
        line-height: 32px;
    }

    .home_banner .item .caption p {
        font-size: 14px;
        line-height: normal;
    }

    .home_banner .item .caption a {
        height: 35px;
        font-size: 14px;
    }
}

@media screen and (min-width:767px) {
    .home_banner .caption {
        padding: 30px;
        max-width: 380px;
    }

    .home_banner .item .caption h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .home_banner .item .caption p {
        line-height: 20px;
    }

    .home_banner .item .caption a {
        width: 140px;
        height: 48px;
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (min-width:992px) {
    .home_banner .caption {
        padding: 30px;
        max-width: 560px;
    }

    .home_banner .item .caption h2 {
        font-size: 55px;
        line-height: 64px;
    }

    .home_banner .item .caption p {
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (min-width:1150px) {
    .home_banner .caption {
        padding: 50px;
        max-width: 830px;
    }

    .home_banner .item .caption h2 {
        font-size: 80px;
        line-height: 104px;
    }

    .home_banner .item .caption p {
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (max-width:991px) {
    .filter_sec {
        width: auto;
        height: 100%;
        display: none;
        position: fixed;
        padding: 20px;
        left: -1100px;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 21;
        overflow-y: scroll;
    }

    .filter_sec.closed {
        display: block;
        left: 0;
    }
}

@media screen and (max-width:575px) {
    .navbar {
        height: 75px;
    }

    .home_banner .owl-theme .owl-dots {
        bottom: 5px;
        padding: 0;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 5px;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        width: 10px;
        height: 10px;
    }

    .home_banner .owl-slider .item .banner_img {
        border-radius: 28px;
    }

    .home_banner .item .caption a {
        width: 107px;
        height: 28px;
        font-size: 12px;
        line-height: normal;
    }

    .products_sec figure .product_container {
        height: auto;
        padding: 50px 0px;
    }

    .primaryBgBtn,
    .primaryBorderBtn {
        font-size: 14px;
        border-radius: 12px;
        padding: 7px 10px;
    }

    .favBtn {
        padding: 7px 10px;
    }

    .setting_nav a {
        font-size: 14px;
        height: auto;
        display: block;
        text-align: center;
        padding: 5px;
        margin: 16px 5px;
    }

    .setting_nav a img {
        margin: 0px 5px;
    }

    .orders_page .order_progress .step .figure_container {
        max-width: 45px;
        width: 100%;
        height: 45px;
        border-radius: 15px;
    }

    .orders_page .order_progress .step:not(:last-child)::after {
        top: 22.5px;
    }

    .orders_page .order_progress figcaption {
        font-size: 12px;
        line-height: normal;
    }
}

@media screen and (max-width:455px) {
    .home_banner .owl-slider .item .banner_img {
        max-height: 157px;
    }

    .setting_nav a {
        font-size: 14px;
        height: auto;
        display: inline-grid;
        text-align: center;
        padding: 5px;
        margin: 16px 5px;
    }

    .setting_nav a img {
        margin: 0px 5px;
    }
}

/************************************* Animation *************************************/
.slide_right {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 1s, transform 1s;
    /* Other styling */
}

.slide_left {
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 1s, transform 1s;
    /* Other styling */
}

.slide_right.slide-in,
.slide_left.slide-in {
    opacity: 1;
    transform: translateX(0);
}

.slide_up_animation {
    opacity: 0;
    transform: translateY(300px);
    transition: all 1.5s ease;
    transition: opacity 1s, transform 1s;
}

.slide_up_animation.slide-up {
    opacity: 1;
    transform: translateY(0);
}

.fade_in {
    opacity: 0;
}