/* -----------------------------------------------------------

#Custom css - Main
#Last update July 05, 2022
-------------------------------------------------------------- */

/* bootstrap model */

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog,
.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}


/* Left & Right */

.modal.modal-left .modal-dialog,
.modal.modal-right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 500px;
	max-width: 100%;
	height: 100%;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.modal-left .modal-body,
.modal.modal-right .modal-body {
	padding: 15px 15px 80px;
}

.modal.modal-left.fade .modal-dialog {
	left: -500px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.modal-left.fade.show .modal-dialog {
	left: 0;
}

.modal.modal-right.fade .modal-dialog {
	right: -500px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.modal-right.fade.show .modal-dialog {
	right: 0;
}

.modal.modal-left .modal-content,
.modal.modal-right .modal-content,
.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content,
.modal.modal-full .modal-content {
	border-radius: 0;
	border: none;
}

.modal.modal-left .modal-dialog.modal-sm,
.modal.modal-right .modal-dialog.modal-sm {
	width: 350px;
}

.modal.modal-left .modal-dialog.modal-lg,
.modal.modal-right .modal-dialog.modal-lg {
	width: 800px;
}

.modal.modal-left .modal-dialog.modal-xl,
.modal.modal-right .modal-dialog.modal-xl {
	width: 1140px;
}


/* Top and Bottom */

.modal.modal-top .modal-dialog,
.modal.modal-bottom .modal-dialog {
	position: fixed;
	margin: auto;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.modal.modal-top .modal-content,
.modal.modal-bottom .modal-content {
	height: auto;
	overflow-y: auto;
}

.modal.modal-top .modal-body,
.modal.modal-bottom .modal-body {
	padding: 15px 15px;
}


/* Top */

.modal.modal-top.fade .modal-dialog {
	top: -100%;
	-webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, top 0.3s ease-out;
	-o-transition: opacity 0.3s linear, top 0.3s ease-out;
	transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.modal-top.fade.show .modal-dialog {
	top: 0;
}


/* Bottom */

.modal.modal-bottom.fade .modal-dialog {
	bottom: -100%;
	-webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
	-o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
	transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.modal-bottom.fade.show .modal-dialog {
	bottom: 0;
}

.modal.modal-bottom.fade .modal-dialog {
	bottom: -100%;
}


/* Full Screen */

.modal.modal-full .modal-dialog {
	position: fixed;
	margin: auto;
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.modal.modal-full .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.modal-full .close-modal {
	position: fixed;
	top: 0;
	right: 3rem;
}


/* Footer */

.modal-footer-fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #fff;
	border-radius: 0;
}


/* XS */

.modal.modal-left.xs .modal-body,
.modal.modal-right.xs .modal-body {
	padding: 15px;
}


/* Full screen modal menu indicators */

a.has-sub:after {
	font-family: "FontAwesome";
}

a.has-sub:after {
	content: "\f107";
	margin-left: 1rem;
}

a.has-sub[aria-expanded="true"]:after {
	content: "\f106";
}


/* end bootstrap model */

.product-card h3 {
	padding-right: 40px;
	position: relative;
	color: #212121;
	margin-bottom: 0;
}

.r2p-cart {
	position: absolute;
	right: 0;
	top: -1px;
	width: 32px;
	height: 32px;
	background-color: #5f72c5;
	text-align: center;
	padding-top: 5px !important;
	border-radius: 50%;
	transition-delay: 0.1s;
}

.r2p-cart svg {
	fill: #ffffff;
}

.r2p-cart:hover {
	background-color: #dbe1fb;
}

.r2p-cart:hover>svg {
	fill: #5f72c5;
}

.r2p-popup-product-view .modal-content {
	border: none;
}

.r2p-multi-select .btn {
	font-weight: 600;
	padding: 0 15px;
	text-transform: none;
	min-height: 40px;
}

.r2p-multi-select .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	padding: 5px 0;
	font-size: 14px;
	font-weight: 400;
}

.r2p-multi-select {
	display: inline-block;
	width: 220px;
	margin-right: 1px;
}

.r2p-multi-select .btn-light {
	border-radius: 0;
	background-color: #eeeeee;
	border-color: #eeeeee;
	color: #212121 !important;
}

.r2p-multi-select .btn-light:not(:disabled):not(.disabled).active,
.r2p-multi-select .btn-light:not(:disabled):not(.disabled):active,
.r2p-multi-select .show>.btn-light.dropdown-toggle {
	color: #212121;
	background-color: #c4cce3;
	border-color: #c4cce3;
}

.r2p-search {
	width: 376px;
	display: inline-block;
	vertical-align: middle;
}

.r2p-select-area {
	display: inline-block;
}

.r2p-product-container {
	text-align: right;
}

.product-view-mode {
	display: inline-block;
}

.r2p-multi-select .sorting-selection span {
	padding: 5px 15px 5px 0;
	color: #000000;
}

.r2p-multi-select .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
	right: 0px;
	font-size: 11px;
	margin-right: 0;
	top: 10px;
}

.r2p-multi-select .dropdown-item {
	padding: .12rem 1rem;
}

.r2p-multi-select .bs-actionsbox .btn-group button {
	background-color: #c4cce3;
	color: #212121 !important;
	font-size: 12px;
	border: none;
	padding: 0 5px;
	min-height: 25px;
	margin: 0 2px;
	border-radius: 25px !important;
}

.r2p-multi-select .sorting-selection span {
	padding: 2px 10px 2px 0;
}

.r2p-multi-select .bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
	padding: 0px 8px 5px;
}

.r2p-cart-web .cart-dropdown-block {
	width: 100%;
	position: relative;
	opacity: 1;
	padding-bottom: 0;
	padding-top: 0px;
	z-index: 0;
	pointer-events: inherit;
	border: none;
}

.r2p-cart-web .cart-product .image {
	width: 70px;
	padding: 5px 0 15px 0;
	padding-right: 15px;
}

.r2p-cart-web .cart-dropdown-block:before,
.r2p-cart-web .cart-dropdown-block:after {
	display: none;
}

.r2p-cart-web .cart-product .content {
	width: 230px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
}

.r2p-cart-web .cart-product .content .title {
	margin-bottom: 2px;
}

.r2p-cart-web .cart-product .cross-btn {
	position: absolute;
	z-index: 0;
	border-radius: 2px;
	bottom: auto;
	top: -4px;
	right: 6px;
	cursor: pointer;
	background-color: rgb(220 53 69 / 20%);
	border-radius: 50%;
}

.r2p-cart-web .cart-product .cross-btn i {
	color: rgba(220, 53, 69);
	font-size: 12px;
}

.r2p-cart-web .cart-dropdown-block .cart-product {
	position: relative;
}

.r2p-cart-web .cart-dropdown-block .single-cart-block {
	margin-bottom: 10px;
}

.r2p-cart-web .cart-dropdown-block .cart-product {
	padding-bottom: 10px;
}

.r2p-cart-web-container .btn-block .btn,
.r2p-cart-mobile-container .btn-block .btn {
	padding: 0 15px;
}

.r2p-cart-web-container .btn-block .btn i,
.r2p-cart-mobile-container .btn-block .btn i {
	margin-left: 8px;
}

.r2p-cart-mobile-container .modal-content {
	border-radius: 25px 25px 0 0 !important;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}


/* add and decrease */

.r2p-increase-decrease .r2p-decrease,
.r2p-increase-decrease .r2p-increase {
	background-color: #e9ecef;
	width: 28px;
	height: 28px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding-top: 1px;
	border-radius: 50%;
}

.r2p-increase-decrease .r2p-decrease:hover,
.r2p-increase-decrease .r2p-increase:hover {
	background-color: #5f72c5;
	transition-delay: 0.2s;
}

.r2p-increase-decrease .r2p-decrease a svg,
.r2p-increase-decrease .r2p-increase a svg {
	fill: #666666;
}

.r2p-increase-decrease .r2p-decrease:hover a svg,
.r2p-increase-decrease .r2p-increase:hover a svg {
	fill: #ffffff;
	transition-delay: 0.2s;
}

.r2p-increase-decrease .r2p-number {
	text-align: center;
	width: 30px;
	height: 28px;
	border-radius: 0;
	border: 1px solid transparent;
}

.r2p-add-to-cart-row .r2p-increase-decrease .r2p-decrease,
.r2p-add-to-cart-row .r2p-increase-decrease .r2p-increase {
	width: 40px;
	height: 40px;
	padding-top: 7px;
}

.r2p-add-to-cart-row .r2p-increase-decrease .r2p-number {
	width: 30px;
	height: 40px;
}

.r2p-add-cart-btn {
	display: block;
}

.bootstrap-select .bs-ok-default:after {
	color: #1ed760;
}

.r2p-mobile-bottom {
	background-color: #c4cce3;
	box-shadow: rgb(0 0 0 / 18%) 0px 2px 4px;
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
}

.r2p-item-count {
	float: left;
}

.r2p-shopping-cart {
	float: right;
}

.r2p-shopping-cart a {
	background-color: #5f72c5;
	padding: 8px 20px;
	border-radius: 25px;
	color: #ffffff;
}

.r2p-count {
	padding: 6px 0;
	background-color: #5f72c5;
	color: #ffffff;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
}

.r2p-rate {
	margin: 0 10px;
}

.r2p-lg-none {
	display: none;
}

.sin-link {
	position: relative;
}

.r2p-notification-number {
	width: 23px;
	height: 23px;
	line-height: 23px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	font-weight: 400;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	color: #fff;
	background: #bd0018;
	position: absolute;
	right: -15px;
	top: -1px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}

.r2p-mobile-scroll {
	max-height: 450px;
	overflow-y: scroll;
	margin-bottom: 60px;
	padding-top: 10px;
}

.r2p-buying-btn {
	margin-left: 5px;
}

::-webkit-scrollbar {
  width: 4px;
  height: 0;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #cccccc; 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.breadcrumb-section {
	background-color: #5f72c5;
}

.cart-table .table thead tr th.pro-quantity,
.cart-table .table thead tr th.pro-remove,
.cart-table .table tbody tr td.pro-remove {
	text-align: center;
}

.table tbody tr td.pro-remove {
	width: 90px;
}

.r2p-empty-cart {
	display: block;
	position: relative;
	height: calc(100vh - 280px);
}

.r2p-inner-cart {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.r2p-inner-cart h3 {
	margin-top: 30px;
	font-weight: 300;
	font-size: 22px;
	color: #999;
}

.r2p-knet [type=radio] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.r2p-knet [type=radio]+img {
	cursor: pointer;
}

.r2p-knet [type=radio]:checked+img {
	outline: 2px solid #f00;
}

.r2p-main-menu {
	background-color: #f8f8f8;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.r2p-main-menu .header-middle {
	background-color: #ffffff;
}

.r2p-welcome p {
	margin-bottom: 8px;
	margin-top: 8px;
}

.r2p-language {
	padding: 0 40px;
}

.r2p-language .dropdown-trigger .dropdown-box {
	padding: 0 8px;
	min-width: 75px;
}

ul.main-menu>li.menu-item>a {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 15px;
}

.r2p-shopping-menu {
	position: relative;
}

.r2p-shopping-menu {
	position: relative;
}

.r2p-shopping-menu a span {
	position: absolute;
	background-color: #dc3545;
	text-align: center;
	color: #ffffff;
	width: 22px;
	height: 22px;
	line-height: 20px;
	border-radius: 50%;
	font-size: 0.8rem;
	top: 0;
	right: -10px;
}

.shop-toolbar {
	min-height: 50px;
	border: none;
	border-top: 1px solid #eeeeee;
	padding: 15px 15px 3px;
}

.product-view-mode .sorting-btn {
	background-color: #eee;
	padding: 6px 10px 6px;
	margin-right: 1px;
	vertical-align: middle;
}

.r2p-p-cutter {
	padding: 0;
}

.r2p-search .form-control {
	height: 40px;
	color: #212121;
	border: none;
	background: #eee;
	border-radius: 0;
}

.r2p-search .input-group-text {
	color: #333333;
	background-color: #eeeeee;
	border: none;
	border-radius: 0;
}

.footer-bottom {
	background: #1b1c1d;
}

.product-card .card-image img {
	width: 100%;
	border-radius: 5px;
	object-fit: cover;
}

.pagination-block .dataTables_paginate {
	margin: 0 auto;
}

.r2p-author-container {
	background-color: #f0f2f2;
	border-radius: 10px;
	padding: 10px 17px;
	margin-bottom: 10px;
}

.r2p-author-img {
	display: inline-block;
	margin-right: 10px;
}

.r2p-author-img img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.sticky-header .site-brand {
    width: auto;
}

.slick-slide img {
    width: 100%;
    border-radius: 5px;
}

.pack-slider-nav .slick-slide img {
    height: 70px;
    margin-left: 2px;
    border: 4px solid #fff;
    border-radius: 8px;
}

.add-cart-btn .btn {
    border: 2px solid #5f72c5;
    background: #5f72c5;
}

.r2p-variable-block .r2p-rate-variant {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    background-color: #f0f2f2;
    border-radius: 5px;
    padding: 10px;
}

.r2p-variable-block .r2p-rate-variant li {
	margin-right: 5px;
	display: inline-block;
}

.r2p-variable-block .r2p-rate-variant li a {
	display: block;
	background-color: #f0f2f2;
	padding: 5px 20px;
	transition-delay: 0.1s;
}

.r2p-variable-block .r2p-rate-variant li a:hover {
	background-color: #5f72c5;
}

.r2p-variable-block .r2p-rate-variant li a p {
	margin-bottom: 0;
	color: #5f72c5;
}

.r2p-variable-block .r2p-rate-variant li a h5 {
	margin-bottom: 0;
	font-size: 0.9rem;
	font-weight: 600;
}

.r2p-variable-block .r2p-rate-variant li .price-block {
	margin-bottom: 0;
}

.r2p-variable-block .r2p-rate-variant li a:hover p,
.r2p-variable-block .r2p-rate-variant li a:hover .price-block .price-new {
	color: #ffffff;
}

.r2p-shopping-menu a {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-left: 30px !important;
}

.r2p-shopping-menu a i {
	font-size: 30px;
}

.bootstrap-select .dropdown-menu {
	max-height: 360px !important;
}

.checkout-form .nice-select .list {
	max-height: 360px;
}

.r2p-list-product-view {
	position: relative;
}

.product-card .product-list-content.r2p-list-product-view .r2p-add-list-btn {
	position: absolute;
	width: 160px;
	bottom: 8px;
	left: 0;
}

.product-card .product-list-content.r2p-list-product-view .r2p-add-list-btn a {
	margin-bottom: 0;
	padding: 0 20px;
}

.product-card .product-list-content.r2p-list-product-view .price-block {
	position: absolute;
	width: 250px;
	bottom: 70px;
	left: 0;
}

.success-order-r2p {
	height: calc(100vh - 90px);
	display: block;
}

.success-order-r2p .table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.success-order-r2p .table tr th,
.success-order-r2p .table tr td {
	border: 1px dashed #dee2e6 !important;
}

.r2p-cart-mobile-container .modal-title {
	font-weight: 600;
}


/*Common css for R2P*/

.product-slider-nav .slick-list .single-slide {
	width: 100%;
	height: 100px;
	overflow: hidden;
	margin-left: 0px;
	display: inline-block;
	border: 5px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
}

.product-slider-nav .slick-slide.slick-current .single-slide {
	opacity: 0.3;
}

.product-details-modal .product-details-slider .single-slide img {
	border-radius: 5px;
}

.single-cart-block {
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px dashed #cecece;
}

.r2p-cart-web-container .btn-block .clear-r2p-btn,
.clear-r2p-btn {
	background-color: #eeeeee;
	margin-left: 0;
	margin-right: 4px;
}

.r2p-cart-web-container .btn-block .clear-r2p-btn:hover,
.clear-r2p-btn:hover {
	background-color: #b9b9b9;
}

.product-view-mode .sorting-btn i {
	margin-left: 2px;
}


/*Checkout popup*/

.r2p-checkout-popup-container .project-details-popup .close {
	position: absolute;
	right: -25px;
	top: -25px;
	botom
}

.r2p-checkout-popup-container .project-details-popup .prof-icon {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -30px;
}

.r2p-checkout-popup-container .project-details-popup .modal-header {
	margin: 0;
	padding: 0;
}

.r2p-checkout-popup-container .project-details-popup .modal-header .header-img {
	width: 100%;
	max-width: 100%;
}

.r2p-checkout-popup-container .modal-body {
	position: relative;
	padding: 15px;
	overflow: hidden;
}

.r2p-checkout-popup-container .modal-content {
	border: none;
}

.checkout-form .nice-select,
.order-note-block textarea {
	background-color: #eeeeee;
}

.checkout-form input {
	background-color: #eeeeee;
}

.form-control {
	background-color: #eee;
	margin-bottom: 10px;
	border: none;
}

.checkout-form input {
	background-color: #eeeeee;
	border: none;
}

.form-control:focus,
.checkout-form input:focus,
.checkout-form .nice-select:focus,
.order-note-block textarea:focus,
.checkout-form .nice-select:focus {
	background-color: #e9ecef;
	border: none;
}

.r2p-logo-main img,
.r2p-sticky-logo img {
	height: 50px;
}

.r2p-mobile-img a img {
	height: 50px;
}

.r2p-full-width a img {
	border-radius: 5px;
}

.r2p-full-width {
	min-height: 90px;
}

.product-view-mode .sorting-btn:first-of-type {
	margin-right: -4px;
	margin-left: 1px;
}

.cart-product .content .price {
	font-size: 14px;
}

.product-card h3 a {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}

.product-card .price-block {
	margin-top: 0;
	line-height: 0;
}

.product-details-article p {
	margin-bottom: 0;
}

.r2p-add-to-cart-row {
	margin-top: 15px;
}

.r2p-web-cart-block,
.r2p-ready-mobile-cart {
	margin: 0;
}

.product-details-info .product-title {
	position: relative;
}

.product-details-info .variable-block .title {
	font-size: 14px;
	color: #333;
}

.product-details-info .product-title .r2p-com-icons {
	position: absolute;
	width: 232px;
	text-align: right;
	top: 0;
	right: 0;
}

.product-details-info .product-title .r2p-com-icons a {
	background-color: #d4d4d4;
	text-align: center;
	padding-top: 6px;
	margin-left: 5px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	transition-delay: 0.2ms;
}

.product-details-info .product-title .r2p-com-icons a:hover {
	background-color: #212121;
}

.product-details-info .product-title .r2p-com-icons a:hover i {
	color: #ffffff;
}

.product-details-info .product-title .r2p-com-icons a svg {
	fill: #ffffff;
}

.product-details-info .product-title .r2p-com-icons a.r2p-whatsapp {
	background-color: #69d579;
}

.product-details-info .product-title .r2p-com-icons a.r2p-share {
	background-color: #444444;
}

.product-details-info .product-title .r2p-com-icons a.r2p-whatsapp:hover {
	background-color: #53ad60;
}

.product-details-info .product-title .r2p-com-icons a.r2p-share:hover {
	background-color: #0c0c0c;
}

.mobile-navigation {
	padding: 0;
}

.off-canvas-bottom {
	position: static;
	margin-top: 20px;
	margin-bottom: 20px;
}

.r2p-change-lang {
	text-transform: uppercase;
}

.r2p-change-lang span {
	margin-right: 5px;
}

.product-card h3 a.r2p-cart {
	padding-top: 7px !important;
}

.dropdown-menu {
	border: none;
	box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}

.site-wrapper {
	position: relative;
	min-height: calc(100vh);
}

/*.main-navigation {*/
/*	display: inline-block;*/
/*}*/

.r2p-sold-out {
	background-color: #ffb5ba;
	display: inline-block !important;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	padding: 5px 18px !important;
	border-radius: 25px;
}

.r2p-sold-out span {
	color: #262626;
	font-size: 14px;
}


/*Social share button*/

.r2p-share {
	display: inline-block;
	vertical-align: middle;
}

.r2p-share .btn_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    width: 160px;
    height: 36px;
    background-color: #f9f9f9;
    border-radius: 80px;
    padding: 0 18px;
    will-change: transform;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.r2p-share span {
	position: absolute;
	z-index: 99;
	width: 240px;
	height: 36px;
	border-radius: 25px;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	font-weight: 400;
	color: #282828;
	background-color: #f0f2f2;
	padding: 0 18px;
	-webkit-transition: all 1.2s ease;
	transition: all 1.2s ease;
}

.r2p-share span svg {
	width: 16px;
}

.r2p-share .container-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 240px;
	height: 32px;
	border-radius: 80px;
}

.r2p-share .container-share i:nth-of-type(2) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.r2p-share .container-share i:nth-of-type(3) {
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}

.r2p-share .container-share i:nth-of-type(4) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.r2p-share .btn_wrap:hover span {
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
	-webkit-transform: translateX(-280px);
	transform: translateX(-280px)
}

.r2p-share .btn_wrap i {
	font-size: 14px;
}

.r2p-share .btn_wrap:hover i {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.r2p-share .dr {
	position: absolute;
	bottom: 16px;
	right: 16px;
	width: 100px;
}

.cus-prod-cat {
	width: 100%;
	display: block;
}

.product-card:hover .hover-contents {
	opacity: 0;
}


/*End social share button*/

.ord_content h6 {
	text-decoration: none !important;
	font-size: 12px;
}

.p2e-default-address-set .r2p-action-btn {
	float: right;
}

.p2e-default-address-set .r2p-action-btn .btn,
.p2e-default-address-set .r2p-action-btn .edit-btn,
.p2e-default-address-set .r2p-action-btn .delete-btn {
	background-color: #ccd2ff;
	padding: 5px 15px;
	height: 30px;
	min-height: 36px;
	margin-left: 2px;
	color: #000;
	border-radius: 25px;
}

.p2e-default-address-set .address_div .col-12,
.p2e-default-address-set .p2e-other lable {
	color: #000000;
}

.checkout-form .p2e-default-address-set input {
	border: none;
	width: auto;
}

.lo-location {
	padding-left: 30px;
}

.lo-location .lo-address {
	display: block;
}

.hr-dash {
	border-top: 1px dashed #b3b3b3;
}

.order-item.delivery-info p {
	margin-bottom: 10px;
}

.lo-total-div {
	display: block;
	width: 100%;
	clear: both;
}

#delivery_type_sec,
#message_sec,
#exist_address_div,
#branch_div {
	font-weight: 600;
	word-break: break-all;
}

/*Accordions*/

.myaccordion {
    margin-bottom: 10px;
}
.myaccordion .card-header {
    background-color: #ffffff;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;
    padding: 0;
    text-align: left;
    border-radius: 5px;
}
.myaccordion .card-header button {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #1a1f2b;
}
/*#billing-form {*/
/*    background-color: #ffffff;*/
/*    box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;*/
/*    border-radius: 5px;*/
/*    padding: 20px 20px 15px;*/
/*}*/
.myaccordion .card-header button .acc-btn {
    position: absolute;
    right: 10px;
    top: 10px;
}
.myaccordion .card-header button .acc-btn .fa-stack-1x, .myaccordion .card-header button .acc-btn .fa-stack-2x {
    color: #ffffff;
}
.myaccordion .card-header button .acc-btn .fa-inverse {
    color: #000000;
}
.myaccordion .card-header button:hover, .myaccordion .card-header button:focus {
    text-decoration: none;
}
.r2p-cart-web-container .btn-block .btn, .r2p-cart-mobile-container .btn-block .btn {
    padding: 0 10px;
}
.category-wrapper .product-card {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
}
.category-wrapper .product-header h5 {
    font-size: 1.1rem;
    font-weight: 600;
}

.btn-primary {
    background-color: #333333;
    border-color: #333333;
}

.btn-primary:hover {
    background-color: #212121;
    border-color: #212121;
}

.go-knet.btn {
    background-color: #333333;
    color: #ffffff;
    margin-top: 10px;
}

.p2e-master-category-inner .product-card .card-image img {
    border-radius: 50%;
    width: 100%;
    height: auto;
    min-height: auto;
    display: inline-block;
    overflow: hidden;
}

.p2e-master-category-section .slick-track {
    margin-left: 0;
}

.p2e-master-category-section .slider-border-single-row .single-slide .product-card--body::before {
    width: 0;
}

.p2e-category-title h5 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
}

.p2e-master-category-inner .product-card .card-image {
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
}

.p2e-master-category-inner {
    display: inline-block;
}

.p2e-master-category-section .product-slider .slick-dots {
    margin-top: 20px;
}

.p2e-master-category-section {
    margin-bottom: 10px;    
}

.p2e-combo-offer {
    position: relative;
}

.p2e-combo-offer .p2e-offers {
    position: absolute;
    width: 60px;
    background-color: #9b1c31;
    border-radius: 5px;
    padding: 5px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    right: 2px;
    top: 2px;
    z-index: 1;
}

.list .p2e-combo-offer .p2e-offers {
    right: auto;
    left: 2px;
    top: 2px;
}

.r2p-time-schedule .r2p-time {
    display: block;
    width: 100%;
    line-height: 1;
    margin-bottom: 10px;
}

.shop-border [class*="col"] .product-card .product-card--body::before, .shop-product-wrap.list .product-card::before {
    width: 0;
}

.shop-product-wrap.list .product-card .product-list-content .card-image {
    margin-right: 10px;
}

.product-card.card-style-list .product-header {
    margin-bottom: 5px;
}

.p2e-branch-title .nav-link {
    background-color: #f8f8f8;
    margin-bottom: 4px;
}

.p2e-branch-title .nav-link.active, .p2e-branch-title .show>.nav-link, .p2e-branch-title .nav-link:hover {
    color: #fff;
    background-color: #5f72c5;
}

.p2e-contents {
    background-color: #f8f8f8;
    border-radius: 5px;
}

.p2e-branche-images {
    padding: 82px 0;
}

.plr--15 {
    padding-left: 15px;
    padding-right: 15px;
}

.p2e-master-category-inner {
    width: 100px;
    margin-right: 5px;
    vertical-align: top;
}

.p2e-master-category-inner .p2e-category-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

.p2e-master-category-inner:hover .p2e-category-image img {
    border: 3px solid #ecc66c;
}

.p2e-category-title {
    white-space: initial;
    padding: 0 5px;
}

.scroll-wrap, .scroll-wrap-1 {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    /*transition: 0.2s ease-in-out;*/
    /*transform: scale(0.98);*/
    will-change: transform;
    user-select: none;
    cursor: pointer;
  }

  .scroll-wrap.active, .scroll-wrap-1.active {
    background: rgba(255, 255, 255, 0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
  }

a.scroll-wrap, a.scroll-wrap-1 {
  display: block;
  color: #c9e9f6;
  text-decoration: underline;
  margin: 1em auto;
}
a.scroll-wrap:hover, a.scroll-wrap-1:hover {
  cursor: pointer;
}

.p2e-order-tracker {
    background-color: #ffffff;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;
    border-radius: 5px;
    padding: 20px 20px 15px;
}

.p2e-order-card {
    background-color: #5f72c5;
    padding: 15px;
    border-radius: 5px;
    min-height: 162px;
    margin-bottom: 10px;
}

.p2e-order-card h5, .p2e-order-card p {
    color : #ffffff;
}

.p2e-order-card p {
    font-size: 13px;
}

.r2p-order-tracker-tab .tab-content {
    background-color: #f9f9f9;
    border-radius: 5px;
}

.r2p-order-tracker-tab .nav-link {
    display: block;
    padding: 0.5rem 0;
    background-color: transparent;
    margin-right: 25px;
    color: #5f72c5;
    border-bottom: 2px solid #ffffff;
}

.r2p-order-tracker-tab .nav-link.active, .r2p-order-tracker-tab .nav-link:hover {
    border-color: #5f72c5;
}

.r2p-order-tracker-tab .table thead th {
    vertical-align: bottom;
    border-bottom: none;
}


.p2e-or-product .product-img img {
    width: 100%;
    border-radius: 10px;
}

.p2e-master-category-inner .p2e-category-image {
    position: relative;
}

.p2e-master-category-inner .p2e-category-image {
    position: relative;
}

.p2e-master-category-inner .p2e-category-image::before {
    position: absolute;
    content: '';
    height: 30px;
    /*transition: transform 1s;*/
    width: 30px;
    /*transform: scale(0);*/
    opacity: 0;
    /*bottom: 0;*/
    /*left: 0;*/
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}
  
.p2e-master-category-inner.active .p2e-category-image::before {
    position: absolute;
    content: "\f00c";
    background-color: #ecc66c;
    /*transform: scale(1);*/
    opacity: 1;
    top: 0px;
    right: 10px;
    left: auto;
    bottom: auto;
    width: 30px;
    height: 30px;
    box-shadow: rgb(0 0 0 / 4%) 0px 3px 5px;
    /*transition: transform 1s;*/
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
    color: #000000;
}

.p2e-master-category-container {
    text-align: left;
}

.shop-toolbar {
    margin-bottom: 15px !important;
}

.shop-product-wrap .product-card {
    margin-bottom: 30px;
}

.shop-product-wrap {
    margin-bottom: 0;
}

.product-details-article {
    overflow-y: scroll;
    max-height: 150px;
}

.r2p-footer {
    position: relative;
    z-index: 1;
}

.inner-page-sec-padding-bottom {
    position: relative;
}

.cut-booking-system .p2e-or-product img {
    border: 2px solid #f8f9fa;
    border-radius: 10px;
}
.r2p-order-tracker-tab .nav-link {
    display: block;
    padding: 0.5rem 15px;
    background-color: transparent;
    border-radius: 5px;
    margin-right: 5px;
    color: #212121;
    border: none;
}
.r2p-order-tracker-tab .nav-link.active, .r2p-order-tracker-tab .nav-link:hover {
    background-color: #5f72c5;
    color: #ffffff;
}
.r2p-order-tracker-tab .nav {
    margin-bottom: 5px;
}

.modal-content {
    border: none;
}

table td, table th {
    white-space: nowrap;
}

/*--User info--*/
.dine-cart-items {
    overflow : hidden;
}

#dine_cart_items {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 386px;
    min-height: 0;
}

#dine_cart_items .cart-product a {
    width: 100%;
    padding: 0;
}

#dine_cart_items .cart-product .content {
    padding-left: 0;
    padding-right: 0;
    margin-top: 5px;
}
#dine_cart_items .cart-product .content .title {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card h3 a {
    padding: 2px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.add-cart-product::after {
    content: 'Added';
    position: absolute;
    background-color: #5ed071;
    color: #000000;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 25px 0 0 25px;
    right: 0;
    top: 5px;
    z-index: 1;
}
.product-header {
    min-height: 40px;
}
.has-search {
    width: 360px;
    height: 42px;
    margin-left: 15px;
    margin-bottom: 0;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 42px;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.has-search .form-control {
    background-color: #fff;
    padding-left: 2.375rem;
    height: 40px;
    margin-bottom: 0;
}
.common-sticky.sticky-header {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-name: inherit;
    animation-name: inherit;
}
.footer-logo a img {
    max-height: 100px;
    width: auto;
}
.footer-menu {
    margin: 15px 0;
}
.footer-menu ul {
    display: flex;
    justify-content: center;
}

.footer-menu ul li {
    margin: 0 10px;
}
.footer-menu ul li a {
    font-size: 17px;
    text-transform: uppercase;
}

.footer-menu ul li a:hover {
    color: #ecc66c !important;
}
.footer-bottom .copyright-text {
    margin-top: 15px;
}
#scrollUp:hover {
    color: #000;
    background: #ecc66c;
    border-color: #ecc66c;
}
.custom-page {
    text-align: center;
    background: rgba(174,191,206,.12);
    height: 50px;
    border-radius: 10px!important;
    line-height: 50px;
    margin-bottom: 20px;
    color: rgba(174,191,206,1);
    padding: 0;
    
    font-size: 20px;
    line-height: 47px;
    font-weight: 600;
    text-transform: uppercase;
}

.custom-page-content {
    margin-top: 30px;
    font-weight: 600;
}

.custom-page-accordion .card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: 1pxsolidrgba(0,0,0,.125);
    border: 1px solid #000;
    border-radius: 0;
}
.custom-page-accordion .card button  {
    display: block;
    color: #000;
    padding: 15px 15px;
    min-height: 40px;
    font-weight: 600;
}
.custom-page-accordion .card .card-body {
    background: #fff;
    border: 1px solid #eee;
    border-top: 0;
    padding: 10px;
}
.order-item.delivery-info p {
    position: relative;
    padding-left: 30px;
}
.order-item.delivery-info p svg {
    position: absolute;
    left: 0;
}

/* Media query */

@media only screen and (max-width: 1199px) {
	.r2p-search {
		width: 320px;
	}
}

@media only screen and (max-width: 991px) {
    .shop-toolbar {
        display: none;
    }
	.success-order-r2p .table .thead-dark th,
	.success-order-r2p .table .thead-dark td {
		font-size: 0.7rem;
	}
	.shop-product-wrap .product-card {
		margin-bottom: 20px;
	}
	.r2p-p-cutter {
		padding: 5px 15px 0;
	}
	.shop-toolbar {
		min-height: auto;
		/* display: none; */
        margin-bottom: 0!important;
        border-top: none !important;
	}
	.breadcrumb-section {
		margin-top: 80px;
	}
	.breadcrumb-section {
		background-color: #ffffff;
	}
	.breadcrumb-contents .breadcrumb .breadcrumb-item,
	.breadcrumb-contents .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
		color: #212121;
	}
	.r2p-empty-cart {
		height: calc(100vh - 340px);
	}
	.site-mobile-menu.r2p-mobile-menu {
		position: fixed;
		background-color: #ffffff;
		box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
	}
	.hero-area.r2p-hero-menu {
		margin-top: 70px;
	}
	.r2p-mt--30 {
		margin-top: 30px;
	}
	.shop-toolbar {
		padding: 0 0 4px 0;
	}
	.product-view-mode {
		display: none;
	}
	.footer-bottom {
		padding: 10px 0 70px;
	}
	.r2p-lg-none {
		display: block;
	}
	.r2p-multi-select {
		display: inline-block;
		width: 180px;
	}
	.r2p-cart-mobile-container .close {
		position: absolute;
		top: 20px;
		right: 15px;
		float: none;
	}
	.pagination-block .pagination-btns .single-btn {
		font-weight: 400;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.mobile-header .site-brand {
		padding: 10px 0 10px 0;
	}
	.p2e-order-tracker {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .inner-page-sec-padding-bottom {
        padding-top: 0 !important;
        padding-bottom: 30px;
    }
	.r2p-search {
		width: 100%;
	}
	.r2p-select-area {
		width: 100%;
		margin-top: 5px;
	}
	.r2p-multi-select {
		width: 49.2%;
		box-sizing: border-box;
		margin-right: 0;
	}
	.r2p-category {
		float: left;
	}
	.r2p-brand {
		float: right;
	}
	.checkout-form {
		margin-top: 40px;
	}
	.p2e-category-title h5 {
        font-size: 14px;
    }
    .p2e-order-tracker {
        margin-top: 60px;
    }
    .booked-btn-wrapper {
        display: block;
        width: 100%;
        margin: 15px 0;
    }
    .booked-btn {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 667px) {
	.r2p-empty-cart {
		height: calc(100vh - 234px);
	}
	#scrollUp {
		display: none !important;
	}
	.product-details-info .product-title .r2p-com-icons {
        top: -122px;
    }
    .p2e-master-category-inner {
        width: 72px;
        margin-right: 0;
    }
    .p2e-master-category-inner .p2e-category-image img {
        width: 72px;
        height: 72px;
    }
    .p2e-category-title {
        padding: 0;
    }
}

@media only screen and (max-width: 575px) {
	.success-order-r2p {
		height: auto;
		margin-top: 40px;
	}
	.product-card h3 a {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .product-header {
        padding: 0 8px;
    }
    .product-card .price-block {
        padding: 0 8px 8px;
    }
    .r2p-cart {
        width: 30px;
        height: 30px;
    }
    .product-card h3 a.r2p-cart {
        padding-top: 5px !important;
    }
    .shop-product-wrap .col-6 {
        padding-right: 10px;
        padding-left: 10px;
    }
	#dine_cart_items {
        max-height: 230px;
    }
}

@media only screen and (max-width: 414px) {
	#dinning_form_modal .modal-body {
	    height: calc(100vh - 170px);
	}
	#dine_cart_items {
        max-height: 320px;
    }
}
@media only screen and (max-width: 375px) {
	#dine_cart_items {
        max-height: 240px;
    }
}
@media only screen and (max-width: 360px) {
	.r2p-shopping-cart a {
		padding: 5px 10px;
	}
	.r2p-notification-number {
		font-size: 12px;
	}
}
