/* fonts Start */
@font-face {
    font-family: 'Poppins';
    font-weight: 100;
    font-style: normal;
    src: url('../fonts/Poppins-100.woff2') format('woff2'),
        url('../fonts/Poppins-100.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 200;
    font-style: normal;
    src: url('../fonts/Poppins-200.woff2') format('woff2'),
        url('../fonts/Poppins-200.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Poppins-300.woff2') format('woff2'),
        url('../fonts/Poppins-300.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Poppins-400.woff2') format('woff2'),
        url('../fonts/Poppins-400.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/Poppins-500.woff2') format('woff2'),
        url('../fonts/Poppins-500.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/Poppins-600.woff2') format('woff2'),
        url('../fonts/Poppins-600.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Poppins-700.woff2') format('woff2'),
        url('../fonts/Poppins-700.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/Poppins-800.woff2') format('woff2'),
        url('../fonts/Poppins-800.woff') format('woff');
}

@font-face {
    font-family: 'Poppins';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/Poppins-900.woff2') format('woff2'),
        url('../fonts/Poppins-900.woff') format('woff');
}

:root {
    --main: rgba(149, 186, 175, 1);
    --light-main: rgba(78, 140, 147, 0.1);
    --white: rgba(255, 255, 255, 1);
    --black: rgba(22, 38, 51, 1);
    --light-text: rgba(129, 133, 136, 1);
    --light: rgba(248, 248, 248, 1);
    --bg-blur: rgba(27, 23, 24, 0.8);
    --pink: rgba(255, 158, 127, 1);
    --yellow: rgba(251, 188, 5, 1);
    --light-yellow: rgba(251, 188, 5, 0.2);
    --danger: rgba(255, 158, 127, 1);
    --danger-light: rgba(255, 158, 127, 0.05);
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, var(--main), var(--light-main));
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, var(--main), var(--light-main));
}

html {
    scrollbar-width: thin;
    scrollbar-color: var(--main) var(--light-main);
}

/* fonts End */
.container {
    padding-left: 0px;
    padding-right: 0px;
}

/* Global Reset and Defaults */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Set Default Font */
body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* Button Styling */
button {
    border: none;
}

button:focus {
    outline: none;
}

button:hover {
    opacity: 0.8;
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

/* Input Fields */
.placeholder-text-white {
    &::-webkit-input-placeholder {
        color: var(--white);
    }
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* comman-classes */
.fs-12 {
    font-size: 10px !important;
    line-height: 24px;
    letter-spacing: 0px;
}

.fs-12 {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.fs-14 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}

.fs-15 {
    font-size: 15px;
    line-height: 20px;
}

.fs-16 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}

.fs-18 {
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
}

.fs-20 {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0px;
}

.fs-22 {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
}

.fs-24 {
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
}

.fs-25 {
    font-size: 25px;
    line-height: 139%;
    letter-spacing: 1%;
}

.fs-26 {
    font-size: 26.27px;
    line-height: 150%;
    letter-spacing: 0%;
}

.fs-28 {
    font-size: 28px;
    line-height: 139%;
    letter-spacing: 1%;
}

.fs-30 {
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
}

.fs-32 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2%;
}

.fs-33 {
    font-size: 33.77px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.fs-35 {
    font-size: 35px;
    line-height: 56.23px;
    letter-spacing: 0px;
}

.fs-38 {
    font-size: 38px;
    line-height: 70px;
    letter-spacing: -3%;
}

.fs-42 {
    font-size: 42.17px;
    line-height: 67.48px;
    letter-spacing: 0px;
}

.fs-50 {
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 1%;
}

.fw-bolder {
    font-weight: 800 !important;
}

.leading-44 {
    line-height: 44px;
}

.border-main {
    border-color: var(--main) !important;
}

.bg-main {
    background-color: var(--main);
}

.bg-light {
    background-color: var(--light) !important;
}

.bg-yellow {
    background-color: var(--yellow) !important;
}

.bg-light-yellow {
    background-color: var(--light-yellow) !important;
}

.bg-light-danger {
    background-color: var(--danger-light) !important;
}

.bg-light-red {
    background-color: var(--danger) !important;
}

.object-fit-cover {
    object-fit: cover;
}

.text-red {
    color: var(--danger) !important;
}

.text-main {
    color: var(--main) !important;
}

.text-light-main {
    color: var(--light-main);
}

.text-light {
    color: var(--light-text) !important;
}

.text-black {
    color: var(--black);
}

.text-white {
    color: var(--white) !important;
}

.text-light-danger {
    color: rgba(255, 158, 127, 1) !important;
}

.flex-auto {
    flex: 0 0 auto;
}

.comman-icon {
    width: 16px;
    height: 13.01px;
}

.fit-cover {
    object-fit: cover;
}

.w-fit {
    width: fit-content;
}

.vh-50 {
    height: 50vh;
}

.comman-btn {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 8px;
    background-color: var(--main);
    color: var(--white);
}

/* comman-classes */

/* form design */
.form-design .form-group {
    margin: 20px 0;
}

.form-group .form-control {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    background-color: var(--white);
    border: 1px solid rgba(228, 231, 233, 1);
}

/* form design */
.header {
    &.fixed {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 999;
        box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.16) inset;
    }
}

.header .top-header {
    height: 52px;
    box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.16) inset;
}

.dropdown .dropdown-toggle::after {
    border: 0;
    width: 12px;
    height: 12px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/icon/CaretDown.svg);
}

.dropdown .dropdown-menu.show .dropdown-item:active {
    background-color: var(--main);
}

.header .middle-header {
    height: 88px;
}

.bottom-header {
    height: 60px;
    background-color: var(--white);
    box-shadow: 0px -1px 0px 0px rgba(228, 231, 233, 1) inset;
}

dl,
ol,
ul {
    margin-bottom: 0;
}

.login-wrapper {
    width: 424px;
    border-radius: 8px;
    margin: 0 auto;
    padding: 32px;
    border: 1px solid rgba(228, 231, 233, 1);
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.12);
}

.signup-wrapper {
    border-radius: 8px;
    margin: 0 auto;
    padding: 32px;
    border: 1px solid rgba(228, 231, 233, 1);
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.12);
}

.login-wrapper .bg-img {
    width: 360;
    height: 125;
    border-radius: 8px;
}

.main-content-part {
    padding-top: 42px;
}

.after-img-b::after {
    background-image: url(../img/icon/arrow-down-b.svg) !important;
}


.header-dropdown-submenu:hover .dropdown-toggle.dropdwon-items-header,
.header-dropdown-menu-2 .dropdown-item:hover {
    font-weight: 700;
}

.header-dropdown-submenu:hover .header-dropdown-menu-2 {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: -1px;
}

.dropdown-item {
    font-size: 14px;
    padding: 10px;
}

.dropdown-menu>li {
    position: relative;
}

.dropdown-toggle.dropdwon-items-header {
    position: relative;

    &::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 5%;
        width: 5px;
        height: 7px;
        background-image: url(../img/icon/angle-right.svg);
        background-repeat: no-repeat;
    }
}

/* search Dropdown */
.search {
    width: 100%;
    padding-right: 40px;
}

.search-dropdown {
    display: none;
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 15px;
}

.search-area.active .search-dropdown {
    display: block;
}

.dropdwon-search {
    position: relative;

    & .search-d {
        border: 0;
        border-bottom: 1px solid var(--black);
        width: 100%;
        padding: 0 1.5rem;
        padding-bottom: .5rem;
    }

    & .search-icon {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.products-card {
    & .card-header {
        & img {
            transition: all .3s ease-in-out;

            &:hover {
                transform: scale(1.2);
                cursor: pointer;
            }
        }
    }
}

.profile-dropdown {
    width: 280px;
}

.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-dropdown {
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.profile-item-icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid var(--main);
    border-radius: 8px;

    & img {
        height: 24px;
        width: 24px;
    }
}

.profile-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* .filter-brightness-5 {
    filter: brightness(5);
} */

.profile-dropdown {
    width: 390px;
    inset: 0px auto auto 0px !important;
    transform: translate3d(-350.6px, 60.4px, 0px) !important;
}

.profile-dropdown li {
    padding: 5px 20px;

    &:hover {
        background-color: var(--light-main);
    }
}

.dropdown-menu.profile-dropdown.show {
    &::after {
        content: "";
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        background: rgba(27, 23, 24, 0.8);
    }
}

.bottom-header {
    & .navbar.navbar-expand-lg {
        & .container {
            padding: 0 !important;
        }
    }
}

.form-check-input:checked {
    background-color: var(--main);
    border-color: var(--main);
}

/* Range Slider Css */
.range-slider {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 50px;
}

/* .slider-track {
    position: absolute;
    height: 4px;
    background: var(--light);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
} */

.slider-thumb {
    position: absolute;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.range-inputs {
    position: absolute;
    width: 100%;
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: #ddd;
    border-radius: 5px;
}

input[type="range"] {
    position: absolute;
    width: 100%;
    height: 4px;
    background: none;
    -webkit-appearance: none;
    pointer-events: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: var(--main);
    border: 3px solid var(--main);
    border-radius: 50%;
    pointer-events: auto;
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: var(--main);
    border: 3px solid var(--main);
    border-radius: 50%;
    pointer-events: auto;
    cursor: pointer;
}

/* Range Slider Css */

/* Pagination  */
.pagination {
    & .page-item .page-link {
        width: 40px;
        height: 40px;
        line-height: 39px;
        padding: 0;
        text-align: center;
        margin: 0 .25rem;
        border: 1px solid var(--main);
        border-radius: 50%;
        overflow: hidden;
        color: var(--main);
    }

    & .page-item.active {
        & .page-link {
            color: var(--white);
            background-color: var(--main);
        }
    }
}

/* Pagination */
.footer {
    background-color: var(--light-main);
}

.footer-text-logo {
    color: var(--main);
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
}

.bg-footer {
    background-image: url(../img/bg/bg-footer.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.send-email-input {
    color: var(--white) !important;
    height: 35px !important;

    &:focus {
        background-color: var(--main) !important;
    }
}

.social-media-link a {
    position: relative;
}

.social-media-link a::after,
.social-media-link a::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    background-color: var(--main);
    transition: all .3s ease-in-out;
}

.social-media-link a::after {
    left: 0;
    top: 0;
}

.social-media-link a::before {
    top: 100%;
    right: 0;
}

.social-media-link a:hover {
    color: var(--main) !important;

    &::after,
    &::before {
        width: 100%;
    }
}

/* products Details css */

.slideshow-items {
    width: 100%;
    height: 300px;

    & img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.slideshow-thumbnails {
    width: 100px;
    height: 100px;
    background-color: var(--light-main);
    border-radius: .5rem;
    overflow: hidden;
}

#slideshow-items-container {
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

#lens {
    background-color: rgba(233, 233, 233, 0.4)
}

#lens,
#result {
    position: absolute;
    display: none;
    z-index: 1;
}

.slideshow-items {
    display: none;
}

.slideshow-items.active {
    display: block;
}

.slideshow-thumbnails {
    opacity: 0.5;
    cursor: pointer;
}

.slideshow-thumbnails.active {
    opacity: 1;
    border: 2px solid var(--main);
    border-radius: 8px;
}

#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
    border: solid var(--light-grey-2) 1px;
}

.size-box {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 400;
    font-size: 21.17px;
    letter-spacing: 0px;
    cursor: pointer;
    border-radius: 8px;
}

.color-picker {
    width: 37.09px;
    height: 35.84px;
    background-color: var(--parse-color);
    border-radius: 50%;
    cursor: pointer;
}

/* products Details css */
.description-text {
    & li {
        font-weight: 400;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        position: relative;
        color: var(--black);
        padding-left: 30px;

        &::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 12px;
            height: 12px;
            background-color: var(--main);
            border-radius: 50%;
        }
    }
}

.products-details-tabs {

    & .nav-item,
    & .nav-link {
        border: 0;
        color: var(--black);

        &.active {
            color: var(--main);
            border-bottom: 2px solid var(--main);
        }
    }
}

.review-products-img {
    width: 71px;
    height: 78px;
    border-radius: 8px;
    overflow: hidden;

    & img {
        width: 100%;
        height: 100%;
    }
}

.user-40 {
    width: 40px;
    height: 40px;
}


.dropdown {
    & .dropdown-toggle {
        &::after {
            background-image: url(../img/icon/arrow-down.svg);
        }
    }
}

.bottom-header,
.top-header {
    & .dropdown {
        & .dropdown-toggle {
            &::after {
                background-image: none;
            }
        }
    }
}

.logo-img {
    width: 120px;
    height: 88px;
    overflow: hidden;

    & img {
        height: 100%;
        object-fit: cover;
    }
}

.placed-center-h {
    height: calc(100vh - 300px);
}

/* size chart */

.size-chart-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.size-chart-table th,
.size-chart-table td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    padding: .5rem 1.5rem;

    &:nth-child(1),
    &:nth-child(3),
    &:nth-child(5) {
        background-color: #ddd;
        font-weight: bold;
    }

    &:nth-child(2),
    &:nth-child(4),
    &:nth-child(6) {
        background-color: var(--light);
        font-weight: bold;
    }
}

.size-c-b {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    flex: 0 0 auto;
    border: 1px solid var(--light-text);

    &.active {
        border-color: var(--main);
    }
}

.box-color {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    background-color: var(--parse-color);
}

.user-profile {
    width: 52px;
    height: 52px;
}

.my-profile.active {
    & span {
        color: var(--main) !important;
    }
}

.circle-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--main);
}

.whislist-main-img {
    width: 401px;
    height: 601px;
    margin: 0 auto;
}

.Whislist-thumbanel {
    width: 112px;
    height: 112px;
}

.shopping-cart-icon {
    position: relative;
}

.shopping-cart-icon .icon {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: -4px;
    left: 16px;
    text-align: center;
    border-radius: 50%;
    border-width: 1.5px;
    background-color: var(--white);
    color: var(--main);
    display: block;
}

.custom-height-dropdown {
    height: calc(100vh - 350px);
    overflow-y: auto;
}

.sidebar-icon {
    width: 24px;
    height: 24px;
}

.icon-white {
    filter: brightness(0) invert(1);
}

.link {
    font-size: 16px;
}

#sizeChartModal img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dropdwon-login button.dropdown-toggle {
    height: 44px;
}

.login-p {
    margin-top: 100px;
}

.banner-img {
    width: 100%;
    height: 615px;
}

.offer-card-wrapper {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 251px;
}

.offer-card-wrapper .col-5 {
    height: 255px;
}

.offer-card-wrapper.card-1 {
    background-image: url(../img/bg/h-bg-1.svg);
}

.offer-card-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.offer-card-wrapper.card-1::after {
    background: rgba(242, 190, 141, 0.3)
}

.offer-card-wrapper.card-2 {
    background-image: url(../img/bg/h-bg-2.svg);
}

.offer-card-wrapper.card-2::after {
    backdrop-filter: blur(40px);
    background: rgba(255, 255, 255, 0.02);
}

.comman-tabs .nav-tabs .nav-item .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(134, 134, 134, 1) !important;
}

.comman-tabs .nav-tabs .nav-item .nav-link.active {
    color: var(--main) !important;
    border-bottom: 1px solid var(--main) !important;
}

.box-24-img {
    width: 20px;
    height: 22px;
    border-radius: 2px;
    overflow: hidden;
}

.box-24-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cyprus-country .col-md-2,
.turkey-country .col-md-2,
.lebanon-country .col-md-2,
.istanbul-country .col-md-2,
.paris-country .col-md-2 {
    overflow: hidden;
}

.cyprus-country .col-md-2 img,
.turkey-country .col-md-2 img,
.lebanon-country .col-md-2 img,
.istanbul-country .col-md-2 img,
.paris-country .col-md-2 img {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.cyprus-country .col-md-2 img:hover,
.turkey-country .col-md-2 img:hover,
.lebanon-country .col-md-2 img:hover,
.istanbul-country .col-md-2 img:hover,
.paris-country .col-md-2 img:hover {
    transform: scale(1.2);
}

.comman-product-img-card {
    height: 350px;
    overflow: hidden;
    background-color: var(--light-main);
}

.comman-product-img-card img {
    object-fit: contain;
}

.search-icon img {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
}

.dropdown-toggle-icon {
    position: relative;
}

.dropdown-toggle-icon::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url(../img/icon/arrow-down-b.svg);
    background-size: cover;
    filter: brightness(0) invert(1);
}

.color-box {
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: .25rem;
    font-size: 18px;
    font-weight: 500;
}

/* added new css */

.brand-img-heading {
    width: 59.17px;
    height: 45.08px;
}

.bg-color {
    background-color: #EFEFEF !important;
}

.product-slider-h {
    height: 498.86px;
    width: 330.23px;
    border: 3.51px #E0E0E0;
    border-radius: 17.57px;
    overflow: hidden;
    box-shadow: var(--bs-shadow);
}

.product-slider-h img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scale-0 {
    width: 84.34px;
    height: 126.44px;
}

.scale-1 {
    width: 165.12px;
    height: 245.92px;
}

.scale-2 {
    width: 210.79px;
    height: 295.1px;
}

.scale-3 {
    width: 273.32px;
    height: 341.65px;
}

.scale-4 {
    transform: scale(1);
}

.arrow-right {
    width: 70.26px;
    height: 70.26px;
    border: 0;
    outline: none;
    background-color: transparent;
    border: 5px solid var(--main);
    border-radius: 50%;
    flex: 0 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    color: var(--main);
    font-size: 30px;
}

.categoriesDropdown {
    position: relative;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.categoriesDropdown::after {
    position: absolute;
    content: "";
    bottom: 0px;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 4px;
    display: none;
    background-color: var(--main);
}

.categoriesDropdown:hover::after {
    display: block;
}

.categoriesContent {
    position: absolute;
    top: 60px;
    overflow: hidden;
    left: 0;
    width: 1200px;
    transition: all .3s ease-in-out;
    height: auto;
    display: none;
    background-color: var(--white);
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.custom-col {
    width: 20%;
    flex: 0 0 auto;
}

.categoriesDropdown:hover .categoriesContent {
    display: block;
}

.category-dropdown-mobile .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1) !important;
}

@media (max-width: 991px) {
    .categoriesContent {
        width: 100%;
        left: 0;
        top: 42px;
        padding: 0 15px;
        height: 100vh;
        overflow-y: auto;
        height: calc(100vh - 200px);
        box-shadow: none;
    }

    .custom-col {
        width: 50%;
        flex: 0 0 auto;
    }
}

@media (max-width: 1480px) {
    .categoriesContent {
        top: 25px;
        width: 1050px;
    }

    .categoriesDropdown::after {
        bottom: -10px;
    }

    .navbar.navbar-expand-lg.navbar-light {
        height: 42px;
    }

    .categoriesDropdown,
    .navbar.list-unstyled {
        height: 42px;
    }

    .categoriesContent {
        top: 42px;
    }
}


.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
    margin: 0;
    height: 60px;
}

.navbar.list-unstyled {
    height: 60px;
    padding: 0;
    margin: 0;
}

.empty-cart-img {
    width: 300px;
    height: 300px;
    border-radius: .5rem;
    overflow: hidden;
    margin-bottom: 2rem;
}

.vh-75 {
    height: 75vh !important;
}

.vh-25 {
    height: 25vh !important;
}