.ss-width h4,
.title-main,
.cart-sec h1,
.checkout-pg .heading-2,
.heading-2,
.edit_profile h3 {
	position: relative;
	margin-bottom: 1px;;
	background: transparent;
	background-image: linear-gradient(to right, #dddddd, transparent);
	padding: 10px;
	border-left: 4px solid black;
	color: #000;
	border-radius: 0 22px 22px 0;
	margin-top: 40px;
}

h1 
{
	font-size: 25px;
}
h3 
{
	font-size: 20px;
}

.card a {
	color: #000;
	font-size: 16px;
}

.navbar-expand-lg .navbar-collapse ul {
	gap: 15px;
	margin-left: auto;
	margin-left: 0;
}

.navbar-expand-lg .navbar-collapse ul li {}

.navbar-expand-lg .navbar-collapse ul li a {
	color: #fffbfc;
	font-size: 15px;
	display: block;
	padding: 5px 15px;
	/* text-transform: uppercase; */
	font-weight: bold;
	/* text-shadow: 1px 1px 2px #000; */
	font-weight: 400;
}

.navbar-expand-lg .navbar-collapse ul li ul li a {
	color: #000;
	box-shadow: none;
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
	padding: 5px 15px;
	text-shadow: none;
}

.navbar-expand-lg .navbar-collapse ul li ul li a:hover {
	color: #b00033;
}

.navbar-expand-lg .navbar-collapse ul li a:hover {
	color: #ffffff;
}

a:hover {}

.navbar-expand-lg .navbar-collapse li a:hover {
	color: #fff;
}

.ss-search_outer_area {
	/* position: relative;
    top: -50px;
    background: transparent; */
	width: 100%;
}

.navbar {
	padding-bottom: 10px;
}

.border.ss-checkout {
	padding: 25px 16px;
	box-shadow: 0 0 5px #ccc;
}

table.table {
	/* border: 1px solid #e2e2e2; */
}

.ss_login_box,
.ss_specs_table,
.ss_prod_data {
	padding: 25px;
	border: 1px solid rgb(219 219 219);
	border-radius: 0;
	box-shadow: 0 0 20px -5px rgba(37, 37, 37, 0.5);
	margin-top: 20px;
}

.ss_prod_data {
	box-shadow: 0 0 9px -5px rgba(37, 37, 37, 0.5);
}

.ss_specs_table {
	background: #eee;
	border: 2px solid #ececec;
}

.ss-table {
	box-shadow: 0 6px 47px 3px rgba(37, 37, 37, 0.05);
	border-radius: 10px;
	margin-bottom: 15px;
	padding-top: 15px;
}

.sp-thumbs {
	display: inline-flex !important;
	gap: 10px;
}

.sp-thumbs a {
	border-color: #ccc !important;
	height: 100px !important;
}

.sp-large a>img {
	padding: 25px;
	border: 1px solid rgb(219 219 219);
	border-radius: 0;
	box-shadow: 0 0 20px -5px rgba(37, 37, 37, 0.5);
	margin-top: 20px;
	margin-bottom: 15px;
	background: #fff;
}

.htc__copyright.bg__cat--5 {
	background-color: #262626;
}

.htc__copyright.bg__cat--5 .row {
	justify-content: space-between;
}

.ss-paymentmodes {
	justify-content: flex-end !important;
	position: relative;
	z-index: 9;
	top: -10px;
	padding-right: 10%;
}

.news__input input {
	border-color: #5d5d5d !important;
	padding: 6px 12px;
	border-radius: 4px;
	color: #fff;
	border-radius: 0;
}

.news__input input:focus {
	outline: none;
	box-shadow: none;
}

.news__input .send__btn {
	margin-top: 10px;
	border-radius: 0;
}

.news__input .send__btn button {
	border-radius: 0;
	background: #E91E63;
	border-color: #E91E63;
	color: #fff;
}

.news__input .send__btn button:hover {
	background: #202020;
	border-color: #202020;
	color: #ffffff;
}

.title__line--2 {
	color: #fec02f;
	font-weight: bold;
	display: inline-block;
	border-bottom: 1px solid #E91E63;
	position: relative;
	padding-bottom: 12px;
}

.title__line--2:after {
	content: '';
	width: 50px;
	height: 2px;
	background: #E91E63;
	position: absolute;
	bottom: -4px;
	left: 0;
}

#owl-demo .item {
	border-radius: 0 !important;
	box-shadow: 10px 0 60px rgba(69, 69, 69, 0.1);
	border-color: #ccc !important;
}

.text-primary {
	color: #373737 !important;
}

.service-card a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.service-card a p {
	text-align: center;
	background: #fff;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #238758;
	margin-bottom: 0;
}

.service-card {
	box-shadow: 10px 0 60px rgba(69, 69, 69, 0.1);
	border: 1px solid #f0f0f0;
	margin-bottom: 15px;
}

.box .card {
	box-shadow: 5px 0 16px rgb(0 0 0 / 24%);
	border: 0;
	border-radius: 0;
	margin-bottom: 15px;
}

.box .card .card-body {
	background: #f8f8f8;
}

.ft__list li a {
	text-decoration: none;
}

.sp-wrap {
	margin-bottom: 60px;
}

.ss_add_cart {
	background: #e10044;
	border: 1px solid #e10044;
	color: #fff;
	padding: 5px 15px;
	margin-bottom: 15px;
	transition: .5s;
}

.ss_add_cart:hover,.ss_show_interest:hover {
	background: #000000;
	border-color: #000;
	color: #fff;
}
.ss_show_interest {
	background: #4a7c03;
	border: 1px solid #4a7c03;
	color: #fff;
	padding: 5px 15px;
	margin-bottom: 15px;
	transition: .5s;
}

table.table.table-wishlist {
	box-shadow: 0 6px 47px 3px rgba(37, 37, 37, 0.05);
	border-radius: 10px;
	margin-bottom: 15px;
	padding-top: 15px;
	border: 1px solid #e8e8e8;
}

table.table.table-wishlist a {
	color: #000;
	text-decoration: none;
}

input#couponText {
	border: 1px solid #ccc;
	padding: 6px 15px;
	width: 100%;
}

input#couponText+button.btn.btn-success {
	border-radius: 0;
}

input,
button {
	outline: none !important;
	box-shadow: none !important;
}

/* 20-March-2024 */
.ss-searchbox input {
	margin: 0;
	border-radius: 0;
}

.ss-search_area {
	padding: 0;
	position: relative;
}

.ss-search_area .ss-btn {
	background: #e10044;
	border: none;
	position: absolute;
	right: 0px;
	top: 45%;
	color: #fff;
	border: 1px solid #e10044;
	transform: translateY(-50%);
	padding: 6px 6px;
}

a {
	color: #e10044;
	text-decoration: none;
}

#htc__footer {
	background-image: url(https://themecraze.net/html/volia/images/background/3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.htc__copyright.bg__cat--5 {
	background-color: transparent;
	position: relative;
}

.htc__copyright.bg__cat--5 .copyright__inner {
	display: block;
	height: auto;
	position: relative;
	z-index: 9;
}

.htc__copyright.bg__cat--5 .copyright__inner p {
	margin-bottom: 23px;
	color: #fff;
	font-weight: bold;
}

.htc__copyright.bg__cat--5 .copyright__inner p a {
	color: #000;
	text-shadow: 0px 0px 2px #fff;
}

.htc__copyright.bg__cat--5:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 10px;
	height: 50px;
	width: 85%;
	background: #e3175f;
	background-image: linear-gradient(#fc004a, #860027);
	border-top: 1px solid #c60d42;
	border-bottom: 1px solid #f80048;
	border-radius: 0 30px 30px 0;
	z-index: 1;
}

.ft__list li a i {
	font-size: 12px;
	margin-right: 7px;
}

.news__input input {
	width: 100%;
}

.ft__social__link .social__link li a i {
	background: transparent;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #ffffff;
	border-radius: 0;
	border: 1px solid;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 0;
}

.ft__social__link .social__link li:last-child a i {
	border-right: 1px solid;
}

.ft__social__link .social__link li a:hover i {
	background: #e0135d;
}

.ft__social__link .social__link li a,
.ft__social__link .social__link li {
	display: block;
	margin: 0;
	padding: 0;
}

.ss-cart a.ss-carttext i {
	margin-left: 2px;

}

@media (max-width: 480px) {
	.ss-cart a.ss-carttext i {
		margin-left: 2px;
	}

	.ss-cart {
		width: auto;
	}
}

.ss-carttext {
	color: #000;
}

.ss-cartvalue {
	left: 64%;
}

@media (max-width: 480px) {
	.ss-cartvalue {
		left: 53%;
		width: 18px;
		height: 18px;
		font-size: 13px;
	}
}

.product-details {
	padding: 25px;
	border: 1px solid rgb(219 219 219);
	border-radius: 0;
	box-shadow: 0 0 9px -5px rgba(37, 37, 37, 0.5);
	margin-top: 30px;
}

.product-details h5 {
	font-size: 24px;
	margin-bottom: 20px;
}

.shopping-summery table tbody td h6,
.shopping-summery table tbody td h4 {
	margin-bottom: 0 !important;
	font-size: 15px;
}

.shopping-summery table tbody td h4,
.place-sec table tbody td h4 {
	font-size: 18px;
}

.shopping-summery table tbody td select {
	border: 1px solid #ccc;
	padding: 3px 8px;
	border-radius: 0;
}

.shopping-summery table tbody td select:focus {
	outline: none;
	box-shadow: none;
}

.shopping-summery table tbody td {
	vertical-align: middle;
}
.navbar-toggler{display:none;}
@media (max-width: 991px) {
	.navbar-toggler {
	display:inline-block;
		border-radius: 0;
		background: black;
		padding: 5px;
		color: #fff;
		position: relative;
		z-index: 99999;
	}
.navbar-toggler[aria-expanded="true"] {
    /* transform: translateY(-30px); */
    transition: 1s;
    transition-delay: .1s;
}
.navbar-toggler[aria-expanded="true"] .fa-bars:before{content: "\f00d";}
	.ss-searchbox {
		width: 90% !important;
	}

	#navbarSupportedContent.collapse:not(.show) {
		display: block;
		left: -100%;
	}

	#navbarSupportedContent {
		position: fixed;
		left: 0;
		background: #e61b61;
		width: 85%;
		padding: 50px;
		top: 0;
		z-index: 999;
		height: 100vh;
		transition: .5s;
	}

	.nav-link {
		border-bottom: 1px solid #ed2c70;
		padding: 8px 0;
	}

	.navbar-expand-lg .navbar-collapse ul {
		gap: 0;
		margin-bottom: 0 !important;
	}
	.ss-cartvalue {
    	left: 18%;
}
}

@media (max-width: 800px) {
	.ss-searchbox {
		width: 80% !important;
	}
}

.btn-delete {
	background: #f00;
	padding: 5px 15px;
	color: #fff !important;
	border-radius: 4px;
}

.btn-delete:hover {
	background: #191919;
}

.cupone,
table.table.table-wishlist,
.place-sec,
.checkout-sec,
.checkout-pg .payment,
.custom-card,
.order-details,
.cutom-table,
.total__price,
.shopping-summery table,
.edit_profile {
	padding: 25px;
	border: 1px solid rgb(219 219 219);
	border-radius: 0;
	box-shadow: 0 0 10px -5px rgba(37, 37, 37, 0.5);
}

.total__price {
	margin-top: 0;
	margin-bottom: 15px;
	text-align: right;
	border-top: 0;
	background: #f2f2f2;
}

.total__price p {
    margin-bottom: 0;
}

.cutom-table {
	margin-top: 15px;
}

.cutom-table table tbody td {
	vertical-align: middle;
}

.checkout-pg .payment {
	margin-top: 15px;
}

.btn.btn-checkout,
.btn_custom {
	background: #e61b61;
	color: #fff;
	border-radius: 0;
	padding: 8px 32px;
	font-size: 18px;
}

.btn.btn-checkout:hover,
.btn_custom:hover {
	background: #2a2a2a;
	color: #fff;
}

.place-sec table tbody td h6 {
	margin: 0 !important;
}

.place-sec table tbody td {
	vertical-align: middle;
}

.form-control {
	border-radius: 0;
}

.checkout-sec input {
	margin-bottom: 1rem;
}

.payment_option .custome-radio {
	margin-top: 15px;
}

.profile nav {
	margin: 15px;
}

.profile {}

.profile nav {
	margin: 15px;
}

.profile {}

.profile .custom-card {}

.profile .custom-card p {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding-bottom: 13px;
}

.profile .custom-card p .btn {
	padding: 4px 30px;
	position: absolute;
	right: 0;
}

.edit_profile {
	margin: 30px 0;
}

/* 21-March-2024 */
.service-card img {
	/* border: 1px solid black; */
	/* border-radius: 5px; */
	opacity: 70%;
	object-fit: cover;
	height: auto;
	padding: 15px;
}

.service-card a p {
	/* border: 1px solid #e10044; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgb(255 255 255 / 65%);
	color: #000;
	opacity: 1;
	width: 100%;
	/*height: 100%; */
	display: flex;
	align-items: center;
	justify-content: center;
	/* font-size: 25px; */
	transition: .5s;
}

.service-card {
	border-radius: 5px;
	position: relative;
	background-color: #000000a3;
}

.service-card:hover p {
	opacity: 1;
	backdrop-filter: blur(5px);
}

.subscribe-section {
	margin-top: 50px;
}

.ft__list li a {
	display: flex;
	align-items: baseline;
}

.hero__slider {}

.hero__slider .carousel-item {
	height: 650px;
	overflow: hidden;
}

@media (max-width: 991px) {
	.hero__slider .carousel-item {
		height: 450px;
	}
}

@media (max-width: 767px) {
	.hero__slider .carousel-item {
		height: 350px;
	}
}

.hero__slider .carousel-item:after {
	content: "";
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgb(0 0 0 / 50%);
}

.hero__slider .carousel-item img {
	height: 100%;
	object-fit: cover;
}

.hero__slider .carousel-item .carousel-caption,
.hero__slider .carousel-control-next,
.hero__slider .carousel-control-prev,
.hero__slider .carousel-indicators {
	z-index: 999;
}

.hero__slider .carousel-item .carousel-caption h5 {
	font-size: 52px;
}

.hero__slider .carousel-item .carousel-caption p {
	font-size: 16px;
}

@media (max-width:1024px) {
	.hero__slider .carousel-item .carousel-caption h5 {
		font-size: 42px;
	}
}

@media (max-width: 991px) {
	.hero__slider .carousel-item .carousel-caption h5 {
		font-size: 38px;
	}
}

@media (max-width: 767px) {
	.hero__slider .carousel-item .carousel-caption h5 {
		font-size: 34px;
	}
}

.sp-large {
	min-height: 587px;
}

.customer_care {
	width: 275px;
	background: #232f3e;
	border-radius: 5px;
	color: #fff;
	padding: 10px 15px;
	box-shadow: 0 8px 6px -5px #232f3e;
	margin-bottom: 15px;
}

.customer_care p {
	margin: 0 !important;
	font-size: 18px;
	letter-spacing: 0.2px;
}

.wishlist-sec {}

.wishlist-sec a {
	color: #000;
}

@media (max-width: 767px) {
	.sp-large a img {
		height: auto;
	}

	.sp-large {
		min-height: 420px;
	}

	.sp-thumbs a {
		height: 93px !important;
		background-size: contain !important;
		background-repeat: no-repeat;
	}
}

.ss-webnavbar,
.ss-search_outer_area {
	background-color: #fff !important;
}

.ss-webnavbar .navbar-brand {
	
	/* background: #e10044; */
	padding: 10px 0;
	/* box-shadow: 0 0 27px rgba(0, 0, 0, .20); */
	position: relative;
	/* top: -35px; */
	/* height: 120px; */
	/* margin-bottom: -55px; */
	font-size: 31px;
	z-index: 99;
	color: black !important;
	text-shadow: 1px 1px 2px #6d6d6d;
	width: 260px;
	display:inline-block;
}

@media (max-width: 480px) {
	.ss-webnavbar .navbar-brand {
		font-size: 18px;
		width:auto;
	}
}

.ss-webnavbar .navbar-brand img.ss-hexa {
	margin-bottom: 0;
	/* border: 5px solid #e10044; */
	width: 36px;
	height: auto;
	border-radius: 8px;
}

@media (max-width: 480px) {
	.ss-webnavbar .navbar-brand img.ss-hexa {
		width: 40px;
		height: auto;
	}
}

.ss-webnavbar nav {
	padding: 0;
}

.header-top {
	background: #de0042;
	padding: 0;
	background-image: linear-gradient(#474747, #141414);
	border-bottom: 1px solid #28000c;
}

.header-top ul {
	margin: 0;
	padding: 0;
	color: #fff;
	display: flex;
	list-style: none;
	gap: 20px;
}

.header-top ul li {}

.header-top ul li a {
	color: #fff;
	padding: 5px 0;
	display: block;
	font-size: 14px;
}

.top-left {
	text-align: left;
	/* padding-left: 10%; */
}

.top-right ul {
	justify-content: flex-end;
}

.logo-search {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	/* flex-wrap: wrap; */
}

.cart-account {
	flex-direction: row;
	gap: 15px;
	width: 200px;
	x-justify-content: space-around;
		x-align-items: stretch;
}
.cart-account li.ss-cart{
	width: 70px;
	flex: 0 0 70px;
}

.cart-account li.ss-cart {
	align-items: center;
	white-space: nowrap;
}

.cart-account li a {
	color: #000;
}
@media (max-width: 991px) {
	.cart-account li a.ss-carttext {
		font-size: 0;
	}
	.cart-account li a.ss-carttext i {
		font-size: 18px;
	}
	.cart-account li.ss-cart,ul.navbar-nav.cart-account{
	width:auto;}
}
@media (max-width: 480px) {
	.cart-account li a {
		font-size: 15px;
	}
}

.cart-account li a:hover {
	color: #e10044;
}

.fa-shopping-cart {
	position: static!important;
}

.ss-searchbox {
	width: 100%;
	max-width: 100% !important;
}

@media (max-width: 1199px) {
	.ss-searchbox {
		width: 100% !important;
	}
}

.header-bottom {
	background: #E91E63;
	/* background-image: linear-gradient(#fc004a, #860027); */
	/* border-top: 1px solid #c60d42; */
	/* border-bottom: 1px solid #f80048; */
	background: #232f3e;
}

.header-bottom .navbar {
	padding: 0 !important;
}

.ss-cartvalue {
	border: none;
	background-color: #de0042;
}

@media (max-width: 1199px) {
	.logo-search .ss-search_outer_area {
		order: 3;
		width: 100%;
		margin-bottom: 15px;
	}

	.logo-search {
		gap: 0;
		flex-wrap: wrap;
	}

	.header-top ul li a span {
		/* display: none; */
	}
	#headerMailInfo{
		display: none;
	}

	.top-left,
	.top-right {
		width: 50%;
	}
}

@media (max-width: 991px) {
	.header-bottom .container-fluid {
		justify-content: flex-end;
	}
	.headerHome{
		margin-top: 50px;
	}
.logo-search {
		row-gap: 10px;
	}
	.header-bottom {}
	.ss-webnavbar .navbar-brand{scale: 0.8;display: inline-block;}
	.header-bottom .navbar-collapse {
		position: fixed;
		width: 76%;
		background: #3b3638;
		left: -100%;
		top: 0;
		z-index: 9999;
		padding-top: 50px;
		height: 100vh;
		transition: .2s;
		display: block !important;
	}

	.header-bottom .navbar-collapse.show {
		left: 0;
	}
}

.product-content {
	display: flex;
	flex-direction: column;
	background: #ebebeb;
	border: 1px solid #ccc;
	padding: 25px;
}

.product-content p {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.product-content p strong {
	padding-right: 15px;
	color: #e10044;
}

/*** 

====================================================================
    Subscribe Section
====================================================================

***/


.theme-btn {
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-style-one {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 30px;
	font-weight: 600;
	background: #e0135d;
	overflow: hidden;
	min-width: 180px;
}

.btn-style-one:before {
	position: absolute;
	top: -50%;
	left: -50%;
	height: 100%;
	width: 200%;
	content: "";
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-transform: rotate(16deg);
	-ms-transform: rotate(16deg);
	transform: rotate(16deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.btn-style-one:hover:before {
	top: 150%;
}

.subscribe-section {
	position: relative;
	background-color: #e0135d;
	background-image: url(https://themecraze.net/html/volia/images/background/2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 32px 0 50px;
	background-blend-mode: color-dodge;
}

.subscribe-section .title-column {
	position: relative;
	margin-bottom: 0;
}

.subscribe-section .title {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 5px;
	display: block;
}

.subscribe-section h3 {
	font-size: 28px;
	color: #081245;
	font-weight: 700;
}

.subscribe-section .form-column {
	position: relative;
	margin-bottom: 0;
}

.subscribe-section .newsletter-form {
	position: relative;
	max-width: 670px;
	margin: 0 auto;
}

.subscribe-section .newsletter-form .form-group {
	position: relative;
	padding-right: 170px;
	background: #ffffff;
	overflow: hidden;
	margin-bottom: 0;
}

.subscribe-section .newsletter-form .form-group input[type="text"],
.subscribe-section .newsletter-form .form-group input[type="email"] {
	display: block;
	height: 75px;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	color: #555555;
	font-weight: 400;
	padding: 25px 30px;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: none;
}

.subscribe-section .newsletter-form .form-group .theme-btn {
	position: absolute;
	right: 5px;
	top: 5px;
	min-width: 160px;
	line-height: 25px;
	padding: 20px 30px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 500;
	border-radius: 0;
	cursor: pointer;
	border: none;
}

a.logo-footer {
	padding: 20px 0;
	position: relative;
	z-index: 99;
	color: #ffffff !important;
	text-shadow: 1px 1px 2px #000000;
	font-family: 'Orbitron', sans-serif;
	font-size: 24px;
	text-decoration: none;
	white-space: nowrap;
	margin-right: var(--bs-navbar-brand-margin-end);
	/* margin-bottom: 20px; */
	display: block;
}

a.logo-footer i {
	position: relative;
	bottom: 11px;
}

a.logo-footer i img {
	width: 17px;
	height: 12px;
}

a.logo-footer img.icon {
	margin-bottom: 0;
	/* border: 5px solid #e10044; */
	width: 36px;
	/* height: 50px; */
	border-radius: 8px;
}

.footer .ft__details p {
	color: #fff !important;
}

#owl-demo .item {
	display: block;
	padding: 0px 0px;
	height: 270px;
	margin: 5px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
	padding: 5px 9px;
}

.owl-theme .owl-buttons i {
	margin-top: 2px;
}

/*To move navigation buttons outside use these settings:*/

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -45px;
	top: 117px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	right: -45px;
	top: 117px;
}

@media (max-width: 600px) {

	.owl-prev,
	.owl-next {
		display: none !important;
	}
}









/* table-res 31-March-2024 */
.table-res{
    position: relative;
    margin-top: 50px;
}
.table-res .media{
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
    gap: 16px;
}

.table-res .media:last-child {
    border-bottom: none;
}
.table-res .media .media-img{
    width: 200px;
    min-width: 200px;
}
@media (max-width: 767px) {
	.table-res .media .media-img{
		width: 100px;
		min-width: 100px;
	}
}
.table-res .media .media-img img{
    width: 100%;
}
.table-res .media .media-body{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
@media (max-width: 767px) {
	.table-res .media .media-body{
		flex-direction: column;
	}
}
.table-res .media .media-body .media-left{}
.table-res .media .media-body .media-left h3{
    font-size: 1.5rem;
    margin: 0;
}
@media (max-width: 767px) {
	.table-res .media .media-body .media-left h3{
		font-size: 1.25rem;
	}
}
.table-res .media .media-body .media-left p{
    font-size: 15px;
    margin-bottom: 5px;
}

.table-res .media .media-body .media-left p.eligible {
    font-size: 13px;
    color: #7e7e7e;
    margin-bottom: 10px;
}
.table-res .media .media-body .media-left p strong{
    /* font-size: 18px; */
}
.table-res .media .media-body .media-left .qty{
    display: flex;
    align-items: center;
    gap: 10px;
}
.table-res .media .media-body .media-left .qty select{
    height: 34px;
    padding: 5px;
    border-radius: 4px;
    font-size: 15px;
}
.table-res .media .media-body .media-left .qty a{
    padding: 5px 15px;
    border-radius: 4px;
    border: 1px solid;
}

.table-res .media .media-body .media-left .qty a.btn {
    background: #e3e3e3;
    margin-top: 15px;
}
.table-res .media .media-body .media-right{}

.table-res .media .media-body .media-right .btn-checkout {
    padding: 3px 20px;
    font-size: 15px;
    border-radius: 6px;
    min-width: 135px;
}
.table-res .media .media-body .media-right p{
    margin-bottom: 0;
    font-size: 18px;
}
.price-mobile{
	display: none;
}
@media (max-width:767px) {
	.price-mobile{
		display: block;
		margin-top: 10px;
		font-size: 22px;
	}
	.mb-none{
		display: none;
	}
}

.place-sec {}

.place-sec .total-price {}

.place-sec .total-price p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}

.place-sec .total-price p:last-child {
    border-bottom: none;
}

.place-sec .total-price p span {
    font-weight: bold;
    text-align: right;
}

.order_table.checkout {
    position: relative;
}

.order_table.checkout .media {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.order_table.checkout .media + .total-price {
    margin-top: 50px;
}

.order_table.checkout .media:first-child {
    margin-top: 10px;
}

.order_table.checkout .media .media-img {
    width: 90px;
    min-width: 90px;
}
@media (max-width: 767px) {
	.order_table.checkout .media .media-img {
		width: 80px;
		min-width: 80px;
	}
}
.order_table.checkout .media .media-img img {
    width: 100%;
}

.order_table.checkout .media .media-body {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.order_table.checkout .media .media-body .media-left {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
}

.order_table.checkout .media .media-body .media-left h3 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    /* max-width: 75%; */
}

.order_table.checkout .media .media-body .media-left h3 a {
    color: #424242;
}

.order_table.checkout .media .media-body .media-left p {
    white-space: nowrap;
    font-size: 15px;
    color: #E91E63;
    margin-bottom: 0;
}

.order_table.checkout .media .media-body .media-right {}

.order_table.checkout .media .media-body .media-right p {}
.my__order {
    border: 1px solid rgb(219 219 219);
    border-radius: 0;
    box-shadow: 0 0 10px -5px rgba(37, 37, 37, 0.5);
}

.my__order .order-details {
    box-shadow: none;
    border: 0;
    background: #efefef;
}

.my__order .order-details .d-flex {
    justify-content: space-between;
}
@media (max-width: 767px) {
	.my__order .order-details .d-flex {
		flex-direction: column;
	}
}

.my__order .order-details .d-flex p {
    margin-bottom: 0;
    font-size: 1rem;
}

.my__order .order-details .d-flex p span {
    display: block;
    color: #E91E63;
    font-size: 15px;
}

.my__order .order-details .d-flex .left-lf {
    display: flex;
    align-items: center;
    gap: 30px;
}

.my__order .order-details .d-flex a {
    font-size: 15px;
    margin-right: 15px;
    text-decoration: underline;
}

.my__order .order-details .d-flex .right-rf {
    text-align: right;
}

.my__order .order-details .d-flex .right-rf a:last-child {
    margin-right: 0;
}
@media (max-width:767px) {
	.my__order .order-details .d-flex .right-rf{
		text-align: left;
	}
}

.my__order .order-details button.btn.btn-checkout {
    font-size: 15px;
    padding: 6px 15px;
    /* margin-top: 15px; */
}

.my__order .table-res {
    padding: 25px;
    margin: 0;
}

.my__order .table-res .media {
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.my__order .table-res .media:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.my__order .table-res .media .media-img {
    width: 90px;
    min-width: 90px;
}

.my__order .table-res .media .media-body {}

.my__order .table-res .media .media-body .media-left h3 {
    font-size: 1rem;
    margin-bottom: 10px;
}

.my__order .table-res .media .media-body .media-left p {
    font-size: 14px;
}

.my__order .table-res .media .media-body .media-left h3 a {
    color: #333;
}