:root {
	--body-bg: #f2f4f8;
	--primary: #2b398f;
	--secondary: #ef4a23;
	--white: #fff;
	--shadow: rgba(0, 0, 0, 0.1);
	--label-color: #666;
	--black: #000;
}
*,
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 15px;
	margin: 0;
	padding: 0;
	background-color: var(--body-bg);
}

body.on-scroll {
	padding-top: 50px;
}
p {
	margin-bottom: 10px;
	font-size: 15px;
	color: #01132d;
	line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-weight: bold;
}
h1 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	margin: 0 0 20px;
}
h2 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 5px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}
h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	color: var(--secondary);
}
a:hover {
	text-decoration: underline;
	color: var(--secondary);
}
.accordion-button:focus {
	border-color: none;
	box-shadow: none;
}
.accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: none;
}
.menu-item a:hover {
	text-decoration: none;
}
.btn {
	background: var(--primary);
	display: inline-block;
	border: 2px solid var(--primary);
	padding: 0 20px;
	margin: 0;
	height: 42px;
	line-height: 38px;
	font-size: 14px;
	font-weight: 600;
	color: var(--white);
	cursor: pointer;
	border-radius: 4px;
	outline: none;
	text-align: center;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.btn:hover {
	box-shadow: 0 50px rgba(0, 0, 0, 0.2) inset;
	color: var(--white);
	text-decoration: none;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}
.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: row;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	width: 100%;
	position: relative;
	left: -10px;
}
.navbar-nav .nav-link {
	padding: 0 7px 0 7px;
	line-height: 50px;
	white-space: nowrap;
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #222;
	position: relative;
}
small {
	font-size: 80%;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
input,
select,
textarea {
	font-size: 15px;
	height: 42px;
	padding: 5px 15px;
	background: var(--white);
	outline: none;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
}
textarea {
	resize: none;
	padding: 10px 15px;
	min-height: 100px !important;
}
input[type='radio'],
input[type='checkbox'] {
	width: 16px;
	height: 16px;
}
img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	height: auto;
}
input:focus,
.form-control:focus {
	border-color: #aaa;
	box-shadow: none;
}
.overlay {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 90;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	display: none;
}
.overlay.open {
	display: block;
	cursor: pointer;
}
/* ! Common Style */
.theme_ws_box {
	background: var(--white);
	border-radius: 5px;
	box-shadow: 0 1px 1px var(--shadow);
}
.p_tb_15 {
	padding: 15px 0px;
}
.p_15 {
	padding: 15px;
}
.title {
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 20px;
}
/* ! Header */
header {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	position: relative;
}
.header .close {
	position: fixed;
	color: #fff;
	font-size: 20px;
	left: -400px;
	top: 10px;
	width: 40px;
	display: none;
	z-index: 999;
	transition: all 300ms ease;
	height: 40px;
	background: var(--secondary);
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	cursor: pointer;
}

.header .close.close-block {
	display: block;
	left: 300px;
}
.top {
	background-color: #081621;
	padding: 10px 0px;
}
.header_top_area_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mobile_menu {
	display: none;
	cursor: pointer;
}
.mobile_menu i {
	font-size: 24px;
	color: #fff;
}
.header_left_area {
	display: flex;
	align-items: center;
	gap: 50px;
}
.header-search {
	position: relative;
	width: 100%;
	max-width: 38rem;
}
.header-search.hs-expanded .select-box {
	width: 200px;
	border: 2px solid var(--secondary);
	border-right: none;
	color: #666666;
}
.header-search.hs-round .select-box,
.header-search.hs-round .form-control {
	border-radius: 0.3rem 0 0 0.3rem;
}
.header-search .select-box::before {
	right: 1.2rem;
	margin-top: -0.1rem;
	font-weight: 400;
}
.header-search .select-box select {
	position: relative;
	padding: 10px 10px;
	border: 0;
	font-weight: 400;
	z-index: 1;
	font-size: 12px;
	background-color: transparent;
	color: #fff;
}
.header-search.hs-expanded .select-box::after {
	content: '';
	height: 35px;
	left: 208px;
	width: 1px;
	background: #ef4a24;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-search.hs-expanded input.form-control {
	color: #fff;
	border-right: none;
	border-left: none;
}
.header-search.hs-expanded input.form-control::placeholder {
	color: #fff;
}
.header-search input.form-control {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 300px;
	padding: 21px 20px;
	border: 2px solid var(--secondary);
	font-size: 14px;
	letter-spacing: 0;
}
.header-search.hs-round.hs-expanded .form-control {
	border-radius: 0;
	background-color: transparent;
}
.header-search .btn-search {
	margin: 0;
	padding: 0;
	min-width: 50px;
	height: 46px;
	border-radius: 4px;
	color: #333;
	border-left: 0;
	border-color: var(--secondary);
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -0.025em;
	text-transform: none;
	background-color: transparent;
	color: #fff;
}
.header-search.hs-round .btn-search {
	border-radius: 0 0.3rem 0.3rem 0;
}
.header-search .btn:hover {
	box-shadow: none;
}
.navUser-section {
	display: flex;
}
.cart-button {
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	background: #fff;
	color: #081621;
	border-radius: 50%;
	margin: 0 5px;
	position: relative;
	text-align: center;
	transition: box-shadow 0.2s ease-in-out;
}
.cart-button:hover {
	box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
}
.cart-button svg {
	width: 19px;
}
.cart-button .countPill {
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 10px;
	font-weight: bold;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	top: -4px;
	color: #222;
	overflow: hidden;
	text-align: center;
	right: -10px;
	box-shadow: 1px 0 3px rgba(0, 0, 0, 0.4);
}
.logo_area img {
	height: 70px;
	width: auto;
}
.navbar {
	position: relative;
	background: #fff;
	padding: 0px;
}
.navbar-nav {
	flex-direction: row;
	width: 100%;
	position: relative;
	left: -10px;
}
.navbar-nav .nav-item {
	position: relative;
}
.navbar-nav > .nav-item {
	margin-left: 0;
}
.navbar-nav .nav-link {
	padding: 0 7px 0 7px;
	line-height: 50px;
	white-space: nowrap;
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #222;
	position: relative;
}
.navbar-nav .nav-link:hover,
.navbar-nav .show > .nav-link {
	color: var(--secondary);
	text-decoration: none;
}
.navbar-nav .nav-item .drop-down {
	display: none;
	position: absolute;
	left: 10px;
	background: #fff;
	z-index: 99;
	padding: 5px 0;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.1),
		0 -3px 0 0 var(--secondary);
}
.navbar-nav .drop-down li {
	display: block;
	position: relative;
}
.navbar-nav .nav-item:hover > .drop-down {
	display: block;
}
.navbar-nav .drop-down li .nav-link,
.navbar-nav .drop-down li a {
	display: block;
	font-weight: normal;
	font-size: 13px;
	white-space: normal;
	line-height: 19px;
	padding: 4px 15px;
	width: 200px;
	color: #222;
}
.navbar-nav .multi-col > .drop-down {
	width: 400px;
}
.navbar-nav .drop-down li.has-child:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent var(--secondary);
	position: absolute;
	right: 10px;
	top: 12px;
	opacity: 0.4;
}
.navbar-nav .drop-down li:hover > a {
	background: var(--secondary);
	color: #fff;
}
.navbar-nav .nav-item:hover > .drop-menu-2 {
	left: 100%;
	top: -5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.2);
}
.navbar-nav .multi-col .drop-down > ul {
	display: inline-block;
	position: relative;
	float: left;
}
.navbar-nav .drop-down li {
	display: block;
	position: relative;
}
.navbar-nav > .nav-item:nth-child(10):hover .drop-menu-1,
.navbar-nav > .nav-item:nth-child(11):hover .drop-menu-1,
.navbar-nav > .nav-item:nth-child(12):hover .drop-menu-1,
.navbar-nav > .nav-item:nth-child(13):hover .drop-menu-1,
.navbar-nav > .nav-item:nth-child(14):hover .drop-menu-1,
.navbar-nav > .nav-item:nth-child(15):hover .drop-menu-1,
.navbar-nav > .nav-item:nth-child(16):hover .drop-menu-1,
.navbar-nav > .nav-item:nth-child(17):hover .drop-menu-1,
.navbar-nav > .nav-item:nth-child(18):hover .drop-menu-1 {
	right: 10px;
	left: auto;
}
.navbar-nav > .nav-item:nth-child(10):hover .drop-menu-2,
.navbar-nav > .nav-item:nth-child(11):hover .drop-menu-2,
.navbar-nav > .nav-item:nth-child(12):hover .drop-menu-2,
.navbar-nav > .nav-item:nth-child(13):hover .drop-menu-2,
.navbar-nav > .nav-item:nth-child(14):hover .drop-menu-2,
.navbar-nav > .nav-item:nth-child(15):hover .drop-menu-2,
.navbar-nav > .nav-item:nth-child(16):hover .drop-menu-2,
.navbar-nav > .nav-item:nth-child(17):hover .drop-menu-2,
.navbar-nav > .nav-item:nth-child(18):hover .drop-menu-2 {
	left: inherit;
	right: 100%;
}
/* ! Breadcrumb */
.breadcrumb_area {
	border-bottom: 1px solid #ddd;
	padding: 15px 0px;
	background-color: var(--white);
}
.breadcrumb_content {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb_content li {
	display: inline;
	line-height: 16px;
	font-size: 14px;
	color: var(--label-color);
}
.breadcrumb_content li a i {
	font-size: 12px;
	color: var(--label-color);
}
.breadcrumb_content li:before {
	content: '/';
	margin: 0 5px;
	position: relative;
	top: 0;
}
.breadcrumb_content li:first-child:before {
	display: none;
}
.breadcrumb_content li a {
	color: var(--label-color);
}
.breadcrumb_content li a:hover {
	text-decoration: underline;
}
/* ! Table */
.table-bordered thead tr {
	border: none;
}
.table-bordered thead tr td {
	padding: 14px 10px;
	color: var(--label-color);
	font-size: 13px;
	font-weight: 600;
	background: #f5f7f9;
	border: none;
	vertical-align: middle;
	border-right: 1px solid var(--white);
}
.table-bordered thead tr td:last-child {
	border-right: none;
}
.table-bordered tbody tr {
	border: none;
}
.table-bordered tbody td {
	padding: 12px 10px;
	vertical-align: middle;
	border: none;
	border-bottom: 1px solid #eee;
}
.table-bordered tbody td a {
	display: inline-block;
	color: #111;
	font-size: 16px;
}
/* ! Home Page */
.hero_slider_area {
	margin-top: 30px;
}
.slider_image,
.hero_section_ads {
	width: 100%;
	height: 450px;
}
.hero_section_ads {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.hero_section_ads img {
	height: 48%;
}
.slider_image img {
	object-fit: fill;
	width: 100%;
	height: 100%;
}
.hero_slider_area .swiper-pagination-bullet {
	width: 30px;
	height: 8px;
	border-radius: 20px;
}
.hero_slider_area .swiper-pagination-bullet-active {
	background-color: var(--secondary);
}
.services_center_section {
	padding: 50px 0px;
}
.service_section_item {
	display: flex;
	padding: 15px 20px;
	align-items: center;
	margin-bottom: 20px;
}
.service_section_item:hover {
	text-decoration: none;
}
.services_section_item_icon {
	background: var(--secondary);
	height: 50px;
	width: 50px;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
	margin-right: 20px;
}
.services_section_item_icon i {
	line-height: 50px;
	color: #fff;
	font-size: 20px;
}
.services_section_item_content h3 {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 0px;
}
.services_section_item_content p {
	color: #444;
	margin: 0;
}
/* ? Featured Category */
.featured_category_section .cat-items-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0px;
}
.featured_category_section .cat-item {
	flex: 0 0 12.5%;
	padding: 0 5px;
	margin-bottom: 20px;
	text-align: center;
}
.featured_category_section .cat-item .cat-item-inner {
	display: block;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	padding: 15px 0;
}
.featured_category_section .cat-item .cat-item-inner:hover {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.featured_category_section .cat-item .cat-icon {
	display: inline-block;
	padding: 15px;
}
.featured_category_section .cat-item p {
	font-size: 14px;
	margin: 0;
	transition: all 0.3s;
}
.featured_category_section .cat-item a {
	color: #000;
	text-decoration: none;
}
.featured_category_section .cat-item:hover a {
	text-decoration: none;
}
.featured_category_section .cat-item:hover p {
	color: var(--secondary);
	transition: all 0.3s;
}
/* ? Product Card */
.feature_product_section .p-items-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0px;
	padding: 0;
	justify-content: flex-start;
}
.feature_product_section .p-item {
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0 5px 10px;
	margin-bottom: 0;
	display: flex;
	position: relative;
}
.feature_product_section .p-item-inner {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.feature_product_section .marks {
	display: flex;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 10;
	flex-direction: column;
	align-items: flex-start;
}
.feature_product_section .marks .mark {
	background: var(--secondary);
	width: auto;
	color: #fff;
	font-size: 12px;
	padding: 3px 10px;
	line-height: 14px;
	margin-bottom: 2px;
	border-radius: 0 20px 20px 0;
	flex: 0 0 auto;
}
.feature_product_section .p-item-img {
	text-align: center;
	border-bottom: 3px solid rgba(55, 73, 187, 0.03);
	flex: 0 0 220px;
	padding: 20px;
	margin: 0;
}
.feature_product_section .p-item-img > a {
	height: 228px;
}
.feature_product_section .p-item-img img {
	max-width: 100%;
}
.feature_product_section .p-item-details {
	padding: 15px;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}
.feature_product_section .p-item-name {
	margin: 0 0 15px;
	line-height: 20px;
	overflow: hidden;
	font-weight: 600;
	font-size: 14px;
	position: relative;
	height: auto;
}
.feature_product_section .common-home .p-item-name {
	font-weight: 400;
	font-size: 15px;
}
.feature_product_section .p-item-name a {
	color: #111;
	transition: 0.3s;
}
.feature_product_section .p-item-price {
	line-height: 22px;
	font-size: 17px;
	font-weight: 600;
	color: #ef4a23;
}
.feature_product_section .p-item-name:hover a {
	cursor: pointer;
	text-decoration: none;
	color: #ef4a23;
	transition: 0.3s;
	text-decoration: underline;
}
/* ! Contact Us Page Style */
.info_page_style {
	padding: 50px 0px;
}
.contact_us_body {
	max-width: 950px;
	margin: 10px auto;
}
.c-card {
	display: flex;
	padding: 15px 20px;
	align-items: center;
}
.c-card .ic {
	background: var(--primary);
	height: 50px;
	width: 50px;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
	margin-right: 20px;
}
.c-card .ic i {
	line-height: 50px;
	color: var(--white);
}
.c-card .label {
	color: var(--label-color);
	line-height: 26px;
	display: block;
}
.c-card .blurb {
	color: var(--black);
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.top-bar {
	padding: 10px 10px 10px 20px;
	margin-bottom: 10px;
}
.top-bar .page-heading {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
.top-bar .search {
	background: #f1f3f5;
	position: relative;
	padding: 1px;
	display: flex;
}
.top-bar .search input {
	float: left;
	height: 35px;
	border: none;
	padding: 0 10px;
	background: none;
	outline: none;
}
.top-bar .search input:focus {
	outline: none;
	box-shadow: none;
}
.top-bar .search i {
	line-height: 30px;
	font-size: 16px;
	cursor: pointer;
	margin-right: 8px;
}
.showroom_wrapper {
	display: flex;
	flex-direction: column;
}
.showroom_wrapper .address {
	padding-bottom: 10px;
}
.showroom_wrapper .address-inner {
	display: flex;
	padding: 15px 20px;
	align-items: center;
}
.showroom_wrapper .address .address-details {
	flex: 1 1 400px;
	max-width: 400px;
	padding-right: 30px;
}
.showroom_wrapper .address .address-details h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
.showroom_wrapper .address .address-line {
	font-size: 14px;
	line-height: 20px;
	color: var(--label-color);
}
.showroom_wrapper .address .phone-numbers {
	flex: 1 1 auto;
	display: flex;
	justify-content: flex-end;
}
.showroom_wrapper .address .phone-numbers .phone {
	display: inline-block;
	padding-right: 30px;
	border-right: 1px solid #ddd;
	margin-right: 30px;
	font-weight: bold;
	font-size: 13px;
	line-height: 26px;
}
.showroom_wrapper .address .phone-numbers .phone span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	line-height: 16px;
}
.showroom_wrapper .address .map-link {
	flex: 0 0 auto;
	text-align: right;
}
.showroom_wrapper .address .map-link a {
	padding: 3px 15px;
	line-height: 30px;
	display: flex;
	align-items: center;
	gap: 5px;
	border-radius: 30px;
	font-size: 15px;
	border: 1px solid var(--primary);
	transition: all 0.3s;
}
.showroom_wrapper .address .map-link i {
	float: right;
	font-size: 12px;
	line-height: 28px;
	color: var(--label-color);
}
.showroom_wrapper .address .map-link a:hover {
	background: var(--primary);
	color: var(--white);
	transition: all 0.3s;
}
.showroom_wrapper .address .map-link a:hover i {
	color: var(--white);
}
/* ! Cart Page */
.input-group.btn-block {
	width: 150px;
	display: flex;
	gap: 10px;
}
.input-group input {
	flex: 1 1 auto;
	border-radius: 0.25rem !important;
}
.input-group-btn {
	display: flex;
	margin-left: 10px;
}
.input-group-btn button {
	border: none;
	background: var(--white);
	padding: 0;
	margin-right: 10px;
	color: #888;
	box-shadow: none;
}
.input-group-btn button i {
	line-height: 42px;
	font-size: 16px;
}
.input-group-btn button:hover i {
	color: #111;
}
.cart-total {
	float: right;
	max-width: 300px;
	margin: 20px 0 40px;
}
.cart-total td {
	font-size: 18px;
}
.cart-total .amount {
	font-weight: bold;
	color: var(--secondary);
}
.cart_area .page-section {
	padding: 20px;
	background: #f1f5f9;
}
.input-group {
	gap: 10px;
}
.st-outline {
	background: none;
	color: var(--primary);
}
.st-outline:hover {
	background: var(--primary);
	color: var(--white);
	text-decoration: none;
}
.buttons {
	display: flex;
	width: 100%;
	justify-content: space-between;
	border-top: 1px solid #eee;
	margin-bottom: 70px;
	padding-top: 30px;
}
/* ! Checkout Page */
.checkout-content .page-section,
.order_details_page .page-section,
.tracking_order_area .page-section {
	padding: 20px;
	margin-bottom: 20px;
}
.checkout-content .section-head h2,
.order_details_page .section-head h2,
.tracking_order_area .section-head h2 {
	font-size: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.checkout-content .page-section h2 span {
	background: rgba(245, 65, 55, 0.1);
	color: var(--secondary);
	display: inline-block;
	width: 30px;
	text-align: center;
	border-radius: 30px;
	margin-right: 15px;
	font-weight: 600;
}
.multiple-form-group {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.multiple-form-group .form-group {
	flex: 0 0 48%;
}
.form-group {
	margin-bottom: 20px;
	position: relative;
}
.checkout-content .page-section p {
	margin-bottom: 10px;
}
.radio-inline {
	line-height: 25px;
}
.checkout-content .accepted-logo {
	margin-top: 20px;
}
.checkout-content .accepted-logo h5 {
	margin-bottom: 15px;
}
.row-payment-delivery-order > div {
	display: flex;
}
.row-payment-delivery-order .page-section {
	flex: 1 1 auto;
}
.input-group-btn .st-outline {
	color: var(--primary);
	border: 2px solid var(--primary);
	padding: 0px 20px;
}
.input-group-btn .st-outline:hover {
	background: var(--primary);
	color: var(--white);
}
.checkout-content td .amount,
.order_details_page td .amount,
.tracking_order_area td .amount {
	font-weight: 600;
	color: var(--secondary);
}
.checkout-final-action {
	display: flex;
	align-items: center;
	border-top: 3px solid #eee;
	padding-top: 20px;
	margin-bottom: 50px;
}
.checkout-final-action .agree-text {
	flex: 1 1 auto;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.checkout-final-action button {
	flex: 0 0 auto;
}
.checkout-final-action .agree-text input {
	position: absolute;
	left: 0;
	top: 4px;
}
.checkout_area .section-reward {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.sticker {
	display: flex;
	margin-right: 15px;
	background: rgba(239, 34, 35, 0.05);
	padding: 15px 30px 15px 20px;
	border-radius: 50px;
	margin-bottom: 15px;
}
.sticker i {
	font-size: 38px;
	color: var(--secondary);
	margin-right: 10px;
}
.reward span {
	display: inline-block;
	line-height: 40px;
}
.reward .points {
	font-size: 22px;
	font-weight: bold;
	margin-right: 5px;
}
/* ! Wishlist Page */
.wishlist_wrap {
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.ac-header {
	display: flex;
	padding-bottom: 30px;
	margin: 40px 0 0;
}
.ac-header .left {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
}
.ac-header .avatar img {
	border-radius: 50%;
}
.ac-header .name {
	padding-left: 20px;
}
.ac-header .name p {
	color: var(--label-color);
	font-size: 14px;
	margin: 0;
}
.ac-header .name p.user {
	color: #111;
	font-size: 22px;
	margin: 5px 0 0;
}
.ac-header .right {
	flex: 0 0 300px;
	display: flex;
	align-items: center;
}
.ac-header .balance {
	display: flex;
	width: 150px;
	flex-direction: column;
	text-align: center;
	border-left: 1px solid #ddd;
}
.ac-header .balance .blurb {
	color: var(--label-color);
	font-size: 14px;
}
.ac-header .balance .amount {
	color: var(--secondary);
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	margin: 5px 0 0;
}
.navbar-nav.ac-navbar {
	border-bottom: 3px solid #ddd;
	margin: 0 0 30px;
}
.ac-navbar .nav-item .nav-link {
	font-size: 14px;
	font-weight: 400;
}
.navbar-nav.ac-navbar > .nav-item.active > .nav-link,
.navbar-nav.ac-navbar > .nav-item:hover > .nav-link {
	box-shadow: 0 3px 0 0 var(--secondary);
	color: var(--secondary);
}
.navbar-nav.ac-navbar .nav-item a:hover {
	text-decoration: none;
}
.ac-title h1 {
	font-weight: normal;
	color: var(--primary);
}
.wishlist_area .card {
	display: flex;
	flex-direction: row;
	margin: 0 0 15px;
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.03);
	padding: 20px;
	align-items: center;
}
.wishlist_area .card:hover {
	border: 1px solid #ddd;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.wishlist_area .card .img-n-title {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
}
.wishlist_area .card .img-wrap {
	flex: 0 0 47px;
	margin-right: 20px;
}
.wishlist_area .card .title {
	flex: 1 1 auto;
	padding-right: 50px;
	margin-bottom: 0;
}
.wishlist_area .card .title h6.item-name a,
.wishlist_area .card .title h6.item-name {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0px;
	color: #111;
}
.wishlist_area .card .title p {
	margin: 2px 0 0;
	color: var(--label-color);
	font-size: 13px;
}
.wishlist_area .card .amount {
	flex: 0 0 150px;
	padding-right: 30px;
	font-size: 18px;
	font-weight: bold;
	color: var(--secondary);
}
.wishlist_area .card .actions {
	flex: 0 0 100px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.wishlist_area .card .actions .btn {
	margin-right: 20px;
}
.wishlist_area .card .actions i {
	font-size: 16px;
	margin-left: 10px;
	color: var(--label-color);
}
.wishlist_area .card .actions i:hover {
	color: var(--secondary);
}
/* ! Product Details Page */
.product__carousel {
	display: block;
	max-width: 700px;
	margin: 1em auto 3em;
}
.product__carousel a {
	display: block;
	margin-bottom: 15px;
}
.product__carousel .gallery-top {
	border: 1px solid #ebebeb;
	border-radius: 3px;
	margin-bottom: 5px;
	height: 400px !important;
	overflow: hidden;
}
.gallery-thumbs {
	overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide {
	position: relative;
	overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
	min-width: 100%;
	min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
	color: var(--secondary) !important;
}
.product__carousel .swiper-button-next:after,
.product__carousel .swiper-container-rtl .swiper-button-prev:after,
.product__carousel .swiper-button-prev:after,
.product__carousel .swiper-container-rtl .swiper-button-next:after {
	font-size: 20px;
}
.product__carousel .gallery-thumbs .swiper-slide {
	position: relative;
	transition: border 0.15s linear;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	cursor: pointer;
	overflow: hidden;
	height: calc(100% - 2px);
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	border-color: var(--secondary);
}
.product__carousel .gallery-thumbs .swiper-slide img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
}

.product-details .basic .product-images {
	width: 100%;
	text-align: center;
}
.product-details .product-img-holder .thumbnail {
	display: block;
	padding: 15px;
}
.pd-summary {
	width: 100%;
	padding-bottom: 40px;
}
.product-name {
	color: var(--primary);
	padding: 5px 0 10px;
	margin: 0;
}
.product-info-table tbody {
	display: flex;
	flex-wrap: wrap;
}
.product-info-table tbody tr {
	margin: 0 7px 7px -2px;
	background: rgba(55, 73, 187, 0.05);
	border-radius: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
}
.product-info-table tbody tr .product-info-label {
	color: var(--label-color);
}
.product-info-table tbody tr .product-info-label:after {
	content: ':';
}
.product-info-table tbody tr .product-info-data {
	font-weight: bold;
	font-size: 14px;
}
.product-info-table tbody tr .product-info-data ins {
	text-decoration: none;
}
.product-info-table tbody tr .product-info-data del {
	color: var(--label-color);
}
.pd-summary h2 {
	margin: 16px 0;
	font-size: 18px;
	font-weight: normal;
}
.short-description {
	margin-bottom: 30px;
}
.short-description li {
	display: block;
	line-height: 20px;
	padding-bottom: 10px;
}
.short-description .view-more {
	display: inline-block;
	line-height: 24px;
	padding-bottom: 2px;
	color: #e5330b;
	border-bottom: 1px solid #e5330b;
	cursor: pointer;
}
.product-price-options {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.product-price-options .p-wrap {
	flex: 1 1 auto;
	border: 2px solid #edf2f5;
	position: relative;
	padding: 15px 15px 15px 55px;
	box-shadow: 40px 0 0 #fafafa inset;
	cursor: pointer;
}
.product-price-options .p-wrap.cash-payment {
	flex: 0 0 45%;
	margin-right: 15px;
}
.product-price-options .p-wrap input {
	position: absolute;
	height: 20px;
	left: 12px;
	top: 50%;
	margin-top: -10px;
	transform: scale(1.5);
	cursor: pointer;
}
.product-price-options .p-wrap:hover,
.product-price-options .p-wrap.active {
	border: 2px solid var(--primary);
}
.product-price-options .p-wrap .price {
	display: inline-block;
	font-size: 20px;
	line-height: 22px;
	padding-bottom: 5px;
	font-weight: bold;
}
.product-price-options .p-wrap .price .price-old {
	color: var(--label-color);
	font-size: 18px;
	font-weight: normal;
	text-decoration: line-through;
}
.product-price-options .p-wrap .p-tag {
	font-size: 13px;
	line-height: 20px;
	white-space: nowrap;
}
.fade_style {
	color: var(--label-color);
	font-size: 13px;
}
.cart-option {
	display: flex;
}
.cart-option .quantity {
	margin-right: 20px;
	width: 140px;
	display: flex;
	border: 1px solid #edf2f5;
}
.cart-option .quantity span {
	display: flex;
	flex: 0 0 40px;
	align-items: center;
	text-align: center;
}
.cart-option .quantity span:hover {
	background: #f1f1f1;
}
.cart-option .quantity span i {
	margin: 0 auto;
	cursor: pointer;
	font-size: 16px;
	height: 14px;
}
.cart-option .quantity span {
	display: flex;
	flex: 0 0 40px;
	align-items: center;
	text-align: center;
}
.cart-option .quantity span input {
	width: 60px;
	height: 40px;
	border: none;
	box-shadow: 1px 0 0 #edf2f5, -1px 0 0 #edf2f5;
	text-align: center;
	border-radius: 0;
}
.cart-option .btn {
	min-width: 200px;
}
.product_details_bottom {
	border-top: 1px solid #ddd;
}
.product_details_bottom .navs li:first-child,
.product_details_bottom .navs li:hover {
	background: var(--secondary);
	color: #fff;
	box-shadow: none;
}
.product_details_bottom .nav li {
	flex: 0 0 auto;
	line-height: 40px;
	padding: 0 15px;
	margin: 10px 5px 0 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	border-radius: 5px;
	cursor: pointer;
	background: #fff;
	color: #000;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.product_details_bottom .navs li {
	padding: 0 20px;
	margin: 0 10px 20px 0;
}
.product_details_bottom section {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	margin-top: 0;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.product_details_bottom .section-head {
	padding-bottom: 20px;
}
.product_details_bottom .data-table {
	width: 100%;
	margin-top: -20px;
}
.data-table.flex-table {
	display: flex;
	flex-direction: column;
}
.flex-table tr {
	display: flex;
}
.flex-table td {
	flex: 1 1 auto;
	display: flex;
}
.product_details_bottom .data-table .heading-row {
	background: rgba(55, 73, 187, 0.05);
	color: var(--primary);
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	padding: 6px 20px;
	margin: 20px 0 0;
	border-radius: 5px;
}
.data-table tbody td.name {
	color: var(--label-color);
}
.data-table tbody td {
	padding: 10px 20px;
	line-height: 22px;
	border-bottom: 1px solid #ecedef;
}
.flex-table td.name {
	flex: 0 0 250px;
	display: flex;
}
.product_details_bottom .full-description {
	line-height: 24px;
}
.product_details_bottom .q-n-r-section .section-head {
	display: flex;
	border-bottom: 1px solid #eee;
}
.product_details_bottom .q-n-r-section .section-head > div {
	flex: 1 1 auto;
}
.product_details_bottom p.section-blurb {
	color: #666;
	margin-bottom: 0;
}
.product_details_bottom .q-n-r-section .section-head > div.q-action {
	flex: 0 0 auto;
	text-align: right;
	display: flex;
	align-items: center;
}
.product_details_bottom .empty-content {
	padding: 50px 0;
	text-align: center;
	width: 100%;
}
.product_details_bottom .empty-content i {
	padding: 20px;
	background: rgba(55, 73, 187, 0.05);
	color: var(--primary);
	border-radius: 50px;
	font-size: 48px;
	width: 88px;
	height: 88px;
}
.product_details_bottom .empty-content .empty-text {
	color: var(--label-color);
	padding-top: 20px;
	font-size: 14px;
}
.product_details_bottom .c-left section {
	padding: 10px 20px;
	margin-left: -10px;
}
.product_details_bottom .c-left section h3 {
	text-align: center;
	padding: 5px 0 15px;
	margin: 0;
	color: var(--primary);
}
.product_details_bottom .p-s-item {
	background: #fff;
	display: flex;
	padding: 15px 0;
	border-top: 1px solid #ecedef;
}
.product_details_bottom .p-s-item .image-holder {
	flex: 0 0 86px;
	display: flex;
}
.product_details_bottom .p-s-item .product-name {
	margin: 0 0 10px;
	padding: 0;
}
.product_details_bottom .p-s-item .product-name a {
	font-size: 15px;
	color: #000;
	font-weight: normal;
	line-height: 16px;
}
.product_details_bottom .p-s-item .product-name a:hover {
	color: var(--secondary);
}
.product_details_bottom .p-s-item .price {
	font-size: 16px;
	color: var(--secondary);
	padding-bottom: 12px;
	font-weight: 600;
}
.product_details_bottom .btn-compare {
	line-height: 20px;
	display: inline-block;
	font-size: 13px;
	color: var(--label-color);
	cursor: pointer;
}
.product_details_bottom .btn-compare i {
	font-size: 16px;
	margin-right: 5px;
}
.product_details_bottom .btn-compare:hover {
	color: #111;
}
/* ! Shop Page */
.product_filter_area {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.p-item-page #columnLeft {
	-ms-flex: 0 0 280px;
	flex: 0 0 280px;
	max-width: 280px;
	padding-right: 0;
	margin-right: 0;
}
#columnLeft .close {
	display: none;
}
.product_filter_area .accordion-item {
	border: 0;
}
.product_filter_area .accordion-button,
.product_filter_area .price-filter span {
	border-bottom: 1px solid #eee;
	padding: 0 20px 0 20px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	color: #111;
	font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s;
}
.price_content {
	display: inline-block;
	width: 100%;
	padding: 0 20px 20px;
}
.pf-wrap {
	height: 40px;
	overflow: hidden;
	padding: 17px 15px 0px;
}
/* custom styles for UiSlider */
.noUi-target {
	cursor: pointer;
}
.noUi-target :focus {
	outline: none;
}
.noUi-horizontal {
	height: 9px;
}
.noUi-connect {
	background: var(--secondary);
}
.noUi-base {
	background: var(--body-bg);
}
.noUi-horizontal .noUi-handle {
	top: -6px;
	right: -15px;
	width: 22px;
	height: 22px;
	background: var(--secondary);
	border: 2px solid var(--secondary);
	border-radius: 50%;
	box-shadow: unset;
	cursor: pointer;
	transition: transform 0.1s;
}
.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
	content: none;
}
.noUi-horizontal .noUi-handle:hover {
	transform: scale(1.1);
}
.product_filter_area .range-label {
	position: relative;
}
.product_filter_area .range-label input {
	width: 80px;
	height: 30px;
	border: 1px solid #c5cbd5;
	margin: 5px 0 0 -1px;
	outline: 0;
	padding: 6px 0;
	border-radius: 0;
	font-size: 14px;
	text-align: center;
}
.noUi-target {
	border: none;
}
.accordion-button::after {
	display: none;
}
.accordion-button.collapsed i {
	transform: rotate(0deg);
	transition: all 0.3s;
}
.accordion-button:not(.collapsed) i {
	transform: rotate(-180deg);
	transition: all 0.3s;
}
.product_filter_area .filter {
	display: inline-block;
	width: 100%;
	padding: 6px;
	margin: 0 -6px;
	font-size: 14px;
	border-radius: 3px;
	cursor: pointer;
}
.product_filter_area .filter input {
	margin-right: 10px;
	height: 16px;
	width: 16px;
	position: relative;
	top: 2px;
	float: left;
}
.product_filter_area .filter span {
	display: block;
	margin-left: 25px;
	line-height: 20px;
	color: #111;
}
.product_filter_area .filter:hover {
	background: var(--body-bg);
}
.tool-btn {
	display: flex;
	margin: 0 0 -40px 0;
	color: #000;
	padding: 0 10px;
	height: 30px;
	background: rgba(55, 73, 187, 0.05);
	border: none;
	white-space: nowrap;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	outline: none;
}
.tool-btn i {
	float: left;
	margin-right: 5px;
}
.top-bar .page-heading {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
}
.top-bar .show-sort {
	text-align: right;
}
.show-sort .form-group {
	display: inline-block;
	padding-left: 10px;
	margin-bottom: 0;
}
.show-sort .form-group label {
	padding-right: 5px;
	color: var(--label-color);
}
.show-sort .form-group * {
	display: inline-block;
}
.show-sort .form-group select {
	background: #f1f3f5;
	padding: 6px 5px;
	font-size: 14px;
	border: none;
	position: relative;
	outline: none;
	height: 30px;
	max-width: 110px;
}
.p-items-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	padding: 0;
	justify-content: flex-start;
}
.p-item {
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0 5px 10px;
	margin-bottom: 0;
	display: flex;
	position: relative;
}
.p-item-page .p-item {
	flex: 25%;
	max-width: 25%;
}
.p-item-inner {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.marks {
	display: flex;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 10;
	flex-direction: column;
	align-items: flex-start;
}
.marks .mark {
	background: var(--secondary);
	width: auto;
	color: #fff;
	font-size: 12px;
	padding: 3px 10px;
	line-height: 14px;
	margin-bottom: 2px;
	border-radius: 0 20px 20px 0;
	flex: 0 0 auto;
}
.p-item-img {
	text-align: center;
	border-bottom: 3px solid rgba(55, 73, 187, 0.03);
	flex: 0 0 220px;
	padding: 20px;
	margin: 0;
}
.p-item-img img {
	max-width: 100%;
}
.p-item-details {
	padding: 15px;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.p-item-page .p-item-details {
	padding: 15px 15px 0;
	position: relative;
}
.p-item-name {
	margin: 0 0 15px;
	line-height: 20px;
	overflow: hidden;
	font-weight: 600;
	font-size: 14px;
	position: relative;
	height: auto;
}
.p-item-name a {
	color: #111;
}
.p-item-page .p-item .short-description {
	padding: 10px 0 0 14px;
	flex: 1 1 auto;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
}
.p-item-page .short-description li {
	font-size: 13px;
	color: #666;
	position: relative;
	line-height: 16px;
	padding-bottom: 10px;
}
.p-item-page .short-description li:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: #666;
	border-radius: 100%;
	left: -10px;
	top: 6px;
	color: var(--primary);
}
.p-item-page .p-item .p-item-price {
	padding-top: 10px;
	flex: 0 0 22px;
	text-align: center;
}
.p-item-price {
	line-height: 22px;
	font-size: 17px;
	font-weight: 600;
	color: var(--secondary);
}
.p-item-price .price-old {
	font-size: 12px;
	font-weight: 600;
	text-decoration: line-through;
	color: var(--label-color);
	padding-left: 5px;
}
.p-item .actions {
	flex: 0 0 97px;
	display: inline-block;
	width: 100%;
	padding: 15px 0 10px;
}
.p-item .actions .st-btn {
	display: flex;
	flex-wrap: nowrap;
	line-height: 34px;
	background: #fff;
	background: var(--body-bg);
	color: var(--primary);
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	padding: 0 14px;
	cursor: pointer;
	justify-content: center;
	align-content: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.p-item .actions .st-btn i {
	line-height: 34px;
	font-size: 16px;
	margin-right: 5px;
}
.p-item .actions .st-btn:hover {
	background: var(--primary);
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.p-item .actions .btn-compare {
	background: none;
	margin-top: 7px;
	border: none;
	color: var(--label-color);
	font-weight: 400;
	font-size: 13px;
	text-decoration: none;
}
.p-item .actions .btn-compare:hover {
	background: #f1f3f5;
	color: #111;
	transition: all 0.3s ease-in-out;
}
.p-item-page .bottom-bar {
	padding: 15px 0;
	margin: 15px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	min-height: 36px;
}
.pagination li {
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	min-width: 36px;
	text-decoration: none;
	transition: background-color 0.3s;
}
.pagination li a,
.pagination li span {
	background: #f1f3f5;
	padding: 0 10px;
	color: #111;
	display: block;
	border-radius: 4px;
}
.pagination li span.disabled {
	color: var(--label-color);
	cursor: default;
}
.pagination li.active span {
	background-color: var(--secondary);
	color: #fff;
}
.pagination li:hover a {
	background-color: var(--secondary);
	color: #fff;
	font-weight: bold;
}
.bottom-bar p {
	font-size: 14px;
	line-height: 34px;
	color: #111;
	margin: 0;
}
/* ! Footer Area */
.footer_wrapper {
	background: #081621;
	padding: 50px 0 0;
	position: relative;
}
.footer_wrapper .module-body {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	column-count: initial;
	column-rule-style: solid;
	gap: 10px;
	margin-bottom: 20px;
}
.menu-item a .links-text {
	border-radius: 99px;
	border: 1px solid #303860;
	padding: 3px 10px;
	color: rgba(203, 213, 230, 1);
	font-size: 13px;
	transition: all 0.3s;
}
.menu-item a .links-text:hover {
	background: #303860;
	color: #fff;
}
.payment_wrapper h3,
.follow_wrapper h3 {
	font-weight: 700;
	font-size: 15px;
	color: rgba(255, 255, 255, 1);
	text-transform: capitalize;
	padding-left: 10px;
	margin-bottom: 10px;
}
.follow_wrapper {
	text-align: right;
}
.follow_wrapper ul {
	display: flex;
	justify-content: flex-end;
	gap: 15px;
}
.follow_wrapper ul li a {
	background: rgba(0, 0, 0, 0);
	width: 32px;
	height: 32px;
	color: rgba(255, 255, 255, 1);
	border-width: 1px;
	border-style: solid;
	border-color: rgba(139, 145, 152, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}
.follow_wrapper ul li a i {
	font-size: 13px;
}
.follow_wrapper ul li a:hover {
	background-color: rgba(48, 56, 96, 1);
	text-decoration: none;
}
.copyright_text {
	font-size: 11px;
	color: rgba(109, 118, 125, 1);
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
/* ! Compare Page Design */
.cmpr-table {
	border-top: 2px solid #e2e4e8;
	margin: 30px 0 70px;
}
.cmpr-table tr {
	display: flex;
	margin-bottom: -2px;
}
.cmpr-table tbody tr:hover {
	background: #fafbfc;
}
.cmpr-table tr td {
	flex: 0 0 20%;
	border: 1px solid #ecedef;
	border-top: none;
	padding: 12px 15px;
	line-height: 20px;
	font-size: 14px;
}
.cmpr-table tr td:first-child {
	color: #666;
	padding-left: 30px;
}
.table > :not(:last-child) > :last-child > * {
	border-bottom-color: transparent;
}
.cmpr-table tr td h4 {
	color: #000;
	font-size: 20px;
	padding: 10px 0;
}
.cmpr-table tr td p {
	color: #666;
}
.p-item-img {
	text-align: center;
	border-bottom: 3px solid rgba(55, 73, 187, 0.03);
	flex: 0 0 220px;
	padding: 20px;
	margin: 0;
}
.cmpr-table .p-item-img {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 15px;
}
.cmpr-table .p-item-img .img-thumbnail {
	border: 0;
}
.cmpr-table .compare-item-wrapper {
	text-align: center;
}
.cmpr-table .p-item-name {
	margin: 0 0 20px;
	line-height: 20px;
	height: auto;
	overflow: visible;
	display: block;
	color: #111;
}
.cmpr-table .p-item-name strong {
	font-weight: 500;
}
.cmpr-table .p-item-name:hover {
	color: var(--secondary);
}
.cmpr-table .p-item-price {
	line-height: 30px;
	font-size: 22px;
	font-weight: 400;
	color: var(--secondary);
	margin-bottom: 20px;
}
.cmpr-table .compare-item-wrapper .remove {
	font-size: 13px;
	color: #666;
	text-decoration: underline;
}
.cmpr-table thead tr td:first-child {
	flex: 0 0 100%;
	background: rgba(55, 73, 187, 0.05);
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 1px;
	padding-left: 10px;
	display: flex;
}
.cmpr-table tr td i {
	float: left;
	font-size: 16px;
	margin: 0 6px 0 8px;
	font-weight: bold;
	cursor: pointer;
	height: 16px;
	width: 16px;
}
.cmpr-table tr td i.fa-angle-up {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.cmpr-table tr td:first-child strong {
	color: var(--primary);
	line-height: 16px;
}
.cmpr-table tr td .rating-star {
	display: inline-block;
}
.cmpr-table tr td .rating-icon {
	display: block;
}
.cmpr-table tr td .rating-star > i.fa-star {
	font-size: 14px;
	margin: 0;
	font-weight: normal;
	display: block;
	color: #f58220;
}
.cmpr-table tr td .rating-text {
	font-size: 13px;
	opacity: 0.5;
	margin-top: -6px;
}

/* ! Order Tracking Page */
.tracking_order_content {
	width: 100%;
	max-width: 500px;
	margin: 40px auto;
	padding: 20px;
}
.order_status {
	position: relative;
	display: flex;
	padding: 20px 0px 0px;
}
.order_status .step {
	width: 25%;
	text-align: center;
	position: relative;
}
.order_status .icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: relative;
	border-radius: 100%;
	background: var(--body-bg);
}
.order_status .text {
	display: block;
	margin-top: 7px;
}
.order_status .step::before {
	background-color: var(--body-bg);
	height: 7px;
	position: absolute;
	content: '';
	width: 100%;
	left: 50%;
	top: 18px;
}
.order_status .step:last-child::before {
	display: none;
}
.order_status .step.active .icon {
	background: var(--secondary);
	color: #fff;
}
.order_status .step.active:before {
	background: var(--secondary);
}
/* ! Order Details Page */
.order_details_page .alert.alert-info {
	text-align: center;
	font-size: 20px;
}
.order-view {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 2rem 0;
}
.order-view li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 1rem;
	text-align: center;
	font-size: 18px;
	color: var(--black);
}
.order-view li label {
	font-size: 16px;
	display: block;
	color: var(--label-color);
}
.billing_address ul li {
	font-size: 15px;
	line-height: 26px;
	color: #01132d;
}
