:root {
    --kfc-red: #e4002b;
    --kfc-black: #000000;
    --dark-gray: #1c1816;
}

body {
    background-color: var(--kfc-black);
    color: white;
}

.reorder-button {
    background-color: var(--kfc-red);
    color: white;
    border: none;
    padding: 12px;
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    display: block;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    margin: 40px 0;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 50%;
    height: 3px;
    background-color: var(--kfc-red);
}

.category-carousel {
    position: relative;
    padding: 0 50px;
    margin: 40px 0;
}

.category-item {
    background-color: #1e1e1e;
    border-radius: 50% 50% 0 50%;
    padding: 20px;
    text-align: center;
    margin: 0 15px;
    position: relative;
    width: 250px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 5%;
    margin-right: 5%;

}

.category-item img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    margin-bottom: 15px;
}

.category-name {
    color: white;
    font-size: 16px;
    margin-top: 10px;
    position: relative;
}

.category-name::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background-color: var(--kfc-red);
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    top: 20%;
    transform: translateY(-50%);
    background-color: var(--kfc-red);
    border-radius: 50%;
    opacity: 1;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
}
 /* card Prodcuts */
.menu-card {
	background-color: #1c1816;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
	margin-top: 15px;
	margin-bottom: 40px;
	padding: 15px 10px 35px 10px;
	position: relative;
	border-radius: 13px;
	border: none;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.menu-card:hover .card-img {
	transform: scale(1.07, 1.07);
	transition: all 0.3s;
}

.card-img {
	transition: all 0.3s;
	/* height: 230px; */
}

.tag-icon {
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.tag-overlay {
	position: absolute;
	top: 50%;
	right: 5%;
	transition: 0.3s ease;
	z-index: 1;
}

.menu-card .card-title {
	padding-top: 8px;
	font-weight: 600;
	font-family: var(--theam-font);
	white-space: nowrap;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.menu-card .card-text {
	line-height: 19px;
	font-size: 15px;
	font-weight: 300;
	font-family: var(--regular-font);
	max-height: 58px;
	min-height: 40px;
	overflow: hidden;
	/* padding-inline: 10px; */
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}

.price-label {
	/* display: flex;
  justify-content: space-between;
  align-items: center; */
	text-align: center;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	bottom: -35px;
}


.kfc-box {
    display: flex;
    gap: 7px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    z-index: 9;
}
.kfc-price {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	font-family: var(--theam-font);
}

.kfc-price .original-value {
	color: var(--theam-color);
}

.price-label button {
	border: none;
	padding: 0;
	font-size: 13px;
	white-space: nowrap;
	text-transform: uppercase;
	/* font-family: var(--regular-font) !important; */
}

.manu-img-item {
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.3s;
}

.Add-mobil {
	display: none;
}

.price-label button {
    border: none;
    font-size: 13px;
    padding: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.rgeister-btn:hover {
    background-color: #fff;
    border: 1px solid #ea002a;
  
    color: #ea002a !important;

    font-weight: 600;
}

.rgeister-btn span {
    font-family: National2Medium;
 
    padding: 8px 2px;
}

.rgeister-btn {
    align-items: center;
    background-color: #ea002a;
 
    border-radius: 6px;
    color: #fff !important;
    display: flex;
    font-weight: 600;
    margin: 0;
    padding: 8px 10px;
    text-decoration: none;
    transition: all .4s;
}

.ri-add-line:before {
    content: "\ea13";
}

.Add-mobil {
    display: none;
}

.wdp-ribbon {
    background-color: #ea002a !important;
  
    border-radius: .25em;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-weight: 800;
    height: 28px;
    line-height: 24px;
    padding: 2px 15px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: none;
    top: 80px;
    vertical-align: initial;
    white-space: nowrap;
    width: 80px;
}

.ri-heart-line:before {
    content: "\ee0f";
}

.kfc-box span {
   
    background-color:  #ea002a;
    border-radius: 0 0 1px 1px;
    height: 22px;
    width: 15px;
}
.best-seller-img {
    align-items: end;
    background-color: #1c1816;
  
    border-radius: 3px;
    display: flex;
    height: 370px;
    padding-bottom: 10px;
    position: relative;
}

.menu-card .card-text, .menu-card .card-title{

    webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.btn-item {
    background-color: initial;
    border: none;
    color: #e41837;
    float: right;
    font-size: 28px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
}

/* top cate */

.browse-container .slick-slide {
    padding-inline: 20px;
}

.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    display: none;
    float: left;
    height: 60% !important;
    /*min-height: 1px;*/
}

.browser-design:hover {
    margin-top: 13px;
}
.browser-design {
    align-items: center;
    background-color: #1c1816;
 
    border-radius: 50% 50% 3% 50%;
    cursor: pointer;
    display: flex
;
    height: 200px;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    transition: all .4s;
    width: 200px;
}
.brows-items {
    margin-top: 35px;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    top: 0;
    left: 0;
}
.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block;
}

.browser-design span {
    background-color: #000;

    border-radius: 50%;
    bottom: 5px;
    height: 17px;
    position: absolute;
    right: 5px;
    width: 17px;
}

.browse-container img {
    border-radius: 10px;
    margin: -40px auto 0;
    transition: all .3s;
    width: 180px;
}
.slick-slide img {
    display: block;
    height: 175px;
}

.details-design {
    color: #fff;
 
    /* font-family: National2ragular !important; */
  
    position: relative;
    text-align: center;
}
.details-design:before {
    border: 2px solid #ea002a;
   
    border-radius: 5px;
    bottom: -15px;
    content: "";
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 50px;
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.items-title {
    color: #fff;
   
    /* font-family: National2CondensedBold; */
   
    font-weight: 600;
    margin-top: 40px;
    position: relative;
    text-transform: uppercase;
}

.items-title span {
    background-color: #000;
 
    padding-right: 15px;
}
.items-title:before {
    background-color: #ea002a;

    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 60px;
    z-index: -1;
}

/* best seller */

.bestseller-container {
    border-radius: 10px 10px 0 10px;
    cursor: pointer;
    width: 290px;
}

.best-seller-img h6 {
    color: #fff;
   
    cursor: pointer;
    /* font-family: National2CondensedBold; */
  
    font-size: 26px;
    left: 18px;
    position: absolute;
    top: 16%;
    transform: translateY(-50%);
}

.best-seller {
    display: flex;
    gap: 20px;
    overflow-x: auto;
}

.kfc-basket h5 {
    color: #fff;
   
    font-size: 22px;
    margin-top: 15px;
}

.kfc-basket button {
    background-color: #ea002a;
  
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    padding: 10px 38px;
    text-transform: uppercase;
}
.kfc-basket {
    align-items: center;
    aspect-ratio: 566 / 350;
    background-color: #1c1816;
   
    border-radius: 10px;
    box-shadow: 0 34.5333px 103.6px -8.63333px #0000000f;
    display: flex;
    flex-basis: 47.8%;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 37rem;
    overflow: hidden;
    padding-bottom: 3rem;
    padding-top: 1rem;
    padding-inline: 10px;
    text-align: center;
}

/* cart */

.kfc-box-theme {
    display: flex;
    gap: 7px;
}

.items-container {
    align-items: center;
    box-shadow: 0 2px 8px 0 #63636333;
    display: flex
;
    gap: 10px;
    padding: 16px;
}
.item-container {
    width: 71px;
}

.item-text {
    color: #fff;
  
    /* font-family: National2CondensedBold; */
    /* font-family: var(--theam-font); */
    font-size: 16px;
    letter-spacing: .5px;
    margin-bottom: 0;
}

.gap-10 {
    gap: 10px;
}

.item-image {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.item-add {
    background-color: #1c1816;
    /* background-color: var(--second-color); */
    border-bottom: 2px solid #ea002a;
    /* border-bottom: 2px solid var(--theam); */
    border-radius: 7px 7px 0 0;
    display: flex;
    justify-content: space-between;
    padding: 0 20px 3px 15px;
}
.add-to-basket {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1rem;
}

.add-to-basket, .saefty-box {
    background-color: #1c1816;
    /* background-color: var(--second-color); */
}
.add-btn i, .cont-item {
    font-size: 20px;
    font-weight: 600;
}

.detail-btn {
    background-color: #ea002a !important;
    /* background-color: var(--theam) !important; */
    font-size: 14px !important;
    padding: 0 10px !important;
}

.kfc-box-theme span {
    background-color: #ea002a;
    /* background-color: var(--theam); */
    height: 20px;
    width: 13px;
}

.kfc-card-price {
    background: #e4002b;
    background: linear-gradient(257deg, #e4002b 42%, #ff4065 52%, #e4002b 64%);
    border-radius: 1rem 1rem 0 0;
    bottom: 25px;
    color: #fff;
    cursor: pointer;
    left: 6px;
    margin-inline: -1rem;
    max-width: none;
    padding: 17px 15px;
    position: absolute;
    width: 105%;
}

.kfc-card-price:before {
    border-left: 10px solid #960824;
    inset: auto 0 -10px auto;
}
.kfc-card-price:after, .kfc-card-price:before {
    border-bottom: 10px solid #0000;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}

.basket-conainet-sticky, .bucket-conainet-sticky {
    background-color: #1c1816;
    /* background-color: var(--second-color); */
    border-radius: 1rem 1rem 0 0;
    display: flex;
    flex-direction: column;
    padding: 0 0 5rem;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
}
.basket-conainet-sticky {
    height: calc(100vh - 10rem);
    top: 160px;
}

.add-btn i, .cont-item {
    font-size: 20px;
    font-weight: 600;
}

.color-white {
    color: #fff !important;
    /* color: var(--white) !important; */
}
.add-btn {
    min-width: 40px !important;
}

.ri-subtract-line:before {
    content: "\f1af";
}

.detail-btn i {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
}
.css-w0pj6f {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-radius: inherit;
}

li .active{
    background-color: #ea002a !important;
    /* background-color: var(--theam) !important; */
    color: #fff !important;
}

li .nav-link{
    background-color: #000;
    /* background-color: var(--theam) !important; */
    color: #ffffff !important;
}


/* cart page */

@media (min-width: 1440px) {
    .category-container-custom {
        padding: 0;
    }
}
.category-container-custom {
    padding: 0 clamp(3rem, calc(-7rem + 10vw), 7rem);
}
.mt-120 {
    margin-top: 120px;
}

.your-items {
    padding-top: 15px;
}

.cart-items {
    background-color: #000;
  
    border-radius: 4px;
    margin-top: 5px;
}

.items-container {
    align-items: center;
    box-shadow: 0 2px 8px 0 #63636333;
    display: flex;
    gap: 10px;
    padding: 16px;
}

.item-quantity, .item-quantity-kiosk {
    font-family: National2ragular;
   
    padding-block: 10px;
    padding-inline: 16px;
}
.item-quantity {
    color: #fff;
    /* color: var(--white); */
}

.your-items img {
    margin-right: 20px;
    width: 100px;
}
.item-container {
    width: 71px;
}

.back-btn {
    text-decoration: none;
    align-items: center;
    background-color: #000;
   
    border: 2px solid #ea002a;
    
    border-radius: 50%;
    color: #ea002a;
    /* color: var(--theam); */
    display: flex;
    font-size: 20px;
    font-weight: 800;
    height: 30px;
    justify-content: center;
    transition: all .3s;
    width: 30px;
}

.your-cart {
    background-color: #1c1816;
   
    border-radius: 5px;
    padding: 15px;
}

.order-summer-kfc, .suggestive-head-text {
    font-family: National2CondensedBold;
    /* font-family: var(--theam-font); */
}
.suggestive-head-text {
    color: #fff;
    /* color: var(--white); */
    font-size: 31px;
    margin-top: -10px;
}

.suggestive-items .card {
    background-color: #000;
    /* background-color: var(--black); */
    border: none;
    box-shadow: 0 2px 8px 0 #63636333;
    margin-bottom: 15px;
}
.card-contaier {
    min-width: 180px;
    width: 180px;
}

.suggestive-price {
    color: #fff;
    /* color: var(--white); */
    font-size: 16px;
    font-weight: 500;
}

.suggestive-items {
    display: flex;
    gap: 10px;
    margin: 15px 0 0;
    overflow: auto;
    width: 100%;
}

.fly-btn .rgeister-btn {
    align-items: center;
    background-color: #ea002a;
    /* background-color: var(--theam); */
    border: none;
    border-radius: 4px;
    color: #fff !important;
    display: flex;
    font-size: 10px;
    font-weight: 600;
    margin: 0;
    padding: 5px 6px 5px 3px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s;
}

.suggestive-title {
    -webkit-line-clamp: 1;
    color: #fff;
    /* color: var(--white); */
    display: -webkit-box;
    font-size: 14px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fly-btn .Add-mobil {
    display: none;
}

.suggestive-price {
    color: #fff;
    /* color: var(--white); */
    font-size: 16px;
    font-weight: 500;
}

.bucket-conainet-sticky {
    height: calc(100vh - 7.5rem);
    top: 120px;
}


.aboutus-title, .welcome-login h3 {
    color: #fff;
    color: var(--white);
    font-family: National2CondensedBold;
    font-family: var(--theam-font);
}
.welcome-login h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}

.detail-btn-back {
    left: 30px;
    position: absolute;
    top: 35px;
}

.field-style {
    background-color: #5a595930 !important;
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.category-container-custom {
    padding: 0 clamp(3rem, calc(-7rem + 10vw), 7rem);
}
.mt-120 {
    margin-top: 120px;
}

.login-guest {
    background-color: #1c1816;
    /* background-color: var(--second-color); */
    border-radius: 5px;
    padding-bottom: 30px;
}

.css-d6kfvk {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    background-color: rgba(0, 0, 0, 0.06);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-left: 12px;
    transition: background-color 200ms cubic-bezier(0, 0, 0.2, 1);
}