:root {
    --main: #945423;
    --main_2: #d59a4c;
    --main_3: #bf1e2e;
    --orange: #da5d2c;
    --white: #fff;
    --white_gray: rgb(202, 202, 202);
    --gray: #d59a4c65;

    --random: #996016;
}
html,
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
        sans-serif;
    scroll-behavior: smooth;
    transition: all 0.6s linear;
    color: #000;
    /* overflow: hidden;
    height: 100vh; */
}

p {
    color: black;
    transition: all 0.6s linear;
}

.my-header,
.banner {
    background: var(--white);
    padding-bottom: 10px;
}

.social-media-nav {
    background: var(--white);
}
a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: #945423;
}

.social-item {
    padding-inline: 10px;
}
.contact-item {
    padding-inline-start: 8px;
}
.contact-info i,
.contact-info a {
    color: var(--main);
    padding-inline-end: 10px;
}
.contact-info i:hover,
.contact-info a:hover {
    color: var(--main_2);
}

.social-icons i {
    color: var(--main);
}
.social-icons i:hover {
    color: var(--main_2);
}

.basic-nav {
    background: var(--white);
    position: relative;
    padding-block-end: 12px;
}
.navbar {
    background-color: transparent;
}

ul.navbar-nav.mr-auto {
    display: flex;
    align-items: baseline;
}
.basic-nav img {
    max-height: 70px;
    position: absolute;
    top: -2px;
}
.basic-nav img::after {
    content: " ";
    width: 100px;
    height: 100px;
    display: block;
}

@keyframes fixedAnim {
    from {
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 0.95;
    }
}
.basic-nav.fixed {
    position: fixed;
    /* opacity: 0.95; */
    background-color: white;
    box-shadow: 0 0 10px #0000001a;
    animation: fixedAnim;
    animation-duration: 1s;
    transition: all 0.2s linear;
    z-index: 2;
    width: 100%;
    top: 0px;
    /* height: 75px; */
}

.nav-item a {
    color: var(--main);
    font-size: large;
    font-weight: 600;
    transition: all 0.6s linear;
    width: 100%;
}

.nav-item i {
    font-size: 20px;
    color: var(--main);
    transition: all 0.6s linear;
    margin-inline-start: 10px;
}
.nav-item i:hover {
    color: var(--main_2);
}
.nav-item a:hover {
    text-underline-offset: 5px;
    /* padding-bottom: 10px; */
    /* text-decoration: underline var(--main_3) 4px; */
    transition: text-decoration 0.6s linear;
    color: var(--main_2);
}
.lang {
    position: relative;
    margin-inline-start: 8px;
}
.lang::after {
    position: absolute;
    top: 7px;
    content: " ";
    display: block;
    width: 2px;
    margin-inline-start: 1px;
    height: 27px;
    background-color: #bf1e2e;
}
.active a {
    text-underline-offset: 5px;
    padding-bottom: 10px;
    /* text-decoration: underline var(--main_3) 4px; */
    color: var(--main_2) !important;
}
.active i {
    /* color: var(--main_2) !important; */
}

div#navbarText {
    padding-top: 19px;
}

.coupon {
    font-size: 16px;
    font-weight: bold;

    color: var(--main);
}

.my-footer {
    background-color: black;
    padding: 30px;
}

.my-footer div div div h1,
.my-footer div div div p {
    color: var(--white);
}
.footer-end p {
    color: white;
}
.footer-item a {
    color: var(--white);
    font-size: 18px;
}

.play-store a {
    outline: none;
}

.play-store img {
    margin-top: 8px;
    transition: all 0.5s linear;
    width: 50%;
}

.play-store:hover img {
    transform: scale(1.1, 1.1);
}

.app-store img {
    margin-top: 8px;
    margin-bottom: 8px;
    transition: all 0.5s linear;
    width: 50%;
}
.app-store:hover img {
    transform: scale(1.1, 1.1);
}

.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}
.section-body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.border-bottom {
    width: 50px;
    height: 5px;
    background-color: var(--main);
    margin-bottom: 20px;
}

.contact-detials {
    background-color: var(--main);
    padding: 5px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.contact-detial {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 15px;
    background-color: var(--main_2);
    border: none;
    border-radius: 15px;
    margin: 14px;
}
.contact-detial i {
    font-size: 26px;
    margin-inline: 10px;
    padding-top: 10px;
    text-align: center;
    width: 50px;
    background-color: var(--main);
    color: var(--white);
    height: 50px;
    border-radius: 51px;
    /* box-shadow: 0px 0px 0px 0px #f1f1f1; */
}
.contact-detial h3,
.contact-detial p {
    color: var(--white);
}
.contact-detial:hover i {
    background-color: var(--white);
    color: var(--main);
}

.contact-information input {
    height: 50px;
    width: 50%;
    padding: 10px;
    font-size: 18px;
    margin-block-start: 25px;
}
.contact-information > input:first-child {
    margin-inline-end: 22px;
}

.other-information input,
.other-information textarea {
    height: 50px;
    padding: 10px;
    font-size: 18px;
    margin-block-start: 25px;
}
.other-information textarea {
    height: 150px;
}
input::placeholder,
textarea::placeholder {
    color: var(--white_gray);
}
input:focus,
textarea:focus,
.form-select {
    outline-color: var(--main) !important;
    outline-width: 10px;
}

.send-message a {
    background-color: var(--main);
    border: none;
    border-radius: 10px;
    margin-block: 10px;
}

.send-message:hover a {
    background-color: var(--main_2);
    color: var(--white);
}

.our-services {
    padding-top: 20px;
    margin-top: 10px;
    background-color: aliceblue;
    /* position: fixed; */
    /* width: 100%; */
}

.our-services div div div p {
    color: black;
    padding-inline: 10px;
    font-size: 12px;
}

/* .loader {
    position: absolute;
    width: 98.5vw;
    background-color: white;
    transition: all 1s linear;
} */

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s linear;
}

.loader-hidden {
    opacity: 0;
    visibility: hidden;
}

.loader::after {
    content: "";
    width: 150px;
    height: 150px;
    border: 15px solid #dddddd;
    border-top-color: var(--main);
    border-radius: 50%;
    animation: loading 0.8s ease infinite;
}
.loader-img {
    position: absolute;
    width: 100px;
}
.loader-img img {
    width: 100%;
}

@keyframes loading {
    from {
        transform: rotate(0turn);
    }
    to {
        transform: rotate(1turn);
    }
}

.about-us-banner {
    width: 100%;
    height: 50vh;
    margin-top: 10px;
    position: relative;
}

.banner-img {
    width: 100%;
    height: 50vh;
    object-fit: fill;
    background-image: url("../imgs/about-us-banner.png");
    filter: brightness(50%);

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-text h1,
.banner-text h6 {
    color: var(--white);
    font-weight: bold;
}
.about-us-text p {
    color: black;
}

input {
    height: 50px;
    padding: 10px;
    font-size: 18px;
}

.form-inputs div {
    margin-block-start: 10px;
}
label {
    font-size: 18px;
    font-weight: 600;
    margin-block-start: 10px;
}

.favorite {
    height: 100%;
}

.main-carousel {
    margin-top: 10px;
}

.owl-carouse-1 img {
    max-height: 50vh;
    /* height: 70vh; */
}

.owl-carouse-1 .owl-nav {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    width: 110%;
    position: absolute;
    top: 35%;
    left: -5%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    /* margin: 10px; */
    border-radius: 50px;
    background: transparent !important;
    color: var(--main) !important;
    font-size: 27px;
    width: 40px;
    background-color: #9454235c !important;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: var(--main_2) !important;
}

.owl-theme .owl-dots .owl-dot {
    /* margin-top: 25px; */
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background: var(--main);
}
.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    height: 20px;
    background: var(--main_2);
}

.owl-carouse-cat img {
    border-radius: 22%;
    height: 150px;
    padding: 20px;
    /* background-color: #bdbdbd; */
    transition: all 0.5s linear;
}

.owl-theme .owl-dots {
    /* position: absolute; */
    /* top: 85%; */
    /* left: 47%; */
}
.newest-product-carousel .owl-item img {
    display: block;
    width: 93%;
}

.owl-carousel .owl-stage {
    /* Standard property */
    backface-visibility: hidden;

    /* Vendor-prefixed properties */
    -moz-backface-visibility: hidden; /* For Firefox */
    -webkit-backface-visibility: hidden;
}
.categories {
    padding-top: 50px;
}

.owl-carouse-cat .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
.owl-carouse-cat .item:hover p {
    color: var(--main);
}
.owl-carouse-cat .item:hover img {
    /* background-color: #bdbdbd; */
    background: var(--gray);
}

.owl-carouse-cat .item p {
    font-weight: 600;
}

.product {
    margin: 10px;
    overflow: hidden;
    border: var(--white);
    box-shadow: 1px 2px 5px 0px #bdbdbd;
    border-radius: 20px;

    position: relative;
}

.product img {
    margin: 10px;
    border-radius: 20px;
    /* max-height: 225px; */
    transition: all 0.6s linear;
    background-color: var(--white);
    width: 92%;
    height: 250px;
    text-align: center;
}

.product > .social-icons i {
    font-size: 17px;
    width: 37px;
    padding: 8px;
    border-radius: 25px;
    border: 2px var(--white_gray) solid;
    transition: all 0.2s linear;
    margin: 8px;
    color: var(--gray);
}
.product > .social-icons i:hover {
    border-color: var(--main);
    color: var(--main);
}

.product-info {
    padding-inline-start: 20px;
    /* max-width: 96%;
  height: 150px; */
}
.product-info h6 {
    /*to show dots*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 96%;
    padding: 1px;
    color: black;
}
.product-info h6:hover {
    color: var(--main);
}

.available p {
    color: green;
    font-weight: 600;
}

.price p {
    font-weight: 600;
    color: var(--main_3);

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 96%;
    padding: 1px;
}

.add-to-favorite {
    position: absolute;
    right: 20px;
    top: 10px;
}

.add-to-favorite i {
    font-size: 30px;
    transition: all 0.4s linear;
    cursor: pointer;
}
.add-to-favorite i:hover {
    color: var(--main);
}

.add-to-cart {
    position: absolute;
    right: 20px;
    bottom: 30px;
    font-size: 30px;
    transition: all 0.4s linear;
    cursor: pointer;
}
.code {
    position: absolute;
    top: 10px;
    left: 20px;

    transition: all 0.4s linear;
    cursor: pointer;
}

.add-to-cart:hover {
    color: var(--main);
}

.products-table {
    height: 100%;
    max-height: 500px;
    overflow: auto;
    padding-inline: 4px;
}

.newest-product-carousel .owl-nav {
    display: flex;

    justify-content: space-between;

    width: 96%;

    position: absolute;

    top: 36%;

    left: 2%;
}

h5 {
    cursor: pointer;
}

.product-details {
    padding-top: 20px;
}

.product-img {
    width: 80%;
}
.product-img:hover {
    transform: scale(1.8, 1.8);
}

.product-img img {
    width: 80%;
    transition: all 0.5s linear;
}

.size p,
.code p {
    font-size: large;
    font-weight: 600;
}

.clear-button {
    margin-top: 10px;
}
.clear-button p {
    font-size: large;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.6s linear;
    color: var(--main_3);
}

.clear-button:hover p {
    color: var(--main);
}

.counter {
    margin-top: 10px;
}

.decrease {
    background-color: rgba(128, 128, 128, 0.486);
    font-size: large;
    font-weight: 600;

    padding-inline: 12px;
    padding-block: 4px;
    border-radius: 20px;
    cursor: pointer;
}
.increase {
    background-color: rgba(128, 128, 128, 0.486);
    font-size: large;
    font-weight: 600;

    padding-inline: 10px;
    padding-block: 4px;
    border-radius: 20px;
    cursor: pointer;
}
.decrease:hover {
    background-color: var(--main_2);
}
.increase:hover {
    background-color: var(--main_2);
}
.counter input {
    margin: 2px;
    border: none;
    width: 20%;
    outline: none;
    text-align: center;
}

/* :focus {
  outline: none;
  box-shadow: none;
}*/

.favorite-with-text {
    margin-block: 16px;
}
.favorite-with-text i {
    margin-inline-end: 5px;
    cursor: pointer;
    font-weight: 600;
}
.favorite-with-text p {
    cursor: pointer;
    font-weight: 600;
}

.favorite-with-text:hover i {
    color: var(--main);
}
.favorite-with-text:hover p {
    color: var(--main);
}

.category > :nth-child(1) {
    font-weight: 600;
    margin-inline-end: 8px;
}
.tag > :nth-child(1) {
    font-weight: 600;
    margin-inline-end: 8px;
}

/* .choosen-size {
    display: none;
} */

.what-we-offer {
    background-color: aliceblue;
    padding: 25px;
    border-radius: 10px;
}

.what-we-offer div i {
    margin-inline-end: 10px;
}
.what-we-offer div p {
    font-size: 14px;
}
.empty-text {
    color: var(--main_3);
}
.empty-icon img {
    width: 20%;
}

th img {
    width: 50px;
}

th p {
    font-weight: 100;
}

td {
    vertical-align: middle;
}

td i:hover {
    color: var(--main_3);
}

.cart-total {
    border: var(--main_2) solid 1px;
    border-radius: 10px;
    height: 100%;
    margin-block-start: 12px;
}

.divider {
    background-color: var(--main_2);
    width: 90%;

    height: 1px;
    margin-inline: 22px;
}

.cart-content-info h6 {
    color: black;
}

.cart-content-info {
    margin-inline: 30px;
    margin-block-start: 20px;
    display: flex;
    justify-content: space-between;
}
.checkout {
    padding-block: 20px;
}
.user-order-preference {
    border: var(--main_3) solid 2px;
    border-radius: 12px;
}

img {
    pointer-events: none;
}
.logo img {
    pointer-events: visible;
}

span,
.product-img {
    user-select: none;
}
.required {
    color: var(--main_3);
}
.register h6 {
    color: black;
}

.register a h6:hover {
    color: var(--main);
}

.register > :nth-child(2) h6 {
    color: var(--main);
    margin-inline-start: 10px;
    cursor: pointer;
}
.register > :nth-child(2):hover h6 {
    color: var(--main_2);
}

.order-tracking-details div div div div img {
    width: 25%;
}
.order-tracking-details {
    margin-block: 25px;
    /* height: 50vh; */
}

.submit-button button {
    background-color: var(--main);
    border: none;
    border-radius: 10px;
    margin-block: 10px;
}
.submit-button button:hover {
    background-color: var(--main_2);
}
.return-button a {
    padding: 8px;
    background-color: var(--main);
    border: none;
    border-radius: 10px;
    margin-block: 10px;
    color: white;
}
.return-button a:hover {
    background-color: var(--main_2);
}
.cart-empty {
    margin-block-start: 16px;
}
.search-nav {
    margin-top: 20px;
}
.search-button input {
    border: var(--main) solid 2px;
    outline-color: var(--main_2) !important;
    border-radius: 20px;
}

.form-select {
    width: 100%;
    height: 50px;
}
.dynamic {
    margin-block-start: 10px;
}
.chosen-select,
.chosen-container {
    width: 100%;
}
.add-unit {
    padding-inline: 8px;
    border: var(--main) solid 2px;
    border-radius: 10%;
    transition: all 0.6s linear;
}
.add-unit:hover {
    background-color: var(--main_2);
}

.shared-form {
    background-color: white;
    padding: 30px;
    margin-top: 20px;
    /* border-radius: 13px;table-input */
}
.shared-textarea {
    background-color: #efefef4a;
}
.add-to-cart-dialog {
    border-radius: 20px;
    border: var(--main) solid 2px;
    width: 20%;
}

div#closeDialog {
    outline: none;
    border: none;
    transition: all 0.6s linear;
    background-color: #ff000063;
    border-radius: 12px;
    position: absolute;
    top: 10px;
    right: 14px;
    padding-inline: 6px;
}
.add-to-cart-dialog h4 {
    padding-block-start: 26px;
}
div#closeDialog:hover {
    background-color: #ff0000ab;
}

input[type="radio"] {
    width: 26px;
    margin-inline-end: 6px;
}
input[type="radio"] {
    border: var(--main_2) solid;
}
.form-check-input:checked {
    background-color: var(--main);
    border-color: var(--main_2);
}
.form-check-input:focus {
    box-shadow: none;
    border-color: var(
        --main_2
    ); /* You can set the desired color for the border */
}

.table-input {
    width: 100%;
    height: 40px;
    font-size: 12px;
    text-align: center;
    border: none;
    border-radius: 3px;
    background-color: var(--white_gray);
}
.size div label {
    margin-inline-end: 26px;
}
.second-choosen-size,
.third-choosen-size {
    display: none;
}

a i {
    color: black;
}

.custom-nav {
    text-align: center;
}
.custom-nav img {
    width: 50px; /* Adjust the width as needed */
    height: auto;
    margin: 5px;
    cursor: pointer;
    pointer-events: all;
}

.search-list {
    background-color: #d59a4c54;
    /* padding: 2px; */
    /* padding-block: 10px; */
    border-radius: 17px;
    height: 100%;
    overflow: auto;
    max-height: 240px;
    box-shadow: -3px 6px 12px 4px #0000001a;
}

.search-item h6 {
    padding-inline: 22px;
    padding-block: 12px;
    cursor: pointer;
}

.view-cart {
    position: fixed;
    bottom: 7%;
    left: 50%; /* Adjusted to center the element */
    transform: translateX(-50%); /* Adjusted to center the element precisely */
    z-index: 1;
    animation: viewCart 2s;
    width: 300px;
}
.view-cart-info {
    background-color: var(--main_2);
    opacity: 0.95;
    border-radius: 10px;
    display: flex;
    align-items: baseline; /* Adjust this based on your layout needs */
    justify-content: space-between;
    padding: 20px;
}

@keyframes viewCart {
    from {
        bottom: 0;
    }
    to {
        bottom: 7%;
    }
}

.view-cart-info span {
    border: var(--main) solid 2px;
    padding-inline: 8px;
    border-radius: 20px;
}

.vertical-divider {
    background-color: white;
    height: 25px;
    width: 1px;
    margin-inline: 4px;
}
.terms p:hover {
    color: var(--main);
}
nav.pagination-container {
    width: 9%;
}
ul.pagination {
    /* width: 100%; */
}
li.page-item {
    width: 100%;
}

.page-link {
    color: var(--main);
}
.page-link:hover {
    color: var(--main);
    background-color: var(--gray);
}
.active-page {
    background-color: var(--main_2);
}
.per-page-select {
    background-color: var(--gray);

    margin-inline-start: 17px;
    margin-block-end: 17px;

    border-radius: 6px;
}
.unit-select {
    background-color: var(--gray);
    border-radius: 6px;
    font-size: 20px;
    border: var(--main) solid 2px;
}
select:focus {
    border: var(--main) solid 2px;
}

.addresses {
    margin-inline: 3px;
}
.address-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-inline-end: 6px;
}

.address-details i {
    font-size: 16px;
    cursor: pointer;
}
.address-details i:hover {
    color: var(--main_3);
}
.notification-bar {
    margin-inline: 6px;
}
.notification-icon {
    position: relative;
}
.notification-count {
    color: var(--white);
    background-color: var(--main_3);
    border-radius: 15px;
    width: 22px;
    position: absolute;
    top: 0px;
    text-align: center;
}
.notification-list {
    padding: 8px;
    background-color: #ebb670;

    border-radius: 10px;
    width: 250px;

    overflow: auto;
    max-height: 240px;
    box-shadow: -3px 6px 12px 4px #0000001a;
}

.read-all {
    color: black;
    font-size: medium;
    font-weight: 100;
    cursor: pointer;
}
.read-all:hover {
    color: var(--main);
}

.back-to-home {
    margin: 30px;
    font-size: 28px;
}

@media only screen and (max-width: 992px) {
    .lang::after {
        /* display: none; */
        width: 10%;
        height: 2px;
    }
    ul.navbar-nav.mr-auto {
        display: block;
        align-items: baseline;
    }
    .add-to-cart-dialog {
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    /* [class*="col-"] {
        width: 100%;
    } */

    .quantity {
        width: 100%;
    }
    .counter input {
        width: 100%;
        display: flex;
    }
    ul.navbar-nav.mr-auto {
        display: block;
        align-items: baseline;
    }
    .add-to-cart-dialog {
        width: 80%;
    }
    .notification-list {
        width: 100%;
    }
    .product img {
        max-height: 225px;
    }
}

@media only screen and (max-width: 379px) {
    .contact-info i,
    .contact-info a {
        padding-inline-end: 4px;
    }
    .contact-info a {
        font-size: 14px;
    }
    .contact-item {
        padding-inline-start: 1px;
    }
    .counter input {
        width: 100%;
        display: flex;
    }
    ul.navbar-nav.mr-auto {
        display: block;
        align-items: baseline;
    }
    .add-to-cart-dialog {
        width: 80%;
    }
    .product img {
        max-height: 225px;
    }
}
