
.header-meta .action {
	font-size: 24px;
	color: #000;
	position: relative;
	display: block;
}

@media only screen and (max-width: 575px) {
	.header-meta .action {
		font-size: 22px;
	}
}

.header-meta .action .number {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #ffaa01;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	display: block;
	position: absolute;
	top: -2px;
	right: -9px;
	border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
	.header-meta .action .number {
		right: 0;
	}
}

.header-meta .dropdown .dropdown-menu {
	border-radius: 0;
	border: 0;
	box-shadow: 0px 3px 25.5px 4.5px rgba(0,0,0,0.06);
	transform: translate(0, 0) !important;
	top: 125% !important;
	left: 0 !important;
}

.header-meta .dropdown .dropdown-profile {
	min-width: 160px;
	padding: 8px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
	.header-meta .dropdown .dropdown-profile {
		left: auto !important;
		right: 0 !important;
		top: 100% !important;
	}
}

.header-meta .dropdown .dropdown-profile li {
	line-height: 25px;
	font-size: 13px;
}

.header-meta .dropdown .dropdown-profile li a {
	display: block;
	width: 100%;
	padding: 3px 1.5rem;
	clear: both;
	font-weight: 400;
	color: #373a3c;
	text-align: inherit;
	white-space: nowrap;
	background: none;
	border: 0;
}

.header-meta .dropdown .dropdown-profile li a:hover {
	color: #ffaa01;
}

.header-meta .dropdown .dropdown-cart {
	left: auto !important;
	right: -15px !important;
	width: 350px;
}

.header-meta .dropdown .dropdown-cart .cart-content {
	max-height: 292px;
	overflow-y: scroll;
}

.header-meta .dropdown .dropdown-cart .cart-content::-webkit-scrollbar-track {
	background-color: #ebebeb;
	border-radius: 10px;
}

.header-meta .dropdown .dropdown-cart .cart-content::-webkit-scrollbar {
	width: 5px;
	background-color: #ebebeb;
	border-radius: 10px;
}

.header-meta .dropdown .dropdown-cart .cart-content::-webkit-scrollbar-thumb {
	background-color: #ffaa01;
	border-radius: 10px;
}

.header-meta .dropdown .dropdown-cart .cart-content ul {
	padding: 0 30px;
}

.header-meta .dropdown .dropdown-cart .cart-content ul li {
	padding: 30px 0;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}

.header-meta .dropdown .dropdown-cart .cart-price {
	overflow: hidden;
	padding: 30px;
}

.header-meta .dropdown .dropdown-cart .cart-price .price-inline {
	overflow: hidden;
	line-height: 25px;
	display: flex;
	justify-content: space-between;
}

.header-meta .dropdown .dropdown-cart .cart-price .price-inline .label {
	font-weight: 400;
	color: #a7a7a7;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
}

.header-meta .dropdown .dropdown-cart .cart-price .price-inline .value {
	font-weight: 300;
	color: #a7a7a7;
	font-size: 14px;
	display: block;
}

.header-meta .dropdown .dropdown-cart .cart-price .cart-total .price-inline .label {
	font-weight: 600;
	color: #494949;
}

.header-meta .dropdown .dropdown-cart .cart-price .cart-total .price-inline .value {
	font-weight: 600;
	color: #494949;
}

.header-meta .dropdown .dropdown-cart .checkout-btn {
	padding: 0 30px 30px 30px;
}

.header-meta .dropdown .dropdown-cart .checkout-btn .btn {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.header-meta .dropdown .dropdown-search {
	left: 50% !important;
	right: auto !important;
	transform: translateX(-50%) !important;
	background: #fff;
	width: 360px;
	border-radius: 5px;
	padding: 15px;
}


.page-title-area {
	background-color: #eaeaea;
	padding: 20px 0;
}

.page-title-area .page-banner-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.page-title-area .page-banner-content {
		display: block;
	}
}

.page-title-area .page-banner-content .title {
	font-weight: 600;
}

.page-title-area .page-banner-content .breadcrumb {
	margin-top: 5px;
	margin-bottom: 0;
}

.page-title-area .page-banner-content .breadcrumb li {
	font-size: 12px;
	color: #262c52;
	text-transform: uppercase;
	position: relative;
	display: flex;
	align-items: center;
}

.page-title-area .page-banner-content .breadcrumb li.active {
	color: #ffaa01;
}

.page-title-area .page-banner-content .breadcrumb li+li::before {
	content: "\f105";
	font-family: "Line Awesome Free";
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin: 0 4px;
}



.section-padding {
	padding-top: 70px;
	padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.section-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.section-padding-01 {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding-01 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.section-padding-01 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.section-padding-02 {
	padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding-02 {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.section-padding-02 {
		padding-top: 60px;
	}
}


.my-account-dashboard .profile-card {
	background-color: #fff;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.my-account-dashboard .profile-card {
		padding: 5px 10px;
	}
}

.my-account-dashboard .profile-card .profile-details {
	display: flex;
	align-items: center;
	gap: 20px;
}

@media only screen and (max-width: 767px) {
	.my-account-dashboard .profile-card .profile-details {
		gap: 8px;
	}
}

.my-account-dashboard .profile-card .profile-details .profile-picture {
	border-radius: 8px;
	width: 100px;
}

@media only screen and (max-width: 767px) {
	.my-account-dashboard .profile-card .profile-details .profile-picture {
		width: 60px;
	}
}

.my-account-dashboard .profile-card .profile-details .profile-info p {
	margin: 5px 0;
	color: #A8A9AB;
}

@media only screen and (max-width: 767px) {
	.my-account-dashboard .profile-card .profile-details .profile-info p {
		font-size: 12px;
		margin: 2px 0;
	}
}

.my-account-dashboard .profile-card .profile-details .points {
	margin-left: auto;
	background-color: #ffaa01;
	padding: 10px 30px;
	border-radius: 50px;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	.my-account-dashboard .profile-card .profile-details .points {
		padding: 5px 10px;
	}
}

.my-account-dashboard .profile-card .profile-details .points i {
	color: #fff;
	font-size: 18px;
	margin-right: 4px;
}

.my-account-dashboard .action-buttons {
	display: grid;
	justify-items: center;
	align-items: center;
	gap: 20px;
	padding: 20px 0;
}

.my-account-dashboard .action-buttons i {
	font-size: 38px;
}

.my-account-dashboard .more-action {
	border-radius: 16px;
	padding: 20px 0;
	margin-top: 30px;
	border: 1px solid #DDDDDD;
	text-align: center;
}



.my-account-notify .notify-info {
	margin-bottom: 30px;
	background-color: #F1F6F9;
	padding: 20px 30px;
	position: relative;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
}

.my-account-notify .notify-info .info-icon {
	display: block;
}

.my-account-notify .notify-info .info-icon i {
	font-size: 28px;
	margin-right: 15px;
}

.my-account-notify .notify-info .info-icon i.pink {
	color: #FC495F;
}

.my-account-notify .notify-info .info-icon i.green {
	color: #06C270;
}

.my-account-notify .notify-info .info-icon i.orange {
	color: #FDA036;
}

.my-account-notify .notify-info .info-header {
	word-wrap: break-word;
	color: #000;
	font-size: 16px;
}

.my-account-notify .notify-info .info-header strong {
	font-weight: 700;
	color: #000;
}

.my-account-notify .notify-info .info-text {
	color: #adb5bd;
	font-size: 14px;
}

.my-account-notify .notify-info .info-text i {
	font-size: 14px;
	color: #adb5bd;
	margin-right: 10px;
}

.checkout-address {
	margin-top: 20px;
}

.checkout-address .address-title .title {
	font-size: 24px;
	position: relative;
}

.checkout-address .address-title .title.light {
	color: #fff;
}

.checkout-address .address-title .subtitle {
	color: #DBDBDB;
}

.checkout-address .address-radio {
	margin-top: 30px;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	padding: 10px;
	background-color: #fff;
}

.checkout-address .address-radio [type="radio"] {
	position: relative;
	top: 2px;
	margin-right: 4px;
}

.checkout-address .address-radio label {
	color: #292D32;
	line-height: 35px;
	font-weight: 600;
}

.checkout-address .address-radio label span {
	top: 11px;
}

.checkout-address .btn-skip {
	color: #ffaa01;
	text-decoration: underline;
	text-transform: capitalize;
	background: transparent;
	border: none;
}

.single-select2 {
	margin-top: 30px;
}

.single-select2 span {
	display: block;
}

.single-select2 span:focus {
	outline: none;
}

.single-select2 .form-select2 .select2 {
	width: 100% !important;
}

.single-select2 .form-select2 .select2-container--default .select2-selection--single {
	height: 44px;
	border-color: #d7d7d7;
	transition: all 0.3s linear;
	border-radius: 6px;
	outline: none;
}

.single-select2 .form-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
	width: 100%;
	line-height: 42px;
	border-radius: 0px;
	padding-left: 20px;
	padding-right: 28px;
	font-style: italic;
	font-size: 14px;
	color: #999999;
}

.single-select2 .form-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 42px;
	width: 36px;
}

.single-select2 .form-select2 .select2-container--default.select2-container--open .select2-selection--single {
	border-color: #ffaa01;
}

.single-select2 .form-select2.phone-code .select2-container--default .select2-selection--single {
	border-radius: 6px 0 0 6px;
}

.selection {
	display: flex;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #ebebeb;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	outline: none;
}

.select2-dropdown {
	border-color: #ebebeb;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	right: -4px;
}

.select2-results__option {
	font-family: "Baloo 2",sans-serif;
	font-size: 14px;
	outline: none;
	color: #6c6c6c;
	padding: 5px 10px;
}





.single-form {
	margin-top: 30px;
}

.single-form input:not([type="checkbox"]):not([type="radio"]),.single-form textarea {
	width: 100%;
	height: 44px;
	padding: 0 20px;
	font-size: 14px;
	font-style: italic;
	color: #999999;
	transition: all 0.3s linear;
	border: 1px solid #d7d7d7;
	border-radius: 6px;
	background-color: #fff;
}

.single-form input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder,.single-form textarea::-webkit-input-placeholder {
	opacity: 1;
}

.single-form input:not([type="checkbox"]):not([type="radio"]):-moz-placeholder,.single-form textarea:-moz-placeholder {
	opacity: 1;
}

.single-form input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder,.single-form textarea::-moz-placeholder {
	opacity: 1;
}

.single-form input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder,.single-form textarea:-ms-input-placeholder {
	opacity: 1;
}

.single-form input:not([type="checkbox"]):not([type="radio"])+input,.single-form textarea+input {
	margin-top: 15px;
}

.single-form input:not([type="checkbox"]):not([type="radio"]):focus,.single-form textarea:focus {
	border-color: #ffaa01;
	outline: none;
}

.single-form input.phone-input {
	border-left: 0 !important;
	border-radius: 0 6px 6px 0 !important;
}

.single-form input.otp-input {
	width: 50px !important;
	height: 50px !important;
}

.single-form a {
	color: #ffaa01;
}

.single-form .subtitle {
	color: #514F4F;
}

.single-form .bottom-text {
	color: #757C86;
}

.single-form label {
	font-size: 15px;
	color: #494949;
	margin-bottom: 12px;
}

.single-form input[type="checkbox"] {
	display: none;
}

.single-form input[type="checkbox"]+label {
	padding-left: 22px;
	position: relative;
	cursor: pointer;
	margin-bottom: 0;
	font-size: 15px;
}

.single-form input[type="checkbox"]+label span {
	width: 14px;
	height: 14px;
	border: 1px solid #e1e1e1;
	position: absolute;
	display: block;
	top: 4px;
	left: 0;
	transition: all 0.3s linear;
}

.single-form input[type="checkbox"]+label span::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 11px;
	font-weight: 300;
	line-height: 12px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
	color: #fff;
	text-align: center;
}

.single-form input[type="checkbox"]:checked+label span {
	background-color: #ffaa01;
	border-color: #ffaa01;
}

.single-form input[type="checkbox"]:checked+label span::before {
	opacity: 1;
	visibility: visible;
}

.single-form textarea {
	padding-top: 10px;
	height: 250px;
	resize: none;
}

.single-form iframe {
	height: 100%;
	width: 100%;
	border-radius: 16px;
}

.single-form .btn {
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
}

.modal .modal-dialog .modal-content .btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 7;
	background-color: #EFEFEF;
	border-radius: 25px;
	font-size: 10px;
	padding: 8px;
}

.modal .modal-dialog .modal-content .btn-close:focus {
	box-shadow: none;
}