@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* to make footer bottom margin 0 ,add some css to body and footer  */
body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}
footer {
    margin-top: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

/* header section  */
.kokyargyi-header {
    font-size: 14px;
}
.top-header {
    padding: 5px 0px;
}
.top-header ul li {
    display: inline-block;
    margin-right: 45px;
    position: relative;
}
.top-header ul li i {
    color: #bd7c44 !important;
    margin-right: 5px;
}
.top-header ul {
    margin-bottom: 0px;
}

.top-header ul li:last-child:after {
    display: none;
}

.horizonal-line {
    border-bottom: 2px solid rgb(231, 231, 231);
}
.header__menu {
    margin-top: 5px;
}
.header__menu ul {
    margin-bottom: 0px;
}
.header__menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
    position: relative;
}
.header__menu ul li a.active {
    color: #bd7c44;
}
.header__menu ul li:hover .header__menu__dropdown {
    top: 30px;
    opacity: 1;
    visibility: visible;
}
.header__menu ul li:hover > a {
    color: #bd7c44;
}

.header__menu ul li:last-child {
    margin-right: 0;
}

.header__menu ul li a {
    color: #252525;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    display: block;
}

/* cart */
.show-products img {
    transition: 0.5s;
}

.show-products img:hover {
    transform: scale(0.9);
}

/* search input  */
.search {
    overflow: hidden;
}
.form-control {
    border: 1px solid #bd7c44;
}
.cart-view .form-control {
    border: 1px solid #9ea2a7;
    border-radius: 5px;
    background-color: whitesmoke;
}
.form-control:focus {
    color: #9ea2a7;
    background-color: #fff;
    border-color: #bd7c44;
    outline: 0;
    box-shadow: 0 0 0 0;
}
.search__form {
    width: 100%;
    height: 50px;
    border: 1px solid #bd7c44;
    position: relative;
    float: left;
    border-radius: 5px;
    margin-bottom: 0px;
}
.search__form form {
    width: 30%;
    float: left;
    font-size: 16px;
    color: #1c1c1c;
    font-weight: 700;
    padding-left: 18px;
    padding-top: 11px;
    position: relative;
}

.search__form form :after {
    position: absolute;
    right: 0;
    top: 14px;
    height: 20px;
    width: 1px;
    background: #000000;
    opacity: 0.1;
    content: "";
}

.search__form form input {
    width: 70%;
    border: none;
    height: 48px;
    font-size: 16px;
    color: #b2b2b2;
    padding-left: 20px;
    border-radius: 5px;
}
.search__form form button {
    position: absolute;
    right: 0;
    top: -1px;
    height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.top-collection h6,
.card-body h6 {
    font-size: 16px;
    font-weight: 700;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color) !important;
    text-decoration: none;
    background-color: #bd7c44;
}

/* .content-image{
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
} */

/* carousel css   */
.carousel-control-next {
    right: 30px;
}
.carousel-control-previous {
    left: 30px;
}
.fa-arrow-right,
.fa-arrow-left {
    padding: 12px;
    border: 2px solid rgb(211, 194, 194);
    border-radius: 100%;
}

/* .heart-icon .cart-icon{
    position: absolute;
    padding: 5px;
    bottom: 0;
    left: 5;
    right: 0;
    color: rgb(255, 255, 255);
    text-shadow:
     1px  1px 0 #BD7C44,
    -1px -1px 0 #BD7C44,
     1px -1px 0 #BD7C44,
    -1px  1px 0 #BD7C44,
     1px  1px 0 #BD7C44;

} */

.numberCircle {
    display: inline;
    line-height: 30px;
    border-radius: 100%;
    border: 1px solid #9e9c9c;
    font-size: 14px;
    background-color: #e3f2fb;
}

.numberCircle span {
    display: inline;
    padding-top: 100%;
    padding-bottom: 100%;
    margin: 50px 4px 40px 4px;
    color: rgb(39, 38, 38);
}

.cartegoryNumberCircle {
    display: inline;
    line-height: 30px;
    border-radius: 100%;
    border: 1px solid #bd7c44;
    font-size: 14px;
    background-color: #bd7c44;
}

.cartegoryNumberCircle span {
    display: inline;
    padding-top: 100%;
    padding-bottom: 100%;
    margin: 50px 4px 40px 4px;
    color: white;
}

/* footer csss   */
footer {
    background-color: #bd7c44;
    color: white;
}

.footer-information a,
.footer-account a {
    line-height: 30px;
    display: block;
    text-decoration: none;
    color: white;
}
.footer-payement img {
    width: 50px;
    height: 25px;
    margin: 2px;
}

.get-in-touch a {
    display: inline;
}

.payment a img {
    width: 40px;
    height: 20px;
}
.payment a {
    display: inline;
}
.header-link {
    font-weight: 600;
}
.header-link a {
    text-decoration: none;
    color: black;
}
.logo-image {
    margin: auto;
}
.header-center-content {
    border-left: 2px solid rgb(231, 231, 231);
    border-right: 2px solid rgb(231, 231, 231);
}
.header-center-content input {
    border-radius: 80px;
}
.kokyargyi-header i {
    color: #bd7c44;
}
.btn-search {
    background-color: #bd7c44;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.btn-search:hover {
    background-color: #bd7c44;
}
.btn-search-preview {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #bd7c44;
    border-radius: 50%;
}
.btn-search-preview:hover {
    background-color: #bd7c44;
}
.btn-search-preview.btn.btn-search-preview:first-child:hover,
:not(.btn-check) + .btn-search-preview.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #bd7c44;
    border-color: var(--bs-btn-hover-border-color);
}

.btn-search.btn:first-child:hover,
:not(.btn-check) + .btn-search.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #bd7c44;
    border-color: var(--bs-btn-hover-border-color);
}

.his-bar {
    display: flex;
    position: relative;
    padding-top: 50px;
    width: 60%;
    margin: auto;
    margin-top: 20px;
}

.his-bar:before {
    content: "";
    border: 1px solid #9e9c9c;
    position: absolute;
    top: 55px;
    right: 0;
    width: 99%;
}

.his-bar .point {
    border: 2px solid #b1abab;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background-color: #b1a9a9;
    z-index: 2;
    position: relative;
}

.his-bar .point-end {
    margin-left: auto;
}

.circle-category {
    color: #bd7c44;
}
.btn-category {
    background-color: #bd7c44;
    color: white;
    margin: 2px;
}
.btn-category.btn:first-child:hover,
:not(.btn-check) + .btn-category.btn:hover {
    color: #bd7c44;
    background-color: white;
    border-color: var(--bs-btn-hover-border-color);
    margin-left: 2px;
    margin-right: 2px;
    font-weight: bold;
}

/* .meal-photo , .boder-image{
    margin: 0;
    width: 100%;

    height: 200px;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* .meal-photo img , .content-image img {
    width: auto;
    height: 150px;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: opacity 0.05s, scale 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.05s, scale 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.05s, scale 0.5s;
    transition: transform 0.5s, opacity 0.05s, scale 0.5s;
    transition: transform 0.5s, opacity 0.05s, scale 0.5s, -webkit-transform 0.5s;
    opacity: 100%;
} */

/* .meal-photo img:hover,.content-image img:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 1;
} */

/* login and register css  */
.login-name {
    color: #bd7c44;
}
.log-in a {
    text-decoration: none;
    align-self: center;
}
.register a {
    text-decoration: none;
}

.card-header {
    background-color: #bd7c44;
}
.card-header h4 {
    color: white;
}
.card-bottom a {
    color: #bd7c44;
}

.btn-login {
    background-color: #bd7c44;
    border-radius: 30px;
    color: white;
    font-weight: bold;
}
.btn-login:hover {
    color: var(--bs-btn-hover-color);
    background-color: #bd7c44;
    border-color: var(--bs-btn-hover-border-color);
}

.btn-login.btn:first-child:hover,
:not(.btn-check) + .btn-login.btn:hover {
    color: white;
    background-color: #bd7c44;
    border-color: var(--bs-btn-hover-border-color);
}

label {
    font-weight: bold;
}

/* Product detail css  */
/* rating */

.ratings {
    margin-right: 10px;
}

.ratings i {
    color: #cecece;
    font: size 16px;
}

.rating-color {
    color: #fbc634 !important;
}

.size {
    border: 1px solid #9c9c9c;
    padding: 7px;
    font-size: 16px;
    border-radius: 5px;
}
.remove {
    border: 1px solid #bd7c44;
    border-radius: 50%;
    margin: 5px;
    color: #bd7c44;
    padding: 10px;
    line-height: 10px;
}
.add {
    border: 1px solid #bd7c44;
    border-radius: 50%;
    margin: 5px;
    color: #bd7c44;
    padding: 10px;
    line-height: 10px;
}
.remove:first-child:hover,
:not(.btn-check) + .remove.btn:hover,
.add:first-child:hover,
:not(.btn-check) + .add.btn:hover {
    color: white;
    background-color: #bd7c44;
    border-color: var(--bs-btn-hover-border-color);
}

.num {
    margin: 5px;
    border: none;
}
.num:first-child:hover,
:not(.btn-check) + .num.btn:hover {
    margin: 5px;
    border: none;
}

.detail-btn {
    background-color: #bd7c44;
    color: white;
    padding-inline: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 10px;
    border-radius: 0px !important;
}
.detail-btn.btn:first-child:hover,
:not(.btn-check) + .detail-btn.btn:hover {
    color: white;
    background-color: #bd7c44;
    border-color: var(--bs-btn-hover-border-color);
}

.nav-tabs .nav-link.active {
    background-color: #bd7c44;
    color: white;
    border-radius: 0px;
}

.nav-tabs .nav-link {
    background-color: #b9b4b3;
    color: white;
    border-radius: 0px;
}
.tab-content {
    border: 1px solid;
}

.btn-custom {
    background-color: #bd7c44;
    color: white;
    padding-inline: 30px;
    margin-right: 10px;
    border-radius: 0px !important;
}
.btn-custom.btn:first-child:hover,
:not(.btn-check) + .btn-custom.btn:hover {
    color: white;
    background-color: #bd7c44;
    border-color: var(--bs-btn-hover-border-color);
}

/* .header-mail{
    border-left: 1px solid rgb(231, 231, 231);
    border-right: 1px solid rgb(231, 231, 231);
} */
/* index category image  */
.shop-by-categories [class^="imghvr-"],
.shop-by-categories [class*=" imghvr-"] {
    background: transparent;
}

.shop-by-categories [class^="imghvr-"] figcaption,
.shop-by-categories [class*=" imghvr-"] figcaption {
    background: rgba(0, 0, 0, 0.3);
    color: rgb(255, 255, 255);
    text-align: center;
}

.discount-price {
    color: #bd7c44;
}

.shop-by-categories[class*=" imghvr-"] figcaption > .caption-icon:hover {
    opacity: 0.8 !important;
}
.imghvr-slide-up .caption-icon {
    color: white;
    position: absolute;
    top: 50%;
    left: 25%;
    -webkit-transform: translate(23%, -50%);
    -ms-transform: translate(23%, -50%);
    transform: translate(23%, -50%);
    text-align: center;
}
.icon-bg {
    display: inline-block;
    background-color: #bd7c44;
    color: #fff;
    /* padding:2px 10px; */
    border-radius: 100%;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
}
.icon-search {
    display: inline-block;
    background-color: #fff;
    color: black;
    /* padding:2px 10px; */
    border-radius: 100%;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
}

.color01 {
    color: #bd7c44;
}
.color02 {
    color: #9e9c9c;
}

.shop-by-categories.card-body .card-title {
    font-size: 1rem;
    margin-bottom: 5px;
}
.original-price {
    text-decoration: line-through;
}
.btn-outline {
    border: 1px solid #bd7c44;
    font-size: 12px;
    padding-inline: 30px;
}
.btn-outline.btn:first-child:hover,
:not(.btn-check) + .btn-outline.btn:hover {
    border: 1px solid #bd7c44;
    font-size: 12px;
    padding-inline: 30px;
}

.category-img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: start;
}
.category-img h5 {
    font-weight: 900;
    z-index: 1;
}
.category-img-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    opacity: 0.7;
    width: 100%;
}

/* cart detail css   */
.border-custom {
    border: 1px solid #9c9c9c;
    width: auto;
    border-radius: 50px;
    text-align: center;
    margin: auto;
}
.minus {
    background-color: white;
    border: none;
    font-weight: bolder;
}
.plus {
    background-color: white;
    border: none;
    font-weight: bolder;
}
.fa-circle-plus {
    color: #9c9c9c;
}
.fa-circle-minus {
    color: #9c9c9c;
}
.number {
    border: none;
    background-color: white;
}

.checkout-button {
    background-color: #bd7c44;
    color: white;
    font-weight: bold;
}
.checkout-button.btn:first-child:hover,
:not(.btn-check) + .checkout-button.btn:hover {
    color: white;
    background-color: #bd7c44;
    border-color: var(--bs-btn-hover-border-color);
}

.btn-update {
    background-color: #d4cece !important;
}
.btn-update {
    color: white;
    background-color: #cfc7c7;
    border-color: var(--bs-btn-hover-border-color);
}
.btn-update.btn:first-child:hover,
:not(.btn-check) + .btn-update.btn:hover {
    color: white;
    background-color: #cfc7c7;
    border-color: var(--bs-btn-hover-border-color);
}

.btn-cupon {
    background-color: #2c20ca;
    color: white;
    padding-inline: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 10px;
    border-radius: 5px !important;
}
.btn-cupon.btn:first-child:hover,
:not(.btn-check) + .btn-cupon.btn:hover {
    color: white;
    background-color: #2c20ca;
    border-color: var(--bs-btn-hover-border-color);
}

/* product category css*/
.price-input {
    width: 100%;
    display: flex;
    margin: 20px 0 20px;
}
input[type="checkbox"] {
    accent-color: rgb(184, 184, 184);
    background-color: white;
    border: 1px solid;
}
.price-input .field {
    display: flex;
    width: 100%;
    height: 27px;
    font-size: 14px;
    padding: 5px;
    align-items: center;
    border: 1px solid rgb(184, 184, 184);
}
.field input {
    border: none;
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 14px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: end;
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}

.product-category-left-side label {
    font-weight: 400;
}
.product-category-left-side h6 {
    background-color: #e3f2fb;
    padding: 20px 10px;
    font-weight: 600;
}
.product-category-left-side a {
    text-decoration: none;
    color: black;
    line-height: 30px;
}
.form-check-input:checked {
    background-color: #bd7c44;
    border-color: #bd7c44;
}

.product-category-right-side .navBar {
    background-color: #e3f2fb;
    padding: 16px 10px;
}
.product-category-right-side .form-select {
    width: 250px;
    font-size: 16px;
    padding: 4px 3px;
    border-radius: 0px !important;
}
.product-category-right-side .form-select:focus {
    box-shadow: 0 0 0 0;
}

input[type="range"]::-webkit-slider-thumb {
    border: 1px solid black;
    border-radius: 0px;
    background-color: white;
}

/*---------------------
  Featured
-----------------------*/

.featured {
    padding-top: 80px;
    padding-bottom: 40px;
}

.featured__controls {
    text-align: center;
    margin-bottom: 50px;
}

.featured__controls ul li {
    list-style: none;
    font-size: 18px;
    color: #1c1c1c;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    cursor: pointer;
}

.featured__controls ul li.active:after {
    opacity: 1;
}

.featured__controls ul li:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #bd7c44;
    content: "";
    opacity: 0;
}

.featured__controls ul li:last-child {
    margin-right: 0;
}

.featured__item {
    margin-bottom: 50px;
}

.featured__item:hover .featured__item__pic .featured__item__pic__hover {
    bottom: 20px;
}

.featured__item__pic {
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
    background-position: center center;
}

.featured__item__pic__hover {
    position: absolute;
    left: 0;
    bottom: -58px;
    width: 100%;
    text-align: center;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.featured__item__pic__hover li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}

.featured__item__pic__hover li:last-child {
    margin-right: 0;
}

.featured__item__pic__hover li:hover a {
    background: #bd7c44;
    border-color: #bd7c44;
}

.featured__item__pic__hover li:hover a i {
    color: #ffffff;
    transform: rotate(360deg);
}

.featured__item__pic__hover li a {
    font-size: 16px;
    color: #1c1c1c;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ebebeb;
    background: #ffffff;
    display: block;
    border-radius: 50%;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.featured__item__pic__hover li a i {
    position: relative;
    transform: rotate(0);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.featured__item__text {
    text-align: center;
    padding-top: 15px;
}

.featured__item__text h6 {
    margin-bottom: 10px;
}

.featured__item__text h6 a {
    color: #252525;
}

.featured__item__text h5 {
    color: #252525;
    font-weight: 700;
}

/* Custom Css */
.order-card {
    border-radius: 0.6rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

.order-scrollable {
    height: 50vh;
    overflow-y: auto;
}
/* width */
::-webkit-scrollbar {
    width: 0.3rem;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #bd7c44;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ffc107;
}

.hover-color-white:hover {
    color: white !important;
}

.search-form-row {
    display: none;
}

.search-form-input {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__menu__language-btn {
    display: none;
}

.navbar__links {
    display: block;
}

.navbar__links__header-link {
    display: flex;
    align-items: center;
}

.shop__sort-by-search {
    display: flex;
    justify-content: end;
}

.cart__image {
    width: 150px;
    height: 150px;
}

/* MD screen */
@media (min-width: 768px) and (max-width: 992px) {
    .header__menu__language-btn {
        display: block;
    }

    .navbar__links__header-link {
        justify-content: space-between;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .logo-container {
        justify-content: space-between;
    }

    .navbar__links {
        display: none;
    }

    .ecommerce-header-link {
        margin-top: 20px !important;
    }

    .navbar__toggle {
        display: block !important;
    }

    .cart__image {
        width: 50px;
        height: 50px;
    }
}

/* Small and Md */
@media (max-width: 992px) {
    .cart__image {
        width: 80px;
        height: 80px;
    }

    .logo-image {
        width: 230px !important;
        transition: all ease-in-out 0.5s;
    }

    .search-form-row {
        display: block;
    }

    .header__menu {
        margin: 20px 0;
    }

    .shop__sort-by-search {
        display: flex;
        justify-content: start;
    }
}
