

@import url("../fonts/Inter/stylesheet.css");

:root {
    --rm-green: #F1AC17;
}

html, body {
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
}

body {
    position: relative;
    height: 100%;
}

* {
    box-sizing: border-box;
}

.container-fluid {padding: 0 20px !important}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-start {
    display: flex;
    align-items: center;
}

img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
}

.rp-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.btn-block {
    display: block;
    width: 100%;
}

/* Nav */
.rm-bottomnav {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 10px;
    z-index: 9999;
    box-shadow: 0 3px 20px rgba(0,0,0,0.1);
}

.rm-bottomnav .col {
    padding: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rm-bottomnav .link {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #444 !important;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    line-height: 60px;
}

.rm-bottomnav .link.mid {
    position: relative;
    top: -20px;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid #ccc;
    max-width: 64px;
    margin: auto;
    line-height: 50px !important;
    height: 50px;
    width: 50px;
}

.rm-bottomnav .link.active {
     background-color: black !important;
    /* color:white  */

}
.rm-bottomnav .link.active i {
    color:white !important
}

/* Page - First */
.rp-first-logo {
    text-align: center;
    margin: 40px 0;
}

.rp-first-logo img {
    max-height: 60px;
}

.rp-first-buttons {
    padding: 20px;
}

.rp-first-buttons .btn {
    margin-bottom: 15px;
}

.rp-img-delivery {
    max-height: 300px;
    display: block;
    margin: auto;
}

/* Auth */
.page-auth {
    padding: 40px 0;
}

.rp-auth-head {
    margin-bottom: 50px;
}

.rp-auth-head .title {
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 500;
    color: #000;
}

.rp-auth-head .text {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.8;
}

.text-already {
    font-weight: 400;
    display: block;
    margin: 20px 0 50px 0;
    text-align: center;
}

.rp-login-social .title {
    color: #6c757d;
    font-size: 13px;
}

.rp-login-social .head {
    margin-bottom: 10px;
}

.rp-login-social .head::after {
    content: "";
    width: 40%;
    background-color: #ccc;
    display: inline-block;
    height: 1px;
    margin-left: 7px;
    position: relative;
    top: -3px;
}

.rp-login-social ul li {
    display: inline-block;
    margin-right: 8px;
}

.rp-login-social ul li a {
    display: block;
    font-size: 20px;
    background-color: #f2f2f2;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
}

.rp-login-social ul .fa-google {color: #4285F4}
.rp-login-social ul .fa-twitter {color: #1DA1F2}
.rp-login-social ul .fa-instagram {color: #E1306C}

.rp-verification-inputs .col-2 {
    padding-right: 0;
}

.rp-verification-inputs .form-control {
    padding-left: 16px !important;
    padding-right: 4px !important;
    font-size: 20px;
}

.rp-verification-inputs .row {
    margin-right: -13px;
}

.col-half-offset {
    margin-left: 3.166666667%
}

/* Header */
.rp-page-header {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    position: fixed;
    top: 0px;
    left: 0;
    padding: 1rem 1rem 30px;
    width: 100vw;
    z-index: 1;
    background-image: linear-gradient(205deg, #f1cd21, #f27507);
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px calc(100% - 26px));
}

.rp-page-header .link {
    font-size: 20px;
    color: #fff !important;
    background-color: rgba(0,0,0,0.15);
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 100%;
}

.rp-page-header .logo {
    /* height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    border-radius: 10px; 
    padding: 0 5px; 
    max-width: 120px; */
}

.rp-page-header .logo img{
    height: 60px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    max-width: 120px;
}
.rp-page-header.home {
    padding-bottom: 80px;
}

.rp-home-header-nav {
    position: fixed;
    top: 50px;
    left: 20px;
    width: 100%;
    z-index: 99;
}

.rp-home-header-nav .nav-link {
    font-weight: 500;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(10px);
    padding: 14px 20px !important;
    height: auto !important;
    color: #000 !important;
}

.rp-home-header-nav.nav .nav-link.active {
    color: #fff !important;
    background-color: #333 !important;
}

.rp-home-header-nav.nav .nav-item:first-child .nav-link {
    padding: 14px 20px !important;
}

.rp-page-body {
    padding-top: 100px;
    padding-bottom: 100px;
}

.rp-page-body.home {
    padding-top: 140px;
}

/* Page Profile Settings */
.rp-page-name {
    font-weight: 700;
    margin-bottom: 20px;
}

.rp-profile-box {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    margin-bottom: 10px;
}

.rp-profile-box .left img {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 10px;
    border: 2px solid var(--rm-green);
}

.rp-profile-box .content span {
    font-weight: 500;
    display: block;
}

.rp-profile-box .content .name {
    font-weight: 600;
    font-size: 17px;
}

.rp-profile-box .content .desc {
    color: #6c757d;
    font-weight: 400;
}

.rp-profile-box .right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.rp-profile-box .right .fa-chevron-right {
    color: #6c757d;
    font-size: 12px;
}

.rp-profile-box.setting {
    padding-left: 0;
}

.rp-profile-box .icon {
    width: 45px;
    text-align: center;
}

.rp-profile-box .icon i {
    font-size: 15px;
}

.rp-profile-box.setting .name {
    font-weight: 500;
}

.rp-page-name-mini {
    margin: 15px 0;
    font-size: 20px;
}

/* Page Reviews */
.nav-reviews .nav-link {
    font-weight: 500;
    padding: 10px 14px !important;
    color: #333;
    font-size: 15px;
    border-radius: 6px !important;
}

.nav-reviews .nav-link.active {
    background-color: var(--rm-green) !important;
}

.rm-review-progress {
    margin-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 10px;
}

.progress-box {
    margin: 6px 0;
}

.progress-box .left {
    width: 30%;
}

.progress-box .progress {
    width: 70%;
    height: 0.4rem;
}

.progress-box .progress-bar {
    background-color: var(--rm-green) !important;
}

.progress-box .left span {
    font-size: 13px;
    color: #6c757d;
}

.rm-review-point {
    text-align: center;
    margin-bottom: 20px;
}

.rm-review-point .point {
    font-weight: 600;
    color: #15af67;
    font-size: 40px;
    margin-bottom: 5px;
}

.rm-review-stars .fa-star {
    color: var(--bs-warning);
}

.rm-review-point .text {
    color: #6c757d;
}

.rm-review {
    margin: 30px 0;
}

.rm-review .img-profile {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 10px;
}

.rm-review .user .name {
    font-weight: 500;
    font-size: 15px;
}

.rm-review .user .fa-star {
    font-size: 11px;
    margin-right: -1px;
}

.rm-review .user .rm-review-stars .number {
    font-weight: 600;
    margin-left: 5px;
    color: #15af67;
}

.rm-review .top .time {
    color: #6c757d;
}

.rm-review .top {
    margin-bottom: 10px;
}

.rm-review.mini {
    padding-left: 50px;
}

.rm-review.mini .img-profile {
    height: 30px;
    width: 30px;
}

.rm-review.mini .text {
    font-size: 13px;
    color: #6c757d;
}

.rp-product-box3.review .img img {
    width: 90px !important;
    height: 90px !important;
}

/* Category Box */
.rp-category-box {
    height: 157px;
    position: relative;
    border-radius: 10px;
    margin: 7px 0;
}

.rp-category-box img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.rp-category-box .content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.rp-category-box .content .name {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

/* Home */
.rp-home-bar {
    margin: 30px 0;
}

.rp-home-bar .menu {
    border: 1px solid #ccc;
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 17px;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: rgb(36, 35, 35) !important;
}

.rp-home-bar .notification {
    font-size: 22px;
    margin-right: 10px;
}

.rp-home-title {
    line-height: 1.6;
    font-weight: 600;
}

.rp-home-title img {
    width: 28px;
    height: 28px;
}

.rp-home-location {
    margin: 20px 0;
}

.rp-home-location .icon {
    display: inline-block;
    height: 45px;
    width: 45px;
    border: 1px solid #f1f1f1;
    border-radius: 17px;
    text-align: center;
    line-height: 43px;
    color: rgb(118, 116, 116);
    font-size: 17px;
    margin-right: 15px;
}

.rp-home-location .content span {
    display: block;
    color: var(--bs-dark);
    font-weight: 500;
}

.rp-home-nav.nav {
    display: -webkit-box !important;
    flex-wrap: unset !important;
    overflow-x: scroll;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.rp-home-nav::-webkit-scrollbar {
    display: none;
}  

.rp-home-nav .nav-item:first-child {
    margin-left: 20px;
}

.rp-home-nav .nav-item:first-child .nav-link {
    padding: 7px 14px !important;
}

.rp-home-nav .nav-link img {
    height: 24px;
    width: 24px;
    border-radius: 4px;
    display: inline;
    margin-right: 3px;
}

.rp-home-nav .nav-item {
    margin-right: 10px;
}

.rp-home-nav .nav-link {
    background-color: #f9f9f9;
    color: rgb(112, 112, 112);
    height: 38px;
    border-radius: 8px !important;
    padding: 7px;
}

.rp-home-nav .nav-link.active {
    background-color: var(--rm-green) !important;
}

.rp-nav-img .nav-link {
    padding: 0 !important;
    height: 70px !important;
    background-position: center !important;
    background-size: cover !important;
}

.rp-nav-img .alt {
    padding: 5px 40px;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    border-radius: 8px;
    color: #fff;
    position: relative;
    line-height: 60px;
}

.rp-nav-img .nav-item:first-child .nav-link {
    padding: 5px 20px !important;
}

.rp-nav-img .active .alt {
    background-color: rgba(0,0,0,0.8);
}

.rp-see-all {
    margin-bottom: 12px;
}

.rp-see-all .title {
    font-size: 18px;
    margin-bottom: 0;
}

.rp-see-all .link {
    font-weight: 500;
}

/* Product Box New */
.rp-product-box3 {
    background-color: #fff;
    border-radius: 10px;
    margin: 12px 0;
}

.rp-product-box3 .img {
    margin-right: 15px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    border-radius: 10px;
}

.rp-product-box3 .img img {
    border-radius: 10px;
    width: 120px;
    height: 120px;
    display: block;
    max-width: 120px !important;
    object-fit: cover;
}

.rp-product-box3 .content .name {
    font-size: 15px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    overflow: hidden;
}

.rp-product-box3 .content p {
    font-size: 12px;
    color: #6c757d;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    overflow: hidden;
    margin-bottom: 5px;
}

.rp-product-box3 .content .price {
    font-weight: 500;
    font-size: 20px;
    color: var(--rm-green);
}

/* Product Box */
.rp-product-box {
    background-color: #F4F4F6;
    padding: 10px;
    border-radius: 15px;
    margin: 10px 0;
    text-align: center;
}

.rp-product-box .img {
    margin-bottom: 5px;
    height: 90px;
}

.rp-product-box .img img {
    max-height: 100%;
}

.rp-product-box .name {
    font-size: 17px;
    font-weight: 600;
}

.rp-product-box span.price {
    color: #6c757d;
    font-size: 15px;
    margin-right: 10px;
}

.rp-product-box span.price-badge {
    font-size: 15px;
    background-color: var(--rm-green);
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px;
}

/* Page */
.rp-page-head {
    margin: 20px 0 50px 0;
}

.rp-page-head .back {
    background-color: #EDEDED;
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #000 !important;
    border-radius: 100%;
    position: absolute;
}

.rp-page-head .heart {
    background-color: #EDEDED;
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #000 !important;
    border-radius: 100%;
    position: absolute;
    right: 20px;
    top: 0;
}

.rp-page-head .heart.active {
    color: var(--rm-green) !important;
}

.rp-page-head .title {
    text-align: center;
    margin-bottom: 0;
    position: relative;
    top: 10px;
    font-size: 18px;
    font-weight: 600;
}

/* Page - My Cart */
.rp-cart-item {
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}

.rp-cart-item .img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rp-cart-item .name {
    font-size: 18px;
}

.rp-cart-item .option {
    color: #6c757d;
}

.rp-cart-item .note {
    margin-top: 5px;
}

.rp-cart-item .note .option {
    color: var(--bs-danger);
}

.rp-cart-item .right {
    width: 85%;
}

.rp-cart-item .number-input {
    margin-bottom: 5px;
}

.rp-cart-item .number-input .quantity {
    height: 1.7rem;
    font-size: 16px;
    width: 30px;
    padding-left: 0;
    padding-right: 0;
}

.rp-cart-item .number-input button {
    height: 1.7rem;
    width: 1.7rem;
}

.rp-cart-item .number-input button::after, .rp-cart-item .number-input button::before {
    width: 0.6rem;
}

.rp-cart-item .price {
    color: var(--rm-green);
    display: block;
}

.rp-action-cart .table {
    margin-bottom: -20px;
}

.rp-action-cart .table td {
    font-size: 17px;
    border: 0 !important;
    padding: 7px 14px;
    background-color: #f6f6f6;
    color: rgb(136, 132, 132);
}

.rp-action-cart .table tr {
    border-bottom: 0;
}

.rp-action-cart .table tr:first-child td:first-child {
    border-top-left-radius: 15px;
    padding-top: 15px;
}

.rp-action-cart .table tr:first-child td:last-child {
    border-top-right-radius: 15px;
    padding-top: 15px;
}

.rp-action-cart .table td:last-child {
    text-align: right;
}

.rp-action-cart .table tr:last-child td {
    padding-bottom: 30px;
}

.rp-action-margin-cart {
    margin-top: 230px;
}

/* Page - Details */
.rp-detail-head {
    position: absolute;
    
    width: calc(100%-20px);
    z-index: 9999;
}

.rp-detail-head .title {
    margin-left: -17px;
}

.rp-detail-img {
    margin: 0 -20px;
    background-color: #F6F6F6;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    height: 400px;
}

.rp-detail-img .item {
    height: 400px;
}

.rp-detail-img .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.rp-detail-img .owl-dots {
    position: relative;
    top: -60px;
}

.rp-detail-mini {
    margin: 20px 0;
}

.rp-detail-mini .stars {
    background-color: black;
    padding: 2px 8px;
    color: #fff;
    border-radius: 6px;
}

.rp-detail-mini .stars i {
    font-size: 10px;
    position: relative;
    top: -2px;
    margin-right: 3px;
}

.rp-detail-mini .shipping {
    width: 110px;
    display: block;
}

.rp-detail-mini span {
    color: #000;
}

.rp-detail-mini span i {
    font-size: 12px;
    margin-right: 4px;
}

.rp-detail-number {
    text-align: center;
    margin-bottom: -20px;
}

.rp-detail-number .number-input {
    position: relative;
    top: -20px;
    z-index: 99;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
  
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
  
.number-input {
    border: 1px solid #ddd;
    display: inline-flex;
    border-radius: 50px;
    background-color: #f6f6f6;
}
  
.number-input,
.number-input * {
    box-sizing: border-box;
}
  
.number-input button {
    outline:none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    margin: 0;
    position: relative;
}
  
.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
    background-color: var(--rm-green);
}

.number-input button.plus:before {
    background-color: var(--rm-green);
}

.number-input input[type=number] {
    max-width: 3.4rem;
    padding: .5rem;
    border: solid #ddd;
    color: var(--main);
    border-width: 0 1px;
    font-size: 1.4rem;
    height: 3rem;
    font-weight: 500;
    text-align: center;
}

.rp-detail-info {
    margin: 10px 0;
}

.rp-detail-info .name {
    font-size: 18px;
}

.rp-detail-info .text {
    line-height: 1.6;
    color: #6c757d;
}

.rp-details .rp-page-head a {
    background-color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.rp-detail-brand {
    margin: 20px 0;
}

.rp-detail-brand .icon {
    height: 50px;
    width: 50px;
    background-color: #f6f6f6;
    border-radius: 8px;
    line-height: 50px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.rp-detail-brand .icon img {
    max-height: 100%;
}

.rp-detail-brand .content span {
    display: block;
}

.rp-detail-brand .content .name {
    font-weight: 600;
}

.rp-detail-brand .content .desc {
    color: #6c757d;
}

.rp-detail-brand .stars .fa-star {
    color: var(--bs-warning);
    font-size: 10px;
}

.rp-detail-brand .stars .fa-star.gray {
    opacity: 0.5;
}

.action-margin {
    margin-top: 100px;   
}

.rp-action {
    padding: 20px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}

.rp-action-details .left span {
    display: block;
    font-weight: 500;
}

.rp-action-details .left .price {
    font-size: 16px;
    color: var(--rm-green);
}

.rp-action .btn-resto {
    font-weight: 500 !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

/* Page - Checkout */
.rp-checkout-location {
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px;
    position: relative;
    margin-bottom: 40px;
}

.rp-checkout-location .icon {
    border: 0;
    font-size: 24px;
}

.rp-checkout-location .fa-chevron-right {
    position: absolute;
    right: 15px;
    color: #000;
}

.rp-checkout-buttons {
    display: block !important;
}

.rp-checkout-buttons .btn {
    height: 50px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px !important;
    text-align: left;
    font-weight: 500 !important;
}

.rp-checkout-buttons .btn .img {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
}

.rp-checkout-buttons .btn .img img {
    max-height: 100%;
}

/* Product Modal */
.rp-product-modal {
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;

}

.rp-product-modal .back {
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}

.rp-product-modal .img {
    position: relative;
    bottom: -70px;
    width: 200px;
    z-index: 3;
}

.rp-product-modal .content {
    background-color: #fff;
    padding: 80px 30px 30px 30px;
    z-index: 2;
    position: relative;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;

}

.rp-product-modal .info {
    margin-bottom: 20px;
}

.rp-product-modal .info .name {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
}

.rp-product-modal .info .price {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-left: 10px;
}

.rp-product-modal .option {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.rp-product-modal .option .title {
    display: block;
    font-weight: 500;
}

.rp-product-modal .option .btn-outline-primary {
    margin-left: 5px !important;
    font-weight: 500 !important;
    padding: 10px !important;
}

.rp-product-modal .option .form-select {
    width: 160px;
    font-weight: 500;
    height: 40px;
}

.rp-product-modal .number-input {
    border-radius: 8px;
}

.rp-product-modal .number-input .quantity {
    height: 38px;
    font-size: 16px;
    width: 50px;
    padding-left: 0;
    padding-right: 0;
}

.rp-product-modal .number-input button {
    height: 38px;
    width: 38px;
}

.rp-product-modal .number-input button::after, .rp-product-modal .number-input button::before {
    width: 0.6rem;
}

.rp-product-modal .btn-green {
    font-weight: 500 !important;
}

.btn-outline-primary {
    border-color: rgba(0,0,0,0.15) !important;
    color: var(--bs-dark) !important;
}

.btn-check:checked+.btn-outline-primary {
    background-color: var(--rm-green) !important;
    color: #fff !important;
    border-color: var(--rm-green) !important;
}

.btn-green {
    background-color: var(--rm-green) !important;
    color: #fff !important;
}

/* Product Box Vertical */
.rp-product-box-vertical {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 10px 0;
    border-radius: 15px;
}

.rp-product-box-vertical .img {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    height: 140px;
}

.rp-product-box-vertical .content .name {
    color: #000;
    font-weight: 600;
}

.rp-product-box-vertical .content .text {
    color: #6c757d;
}

.rp-product-box-vertical .alt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rp-product-box-vertical .alt .price {
    border: 1px solid #ccc;
    padding: 5px 8px;
    font-weight: 600;
    display: block;
    border-radius: 15px;
}

.rp-product-box-vertical .alt .btn {
    font-weight: 500 !important;
    font-size: 13px !important;
    padding: 8px 14px !important;
}

/* Product Box Horizontal */
.rp-product-box-horizontal {
    background-color: #f9f9f9;
    border-radius: 15px;
    margin: 10px 0;
    padding: 15px;
}

.rp-product-box-horizontal .img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rp-product-box-horizontal .content .name {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.rp-product-box-horizontal .content span {
    display: block;
}

.rp-product-box-horizontal .content .price {
    font-size: 15px;
    font-weight: 500;
}

.rp-product-box-horizontal .content .extra {
    color: #6c757d;
}

/* Page - Search */
.rp-search {
    position: relative;
    margin-bottom: 30px;
}

.rp-search .fa-search {
    position: absolute;
    top: 16px;
    left: 15px;
    color: #8c99a4;
}

.rp-search .form-control {
    padding-left: 10px !important;
    background-color: #F6F6F6;
    border-color: #F6F6F6 !important;
}

/* Product Box 2 */
.rp-product-box2 {
    background-color: #F6F6F6;
    border-radius: 10px;
    padding: 10px;
    margin: 15px 0;
}

.rp-product-box2 .img {
    width: 90px;
    margin-right: 15px;
}

.rp-product-box2 .title {
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
}

.rp-product-box2 .text {
    color: #6c757d;
    margin-bottom: 5px;
}

.rp-product-box2 .price {
    font-weight: 600;
    font-size: 18px;
}

/* Product Info */
.rp-product-info {
    background-position: center;
    background-size: cover;
    margin: 30px 0;
    height: 140px;
    border-radius: 10px;
}

.rp-product-info .alt {
    height: 100%;
    padding: 15px 20px;
    position: relative;
    background-color: rgba(0,0,0,0.3);
    border-radius: 10px;
}

.rp-product-info .text {
    position: absolute;
    bottom: 15px;
    color: #fff;
    font-weight: 300;
}

/* Page General */
.rp-ph-general {
    height: 120px;
}
.rp-general-logo img{
    border-radius: 20px;
}
.rp-general-logo {
    height: 160px;
    width: 160px;
    text-align: center;
    margin: auto;
    box-shadow: 0px 13px 26px 0px rgba(0,0,0,0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
    background-color: #fff;
    /* margin-top: auto; */
    margin-top: 20px;
    /* padding: 10px; */
    margin-bottom: 20px;
}

.powered-text {
    text-align: center;
    display: block;
    padding: 20px 0;
    font-weight: 600;
}

.powered-text img {
    max-height: 42px;
}

.rp-general-buttons .btn {
    color: #fff ;
    font-weight: 500 !important;
    margin: 6px 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.rp-info-general .head {
    margin-bottom: 60px;
}

.rp-general-title {
    font-weight: 700;
}

.rp-general-text {
    font-weight: 500;
}

@media (max-height: 600px) {
    .rp-ph-general {
        height: 80px;
    }
    .rp-general-logo {
        height: 140px;
        width: 140px;
        margin-top: -60px;
    }
}

/* General */
.link-unstyled {
    text-decoration: none;
}

a {
    color: black ;
    text-decoration: none !important;
}

.btn-resto {
    color: #fff !important;
    /* background-color: #2AC066 !important; */
    /* background: linear-gradient(to bottom right, #f1cd21, #d9863d); */
    background: linear-gradient(to bottom right, black, grey);
    border: 0 !important;
}

.btn {
    font-size: 14px !important;
    border-radius: 10px !important;
    padding: 12px !important;
    font-weight: 500 !important;
}

.form-control {
    border: 1px solid #D5D5D5 !important;
    padding: 12px 20px !important;
    border-radius: 10px !important;
}

.label-inline {
    position: absolute;
    top: -12px;
    left: 20px;
    color: #6c757d;
    background-color: #fff;
    padding: 2px;
}

form .group {
    position: relative;
    margin-bottom: 30px;
}

.text-green {
    color: var(--rm-green) !important;
}

.btn:focus, .form-control:focus, a:focus, button:focus, .form-select:focus, label:focus {
    box-shadow: none !important;
    outline: none !important;
}

.form-check {
    margin-bottom: 8px !important;
}

.form-check-input {
    height: 1.5em !important;
    width: 1.5em !important;
    margin-right: 5px;
}

.form-check-label {
     text-transform: uppercase;
    position: relative;
    top: 2px;
    font-size: 16px;
}

.form-check-input:checked {
    background-color: var(--rm-green) !important;
    border-color: var(--rm-green) !important;
}

.rp-detail-check {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 15px;
}

.rp-input-file, .rp-input-text {
    border: 2px dotted #D5D5D5 !important;
    border-radius: 15px !important;
    position: relative;
}
/* yeni kodlar - 07/08/2022 */
.btn:focus, .form-control:focus, a:focus, button:focus, .form-select:focus, label:focus {
    box-shadow: none !important;
    outline: none !important;
}

.form-check {
    margin-bottom: 8px !important;
}

.form-check-input {
    height: 1.5em !important;
    width: 1.5em !important;
    margin-right: 5px;
}

.form-check-label {
    position: relative;
    top: 2px;
    font-size: 16px;
}

.form-check-input:checked {
    background-color: var(--rm-green) !important;
    border-color: var(--rm-green) !important;
}

.rp-detail-check {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 15px;
}

.rp-input-file, .rp-input-text {
    border: 2px dotted #D5D5D5 !important;
    border-radius: 15px !important;
    position: relative;
}

.form-control, .form-select, .form-check-input {
    border: 2px solid #ddd !important;
}

.form-control, .form-select {
    border-radius: 8px !important;
}

.form-check-input[type=checkbox] {
    border-radius: 100% !important;
}

.form-check-input:focus {
    box-shadow: none !important;
    border-color: var(--rm-green) !important;
}

.form-check .form-check-label {
    font-size: 14px !important;
    top: 4px;
}

.form-check {
    margin-bottom: 10px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

 .content-btn {
    background-color: #fff;
    position: fixed;
    z-index: 3;
    box-shadow: 0px -4px 6px rgb(0,0,0,0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.rp-product-modal .number-input, .rp-product-modal .number-input button {
    height: 47px;
}

.rp-product-modal .number-input .quantity {
    height: 45px;
}

.rp-product-modal .content-btn .btn {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.btn {
    border-radius: 8px !important;
}

.rp-product-modal .number-input button::after, .rp-product-modal .number-input button::before {
    width: 1rem;
    top: 22px;
}

.rp-product-modal .content {
    padding-bottom: 20px !important;
}

.rp-product-modal .info .price {
    white-space: nowrap;
}

.rm-bottom-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 2;
    box-shadow: 0px -4px 6px rgb(0,0,0,0.05);
    background-color: #fff;
    padding: 14px 20px;
}

.rm-bottom-cart .btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.rm-bottom-cart .btn .name span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.rm-bottom-cart .btn .number {
    border: 1px solid #fff;
    min-width: 23px;
    display: block;
    border-radius: 30px;
}

.rp-head-shop {
    margin-bottom: 30px;
}

.rp-page-head .title-cart {
    top: 4px;
}

.rp-page-head .shop-name {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.rp-cart-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
}

.rp-cart-steps::before {
    content: "";
    display: block;
    width: calc(100% + 40px);
    height: 3px;
    background-color: #dbdcdd;
    position: absolute;
    top: 11px;
    left: -20px;
}

.rp-cart-steps .step {
    text-align: center;
    position: relative;
    z-index: 1;
}

.rp-cart-steps .step .number {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: var(--rm-green);
    border-radius: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    margin: auto;
}

.rp-cart-steps .step .name {
    font-size: 12px;
    font-weight: 600;
    color: #6c757d;
}

.rp-cart-steps.active2::before {
    background: linear-gradient(to right, var(--rm-green) 50%, #dbdcdd 50%);
}

.rp-cart-steps.active2 .step:nth-child(3) .number {
    background-color: #dbdcdd;
}
.rp-cart-steps.active3::before {
    background: linear-gradient(to right, var(--rm-green) 60%, #dbdcdd 50%);
}

.rp-cart-steps.active3 .step:nth-child(4) .number {
    background-color: #dbdcdd;
}
.rp-cart-steps.active4::before {
    background: var(--rm-green);
}

.rp-cart-time {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.12);
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
}

.rp-cart-time .img {
    margin-right: 15px;
}

.rp-cart-time span {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.rp-cart-time .title {
    font-size: 18px;
}

.rp-cart-item2 {
    display: flex;
    border-bottom: 1px solid #efefef;
    padding: 15px 0;
}

.rp-cart-item2 .content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rp-cart-item2 .number-input {
    flex-direction: column;
    height: 100%;
    width: 35px;
    margin-right: 10px;
}

.rp-cart-item2 .number-input button {
    width: 35px;
    height: 30px;
    min-height: 30px;
}

.rp-cart-item2 .number-input button:before, .number-input button:after {
    width: 0.7rem;
}

.rp-cart-item2 .number-input input[type=number] {
    font-size: 14px;
    border: 0 !important;
    height: 30px;
}

.rp-cart-item2 .img {
    min-width: 60px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.rp-cart-item2 .img img {
    border-radius: 8px;
}

.rp-cart-item2 .info {
    display: flex;
    align-items: center;
}

.rp-cart-item2 .item-name {
    font-size: 16px;
    display: block;
    color: var(--rm-green);
}

.rp-cart-item2 .item-desc {
    color: #6c757d;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.rp-cart-item2 .item-price {
    white-space: nowrap;
    font-size: 17px;
    margin-left: 5px;
}

.rp-action-cart {
    box-shadow: 0px -4px 6px rgb(0,0,0,0.05);
}

.rp-action-cart .price-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.rp-action-cart .price-info span {
    color: var(--bs-dark);
    font-weight: 600;
    font-size: 17px;
}

.rp-action-margin-cart {
    margin-top: 120px !important;
}

.rp-home-header-nav .rp-category-box {
    width: 100px;
    min-width: 100px;
    height: 100px;
}

.rp-category-box .content {
    transition: 0.2s;
}

.rp-home-header-nav .rp-category-box .content {
    background-color: rgba(255, 255, 255, 0.3);
}

.rp-home-header-nav .active .rp-category-box .content {
    background-color: rgba(0, 0, 0, 0.3);
}

.rp-home-nav.nav {
    margin-top: 30px !important;
}

.form-control:hover, .form-control:focus {
    border-color: var(--rm-green) !important;
}

.rp-lang-button {
    display: grid;
    grid-template-columns: auto 100px;
}

.rp-lang-button .btn-1 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rp-lang-button .dropdown .btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: #0a0b0c;
    border-color: #0a0b0c !important;
    width: 100%;
    white-space: normal;
}

.rp-lp-logo {
    background-color: #fff;
    height: 100px;
    width: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: fixed;
    top: 0;
    left: 20px;
    z-index: 4;
    box-shadow: 0 3px 6px rgba(0,0,0,0.05);
}

.rp-lp-banner {
    background-image: linear-gradient(to bottom right, #f1cd21, #f27507);
    padding: 120px 0 30px 0;
    position: relative;
    z-index: 3;
}

.rp-lp-banner .item {
    padding: 30px 0 10px 0;
}

.rp-lp-banner::after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-image: url("../img/paper-effect.png");
    position: absolute;
    bottom: 0;
    left: 0;
}

.rp-lp-banner .title {
    font-weight: 700;
    color: #fff;
    font-size: 100px;
    line-height: 90px;
}

.rp-lp-banner .subtitle {
    font-weight: 500;
    color: #fff;
    font-size: 60px;
    margin-bottom: 30px;
}

@media (max-width: 1366px) {
    .rp-lp-banner .title {
        font-size: 60px;
        line-height: 50px;
    }
    .rp-lp-banner .subtitle {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .rp-lp-banner .title {
        font-size: 40px;
        line-height: 35px;
    }
    .rp-lp-banner .subtitle {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .rp-lp-banner .title {
        font-size: 24px;
        line-height: 20px;
    }
    .rp-lp-banner .subtitle {
        font-size: 16px;
    }
}

.rp-animated-area {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.rp-animated-area img {
    position: absolute;
    top: 0;
    left: 0;
}

.rp-animated-area .img1 {
    z-index: 3;
    -webkit-animation: slide-top 2.5s infinite alternate both;
	        animation: slide-top 2.5s infinite alternate both;
}

.container {
    padding: 0 20px !important;
}

@-webkit-keyframes slide-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
}
@keyframes slide-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
}

.rp-animated-area .img2 {
    z-index: 2;
    -webkit-animation: slide-top-bottom 2.5s infinite alternate both;
	        animation: slide-top-bottom 2.5s infinite alternate both;
    top: 20%;
}

@-webkit-keyframes slide-top-bottom {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-60px);
              transform: translateY(-60px);
    }
}
@keyframes slide-top-bottom {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-60px);
              transform: translateY(-60px);
    }
}

.rp-animated-area .img3 {
    z-index: 1;
    -webkit-animation: slide-top-bottom2 2.5s infinite alternate both;
	        animation: slide-top-bottom2 2.5s infinite alternate both;
    top:50%;
}

@-webkit-keyframes slide-top-bottom2 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px);
    }
}
@keyframes slide-top-bottom2 {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px);
    }
}

.rp-lp-banner .buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 5px;
}

.rp-lp-banner .buttons a {
    padding-left: 3px !important;
    padding-right: 3px !important;
    color: #fff !important;
}

.rp-fixed-left {
    position: fixed;
    left: 0;
    top: 300px;
    z-index: 3;
    pointer-events: none;
}

.rp-lp-feature {
    padding: 40px 0;
}

.rp-lp-feature .title {
    font-weight: 800 !important;
    font-size: 27px;
}

.rp-lp-feature p {
    font-weight: 500;
    color: #6c757d;
    font-size: 15px;
}

.rp-lp-feature .img {
    margin-top: 10px;
}

.rp-lp-section .section-title {
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}

.rp-lp-section {
    padding: 10px 0 40px 0;
}

#favori-urunler .item {
    padding: 20px 0;
}

.rp-lp-product {
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 25px 15px;
    background-color: #fff;
    text-align: center;
    transition: 0.2s;
}

.rp-lp-product .name {
    font-weight: 600;
}

.rp-lp-product .price {
    font-weight: 700;
    font-size: 30px;
    display: block;
    color: #ed2323;
}

.rp-lp-product .button {
    border: 1px solid #efefef;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    display: block;
    font-weight: 500;
    transition: 0.2s;
}

.rp-lp-product img {
    transition: 0.3s;
    width: auto !important;
}

.rp-lp-product .img {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rp-lp-product:hover {
    background-color: #ff2222;
    transform: translateY(-10px);
}

.rp-lp-product:focus .img img, .rp-lp-product:hover .img img {
    transform: scale(1.3) translateY(20px);
}

.rp-lp-product:hover .name, .rp-lp-product:hover .price, .rp-lp-product:hover .desc {
    color: #fff !important;
}

.rp-lp-product:hover .button {
    background-color: #fff;
    transform: scale(0.9);
}

.rp-lp-motor {
    background-color: rgb(241, 172, 23, 0.15);
    padding: 20px 0;
}

.rp-lp-motor .content {
    padding: 10px 0;
}

.rp-lp-motor .subtitle {
    font-weight: 600;
    color: #ff2222;
}

.rp-lp-motor .title {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 10px;
}

.rp-lp-motor p {
    font-size: 17px;
}

.rp-lp-motor .button {
    background-color: #ff2222;
    color: #fff !important;
    padding: 12px 18px;
    border-radius: 40px;
    font-weight: 500;
    display: inline-block;
}

.delivery-area {
    overflow: hidden;
    height: 100px;
}

.delivery-area img {
    animation: car 3s linear infinite;
    position: absolute;
    left: -50px;
}

@keyframes car {
    0% {left: -20px;}
    10% {left: 10%;}
    20% {left: 20%;}
    30% {left: 30%;}
    40% {left: 40%;}
    50% {left: 50%;}
    60% {left: 60%;}
    70% {left: 70%;}
    80% {left: 80%;}
    90% {left: 90%;}
    100% {left: 100%;}
}

.rp-lp-video {
    background-attachment: fixed;
    height: 350px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rp-lp-video .center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80%;
}

.rp-lp-video .center .title {
    color: #fff;
    font-weight: 700;
    text-shadow: 0 3px 6px rgba(0,0,0,0.1);
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.rp-lp-video .button {
    background-color: #ff2222;
    height: 60px;
    width: 60px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 18px;
    box-shadow: 0 3px 6px #ff2222;
    border: 0 !important;
}

.video-100 {
    position: relative;
    width: 100%;
    left: 0;
    height: 0;
    padding-bottom: 56.25%;
}

.video-100 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.modalvideo .modal-content {
    background-color: transparent !important;
    border: 0 !important;
}

.rp-lp-form {
    background-color: #111;
    color: #fff;
    padding: 30px 0;
}

.rp-lp-form .title {
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: uppercase;
}

.rp-lp-form .title::after {
    content: "";
    display: block;
    width: 70px;
    background-color: #ff2222;
    height: 3px;
    margin: 10px auto;
}

.btn-red {
    background-color: #ff2222 !important;
    color: #fff !important;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(207px, 1fr));
}

.gallery-grid .img {
    padding-bottom: 100%;
    position: relative;
}

.gallery-grid .img img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.rp-lp-footer {
    background-color: #3e3b50;
    padding: 20px 0;
    color: #fff;
    text-align: center;
}

.rp-lp-footer .phone {
    font-weight: 700;
    font-size: 30px;
    display: block;
}

.rp-lp-footer .mail {
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}

.rp-lp-footer .address {
    display: block;
    margin-bottom: 20px;
}

.rp-lp-footer .social li {
    display: inline-block;
}

.rp-lp-footer .social a {
    display: block;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff !important;
    margin: 0 4px;
}

.rp-lp-footer .social .fb {
    background-color: #4267B2;
}

.rp-lp-footer .social .in {
    background-color: #0077b5;
}

.rp-lp-footer .social .tw {
    background-color: #1DA1F2;
}

.rp-lp-footer .social .ig {
    background-color: #E1306C;
}

.rp-lp-footer .logo {
    position: relative;
    top: -30px;
}

.rp-floating {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 5;
}

.rp-floating .button1 {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: #15af67;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 20px;
    margin-top: 20px;
    transition: 0.3s;
}

.rp-floating .button1:hover {
    background-color: #1fd580;
}

.rp-floating .content {
    position: relative;
    display: flex;
    flex-direction: column;
}

.rp-floating .button {
    background-color: var(--rm-green);
    color: #fff !important;
    padding: 15px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 17px;
    transition: 0.2s;
}

.rp-floating .button i {
    margin-right: 5px;
}

.rp-floating .button:hover {
    transform: translateX(-7px);
}

.owl-carousel .owl-item img {
    width: auto !important;
}

.d-mobile {
    display: none !important;
}

.d-desktop {
    display: grid !important;
}

@media (min-width: 992px) {
    .d-mobile {
        display: grid !important;
    }
    .d-desktop {
        display: none !important;
    }
}

.rp-lp-banner .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.rp-lp-banner .owl-nav .owl-prev {
    left: 15px;
    color: #fff;
    font-size: 30px;
}

.rp-lp-banner .owl-nav button span {
    color: #fff;
    font-size: 40px;
}

.rp-lp-banner .owl-nav .owl-next {
    right: 15px;
}

.rp-lp-six {
    background-color: #222;
    color: #fff;
    padding: 60px 0;
}

.rp-lp-six .section-title {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

.rp-lp-six .feature {
    margin: 50px 0;
}

.rp-lp-six .feature .title {
    font-size: 35px;
}

.rp-lp-six .feature p {
    opacity: 0.8;
    font-weight: 300;
}

@media (max-width: 576px) {
    .rp-lp-six .feature .title {
        font-size: 24px;
    }
    .rp-lp-six .section-title {
        margin-bottom: 20px;
    }
    .rp-lp-six .feature {
        margin: 20px 0;
    }
    .rp-lp-six .section-title {
        font-size: 30px;
    }
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* About Page */
.rp-about-page {
    padding: 120px 0 60px 0;
}

.rp-about-page .page-name {
    font-size: 26px;
    font-weight: 300;
    color: #ed2323;
    position: relative;
    display: flex;
    align-items: center;
}

.rp-about-page .page-name::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #ed2323;
    margin-right: 10px;
}

.rp-about-page .content {
    padding-right: 50px;
}

.rp-about-page .content h2 {
    font-weight: 600;
    margin-bottom: 20px;
}

.rp-about-page .content p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 30px;
}

.rp-about-page .info-box {
    margin-bottom: 30px;
}

.rp-about-page .info-box .title {
    font-weight: 600;
    font-size: 15px;
    color: #2AC066;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.rp-about-page .info-box p {
    color: #787878;
    font-size: 13px;
    line-height: 22px;
}

@media (max-width: 768px) {
    .rp-about-page .content p {
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .rp-about-page .content {
        padding: 0;
    }
    .rp-about-page .page-name {
        margin-bottom: 20px;
    }
}

/* Reservation */
.body-reservation, html {
    height: 100%;
    width: 100%;
}

.rp-reservation-area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.rp-reservation {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    width: 900px;
}

.rp-reservation .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.rp-full-calendar {
    background-color: #000;
    padding: 40px 20px;
    text-align: center;
    color: #fff;
    height: 620px;
}

.rp-full-calendar .logo {
    background-color: #fff;
    border: 2px solid #ccc;
    height: 85px;
    width: 85px;
    border-radius: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.rp-full-calendar .shop-name {
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0 30px 0;
}

.rp-full-calendar .month-picker {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.rp-full-calendar .month-picker .icon {
    font-size: 12px;
    margin: 0 10px;
}

.rp-full-calendar .month-picker .name {
    font-size: 19px;
    font-weight: 600;
}

.rp-full-calendar .day-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 20px;
    column-gap: 10px;
}

.rp-full-calendar .day-list span {
    font-weight: 500;
}

.rp-full-calendar .day-picker {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
}

.rp-full-calendar .day-picker span {
    padding-bottom: 100%;
    position: relative;
}

.rp-full-calendar .day-picker span a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    border-radius: 100%;
}

.rp-full-calendar .day-picker .active a {
    background-color: #fff;
    color: #000 !important;
}

.rp-reservation .content-time {
    padding: 20px 20px 20px 0;
    height: 620px;
    display: flex;
    flex-direction: column;
}

.rp-reservation .time-box-disabled {
    background-color: #ededed;
    border: 1px solid #d3d3d3;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    font-weight: 600;
    margin-bottom: 30px;
}

.rp-reservation .time-list {
    height: 100%;
    overflow-y: auto;
}

.rp-reservation .time-list a {
    border: 1px solid #bdbdbd;
    padding: 10px;
    font-weight: 500;
    display: block;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center;
    transition: 0.2s;
}

.rp-reservation .time-list a:hover {
    border: 1px solid #000;
}

.rp-reservation .time-list a.active, .rp-reservation .time-list a:focus {
    background-color: var(--rm-green);
    color: #000 !important;
    border-color: var(--rm-green);
}

.rp-reservation-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.rp-reservation-steps .step {
    padding: 10px 15px;
    border-bottom: 4px solid #ccc;
    margin: 0 15px;
    opacity: 0.5;
}

.rp-reservation-steps .step .title {
    font-weight: 700;
    font-size: 18px;
}

.rp-reservation-steps .step.active {
    border-color: #1fd580;
    color: #1fd580;
    opacity: 1;
}

@media (max-width: 992px) {
    .rp-reservation {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .rp-reservation-area {
        height: auto;
        padding-top: 30px;
    }
    .rp-full-calendar {
        height: auto;
    }
    .rp-reservation .content-time {
        padding: 30px;
    }
}

@media (max-height: 768px) {
    .rp-reservation-area {
        height: auto;
        padding: 20px 0;
    }
}

.rp-reservation .contacts {
    padding: 30px;
}

.rp-reservation .contacts .title {
    font-size: 22px;
    margin-bottom: 5px;
}

.rp-reservation .contacts .info-time {
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}

.rp-reservation .contacts .form-control {
    height: 40px;
    border-radius: 4px !important;
}

.rp-reservation .contacts .btn {
    height: 45px;
    padding: 0 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px !important;
}

.rp-reservation .contacts label {
    font-weight: 500;
    margin-bottom: 5px;
}

.rp-reservation .contacts .btn-outline-dark {
    border: 1px solid #e1e1e1 !important;
    color: var(--bs-dark) !important;
}

.rp-reservation .contacts .btn-outline-dark i {
    margin-right: 5px;
}

.rp-reservation .contacts .btn-outline-dark:hover {
    color: #fff !important;
}

.rp-reservation .contacts .btn-primary {
    color: #fff !important;
}

/* MENÃœ GÃœNCELLEMESÄ° */
.rp-page-menu {
    max-width: 600px;
    margin: auto;
}

.rp-app-menu {
    background-image: url("../img/bg-image.jpg");
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rp-app-menu::before {
    content: "";
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.rp-app-menu .rp-info-general {
    z-index: 1;
    position: relative;
    color: #fff;
}

.rp-app-menu .powered-text {
    color: #fff;
}

.rp-social-buttons {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-bottom: 10px;
    transform: translateX(-50%);
    z-index: 5;
    min-width: 300px;
    max-width: 600px;
    text-align: center;
}

.rp-social-buttons .link {
    color: #fff !important;
    background-color: #333;
    display: block;
    height: 40px;
    padding: 0 10px;
    min-width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
}

.rp-social-buttons .fb {
    background-color: #4267B2;
}

.rp-social-buttons .ig {
    background-color: #E1306C;
}

.rp-social-buttons .tw {
    background-color: #1DA1F2;
}

.rp-social-buttons .like {
    background-color: #ff7100;
    position: relative;
    top: 2px;
}

.rp-social-buttons .like i {
    margin-right: 10px;
    font-size: 20px;
}

.rp-social-buttons .like span {
    font-weight: 500;
    font-size: 12px;
}

.modal-menu-video .modal-body {
    padding: 0;
}

.modal-menu-video .modal-content {
    background-color: transparent;
    border: 0;
}

.rp-social-buttons.for-landing {
    right: 0;
    left: inherit;
    transform: inherit;
    min-width: inherit;
    max-width: 250px;
}

.rp-social-buttons.for-landing .link {
    height: 35px;
    min-width: 35px;
    margin: 4px;
}
.Rating { font-size: 50px; }
.dilsecimi{
    border: 1px solid white;
    background-color: white;
}
.nodisabledCheckbox{
    opacity:1 !important;
}

