/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;700&display=swap');

*:not(i) {
    font-family: 'Cairo', sans-serif !important;
}


/* General Rules */
body {
    background-color: #f5f5f5 !important;
}


/* mainNavbarIndex */
.mainNavbarIndex {
    background: url("../imgs/navbar-bg.jpg");
    background-size: cover;
    height: 200px;
}



.mainNavbarIndex__bottom {
    margin-top: 105px;
    transition: all 0.15s linear;
}


input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}

input[type=search] {
    padding: 9px 10px 9px 32px;
    width: 55px;
    background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;

    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

input[type=search]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #66CC75;
    box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}

.searchStyle {
    width: 200px;
}

.searchStyle input[type=submit] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    width: 45px;
    height: 45px;
    color: #fff;
    background-color: #ab2826;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    transition: all .5s ease-in-out;
}

.searchStyle input[type=search] {
    float: right;
    width: 80%;
    padding: 10px 30px 10px 10px;
    cursor: pointer;
    background: none;
    background-color: #fff;
    height: 30px;
}

.searchStyle input[type=search]:hover {
    background-color: #fff;
}

.searchStyle input[type=search]:focus {
    padding: 10px;
    width: 130px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}

.searchStyle input[type=search]:focus~input[type=submit],
.searchStyle input[type=search]:hover~input[type=submit] {
    border-color: #fff;
}

.searchStyle input:-moz-placeholder {
    color: transparent;
}

.svgsNavbar {
    transition: all 0.3s linear;
}

.svgsNavbar:hover {
    stroke: #ab2826;
}


#Navlogo {
    max-width: 85px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 200px;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        height: 100vh;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #f5f5f5;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-underline .nav-link:hover {
    color: #007bff;
}

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}


#toggleBtnMenu {
    width: 28px;
    height: 30px;
    margin: 10px auto;
}

.mainNavbarIndex--navbar-toggler {
    box-shadow: none !important;
}

#toggleBtnMenu div {
    width: 100%;
    height: 2px;
    background: #41403f;
    margin: 7px auto;
    transition: all .3s;
    backface-visibility: hidden
}

#toggleBtnMenu.on .toggleBtnMenuOne {
    transform: rotate(45deg) translate(5px, 5px)
}

#toggleBtnMenu.on .toggleBtnMenuTwo {
    opacity: 0
}

#toggleBtnMenu.on .toggleBtnMenuThree {
    transform: rotate(-45deg) translate(7px, -8px)
}

.navbar-dark .navbar-nav .nav-link {
    color: #6D55A3;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #D57799;
}


/* indexHeader  */
.indexHeader {
    padding-top: 85px;
}

.mainSliderSwiper__overlay {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background-color: #ab28265e;
}

.mainSliderSwiper__overlay:hover {
    opacity: 1;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: url("../imgs/swiper-pagination.png");
    background-size: cover;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: url("../imgs/swiper-pagination-active.png");
    background-size: cover;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out
}

.swiper-button-prev:hover {
    transform: translateX(10px);
}

.swiper-button-next:hover {
    transform: translateX(-10px);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "";
}

/* footer */

.nav-linkFooter {
    transition: all 0.3s ease-in-out;
}

.nav-linkFooter:hover {
    color: #ab2826 !important;
    padding-right: 10px !important;
}


/* signInUpForm */

.signInUpForm__in,
.signInUpForm__up {
    border: 2px solid #ab2826;
}

.signInUpForm__up,
.signInUpForm__in {
    max-width: 750px;
}

/* .categoryview__allProducts--product {
    border: 2px solid #c4c4c5;
} */

/* categoryview__allProducts */

.categoryview__allProducts--product {
    height: 310px !important;
}

.categoryview__allProducts--productImg {
    transition: all 0.3s ease-in-out;
    height: 150px;
}

.categoryview__allProducts--productImg:hover {
    transform: scale(1.03);
}

/* Framework */

#product1amount {
    text-align: center;
}

.input-group.bootstrap-touchspin {
    height: 100%;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ab2826;
    border-color: #ab2826;
}

.favIcon svg path {
    transition: all 0.3s ease-in-out;
}

.favIcon svg:hover path {
    fill: #ab2826;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: .5rem;
    color: #ab2826;
    transform: rotate(180deg);
}

.form-select {
    min-width: 150px;
}

.form-select:focus {
    border-color: #ab2826;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(171 40 38 / 25%);
}

.submitBtn {
    height: 50px;
    color: #fff;
    background-color: #ab2826;
    border-color: #ab2826;
    transition: all 0.3s ease-in-out;
}

.submitBtn:hover {
    background-color: #881210;
    border-color: #881210;
    transform: translateY(4px);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.65);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background-color: #881210;
    border-color: #881210;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.65);
}

.form-control:focus {
    border-color: #ab2826;
    box-shadow: 0 0 0 1px #ab282644;
}

.nav-link {
    color: #000;
}

.nav-link:focus,
.nav-link:hover {
    color: #ab2826;
}

.text-black {
    color: #000;
}

.pb-7 {
    padding-bottom: 4rem;
}

.py-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pb-10 {
    padding-bottom: 5rem;
}

.my-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.card-shdaow {
    box-shadow: 3px 4px 10px 1px rgb(0 0 0 / 8%);
}

.card-border {
    border: 1px solid #F0EEF6;
}

.paddingSection {
    padding: 8.125rem 0 0 0;
}

.titleWithLine::after {
    position: absolute;
    right: 0;
    bottom: -10px;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #ab2826;
    border-radius: 15px;
}

.rounded-10px {
    border-radius: 10px;
}

.rounded-15px {
    border-radius: 15px;
}

:root {
    --bs-blue: #ab2826;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #ab2826;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 171, 40, 38;
    --bs-secondary-rgb: 213, 119, 153;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

.zIndex--1 {
    z-index: -1;
}

.zIndex-0 {
    z-index: 0;
}

.zIndex-1 {
    z-index: 1;
}

.zIndex-2 {
    z-index: 2;
}

.zIndex-3 {
    z-index: 3;
}

.fs-8px {
    font-size: 0.5rem !important;
}

.fs-10px {
    font-size: 0.625rem !important;
}

.fs-11px {
    font-size: 0.688rem !important;
}

.fs-12px {
    font-size: 0.75rem !important;
}

.fs-14px {
    font-size: 0.875rem !important;
}

.fs-15px {
    font-size: 0.938rem !important;
}

.fs-16px {
    font-size: 1rem !important;
}

.fs-17px {
    font-size: 1.063rem !important;
}

.fs-18px {
    font-size: 1.125rem !important;
}

.fs-20px {
    font-size: 1.25rem !important;
}

.fs-22px {
    font-size: 1.375rem !important;
}

.fs-24px {
    font-size: 1.5rem !important;
}

.fs-25px {
    font-size: 1.563rem !important;
}

.fs-26px {
    font-size: 1.625rem !important;
}

.fs-28px {
    font-size: 1.75rem !important;
}

.fs-29px {
    font-size: 1.813rem !important;
}

.fs-30px {
    font-size: 1.875rem !important;
}

.fs-35px {
    font-size: 2.1875rem !important;
}

.fs-38px {
    font-size: 2.375rem !important;
}

.fs-40px {
    font-size: 2.5rem !important;
}

.fs-41px {
    font-size: 2.563rem !important;
}

.fs-45px {
    font-size: 2.813rem !important;
}

.fs-50px {
    font-size: 3.125rem !important;
}

.fs-53px {
    font-size: 3.313rem !important;
}

.fs-55px {
    font-size: 3.438rem !important;
}

.fs-58px {
    font-size: 3.625rem !important;
}

.fs-60px {
    font-size: 3.75rem !important;
}

.fs-66px {
    font-size: 4.125rem !important;
}

.fs-90px {
    font-size: 5.625rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
label,
figure,
small,
a,
li {
    text-shadow: 0px 0px 0px #000;
}

/* Shine */
.hover14 figure {
    position: relative;
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
}

.hover14 figure img {
    transition: all 0.3s ease-in-out;
}

.hover14 figure:hover img {
    transform: rotate(2deg) scale(1.04);
}

.hover14 figure:hover::before {
    animation: shine .75s;
}


@keyframes shine {
    100% {
        left: 125%;
    }
}



/* Media Query */

/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

@media (max-width: 576px) {

    .container.containerEdit {
        max-width: 80%;
    }

    html,
    body {
        font-size: 11px;
    }
}

@media (min-width: 576px) {

    html,
    body {
        font-size: 12px;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container.containerEdit {
        max-width: 70%;
    }

    .indexHeader__bottomPart {
        margin-top: -10rem;
    }

    /* .categoryview__allProducts--product {
        max-width: 300px;
    } */

    .headerMainSlider__swiper-pagination {
        bottom: 27% !important;
    }

    html,
    body {
        font-size: 13px;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {}

@media (min-width: 992px) {

    html,
    body {
        font-size: 14px;
    }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    html,
    body {
        font-size: 15px;
    }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

    html,
    body {
        font-size: 16px;
    }
}


::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #ab2826;
}