/* Theme default */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lexend+Giga:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--primary-color: #3e90ce;
	--secondary-color: #18181b;
}

body {
	/* font-family: "Plus Jakarta Sans", serif; */
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: var(--secondary-color);
	overflow-x: hidden;
}

button:focus,
a:focus,
input:focus,
textarea,
select {
	outline: none;
}

a {
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #ff5d1d;
}

textarea:focus {
	-webkit-box-shadow: 0px 0px 2px #ff5d1d !important;
	box-shadow: 0px 0px 2px #ff5d1d !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0px;
	font-weight: 800;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.text-semibold {
	font-weight: 500 !important;
}

.font-normal {
	font-weight: 400 !important;
}

.text-green {
	color: #D33D35 !important;
}

.text-yellow {
	color: #f6bc3e !important;
}

.text-color {
	color: #ff5d1d !important;
}

.bg-color {
	background-color: #ff5d1d !important;
}

.shadow_sm {
	-webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
}

.top_2 {
	top: 2px !important;
}

.text_md {
	font-size: 15px !important;
	line-height: 24px;
}

.text_lg {
	font-size: 16px !important;
}

.text_xl {
	font-size: 18px !important;
}

.text_2xl {
	font-size: 22px !important;
}

.text_xs {
	font-size: 14px !important;
}

.text_p {
	color: #464545 !important;
}

.default_link {
	color: var(--secondary-color);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.default_link:hover {
	color: #ff5d1d;
}

.text_black {
	color: var(--secondary-color);
}

.section_padding {
	padding: 56px 0;
}

.section_padding_b {
	padding-bottom: 56px;
    padding-top: 90px;
}

.section_padding_t {
	padding-top: 56px;
}

input:focus,
textarea:focus {
	-webkit-box-shadow: 0px 0px 2px #ff5d1d !important;
	box-shadow: 0px 0px 2px #ff5d1d !important;
}

/* Preloader */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.preloader img {
	max-width: 100%;
}

/* header */
header {
	position: relative;
	padding: 10px 0;
	text-align: center;
}

.logo img {
	width: 260px;
}

.search_wrap {
	position: relative;
}

.search_suggest {
	position: absolute;
	left: 0;
	top: 56px;
	width: 100%;
	background-color: #fff;
	z-index: 9;
	border-radius: 0 0 3px 3px;
	opacity: 0;
	visibility: hidden;
	margin-top: 10px;
}

.search_suggest.active {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.search {
	border: 1px solid #ff5d1d;
	border-radius: 5px;
	width: 675px;
}

.search_category {
	width: 145px;
	border-right: 1px solid #ff5d1d;
	background: #fff;
	border-radius: 6px 0 0 6px;
}

.search_category select {
	width: 100%;
	border: none;
	padding: 11px 14px;
	font-size: 15px;
}

.search_category select:focus {
	outline: 0;
}

.search_category .nice-select {
	border-radius: 5px;
	font-size: 14px;
	height: 42px;
	line-height: 43px;
	margin-top: 2px;
	padding-left: 18px;
	padding-right: 30px;
	width: 100%;
	border: none;
}

.search_input {
	max-width: 390px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.search_input input {
	width: 100%;
	padding: 10px 20px;
	border: none;
	font-size: 14px;
}

.search_input input::-webkit-input-placeholder {
	font-size: 14px;
}

.search_input input::-moz-placeholder {
	font-size: 14px;
}

.search_input input:-ms-input-placeholder {
	font-size: 14px;
}

.search_input input::-ms-input-placeholder {
	font-size: 14px;
}

.search_input input::placeholder {
	font-size: 14px;
}

.search_input input:focus {
	outline: 0;
}

.search_subimt {
	width: 142px;
}

.search_subimt button {
	border: none;
	background-color: #ff5d1d;
	width: 100%;
	display: block;
	padding: 10px 15px;
	color: white;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0 5px 5px 0;
}

.search_suggest .search_result_product {
	height: auto;
	padding: 0;
}

a.single_sresult_product:hover {
	background: #f2f0f0;
}

.single_sresult_product:last-child {
	border-bottom: none;
}

.header_icon a.icon_wrp span {
	display: block;
    position: relative;
    font-size: 24px;
    color: #333;
    font-weight: 700;
}

.header_icon a.icon_wrp span.icon img {
	height: 30px;
	width: 30px;
}

.header_icon a.icon_wrp span.icon_text {
	font-size: 11px;
	line-height: 10px;
	margin-top: 4px;
}

.header_icon a.icon_wrp {
	position: relative;
	margin-left: 20px;
	display: block;
	color: var(--secondary-color);
	padding: 20px 0;
}

.header_icon a.icon_wrp:hover {
	color: #ff5d1d;
}

.header_icon a.icon_wrp .pops {
	position: absolute;
	right: -8px;
	top: 13px;
	font-size: 11px;
	background: #222230;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: white;
}

.header_icon a.icon_wrp.wishlist .pops {
	a
	right: 10px;
	right: 9px;
}

/* navbar */
nav {
	background-color: #ffffff;
	padding: 0 55px;
}

.all_category {
	width: 200px;
	background-color: #ff5d1d;
	position: relative;
}

.all_category .bars {
	padding: 15px;
}

.all_category .bars .icon_text {
	font-size: 16px;
}

.all_category .bars .icon {
	font-size: 18px;
	margin-right: 10px;
}

.nav_bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
	gap: 30px;
}

.nav_bar li {
	position: relative;
	display: flex;
	align-items: center;
}

.nav_bar>li>a {
	display: block;
	color: #000000;
	text-transform: uppercase;
	margin: 0;
	padding: 40px 0;
	font-size: 16px;
	font-weight: 700;
}

.nav_bar>li:hover>a {
	color: #ff5d1d;
}

.nav_bar .subnav {
	position: absolute;
	left: 0;
	top: 100%;
	/* min-width: 200px; */
	background-color: #fff;
	padding: 12px 0;
	z-index: 10;
	-webkit-box-shadow: 0px 0px 16px rgb(0 0 0 / 6%);
	box-shadow: 0px 0px 16px rgb(0 0 0 / 6%);
	opacity: 0;
	visibility: hidden;
	margin-top: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-radius: 3px;
	min-width: 170px;
}

.single_subnav {
	min-width: 140px;
}

.nav_bar li:hover .subnav {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.nav_bar .subnav li a {
	font-size: 15px;
	display: block;
	padding: 1px 16px;
	color: var(--secondary-color);
	border-left: 2px solid #fff;
	white-space: nowrap;
}

.nav_bar .subnav li:hover a {
	color: #ff5d1d;
}

.nav_bar>li.withsubs>a>span {
	position: absolute;
	top: 15px;
	right: 2px;
	font-size: 13px;
}

.sub_categories {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 15px 0;
	top: 100%;
	background-color: #ffffff;
	margin-top: 15px;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	-webkit-box-shadow: 0 0 5px #00000020;
	box-shadow: 0 0 5px #00000020;
}

.all_category:hover .sub_categories {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}

.sub_categories .singlecats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 15px;
	width: 100%;
	text-decoration: none;
	color: var(--secondary-color);
	padding-left: 25px;
	border-bottom: 1px dotted #c8c8ce;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.sub_categories .singlecats:last-child {
	border-bottom: none;
}

.sub_categories .singlecats .img_wrp {
	width: 45px;
}

.sub_categories .singlecats .img_wrp i {
	font-size: 21px;
	color: #f4cad0;
}

.sub_categories .singlecats .img_wrp img {
	height: 20px;
}

.sub_categories .singlecats span {
	font-size: 15px;
}

.sub_categories .singlecats:hover {
	background-color: #efefef;
}

.sub_categories .singlecats .wsicon {
	font-size: 14px;
	margin-left: auto;
	margin-right: 2px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.myacc_cont {
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	padding: 20px 15px;
	border-radius: 3px;
	width: 205px;
	z-index: 2;
	-webkit-box-shadow: 2px 4px 10px #00000020;
	box-shadow: 2px 4px 10px #00000020;
	opacity: 0;
	visibility: hidden;
	margin-top: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.myacwrap:hover .myacc_cont {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}

.ac_join p {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
	font-weight: 500;
}

.account_btn .default_btn {
	padding: 1px 15px;
	font-family: "Roboto";
	font-size: 14px;
	font-weight: 500;
	min-width: 84px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.ac_links a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
	margin-top: 7px;
	font-size: 15px;
	color: #464545;
	padding-left: 32px;
}

.ac_links i {
	position: absolute;
	width: 20px;
	left: 0;
	top: 3px;
	font-size: 20px;
}

.ac_links {
	padding-top: 10px;
}

.ac_links a:hover {
	color: #ff5d1d;
}

.ac_links .myac img {
	top: 5px;
}

/* mega menu */

.mega_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 200px;
	background: #ffffff;
	border: 1px solid #e9e4e4;
	border-radius: 5px;
	width: 976px;
	height: 100%;
	padding: 20px;
	margin-left: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.sub_categories .singlecats:hover .mega_menu {
	margin-left: 0px;
	opacity: 1;
	visibility: visible;
	cursor: default;
}

.sub_categories .singlecats:hover .wsicon {
	margin-right: -2px;
}

.single_mega_menu {
	width: 25%;
}

.mega_menu_wrap h4 {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 10px;
	font-weight: 500;
}

.mega_categories a {
	width: max-content;
	display: block;
	font-size: 15px;
	color: #453e3e;
	line-height: 1.4;
	margin-bottom: 9px;
}

.mega_categories a:hover {
	color: #ff5d1d;
}

.mega_menu_wrap:first-child {
	margin-bottom: 20px;
}

.mega_brands {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.mega_brnd_img {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 12px;
}

.mega_brnd_img img {
	width: 100%;
	height: 42px;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-box-shadow: 0 0 9px #00000014;
	box-shadow: 0 0 9px #00000014;
}

/* hero area */
.hero_area {
	background-position: center bottom;
	background-size: cover;
	min-height: 690px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero_content h1 {
	font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -3px;
    margin-bottom: 16px;
    color: #222230;
    margin-top: 20px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", serif;
}

.hero_btn {
	margin-top: 40px;
}

.hero_img img {
	width: 100%;
}

.single_hero_slider.bg-1 {
	background: #cccccc;
}

.single_hero_slider.bg-2 {
	background: #7cc8f8ba;
}

.single_hero_slider.bg-3 {
	background: rgba(253, 61, 87, 0.19);
}

/* features area */

.feature_icon img {
	width: 50px;
	max-height: 45px;
}

.feature_icon {
	margin-right: 24px;
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 30px #0002;
}

.feature_content h4 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 5px;
	color: #262362;
}

.feature_content p {
	font-size: 13px;
	color: #414141;
	margin: 0;
	line-height: 1;
}

.single_feature {
	min-height: 90px;
}

/* section title */
.section_title {
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}

.section_title h2 {
	font-size: 32px;
	text-transform: uppercase;
}

.section_title::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 120px;
	height: 2px;
	background: #ff5d1d;
}

h2.section_title_3 {
	font-size: 56px;
	text-transform: capitalize;
	margin-bottom: 24px;
	text-align: center;
	font-weight: 800;
}

/* offer area */

.offerimg img {
	width: 200px;
	height: 180px;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.single_offercard:hover .offerimg img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.single_offercard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #1382c8;
	padding: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.single_offercard.bg_2 {
	background: #1382c8;
}

.offertext .offer_pers {
	font-size: 18px;
	line-height: 16px;
	margin-bottom: 8px;
	color: #ff5d1d;
}

.offertext h4 {
	font-size: 23px;
	line-height: 32px;
	color: #fff;
	font-weight: 700;
}

.offertext p {
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	margin-bottom: 20px;
}

.offerimg {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

/* shop by category */
.single_shopbycat {
	height: 250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
}

.single_shopbycat::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #00000060;
}

.shopcat_cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.shopcat_cont .icon {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.shopcat_cont h4 {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 0;
}

.single_shopbycat:hover .shopcat_cont .icon {
	opacity: 1;
	margin-left: 8px;
}

/* product design */
.topariv_img {
	position: relative;
}

.topariv_img img {
	width: 100%;
}

.persof {
	position: absolute;
	left: 15px;
	top: 15px;
	background: #28a745;
	padding: 8px;
	border-radius: 3px;
	font-size: 15px;
	color: #fff;
	line-height: 16px;
	z-index: 1;
}

.adto_wish {
	height: 30px;
	width: 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px #0000;
	box-shadow: 0 0 10px #0000;
	font-size: 16px;
	border-radius: 50%;
	position: absolute;
	right: 15px;
	top: 15px;
	color: #ff5d1d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

.topariv_cont {
	padding: 16px;
}

.topariv_cont h4 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.topariv_cont a {
	color: var(--secondary-color);
}

.topariv_cont a:hover {
	color: #ff5d1d;
}

.topariv_cont p {
	font-size: 15px;
	color: #464545;
	margin-bottom: 10px;
}

.single_toparrival {
	-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
	border-radius: 3px;
	overflow: hidden;
}

.full_atc_btn button {
	width: 100%;
	border: 1px solid #ff5d1d;
	background: #ff5d1d;
	border-radius: 0 0 3px 3px;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	padding: 8px 0;
	text-transform: uppercase;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.full_atc_btn button:hover {
	background-color: transparent;
	color: #ff5d1d;
}

.topariv_cont .org_price {
	font-weight: 600;
	font-size: 20px;
}

.product_slider_2 .single_toparrival {
	margin: 0 15px;
}

.product_slider_2 {
	margin-left: -15px;
	margin-right: -15px;
}

/* product design 2*/

.single_product {
	border: 1px solid #dddddd;
	border-radius: 5px;
	text-align: center;
	height: 358px;
}

.product_slider .single_product {
	width: 100%;
	margin: 0 15px;
}

.product_img {
	position: relative;
	padding: 20px;
	background: #fbfbfb;
	border-radius: 5px 5px 0 0;
}

.prodcut_hovcont {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	background: #f1f1f17d;
	z-index: 1;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	flex-direction: column;
}

.product_img img {
	width: 200px;
	height: 180px;
	-o-object-fit: contain;
	object-fit: contain;
}

.product_content {
	padding: 20px 5px;
	padding-top: 30px;
	position: relative;
}

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

.product_content h5 {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

.price {
	line-height: 22px;
	margin-top: 13px;
	font-weight: 700;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 22px;
}

.price span.prev_price {
	font-size: 18px;
	color: #808080;
	text-decoration: line-through;
}
.sna_content h6 {
    font-size: 18px;
	color: #808080;
}
.product_base_info h1 span.org_price {
	color: #ff5d1d;
	margin-right: 5px;
    font-size: 22px;
}
.pd_dtails p {
    color: #7F7D86;
}
.prodcut_hovcont a {
	margin: 6px;
	height: 40px;
	width: 40px;
	background: #858585;
	text-align: center;
	border-radius: 0;
	color: #fff;
	font-size: 18px;
	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;
}

.prodcut_hovcont a:hover {
	background: var(--secondary-color);
}

.rating_star span {
	font-size: 16px;
	color: #f6bc3e;
}

.rating_count {
	font-size: 14px;
	margin-left: 9px;
	margin-bottom: 0;
	color: #687188;
}

.default_btn {
	background: linear-gradient(145deg, #D33D35 0%, #FB8459 100%);
	color: #fff;
	padding: 15px 40px;
	border-radius: 0px !important;!i;!;
	text-transform: uppercase;
	font-size: 15px;
	transition: 0.5s;
	display: inline-block;
	text-align: center;
	font-weight: 500;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.default_btn:hover,
.default_btn.second {
	background-color: #000000;
	color: #ffffff;
}

.default_btn.second:hover {
	background: #000000;
	color: #fff;
}

.default_btn.xs_btn {
	min-width: 80px;
	padding: 10px 30px;
}

.product_adcart {
	opacity: 0;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 65px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-top: 15px;
}

.single_product:hover .ratprice {
	opacity: 0;
}

.single_product:hover .product_adcart,
.single_new_arrive:hover .prodcut_hovcont {
	opacity: 1;
	margin-top: 0;
}

.single_product:hover .prodcut_hovcont {
	opacity: 1;
}

.product_area {
	padding: 50px 0;
	overflow-x: hidden;
}

/* banner ad */
.offer_banner_area img {
	width: 100%;
}

/* footer */
footer {
	/* background: #f3f3f3; */
	padding: 85px 0 55px;
}

footer.colored {
	background: #ff5d1d 1a;
}

.footer_logo img {
	width: 200px;
}

.footet_text p {
	font-size: 15px;
	line-height: 1.5;
	color: var(--secondary-color);
	margin-bottom: 0;
	margin-top: 16px;
}

.footer_menu a {
	color: #808080;
    font-size: 18px;
    display: block;
    text-decoration: none;
    line-height: 24px;
    margin-bottom: 12px;
    width: fit-content;
}

.footer_menu a:last-child {
	margin-bottom: 0;
}

h4.footer_title {
	color: #333333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 9px;
    text-transform: uppercase;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.download_img img {
	width: 150px;
}

.download_img a {
	margin-right: 20px;
}

.footer_social h5 {
	color: #ffffff;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}

.footer_icon a {
	width: 32px;
	height: 32px;
	font-size: 15px;
	display: block;
	border-radius: 50%;
	margin-right: 12px;
	text-align: center;
	line-height: 32px;
	color: #ffffff;
}

a.facebook {
	background: #3b5998;
}

a.twitter {
	background: #00acee;
}

a.instagram {
	background: #d53982;
}

.footer_menu a:hover {
	color: #ff5d1d;
}

.footer_contact p {
	margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #808080;
    position: relative;
    padding-left: 0;
    margin-bottom: 13px;
}

.footer_contact p span.txt {
	font-weight: 500;
}

.footer_contact .icn {
	font-size: 17px;
}

.footer_icon {
	margin-top: 6px;
}

form.footernews_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footernews_form button {
	padding: 6px 10px;
	border-radius: 0 5px 5px 0;
	min-width: 105px;
}

.footernews_form input {
	padding: 5px 15px;
	font-size: 13px;
	width: 230px;
	border: 1px solid #c7c7c7;
	border-right: 0;
	border-radius: 5px 0 0 5px;
	background-color: transparent;
	color: var(--secondary-color);
}

.footernews_form input:focus {
	border-color: #909090;
}

.footernews_form input::-webkit-input-placeholder {
	color: #a5a5a5;
}

.footernews_form input::-moz-placeholder {
	color: #a5a5a5;
}

.footernews_form input:-ms-input-placeholder {
	color: #a5a5a5;
}

.footernews_form input::-ms-input-placeholder {
	color: #a5a5a5;
}

.footernews_form input::placeholder {
	color: #a5a5a5;
}

.footer_newslet h4 {
	font-size: 18px;
	color: var(--secondary-color);
	margin-top: 24px;
	margin-bottom: 15px;
	text-transform: uppercase;
}


/* slider setting */
.product_slider {
	margin-left: -15px;
	margin-right: -15px;
}

.slick-slide:focus,
.slick-track:focus {
	outline: 0;
}

.banner_slider button.slick-arrow,
.product_slider_2 button.slick-arrow {
	position: absolute;
	z-index: 1;
	font-size: 25px;
	color: var(--secondary-color);
	top: 50%;
	left: 15px;
	border: none;
	background: #ffffff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 16px;
}

.banner_slider button.slick-arrow:hover {
	color: #ffffff;
	background: #ff5d1d;
}

.banner_slider button.slick-next.slick-arrow,
.product_slider_2 button.slick-next.slick-arrow {
	left: auto;
	right: 15px;
}

/* custom checkbox */
.custom_check label {
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}

.custom_check label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	border: 1px solid #c5c4c4;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.custom_check .check_inp:checked+label:after {
	border: none;
	background-image: url("../images/check.png");
}

.custom_check.check_2 label:after {
	border: none;
	width: 18px;
	background-image: url("../images/checkbox-empty.png");
}

.custom_check.check_2 .check_inp:checked+label:after {
	background-image: url("../images/checkbox.png");
}

.custom_check.radio label:after {
	border: none;
	background-image: url("../images/radio-empty.png");
}

.custom_check.radio .check_inp:checked+label:after {
	background-image: url("../images/radio.png");
}

/* shop */
.shop_wrap {
	position: relative;
}

/* shop sidebar */
h4.filter_title {
	font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    margin-top: -5px;
    font-family: "Plus Jakarta Sans", serif;
    color: #222230;
    border-bottom: 1px dashed #D33D35;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.shop_filter {
	background: #FFFFFF;
    box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
    padding: 30px;
    margin-bottom: 30px;
}

.filter_list .custom_check {
	margin-bottom: 20px;
	font-size: 14px;
    border-bottom: 1px solid #EBE3D9;
}

.filter_list .custom_check:last-child {
	margin-bottom: 0;
}

.custom_check p {
	font-size: 15px;
	line-height: 26px;
}

.view_filter .view_icon {
	font-size: 24px;
	width: 40px;
	height: 32px;
	border: 1px solid #c1c1c1;
	text-align: center;
	border-radius: 3px;
	margin-left: 10px;
	color: #717171;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.view_filter .view_icon.active {
	background-color: #ff5d1d;
	border: 1px solid #ff5d1d;
	color: #ffffff;
}

.sorting_filter .nice-select {
	border: 1px solid #c1c1c1;
	border-radius: 3px;
	width: 210px;
}

button#mobile_filter_btn {
	padding: 7px 10px;
	min-width: 150px;
}

.close_filter {
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 8px;
	cursor: pointer;
	color: #ff5d1d;
}

/* price range slider */

.price-range-slider {
	width: 100%;
	margin-top: 25px;
}

.ui-widget.ui-widget-content {
	border: none;
	background: #dddddd;
	height: 8px;
}

.price-range-slider .range-bar .ui-slider-handle {
	-webkit-box-shadow: 0px 0px 154px rgba(0, 0, 0, 0.22), 0px 0px 67.1344px rgba(0, 0, 0, 0.1485), 0px 0px 25.025px rgba(0, 0, 0, 0.11), 0px 0px 8.90312px rgba(0, 0, 0, 0.0715);
	box-shadow: 0px 0px 154px rgba(0, 0, 0, 0.22), 0px 0px 67.1344px rgba(0, 0, 0, 0.1485), 0px 0px 25.025px rgba(0, 0, 0, 0.11), 0px 0px 8.90312px rgba(0, 0, 0, 0.0715);
	width: 18px;
	height: 18px;
	background-color: #D33D35;
	border-radius: 50%;
	cursor: pointer;
}

.price-range-slider .range-bar .ui-slider-handle:focus {
	outline: none;
}

.price-range-slider .range-bar .ui-slider-range {
	background: linear-gradient(-45deg, #D33D35 0%, #FB8459 100%);
}

.price-range-slider .range-value {
	margin-top: 16px;
	margin-bottom: 0;
}

.price-range-slider .range-value input {
	border: none;
	font-size: 16px;
	font-weight: 500;
	padding: 0 20px;
}

/* price-range-slider */

/* size select box */
.single_size_opt label {
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #e9e4e4;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
}

.single_size_opt .size_inp:checked+label {
	border: none;
	background: #ff5d1d;
	color: #ffffff;
}

.color_selector .single_size_opt .size_inp:checked+label {
	border: 2px solid #eceef0;
	-webkit-box-shadow: 0 0 0 2px #ff5d1d;
	box-shadow: 0 0 0 2px #ff5d1d;
}

/* shop products */
.shop_products {
	margin-top: 24px;
}

.shop_products .single_product {
	margin-bottom: 30px;
}

/* pagination design */
.pagination_wrp .single_paginat {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	border: 1px solid #e9e4e4;
	text-align: center;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.pagination_wrp {
	margin-top: 20px;
}

.pagination_wrp .single_paginat:hover,
.pagination_wrp .single_paginat.active {
	background: #ff5d1d;
	color: #fff;
	border: 1px solid #ff5d1d;
}

/* list product design */
.single_list_product .product_content {
	padding: 20px 30px 20px 0;
}

.single_list_product .product_content h5 {
	font-size: 20px;
	line-height: 33px;
	margin-bottom: 6px;
}

.single_list_product .price span.org_price {
	font-size: 18px;
}

.single_list_product .price span.prev_price {
	font-size: 16px;
}

.list_product_img img {
	width: 200px;
	height: 200px;
	-o-object-fit: contain;
	object-fit: contain;
}

.single_list_product {
	border: 1px solid #e9e4e4;
	margin-bottom: 30px;
}

p.product_list_desc {
	font-size: 16px;
	line-height: 24px;
	margin-top: 12px;
}

.list_product_img {
	background: #fafafa;
	min-height: 260px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
}

button.list_product_btn {
	border: 1px solid #ff5d1d;
	background: #ff5d1d;
	color: #fff;
	padding: 6px 15px;
	font-size: 13px;
	border-radius: 5px;
	margin-right: 10px;
	font-weight: 500;
	min-width: 135px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

button.list_product_btn.disable {
	background: #ff5d1d;
	cursor: not-allowed;
	border-color: #ff5d1d;
}

button.list_product_btn.disable:hover {
	background-color: #ff5d1d;
	color: #fff;
}

button.list_product_btn .icon {
	margin-right: 5px;
}

button.list_product_btn.wish {
	background: transparent;
	color: #ff5d1d;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

button.list_product_btn.wish:hover {
	background: #ff5d1d;
	color: #fff;
}

button.list_product_btn:hover {
	background: transparent;
	color: #ff5d1d;
}

/* shopping cart */
.shop_cart_title {
	font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    padding: 10px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 70px;
    background: #fff;
    border-bottom: 1px solid #222230;
}

.shop_cart_title.wishlist_ttl span:first-child {
	width: 22%;
}

.shop_cart_title.wishlist_ttl span:nth-child(2) {
	width: 39%;
}

.single_shop_cart,
.cart_summary {
	border-bottom: 1px solid #222230;
	padding: 20px;
	padding-bottom: 15px;
}

.single_shop_cart {
	margin-top: 24px;
}

.cart_summary {
	padding-bottom: 15px;
    border: none;
}

.cart_summary h4 {
	font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-weight: 600;
    color: #ff5d1d;
}

.cartsum_text p {
	margin-bottom: 5px;
}

.cart_img {
	max-width: 150px;
    background: transparent;
    width: 119px;
    height: 119px;
    background-color: #fff;
    border: 1px solid #222230;
    margin-right: 34px;
}

.cart_img img {
	width: 100%;
	max-height: 105px;
	-o-object-fit: contain;
	object-fit: contain;
}

.cart_cont {
	width: 320px;
}

.shop_cart_wrap.wishlist .cart_cont {
	width: 400px;
}

.cart_cont h5 {
	font-size: 17px;
    margin-bottom: 12px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 600;
    color: #222230;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cart_cont h5:hover {
	color: #ff5d1d;
}

.cart_cont p.price {
	font-size: 15px;
	font-weight: 700;
	font-family: "Plus Jakarta Sans", serif;
	color: #222230;
	margin-bottom: 0px;
}

.cart_qnty .cart_qnty_btn {
	font-size: 17px;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
	border: 1px solid #e9e4e4;
}

.cart_qnty .cart_count {
	font-size: 14px;
	width: 42px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #e9e4e4;
	border-left: 0;
	border-right: 0;
}

.cart_price p {
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 700;
	font-family: "Plus Jakarta Sans", serif;
	color: #222230;
}

.cart_remove {
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.cart_remove:hover {
	color: #ff5d1d;
}

.cart_qnty_btn:hover {
	background: #dadada;
}

.cart_price {
	min-width: 100px;
	text-align: right;
}

.cart_sum_total p {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

.cart_sum_total {
	padding-top: 12px;
	border-top: 1px solid #222230;
	margin-bottom: 5px;
	margin-top: 4px;
}

.cart_sum_coupon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}

.cart_sum_coupon input {
	width: 65%;
	border-radius: 5px 0 0 5px;
	border: 1px solid #e9e4e4;
	font-size: 13px;
	padding: 5px 10px;
}

.cart_sum_coupon button {
	width: 35%;
	border: none;
	background: #ff5d1d;
	border-radius: 0 5px 5px 0;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	border: 1px solid #ff5d1d;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.cart_sum_coupon button:hover {
	background: transparent;
	color: #ff5d1d;
}

.cart_sum_pros button {
	width: 100%;
    border: none;
    background: #000000;
    text-align: center;
    color: #fff;
    padding: 15px 10px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: linear-gradient(145deg, #D33D35 0%, #FB8459 100%);
}

.cart_sum_pros {
	margin-bottom: 10px;
}

.cart_sum_pros button:hover {
	background: #222230;
	color: #fff;
}

.wishlist .cart_cont h5 {
	margin-bottom: 0;
}

.cart_cont .instock {
	margin-bottom: 0;
	font-size: 14px;
	color: #464545;
}

.cart_cont .instock span {
	color: #28a745;
}

.cart_cont .instock span.outstock {
	color: #ff5d1d;
}

.shop_cart_title.sopcart_ttl span:first-child {
	width: 57%;
}

.shop_cart_title.sopcart_ttl {
	padding-left: 180px;
}

.shop_cart_title.sopcart_ttl span:nth-child(2) {
	width: 22%;
}

/* breadcrums */
.breadcrumbs a {
	font-weight: 600;
    color: #fff;
    font-size: 18px;
    position: relative;
    display: block;
    margin-right: 25px;
}

.breadcrumbs {
    text-align: center;
    padding: 10px 20px;
    background: linear-gradient(145deg, var(--getizy-base, #D33D35) 0%, var(--getizy-base-two, #FB8459) 100%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    margin-top: 25px;
}
}

.breadcrumbs a:not(.active):after {
	content: "\f105";
	position: absolute;
	right: -17px;
	top: 1px;
	font-family: "Line Awesome Free";
	font-weight: 900;
	font-size: 13px;
	color: #000;
}

.breadcrumbs a.active {
	color: #fff;
	margin-right: 0;
}

/* product view page */
.single_viewslider img {
	width: 100%;
    border-radius: 2px;
    background-color: #fff;
    height: 460px;
    -o-object-fit: contain;
    object-fit: contain;
    border: 1px solid #222230;
}

.single_viewslid_nav img {
	width: 100%;
	height: 80px;
	-o-object-fit: contain;
	object-fit: contain;
	background: #eceef0;
}

.product_viewslid_nav {
	margin-top: 15px;
}

.single_viewslid_nav {
	padding: 0 7px;
}

.product_viewslid_nav {
	margin-left: -7px;
	margin-right: -7px;
}

.product_quickview .product_viewslid_nav {
	margin-right: -4px;
}

.product_viewslid_nav button.slick-arrow {
	border: none;
	border-radius: 0;
	top: 50%;
	left: 6px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.32);
	box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.32);
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	z-index: 1;
}

.product_viewslid_nav:hover button.slick-arrow {
	opacity: 1;
}

.product_viewslid_nav button.slick-next.slick-arrow {
	left: auto;
	right: 5px;
}

.single_viewslid_nav.slick-current img {
	border: 1px solid #ff5d1d;
}

.product_base_info h1 {
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 10px;
}

.product_top_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product_delevary_info {
	width: 226px;
}

.product_base_info .price {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 8px;
}

.product_base_info .price span.prev_price {
	font-size: 16px;
	font-weight: 500;
}

.product_base_info .rating {
	margin-bottom: 6px;
}

.brand_info {
	margin-bottom: 12px;
	font-size: 16px;
}

.brand_info span {
	margin-right: 10px;
}

.size_selector h5 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 6px;
}

.product_base_info .cart_qnty p {
	font-size: 16px;
	margin-bottom: 0;
	margin-right: 15px;
}

.delivery_opts {
	background: #f1f1f1;
	padding: 18px 15px;
	margin-bottom: 3px;
}

.delivery_opts h4 {
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
}

.single_delivery_opt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}

.delivery_icon img {
	width: 18px;
}

.delivery_icon {
	width: 38px;
}

.delivery_content h5 {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 20px;
}

.delivery_content p {
	font-size: 12px;
	margin: 0;
	line-height: 16px;
}

.delivery_cost {
	margin-left: auto;
	font-size: 13px;
	font-weight: 600;
}

.product_buttons {
	padding: 20px 0;
	border-bottom: 1px solid #e9e4e4;
	margin-top: 6px;
	margin-bottom: 14px;
}

.product_other_info {
	margin-top: 14px;
}

.product_info_wrapper .share_icons.footer_icon a {
	color: var(--secondary-color);
	border: 1px solid #e9e4e4;
}

.product_info_wrapper .share_icons.footer_icon a:hover {
	background: #e9e4e4;
}

.product_other_info p {
	margin-bottom: 7px;
	font-size: 16px;
	line-height: 26px;
}

.product_other_info p span {
	font-weight: 600;
	margin-right: 10px;
}

.share_icons.footer_icon a {
	height: 32px;
	width: 32px;
	font-size: 16px;
	line-height: 32px;
	margin-right: 12px;
}

.pv_tab_buttons {
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	/* border-bottom: 1px solid #8b8b8b; */
	margin-bottom: 32px;
	position: relative;
	background-color: #ffffff;
	padding: 8px;
	border-bottom: 1px solid #ddd;
}

.pbt_single_btn {
	padding: 12px 40px;
	border-radius: 0px 0px 0 0;
	/* border-bottom: none; */
	/* font-family: "Plus Jakarta Sans", serif; */
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	margin-right: 8px;
	cursor: pointer;
	background-color: #222230;
	text-transform: uppercase;
	color: #fff;
}

.pbt_single_btn.active {
	color: #ffffff;
	background: linear-gradient(145deg, #D33D35 0%, #FB8459 100%);
	border: 0;
}

.pbt_info_text p {
	font-size: 15px;
	line-height: 1.5;
	color: #393838;
	margin-bottom: 16px;
}

.pbt_info_table {
	margin-top: 24px;
}

.pbtit_single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #b2b2b2;
}

.pbtit_single:not(:last-child) {
	border-bottom: none;
}

.pbtit_single p {
	margin-bottom: 0;
	font-size: 14px;
	-height: 18px;
	padding: 12px 15px;
}

.pbtit_single .specs {
	min-width: 240px;
	border-right: 1px solid #b2b2b2;
}

.pb_tab_content {
	display: none;
}

.pb_tab_content.active {
	display: block;
}

.pb_tab_content.qna h4 {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 0;
}

.pbqna_wrp {
	border-bottom: 1px solid #f0f0f0;
	padding: 16px 0;
}

.single_pbqna {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pbqna_content h5 {
	margin: 0;
	font-size: 17px;
	line-height: 1.5;
	color: #393838;
}

.pbqna_content p {
	font-size: 12px;
	line-height: 1.5;
	color: #7d7979;
	margin: 0;
}

.pbqna_icon {
	width: 40px;
}

.pbqna_icon i {
	font-size: 20px;
}

.single_pbqna:first-child {
	margin-bottom: 8px;
}

.pbqna_form textarea {
	width: 100%;
	display: block;
	margin-bottom: 25px;
	border: 1px solid var(--secondary-color);
	border-radius: 5px;
	min-height: 110px;
	padding: 20px;
}

.pbqna_form {
	margin-top: 24px;
}

.review_rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.total_rating {
	margin-right: 50px;
}

.trating_number .avrage {
	font-family: "Plus Jakarta Sans", serif;
	font-size: 35px;
	line-height: 41px;
	font-weight: 500;
}

.trating_number .from {
	font-size: 35px;
	line-height: 27px;
	font-family: "Plus Jakarta Sans", serif;
	padding-top: 7px;
	margin-left: 4px;
}

.trating_number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.trating_count {
	color: #9e9ea0;
	font-size: 13px;
	line-height: 18px;
}

.rating_pbox {
	width: 150px;
	height: 8px;
	background: #eff0f5;
	margin-left: 14px;
	margin-right: 8px;
	border-radius: 2px;
}

.rating_pbox span {
	height: 8px;
	background: #faca51;
	display: block;
	width: 0;
}

.review_filters {
	width: 160px;
}

.review_filters {
	width: 160px;
}

.review_header {
	padding-bottom: 0px;
	margin-top: 24px;
}

.single_review_wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.review_avatar img {
	width: 70px;
	height: 70px;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 50%;
}

.review_avatar {
	margin-right: 30px;
}

.single_review_wrp {
	margin-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #f0f0f0;
}

.review_content h5 {
	font-size: 16px;
}

.review_date {
	font-size: 12px;
	color: #a1a2a3;
	line-height: 15px;
	margin-bottom: 10px;
	margin-top: 4px;
}

.review_body p {
	margin-bottom: 15px;
	color: #393838;
	line-height: 1.5;
	font-size: 16px;
}

.review_imgs img {
	width: 70px;
	height: 55px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #a39e9e;
	border-radius: 5px;
	margin-right: 10px;
	cursor: pointer;
}

.add_review_form {
	margin-top: 50px;
}

.add_review_form h4 {
	font-size: 25px;
	line-height: 1.5;
	margin-bottom: 5px;
}

.add_review_form .rating_star {
	margin-bottom: 15px;
}

.add_review_form .rating_star span {
	cursor: pointer;
}

.add_review_form textarea {
	width: 100%;
	border-radius: 5px;
	padding: 15px;
	min-height: 120px;
	display: block;
}

.add_review_form .files_inp {
	max-width: 470px;
}

.add_review_form .review_submit {
	margin-top: 30px;
}

/* checkout page design */

.single_billing_inp label {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 6px;
}

.single_billing_inp input,
.single_billing_inp textarea {
	font-size: 14px;
	width: 100%;
	display: block;
	padding: 8px 16px;
	border: 1px solid #e9e4e4;
	border-radius: 3px;
	margin-bottom: 5px;
}

.single_billing_inp input.right {
	border: 1px solid #28a745;
}

.single_billing_inp input.wrong {
	border: 1px solid #fb3245;
}

.single_billing_inp label span {
	color: #ff5d1d;
}

.single_billing_inp p.inp_err_msg {
	margin-bottom: 0;
	color: #fb3245;
	font-size: 13px;
	line-height: 1.5;
}

.single_billing_inp {
	margin-bottom: 17px;
}

.checkout_order {
	margin-top: 40px;
	border: 1px solid #e9e4e4;
	border-radius: 3px;
	padding: 24px 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.checkout_order h4 {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 150%;
}

.checkout_order h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.5;
	border-bottom: 1px solid #e9e4e4;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.checkorder_cont h5 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
}

.checkorder_cont.subtotal-h h5 {
	font-size: 15px;
}

.single_check_order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}

.checkorder_cont p {
	font-size: 14px;
	margin: 0;
	line-height: 1.5;
}

p.checkorder_qnty {
	margin-left: auto;
	margin-right: 30px;
	font-family: "Plus Jakarta Sans", serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
}

p.checkorder_price {
	margin-left: auto;
	min-width: 70px;
	text-align: right;
	font-family: "Plus Jakarta Sans", serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.5;
}

.single_check_order.subs,
.single_check_order.total {
	border-bottom: 1px solid #e9e4e4;
}

.single_check_order.total h5,
.single_check_order.subs h5 {
	font-weight: 600;
	text-transform: uppercase;
}

.single_check_order.total .checkorder_cont h5,
.single_check_order.total .checkorder_price {
	font-size: 18px;
	line-height: 1.5;
}

.checkorder_agree {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.checkorder_agree label {
	margin-left: 10px;
	cursor: pointer;
	font-size: 14px;
}

.checkorder_agree input {
	position: relative;
	top: -2px;
	cursor: pointer;
}

/* order complete page */
.order_complete {
	margin-top: 40px;
	text-align: center;
}

.complete_icon img {
	width: 70px;
}

.complete_icon {
	margin-bottom: 25px;
}

.order_complete_content h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.order_complete_content p {
	font-size: 16px;
	line-height: 1.5;
}

.order_complete_btn {
	margin-top: 30px;
}

/* payment design */
.payment_method_options {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single_payment_method {
	width: 150px;
	height: 107px;
	border: 1px solid #e9e4e4;
	border-radius: 5px;
	margin-right: 20px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
	cursor: pointer;
}

.sp_img {
	height: 69px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.single_payment_method .sp_text {
	font-size: 13px;
	color: #393838;
	font-weight: 500;
}

.single_payment_method.active {
	border: 1px solid #ff5d1d;
}

.single_payment_method.active::after {
	content: "\f00c";
	position: absolute;
	right: -8px;
	top: -8px;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	color: #fff;
	font-size: 10px;
	z-index: 2;
	background: #ff5d1d;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.payment_methods {
	padding: 15px 25px 35px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
	border-radius: 5px;
	display: none;
}

.payment_methods.active {
	display: block;
}

.payment_method_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.payment_method_title h4 {
	margin: 0;
	color: #393838;
	font-size: 16px;
	line-height: 1.5;
}

.payment_method_img img {
	margin-left: 5px;
}

.cash_on_text p {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 15px;
}

/* comming soon */
.comming_soon {
	padding-top: 250px;
	padding-bottom: 250px;
}

/* home page 2 */

/* home 2 header and nav  */
header.home-2 {
	padding: 12px 0;
}

nav.home-2 {
	background: #ff5d1d;
	padding: 0;
}

.home-2 .all_category {
	background: var(--secondary-color);
	border-radius: 5px;
}

.home-2 .all_category .bars {
	padding: 10px 15px;
}

.home-2 .search_category {
	border-right: 1px solid var(--secondary-color);
}

.home-2 .search_subimt button {
	background: var(--secondary-color);
	border-radius: 0 5px 5px 0;
}

.home-2 .header_icon a.icon_wrp {
	color: #fff;
	padding: 12px 0;
}

.home-2 .header_icon a.icon_wrp span {
	color: #fff;
}

.home-2 .header_icon a.icon_wrp .pops {
	background: var(--secondary-color);
	top: 5px;
}

.home-2 .sub_categories.active {
	opacity: 1;
	visibility: visible;
	margin-top: 10px;
}

.home-2 .all_category:hover .sub_categories {
	margin-top: 10px;
}

.home-2 .nav_bar>li>a {
	color: var(--secondary-color);
	font-weight: 500;
	padding-bottom: 10px;
}

.home-2 .nav_bar {
	margin-left: 65px;
}

.home-2 .nav_bar>li:hover>a {
	color: #ff5d1d;
}

.home_2_hero {
	margin-left: 205px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.home_2_hero .hero_content h1 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 15px;
}

.home_2_hero .hero_content p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 5px;
}

.home_2_hero .hero_btn {
	margin-top: 30px;
}

.home_2_hero .hero_img img {
	max-height: 280px;
	-o-object-fit: contain;
	object-fit: contain;
}

.home_2_hero .hero_content {
	padding: 113px 0;
	padding-left: 110px;
}

.home-2 .tophead_items .nice-select {
	font-weight: 500;
}

.home-2 .tophead_items .nice-select .current {
	font-size: 14px;
}

/* mobile design */
.mobile_logo img {
	width: 120px;
}

.mobile_bottombar .header_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-evenly;
}

.mobile_bottombar {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	border-top: 1px solid #cacaca;
	padding: 12px 0px;
	z-index: 8;
}

span.sidebarclose {
	position: absolute;
	right: 15px;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
}

.home_2_hero ul.slick-dots button,
.banner_slider ul.slick-dots button {
	display: none;
}

.home_2_hero ul.slick-dots li,
.banner_slider ul.slick-dots li {
	border: 2px solid #ff5d1d;
	background: #000;
	line-height: 0;
	font-size: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	margin: 0 2px;
}

.home_2_hero ul.slick-dots li.slick-active,
.banner_slider ul.slick-dots li.slick-active {
	background: #333;
}

.home_2_hero ul.slick-dots,
.banner_slider ul.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 16px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mobile_bottombar .header_icon a.icon_wrp {
	padding: 0;
}

.banner_slider ul.slick-dots {
	bottom: 25px;
}

/* footer copyright */
.copyright_wrap {
	background: #000000;
	padding: 15px 0;
	border-top: 2px solid rgba(128, 128, 128, 0.2);
}

.copyright_text {
	font-size: 16px;
	color: #dbdbdb;
	margin-bottom: 0;
}

.payment_method {
	text-align: right;
}

.payment_method img {
	display: inline-block;
}

/* mobile search */
.mobile_search_bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9;
	padding: 30px;
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.mobile_search_bar.active {
	visibility: visible;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.mobile_search_text p {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #8a8a8a;
}

.mobile_search_text {
	position: relative;
}

.close_mbsearch {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	font-size: 20px;
}

.mobile_search_bar form input {
	width: 100%;
	display: block;
	border: none;
	border-bottom: 1px solid #c3c3c3;
	padding: 5px 10px;
	padding-left: 0;
	font-size: 18px;
	color: var(--secondary-color);
}

.mobile_search_bar form {
	position: relative;
}

.mobile_search_bar form button {
	position: absolute;
	right: 0;
	top: 3px;
	border: none;
	background: transparent;
}

.single_sresult_product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid #ebebeb;
}

.sresult_img {
	width: 90px;
	padding: 10px;
}

.sresult_img img {
	width: 100%;
	height: 50px;
	-o-object-fit: contain;
	object-fit: contain;
}

.sresult_content h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 6px;
	color: var(--secondary-color);
}

.search_result_product {
	height: calc(100vh - 160px);
	overflow-y: auto;
	padding-top: 16px;
}

.mobile_search_bar form input:focus {
	border-bottom: 1px solid #696969;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.sresult_content a {
	color: var(--secondary-color);
}

.sresult_content a:hover {
	color: #ff5d1d;
}

.sresult_content {
	padding-left: 8px;
}

/* top ranking */
.section_title_2 {
	/* font-family: "Montserrat", sans-serif; */
	font-weight: 500;
	font-size: 32px;
	line-height: 1.5;
	text-transform: capitalize;
	color: var(--secondary-color);
	margin-bottom: 30px;
}

.single_topr_title {
	font-size: 18px;
	margin-top: 30px;
	font-weight: 500;
}

.single_top_ranking {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}

.topr_img {
	width: 105px;
	background-color: #f2f0f0;
	position: relative;
	border-radius: 5px;
	padding: 10px;
}

.topr_img img {
	width: 100%;
	height: 75px;
	-o-object-fit: contain;
	object-fit: contain;
}

.topr_img .tag {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 18px;
	background: #ff5d1d;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-family: "Roboto";
	font-weight: 700;
	font-size: 12px;
	border-radius: 0 5px 0 5px;
}

.topr_content h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 6px;
}

.topr_content {
	padding-left: 15px;
}

.topr_content .rating_star span {
	font-size: 12px;
	margin-right: 0;
}

.topr_content .rating_count {
	font-size: 12px;
}

.topr_content .price {
	margin-bottom: 0;
	line-height: 1;
}

.topr_content a {
	color: var(--secondary-color);
}

.topr_content a:hover {
	color: #ff5d1d;
}

/* new arrivale */
.single_new_arrive {
	/* border: 1px solid #c2c2c2; */
	border-radius: 0px;
	/* background-color: #333; */
	margin-bottom: 15px;
}

.sna_img {
	position: relative;
	background-color: #f3f3f3;
	/* padding: 30px 20px; */
	border-radius: 10px;
}

.sna_img img.prd_img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.sna_content {
	padding: 20px 20px;
	/* height: 140px; */
	overflow: hidden;
	position: relative;
	/* background: #fff; */
	text-align: center;
}

.sna_content a {
	color: var(--secondary-color);
}

.sna_content a:hover {
	color: #ff5d1d;
}

.sna_content h4 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 5px;
	color: #a7a7a7;
	font-family: 'Plus Jakarta Sans', sans-serif;
}

.sna_content .price {
	margin-bottom: 2px;
}

.sna_content .default_btn {
	padding: 7px 15px;
	min-width: 150px;
}

.single_new_arrive:hover .product_adcart {
	opacity: 1;
	margin-top: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.single_new_arrive .product_adcart {
	left: 20px;
	top: 56px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.single_new_arrive:hover .ratprice {
	/* opacity: 0; */
}

.sna_img .tag {
	position: absolute;
	left: 0;
	top: 0;
	padding: 8px 10px;
	background: #ed0020;
	border-radius: 5px 0 5px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	z-index: 2;
}

.ratprice {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/* home 1 account */
.all_category.otherpage .sub_categories_wrp {
	position: absolute;
	width: 100%;
	padding-top: 9px;
}

.all_category.otherpage:hover .sub_categories {
	margin-top: 0;
}

/* download app */
.download_bg {
	background-color: #f3f3f3;
}

.download_cont {
	padding-top: 90px;
	padding-bottom: 105px;
}

.download_left img {
	height: 100%;
	max-height: 450px;
	object-fit: contain;
}

.subscribe_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

form.subscribe_form input {
	width: 100%;
	background: #fff;
	border-radius: 5px 0 0 5px;
	border: 1px solid #ff5d1d;
	border-right: none;
	font-size: 14px;
	padding: 11px 20px;
}

.subscribe_form button {
	min-width: 120px;
	background: #ff5d1d;
	color: #fff;
	border: 1px solid #ff5d1d;
	border-radius: 0 5px 5px 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.download_cont form button:hover {
	background: transparent;
	color: #ff5d1d;
}

.download_links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 35px;
}

.download_links img {
	width: 120px;
	border-radius: 5px;
}

/* my account */
.account_profile {
	padding: 8px 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 24px;
}

.acprof_img img {
	width: 100%;
}

.acprof_img {
	width: 50px;
	padding: 5px;
	border: 1px solid #e9e4e4;
	border-radius: 50%;
}

.acprof_cont {
	padding-left: 16px;
}

.acprof_cont p {
	font-size: 15px;
	margin-bottom: 0;
}

.acprof_cont h4 {
	font-size: 17px;
	font-weight: 500;
	margin: 0;
}

.acprof_wrap {
	padding: 24px 16px;
}

.acprof_links a {
	display: block;
	padding-left: 32px;
	font-size: 15px;
	line-height: 22px;
	color: var(--secondary-color);
	margin-bottom: 8px;
	position: relative;
}

.acprof_links a h4 {
	font-size: 18px;
	margin-bottom: 0;
}

.acprof_links a h4 i {
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	font-size: 22px;
}

.acprof_links {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e9e4e4;
}

.acprof_links a:last-child {
	margin-bottom: 0;
}

.acprof_links a.active,
.acprof_links a:hover {
	color: #ff5d1d;
}

.acprof_links:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.prof_info_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 16px;
}

.prof_info_title h4 {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
}

.single_prof_info {
	padding: 24px;
	min-height: 225px;
}

.prof_info_title a {
	color: #ff5d1d;
}

.prof_info_title a:hover {
	text-decoration: underline;
}

.prfo_info_cont p {
	margin-bottom: 0px;
}

.prof_recent_order {
	margin-top: 40px;
	padding: 32px 24px;
}

.prof_recent_order h4 {
	font-size: 18px;
	line-height: 21px;
}

.single_prof_recorder {
	border: 1px solid #e9e4e4;
	margin-top: 24px;
	padding: 32px 24px;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(4, 1fr) 130px;
	grid-row-gap: 24px;
	padding-bottom: 22px;
}

.prorder_btn {
	-ms-grid-column: 5;
	grid-column-start: 5;
	-ms-grid-column-span: 1;
	grid-column-end: 6;
	-ms-grid-row-align: center;
	align-self: center;
}

.prorder_img {
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-column-span: 4;
	grid-column-end: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.prorder_img img {
	width: 80px;
	height: 50px;
	-o-object-fit: contain;
	object-fit: contain;
	margin-right: 16px;
}

.prorder_btn a {
	color: #ff5d1d;
	font-size: 16px;
	border: 1px solid #ff5d1d;
	border-radius: 3px;
	padding: 8px 24px;
	font-weight: 500;
	font-family: "Roboto";
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.prorder_btn a:hover {
	background: #ff5d1d;
	color: #fff;
}

.prorder_txt h5 {
	font-size: 16px;
	margin-bottom: 6px;
}

.prorder_txt p {
	font-size: 15px;
	margin: 0;
}

.profile_hambarg {
	position: absolute;
	right: 24px;
	top: 18px;
	font-size: 22px;
	color: var(--secondary-color);
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	border: 1px solid #ff5d1d;
	height: 32px;
	width: 32px;
	border-radius: 3px;
	text-align: center;
	line-height: 32px;
}

.profile_hambarg:hover {
	color: #ff5d1d;
}

.acprof_info_wrap {
	padding: 32px 24px;
	padding-top: 26px;
}

.acprof_info_wrap.voucher {
	min-height: 400px;
}

.acprof_info_wrap .single_billing_inp .nice_select {
	line-height: 44px;
	height: 44px;
	font-size: 15px;
}

.acprof_info_wrap .single_billing_inp {
	margin-bottom: 20px;
}

.acprof_subbtn {
	margin-top: 12px;
}

.single_billing_inp span.icon {
	position: absolute;
	right: 16px;
	top: 9px;
	font-size: 14px;
	cursor: pointer;
}

/* account order details */
.order_detail_wrapper {
	padding: 32px 24px;
}

h4.od_title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 24px;
}

.single_orderdet h5 {
	font-size: 16px;
	margin-bottom: 4px;
}

.single_orderdet p {
	margin: 0;
	font-size: 14px;
}

.sprocess_cont {
	max-width: 618px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.single_sproc_cont p {
	margin-bottom: 0;
	margin-top: 2px;
	font-size: 15px;
}

.single_sproc_cont .sproc_cont_dot {
	width: 15px;
	height: 15px;
	background: #4cae50;
	border-radius: 50%;
}

.single_sproc_cont .sproc_cont_dot.gray {
	background: #e9e4e4;
}

.single_sproc_cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shipping_process {
	margin-top: 70px;
}

.sprosbar {
	position: absolute;
	left: 37px;
	top: 6px;
	right: 35px;
	background: #e9e4e4;
	height: 2px;
	z-index: -1;
}

.sprosbar .sp_fill {
	position: absolute;
	left: 0;
	top: 0;
	height: 2px;
	width: 100%;
	background: #4cae50;
}

.sprocess_tooltip {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid #e9e4e4;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 24px;
	margin-top: 32px;
	position: relative;
	background: #fff;
	max-width: 750px;
}

.sprocess_tooltip p {
	margin: 0;
	font-size: 15px;
	color: #464545;
}

.sprocess_tooltip::after {
	position: absolute;
	content: "";
	width: 27px;
	height: 27px;
	border: 1px solid #e9e4e4;
	right: 87px;
	top: -14px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: -1;
	background: #fff;
}

.orderprod_img img {
	width: 64px;
	height: 64px;
	-o-object-fit: contain;
	object-fit: contain;
}

.order_prodetails {
	margin-top: 70px;
}

.single_orderdet.pdname {
	padding-left: 16px;
}

.padding_default {
	padding: 30px 24px;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.single_orderdet.pdname {
	width: 220px;
}

.nice_select.retorder {
	width: 180px;
	height: 38px;
	line-height: 38px;
}

.nice-select.retorder .option {
	min-height: 38px;
	line-height: 38px;
}

.single_retreq p {
	margin-left: 32px;
	line-height: 1.4;
}

.return_requirement {
	margin-top: 32px;
}

/* rating interaction */
.intaractive_rating .rating-group {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.intaractive_rating .rating__icon {
	pointer-events: none;
}

.intaractive_rating .rating__input {
	position: absolute !important;
	left: -9999px !important;
}

.intaractive_rating .rating__input--none {
	display: none;
}

.intaractive_rating .rating__label {
	cursor: pointer;
	padding: 0 0.1em;
	font-size: 20px;
}

.intaractive_rating .rating__icon--star {
	color: #faca52;
}

.intaractive_rating .rating__input:checked~.rating__label .rating__icon--star {
	color: #ddd;
}

.intaractive_rating .rating-group:hover .rating__label .rating__icon--star {
	color: #faca52;
}

.intaractive_rating .rating__input:hover~.rating__label .rating__icon--star {
	color: #ddd;
}

/* write review page */
.reviewdet_textbox {
	font-size: 13px;
	color: #464545;
	line-height: 1.4;
	padding: 8px 16px;
	border: 1px solid #e9e4e4;
	margin: 0;
	border-radius: 3px;
	display: block;
	width: 100%;
	min-height: 70px;
}

.reviewdet_textbox::-webkit-input-placeholder {
	color: #cac7c7;
}

.reviewdet_textbox::-moz-placeholder {
	color: #cac7c7;
}

.reviewdet_textbox:-ms-input-placeholder {
	color: #cac7c7;
}

.reviewdet_textbox::-ms-input-placeholder {
	color: #cac7c7;
}

.reviewdet_textbox::placeholder {
	color: #cac7c7;
}

.upload_icn img {
	width: 32px;
	display: inline-block;
}

label.upload_img {
	display: block;
	padding: 12px 10px;
	border-radius: 5px;
	border: 1px dashed #ff5d1d;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	padding-bottom: 8px;
}

label.upload_img p {
	font-size: 12px;
	color: #464545;
	margin: 0;
}

label.upload_img:hover {
	background: #f9f9f9;
}

.upload_icn {
	margin-bottom: 6px;
}

.img_uproles {
	position: relative;
}

.uproles_content {
	position: absolute;
	width: 330px;
	background: #ffffff;
	padding: 12px;
	top: 31px;
	left: -3px;
	border: 1px solid #e9e4e4;
	opacity: 0;
	visibility: hidden;
}

.uproles_content::after {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	border: 1px solid #e9e4e4;
	left: 3px;
	top: -5px;
	z-index: -1;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.uproles_content h4 {
	font-size: 14px;
	line-height: 14px;
}

.uproles_content ul li {
	font-size: 11px;
	list-style: disc;
	line-height: 15px;
	margin-bottom: 3px;
	color: #464545;
}

.uproles_content ul li:last-child {
	margin-bottom: 0;
}

.uproles_content ul {
	padding-left: 20px;
}

.img_uproles:hover .uproles_content {
	opacity: 1;
	visibility: visible;
}

.paymeth_img img {
	width: 70px;
	height: 40px;
	-o-object-fit: cover;
	object-fit: cover;
}

.w-130px {
	width: 130px;
}

/* product slider 2 design */
.product_slider_2 button.slick-arrow {
	left: -38px;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	-webkit-box-shadow: 0 0 10px #00000024;
	box-shadow: 0 0 10px #00000024;
}

.product_slider_2 button.slick-arrow:hover {
	background: #ff5d1d;
	color: #fff;
}

.product_slider_2 button.slick-arrow.slick-next {
	right: -40px;
}

/* top header */
.tophead_items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tophead_items a {
	color: #fff;
	font-size: 18px;
	margin-right: 6px;
	text-transform: capitalize;
}

.tophead_items a:hover {
	color: #ffffff;
}

.tophead_items .nice-select {
	color: var(--secondary-color);
	border: none;
	padding: 0;
	padding-right: 30px;
	height: auto;
}

.tophead_items .nice-select .list {
	width: 110px;
}

.tophead_items .nice-select .current {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.tophead_items .nice-select:hover .current {
	color: #ff5d1d;
}

.tophead_items .nice-select:hover:after {
	border-color: #ff5d1d;
}

.tophead_items a span {
	margin-right: 3px;
	font-size: 22px;
	font-weight: 600;
}

.top_heaeder {
	border-bottom: 1px solid #f1f1f1;
	padding: 2px 0;
}

/* contact us page */
.contact_banner {
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: url("../images/contact-banner.jpg");
	background-size: cover;
	background-position: center;
}

.contact_banner .breadcrumbs {
	padding: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contact_banner h1 {
	color: #fff;
}

.contact_banner .breadcrumbs a.active {
	color: #fff;
}

.contact_banner .breadcrumbs a:after {
	color: #fff;
}

.title_2 {
	font-size: 28px;
	margin-bottom: 4px;
	line-height: 1.2;
	text-transform: uppercase;
}

.contact_form .footer_contact p {
	color: #464545;
}

.contact_form textarea {
	height: 80px;
}

.title_4 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 14px;
	font-weight: 600;
}

/* login */
.bg-facebook {
	background-color: #3b5999;
	border-color: #3b5999;
}

.bg-facebook:hover {
	color: #3b5999;
}

.bg-google {
	border-color: #d85040;
	background-color: #d85040;
}

.bg-google:hover {
	color: #d85040;
}

.dif_regway {
	position: relative;
	text-align: center;
}

.dif_regway .txt {
	display: inline-block;
	background: #fff;
	padding: 0 10px;
	text-transform: uppercase;
}

.dif_regway:after {
	z-index: -1;
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #e9e4e4;
	left: 0;
	top: 13px;
}

/* 404 page */
.page_nfcont h4 {
	font-size: 25px;
}

/* about us */
.team_img:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(30, 29, 29, 0.42);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}

.single_team:hover .team_img:after {
	opacity: 1;
}

.single_team:hover .team_icons {
	opacity: 1;
	bottom: 16px;
}

.team_img {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	position: relative;
}

.team_icons {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}

.team_icons a {
	width: 24px;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	border-radius: 4px;
	margin: 0 4px;
}

.team_cont h5 {
	font-size: 18px;
	color: var(--secondary-color);
	margin-bottom: 3px;
	margin-top: 20px;
}

.slider-m-margin {
	margin-right: -15px;
	margin-left: -15px;
}

.slider-margin {
	margin-right: 15px;
	margin-left: 15px;
}

/* brand */
.single_brand_slid img {
	width: 180px;
	display: inline-block;
}

/* faq page */
.title_3 {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 0;
}

.accordion-button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: rgba(0, 0, 0, 0.125);
}

.accord_wrap {
	padding-bottom: 32px;
}

.accordion-button:not(.collapsed) {
	color: #ff5d1d;
	background-color: #fff;
}

.accordion-button {
	background-color: #fafafa;
}

.accordion-button::after {
	content: "\f067";
	background-image: none;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	font-size: 18px;
}

.accordion-button:not(.collapsed)::after {
	background-image: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	content: "\f068";
}

/* order tracking */
.track_status h4 {
	background: #28a745;
	padding: 8px 0;
	text-align: center;
	color: #fff;
}

.track_path {
	width: 650px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	margin-top: 32px;
}

.single_track:nth-child(odd) {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.single_track {
	max-width: 290px;
	padding: 16px;
	position: relative;
	background: #fff;
	border: 1px solid #e9e4e4;
	margin-bottom: 32px;
	width: 100%;
}

.single_track:last-child {
	margin-bottom: 0;
}

.single_track:after {
	content: "";
	position: absolute;
	left: -13px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 24px;
	height: 24px;
	background: white;
	border-left: 1px solid #e9e4e4;
	border-bottom: 1px solid #e9e4e4;
}

.single_track:nth-child(even):after {
	left: auto;
	right: -12px;
	border: none;
	border-right: 1px solid #e9e4e4;
	border-top: 1px solid #e9e4e4;
}

.single_track:before {
	content: "\f00c";
	position: absolute;
	width: 26px;
	height: 26px;
	background: #28a745;
	border-radius: 50%;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	color: #fff;
	text-align: center;
	line-height: 26px;
	left: -48px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.single_track.pending:before {
	content: "\f12a";
	background-color: #ffc107;
}

.single_track:nth-child(even):before {
	left: auto;
	right: -48px;
}

.track_path:after {
	content: "";
	position: absolute;
	left: 50%;
	height: 100%;
	border-right: 1px dashed #979797;
	z-index: -1;
}

/* product quick view */
.prodquick_wrap {
	width: 100%;
	max-width: 975px;
	padding: 40px 24px;
	border-radius: 3px;
	background: #ffffff;
	max-height: 88vh;
	overflow-y: auto;
}

#product_quickview {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 15px;
	opacity: 0;
	visibility: hidden;
}

#product_quickview.active {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 1;
	visibility: visible;
}

.disc_tag {
	background: #ff5d1d;
	padding: 4px;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	position: relative;
}

.disc_tag::after {
	content: "";
	position: absolute;
	left: -23px;
	top: 2px;
	width: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid #ff5d1d;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
}

.close_quickview {
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 17px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: #ff5d1d;
	color: #fff;
	width: 24px;
	height: 24px;
	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;
	border-radius: 3px;
}

.close_quickview:hover {
	color: #fff;
}

/* home 3 */
header.home-3 {
	background: #ff5d1d;
}

.home_2_hero_wrp.home-3 {
	padding-top: 4px;
}

.home-3 .search_subimt button {
	background-color: var(--secondary-color);
}

.home-3 .search_category {
	border-right: 1px solid var(--secondary-color);
}

.home-3 .header_icon a.icon_wrp span {
	color: #fff;
}

.home-3 .header_icon a.icon_wrp .pops {
	background: var(--secondary-color);
}

nav.home-3 {
	background: #fff;
	border-bottom: 1px solid #ebebeb;
}

.home-3 .nav_bar>li>a {
	color: var(--secondary-color);
	font-weight: 500;
}

.home-3 .nav_bar>li>a:hover {
	color: #ff5d1d;
}

.home-3 .all_category {
	background-color: var(--secondary-color);
}

.home-3 .nav_bar {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.home-3 .sub_categories.active {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.home-3 .home_2_hero .hero_content h1 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 15px;
}

.home-3 .home_2_hero {
	min-height: auto;
}

.home-3 .home_2_hero .hero_img img {
	padding-top: 35px;
	width: 100%;
	max-height: 400px;
}

.home-3 .hero_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.home-3 .home_2_hero ul.slick-dots {
	bottom: 24px;
}

.single_bannercol:first-child {
	background: #76a4d8;
}

.single_bannercol h4 {
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	margin-bottom: 5px;
}

.single_bannercol {
	padding: 16px;
	padding-bottom: 19px;
}

.single_bannercol h5 {
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
}

.bancol_img img {
	width: 190px;
	height: 99px;
	-o-object-fit: contain;
	object-fit: contain;
}

.single_bannercol:last-child {
	background: #eaf1f9;
}

.single_bannercol:last-child h4,
.single_bannercol:last-child h5 {
	color: var(--secondary-color);
}

.bancol_img {
	text-align: center;
}

/* flash sale */
.flash_counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.end_in {
	background: var(--secondary-color);
	border-radius: 3px;
	padding: 4px 16px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
	margin-right: 16px;
}

.single_count {
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	padding: 8px 5px;
	color: #fff;
	background: #ff5d1d;
	border-radius: 3px;
	margin-right: 8px;
	width: 36px;
	text-align: center;
}

.time_sep {
	color: #ff5d1d;
	margin-right: 8px;
	font-size: 16px;
	font-weight: 500;
}

.seemore_2 a {
	font-weight: 500;
	font-size: 15px;
	color: #ff5d1d;
}

.seemore_2 a span {
	margin-left: 4px;
	font-size: 14px;
}

.home-3 .topariv_img img {
	width: 230px;
	height: 180px;
	-o-object-fit: contain;
	object-fit: contain;
	padding: 24px;
	display: inline-block;
}

.home-3 .topariv_img {
	background: #f7f7f7;
	text-align: center;
}

.qk_view {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 8px;
	background: var(--secondary-color);
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	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;
}

.qk_view span i {
	font-size: 18px;
	margin-right: 4px;
}

.qk_view span {
	margin-right: 3px;
}

.prod_soh {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(43, 45, 66, 0.48);
	opacity: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.single_toparrival:hover .prod_soh {
	opacity: 1;
}

.cat2_img {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	background: #f7f7f7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
}

.cat2_img img {
	width: 56px;
	height: 56px;
	-o-object-fit: contain;
	object-fit: contain;
}

.single_category_2 {
	padding: 16px;
}

.single_category_2 {
	display: block;
	padding: 16px;
	text-align: center;
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
	border-radius: 3px;
}

.single_category_2 h5 {
	margin-top: 16px;
	font-size: 18px;
	line-height: 21px;
	color: var(--secondary-color);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.single_category_2:hover h5 {
	color: #ff5d1d;
}

/* best selling */
.single_bestprod {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 24px;
}

.single_bestprod:last-child {
	margin-bottom: 0;
}

.bestprod_img {
	width: 112px;
	padding: 16px;
	background: #f7f7f7;
	border-radius: 8px;
	text-align: center;
}

.bestprod_img img {
	width: 65px;
	height: 60px;
	-o-object-fit: contain;
	object-fit: contain;
}

.bestprod_content {
	padding-left: 16px;
}

.bestprod_title {
	padding-bottom: 8px;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 24px;
}

/* popup */
.popup_wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 99;
	padding: 0 15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.popup_wrap.active {
	opacity: 1;
	visibility: visible;
}

.popup_container {
	position: relative;
	width: 100%;
	max-width: 700px;
	background: #fff;
	padding: 66px 24px;
	background-image: url(../images/popup-bg.jpg);
	background-size: 250px;
	background-repeat: no-repeat;
	background-position: 97% center;
	border-radius: 5px;
}

.popup_content {
	width: 100%;
	max-width: 380px;
	text-align: center;
}

.popup_content h2 {
	font-size: 40px;
	line-height: 50px;
}

.close_popup {
	position: absolute;
	right: 13px;
	top: 8px;
	font-size: 20px;
	color: var(--secondary-color);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

.close_popup:hover {
	color: #ff5d1d;
}

.popup_content p {
	font-size: 15px;
	line-height: 22px;
}

/* shop cart content */
.shopcart {
	position: relative;
}

.shopcart_dropdown {
	position: absolute;
	background: #fff;
	right: 0;
	top: 100%;
	z-index: 99;
	padding: 16px;
	width: 300px;
	border-radius: 0 0 3px 3px;
	margin-top: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.cartdrop_img img {
	width: 75px;
	height: 60px;
	-o-object-fit: contain;
	object-fit: contain;
}

.cartdrop_img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.single_cartdrop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding-right: 20px;
}

.cart_droptitle {
	padding-bottom: 0px;
	margin-bottom: 12px;
	border-bottom: 1px solid #d8d8d8;
}

.cartdrop_cont {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 16px;
}

span.remove_cart {
	position: absolute;
	right: 0;
	color: var(--secondary-color);
	cursor: pointer;
}

span.remove_cart:hover {
	color: #ff5d1d;
}

.cartdrop_footer .default_btn {
	padding: 6px 8px;
}

.shopcart:hover .shopcart_dropdown {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}

.mobile_title {
	background: #ff5d1d;
	text-align: center;
	color: #fff;
	padding: 14px 0px;
	text-transform: capitalize;
	position: relative;
}

.total_cartdrop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #d8d8d8;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wishlist .cart_img img {
	width: 80px;
	height: 80px;
}

/* Themes settings */
.theme_settings {
	position: fixed;
	right: -185px;
	top: 50%;
	background-color: white;
	z-index: 9;
	padding: 16px;
	border-radius: 8px;
	box-shadow: 0 0 10px #00000030;
	transition: 0.3s ease;
}

.show-settings {
	right: 12px;
}

.theme_settings>button {
	position: absolute;
	right: 100%;
	margin-right: 10px;
	background: #ff5d1d;
	color: white;
	border: none;
	border-radius: 4px;
	box-shadow: 0 0 10px #00000030;
	font-size: 24px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.theme_settings .las.la-cog {
	transform: rotate(45deg);
	animation: rotateInfinity 4s linear infinite;
}

.theme_settings>button:hover {
	box-shadow: 0 0 10px #00000050;
}

@keyframes rotateInfinity {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.theme_settings h3 {
	font-size: 20px;
	color: var(--secondary-color);
	margin-bottom: 0px;
}

.theme_settings h5 {
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 8px;
}

.theme_settings .setting_colors>button {
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.theme_settings .setting_colors>button:hover {
	transform: scale(1.05);
}

.theme_settings .setting_colors>button.prime_1 {
	background-color: #3e90ce;
}

.theme_settings .setting_colors>button.prime_2 {
	background-color: #3498db;
}

.theme_settings .setting_colors>button.prime_3 {
	background-color: #1abc9c;
}

.theme_settings .setting_colors>button.prime_4 {
	background-color: #f79f1f;
}

.theme_settings .setting_colors>button.second_1 {
	background-color: #18181b;
}

.theme_settings .setting_colors>button.second_2 {
	background-color: #1e293b;
}

.theme_settings .setting_colors>button.second_3 {
	background-color: #374151;
}

.theme_settings .setting_colors>button.second_4 {
	background-color: #44403c;
}

.theme_settings .setting_colors {
	margin-top: 6px;
	display: flex;
	gap: 8px;
}

.theme_settings .setting_colors>button i {
	display: none;
}

.theme_settings .setting_colors>button.active i {
	display: block;
	color: white;
}

/* back to top */
#back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	height: 40px;
	width: 40px;
	border: none;
	border-radius: 50%;
	background: #ff5d1d;
	color: #fff;
	transition: all 0.5s ease;
	opacity: 100;
}

#back-to-top:hover {
	transform: scale(1.05);
	box-shadow: 0 0 10px #00000050;
}

.back-to-top-hide {
	display: none;
	opacity: 0;
}

.offer_banner_area .row {
	align-items: center;
}

.abt-cntnt p {
	line-height: 28px;
}

.banner_slider img {
	width: 100%;
}

/* 55. Checkout Start */
.checkout .billing {
	width: 100%;
}

.billing .nice-select span {
	font-family: var(--theme-found);
	color: #444;
	font-size: 16px;
}

.checkout .billing>h3,
.checkout .order-note h3 {
	margin-top: 0;
}

.checkout .order-note textarea {
	width: 100%;
	height: 320px;
	padding: 35px !important;
	background: #fbfbfb;
}

.checkout .order-note textarea::placeholder,
.checkout .billing input::placeholder {
	font-size: 16px;
	color: #333;
	font-family: var(--theme-found);
}

.checkout .billing input,
.checkout .billing .nice-select {
	border: 1px solid #c1c1c1;
	height: 60px;
	background: #fbfbfb;
	padding: 0 25px;
}

.checkout .billing .row {
	margin-bottom: 15px;
}

.checkout .billing input:focus {
	outline: 0;
}

.checkout .billing .nice-select:before {
	content: "";
	width: 35px;
	height: 35px;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	border: 1px solid #c1c1c1;
	border-radius: 100%;
	clip-path: unset;
}

.checkout .billing .nice-select:after {
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	height: 8px;
	right: 29px;
	width: 8px;
}

.checkout .custom-radio {
	display: flex;
}

.checkout .custom-radio input[type=checkbox] {
	width: 17px;
	height: 17px;
	margin-right: 15px;
}

.checkout .custom-radio input[type=checkbox]+label {
	line-height: 20px;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	font-family: var(--theme-found);
}

.checkout .billing .checkk {
	margin-top: 0;
}

.checkout .custom-radio {
	margin-bottom: 15px;
}

.cart-t-payment-m {
	display: flex;
	gap: 20px;
}

.cart-t-payment-m .cart-total-box {
	margin-left: 0;
	width: 45%;
	height: fit-content;
}

.cart-t-payment-m .payment-method {
	border: 1px solid #c1c1c1;
	padding: 25px;
	height: 100%;
}

.payment-method button.theme-btn:hover {
	color: var(--theme-color);
}

.cart-t-payment-m .payment-method h3 {
	font-size: 34px;
	margin-bottom: 5px;
	margin-top: 0;
	font-family: var(--common-found) !important;
}

.cart-t-payment-m .payment-method h3 {
	font-family: var(--theme-found);
}

.checkout .cart-t-payment-m .payment-method .custom-radio input[type=checkbox]+label {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.checkout .cart-t-payment-m .payment-method .custom-radio input[type=checkbox]+label img {
	margin-left: 20px;
	margin-top: -3px;
}

.checkout .cart-t-payment-m .payment-method .custom-radio {
	margin-bottom: 28px;
}

.checkout .cart-t-payment-m .cart-total-box .final {
	padding: 20px 45px 30px 45px;
}

.checkout .cart-t-payment-m .cart-total-box .final h4 {
	margin-bottom: 30px;
}

.checkout .cart-t-payment-m .cart-total-box .final ul li:not(:last-child) span {
	margin-bottom: 15px;
}

/* 55. Checkout End */

.badge_cntn {
	display: flex;
	width: 100%;
	gap: 20px;
	margin-bottom: 20px;
	flex-direction: column;
}

.seal-container {
	display: flex;
	padding: 30px 20px;
	border: 1px solid #d7d7d7;
	margin-bottom: 10px;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	background: #f2f2f2;
	text-align: center;
}

.seal-container .seal-image {
	width: 50px;
	min-width: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	/* float: left; */
	margin: 15px 10px;
}

.seal-image img {
	filter: grayscale(1);
	transition: all 0.3s ease-in-out;
}

.seal-container .seal-title {
	font-weight: 800;
	line-height: 1.1;
	color: #000;
	font-size: 12px;
	padding: 0 0 5px;
	font-family: var(--theme-found);
	text-align: left;
}

.seal-container .seal-content {
	font-size: 12px;
	line-height: 18px;
	font-family: var(--theme-found);
	text-align: left;
}

.seal-image img {
	width: 65px;
	filter: grayscale(1);
	transition: all 0.3s ease-in-out;
	margin-right: 20px;
}

.seal-container:hover .seal-image img {
	filter: grayscale(0);
}

.secure-mesg {
	width: 100%;
	padding-top: 20px;
	/* margin-left: 55px; */
}

.secure-mesg p {
	font-size: 16px;
	line-height: 16px;
	/* padding-right: 10px; */
	color: #1c1c1c;
	margin: 20px 0px;
}

.secure-mesg p i {
	padding-right: 10px;
	font-size: 18px;
	color: #1c1c1c;
}

.secure-mesg img {
	max-width: 100px;
	/* margin: 0px 20px; */
}


button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}
.sorting_filter select {
    height: 50px;
    border-radius: 0 !important;
    padding: 8px 20px;
    position: relative;
    width: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    border-color: #ffffff !important;
    outline: none !important;
    border: none !important;
    color: #7F7D86 !important;
    border-right: 10px solid;
    background: #F4F5F8;
}
.sorting_filter select option {
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 10px 30px !important;
    color: #7F7D86 !important;
    background-color: #F4F5F8 !important;
}
input,
select {
	height: 50px;
	border-radius: 0 !important;
	padding-left: 20px;
	position: relative;
	width: 100%;
	font-size: 16px;
	display: flex;
	align-items: center;
	border-color: #ffffff !important;
	outline: 1px solid #000000 !important;
	border: 1px solid;
	color: #000000 !important;
	border-right: 10px solid;
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control {
	appearance: auto;
}

.cart-plus-minus {
	display: flex;
	align-items: center;
}

.final {
	border: 1px solid #c1c1c1;
}

.final ul li {
	padding: 15px;
	border-bottom: 1px solid #c1c1c1;
	display: flex;
	justify-content: space-between;
}

.final ul li:last-child {
	border: 0;
}

.final ul li h1,
.final ul li h2,
.final ul li h3,
.final ul li h4,
.final ul li h5,
.final ul li h6 {
	margin: 0;
}

#cookiePopup {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	background: #3e90ce;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	z-index: 999999;
	gap: 20px;
	align-items: center;
	justify-content: center;
	display: none;
}

#cookiePopup h4 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 15px;
}

#cookiePopup p {
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
	letter-spacing: 1px;
	line-height: 1.5;
	max-width: 850px;
}

#cookiePopup p a {
	color: #fff;
	text-decoration: underline;
}

.cookieBtns {
	display: inline-flex;
	gap: 10px;
}

.cookieBtns button {
	font-size: 15px;
	margin: 10px 0;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	background: #3e90ce;
	cursor: pointer;
	transition: all 0.5s ease;
	border: 2px solid #fff;
}

.cookieBtns button:last-child {
	background-color: #fff;
	color: #3e90ce;
}

.offer_wrp {
	padding: 100px 0;
}

.abt-cntnt h2 {
	font-size: 56px;
	font-weight: 700;
	color: #3e90ce;
}
.hero-sub-title {
    margin: 0px 0px 22px 0px;
    line-height: 1;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 18px;
    color: #D33D35;
    font-weight: 600;
    margin-bottom: 14px;
}
.hero_content p {
	color: #ccc;
    font-size: 18px;
    font-weight: 500;
}

.features_area{
    background: #b2d2eb;
    background-size: cover;
    background-position: bottom;
}
.product_view_tabs.mt-4 {
    margin-top: 75px !important;
}

.slider-category {
    position: relative;
    background: url(../images/min-bann.jpg)no-repeat center;
    background-size: cover;
    padding: 60px 0;
}
/* .slider-category ul.cat-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin: -30px 0 0 -30px;
}
.slider-category ul.cat-wrap li.cat-wrapper.heading {
    width: calc(16.66% - 30px);
    margin: 30px 0 0 30px;
}
.slider-category ul.cat-wrap li.cat-wrapper {
    width: calc(83.33% - 30px);
    margin: 30px 0 0 30px;
} */
.slider-category .heading .section-capture {
    text-align: left;
}
.section-capture {
    margin: 0px 0px 0px 0px;
}
.slider-category .heading .section-capture .section-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section-title span.sub-title {
    display: inline-block;
    color: #ff5d1d;
    font-size: 18px;
    margin-bottom: 8px;
    text-transform: none;
    font-weight: 600;
}
.section-title h2 {
    color: #000000;
    font-size: 3rem;
    display: inline-block;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 25px;
}
.section-title h2 span {
    display: block;
}
.btn-style2 {
    color: #fff;
    font-size: 15px;
    padding: 14px 38px;
    background-color: #ff5d1d;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #ff5d1d;
    border-radius: 10px;
    webkit-transition: color 0.3s ease-in-out,background-color 0.3s ease-in-out,border-color 0.3s ease-in-out,box-shadow 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out,background-color 0.3s ease-in-out,border-color 0.3s ease-in-out,box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.btn-style2:hover {
    color: #333333;
    background-color: #f5e70e;
    border: 2px solid #f5e70e;
}
.slider-category ul.cat-wrap li.cat-wrapper {
    width: calc(83.33% - 30px);
    margin: 30px 0 0 30px;
}
.slider-category .cate-info {
    position: relative;
}
.slider-category .cate-info .category-block {
    position: relative;
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    margin: 0px auto;
    background-color: #ffffff;
}
.slider-category .cate-info .category-block .cat-img.banner-hover {
    overflow: hidden;
    border-radius: 100%;
}
.slider-category .cate-info .category-block .cat-img.banner-hover img {
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.slider-category .cate-info .category-block .cat-img.banner-hover:hover img {
    webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.slider-category .cate-info span.text-content {
    font-size: 15px;
    color: #ff5d1d;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(34, 34, 34, 0.10);
}
.slider-category .cate-info span.text-content:hover {
    color: #333333;
}
.slider-category .cate-info h6.cat-title {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 25px 0px 0px;
}
.slider-category .cate-info:hover h6.cat-title {
    color: #ff5d1d;
}
.home-banner-grid {
    padding: 100px 0px 0px;
}
.home-banner-grid .big-banner {
    margin: 30px 0px 0px 30px;
}
.home-banner-grid .big-banner .banner-block {
    position: relative;
}
.home-banner-grid .big-banner .banner-block a {
    display: flex;
    align-items: center;
}
.home-banner-grid .big-banner .banner-block a span.image-block {
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
}
.home-banner-grid .big-banner .banner-block a span.image-block img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.home-banner-grid .big-banner .banner-block a .banner-content-right {
    position: absolute;
    right: 50px;
    bottom: 20px;
    margin: 0px 0px 0px auto;
    text-align: left;
}
.home-banner-grid .big-banner .banner-block a .banner-content-right span.subtitle {
    color: #f5e70e;
    font-size: 20px;
    border: 1px dashed #f5f5f5;
    padding: 4px 22px;
    margin: 0px 0px 22px 0px;
    line-height: 1;
    border-radius: 10px;
}
.home-banner-grid .big-banner .banner-block a .banner-content-right h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    margin: 20px 0;
}
.home-banner-grid .big-banner .banner-block a .banner-content-right span.banner-button {
    margin: 34px 0px 0px;
}
.btn-style {
    color: #fff;
    font-size: 15px;
    padding: 15px 35px;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    margin-top: 20px;
    border-radius: 0;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out,background-color 0.3s ease-in-out,border-color 0.3s ease-in-out,box-shadow 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    background: linear-gradient(145deg, #D33D35 0%, #FB8459 100%);
}
.btn-style:hover {
    color: #fff;
    background-color: #000000;
    border: 1px solid #000;
}
.our-service-area {
    padding: 100px 0px;
}
.our-service-area .grid-wrapper {
    margin: 0px 0 0 30px;
    animation-name: fadeInUp;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.our-service-area .ser-block {
    text-align: center;
    display: flex;
    background: #ebe7e7;
    border-radius: 40px;
    padding: 15px 20px 14px 15px;
    justify-content: space-between;
    align-items: center;
    margin-right: 15px;
        margin-top: 20px;
}
.our-service-area .ser-block span.ser-icon {
      position: relative;
    width: 35px;
    margin-left: 4px;
    transition: all 0.5s ease-in-out;
}
.our-service-area .ser-block span.ser-icon img {
    color: #ff5d1d;
    width: auto;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    z-index: 1;
}
.our-service-area .ser-block span.ser-icon span {
    font-size: 15px;
    height: 50px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -10px;
    margin: 0;
    border-radius: 50%;
    z-index: 0;
    background-color: #ff5d1d;
    box-shadow: 0px 0px 15px rgba(34, 34, 34, 0.10);
}
.our-service-area .ser-block .service-text {
    margin: 0;
}
.our-service-area .ser-block .service-text h6 {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #333333;
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.our-service-area .ser-block .service-text p {
    font-size: 15px;
    margin: 8px 0px 0px;
    line-height: normal;
    color: #808080;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.deal-day {
    padding: 100px 0px 0px;
}
.deal-day .deal-day-wrap .deal-day-block .deal-block {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 50px;
    border-radius: 10px;
}
.deal-day .deal-day-wrap .section-capture {
    margin: 0px 0px 34px 0px;
    text-align: center;
}
.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.deal-day .deal-day-wrap .section-capture .section-title span.sub-title {
    color: #f5e70e;
    font-size: 18px;
    margin-bottom: 8px;
    text-transform: none;
    font-weight: 600;
}
.deal-day .deal-day-wrap .section-capture .section-title h2 {
    color: #fff;
    font-size: 40px;
    display: inline-block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    line-height: 1.1;
}
.deal-day .deal-day-wrap .section-capture .section-title p {
    color: #ccc;
    font-size: 16px;
    display: inline-block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    line-height: 32px;
    margin: 0 auto;
    max-width: 875px;
}
.instagram {
    padding: 100px 0px;
}
.section-capture {
    text-align: center;
}
.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-title span.sub-title {
    color: #000000;
    font-size: 34px;
    margin-bottom: 8px;
    text-transform: none;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 23px;
}
.insta-content a.insta-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.insta-content::before a.insta-img {
    background-color: #808080;
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0;
    height: 100%;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.insta-content a.insta-img img {
    -webkit-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    border: 1px solid #c2c2c2;
}
.insta-content:hover::before a.insta-img {
    opacity: 0.5;
    visibility: visible;
    width: 100%;
    height: 100%;
}
.insta-content a.insta-img:hover img {
    webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.top_arrival_wrp {
    padding: 100px 0;
    background: #f5f5f5;
}
.header-top-area {
    background-color: #f5f5f5;
    padding: 18px 50px;
}
.header-theme-logo a.theme-logo {
    display: block;
}
.header-theme-logo a.theme-logo img {
    max-width: 183px;
}
ul.details-ul {
    display: flex;
    justify-content: flex-end;
}
.info-wrap:first-child {
    margin: 0px;
}
.info-wrap {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0px 0px 0px 30px;
}
.info-wrap .info-wrapper {
    display: flex;
    align-items: center;
    width: max-content;
}
.info-wrap .info-wrapper i {
    color: #ff5d1d;
    font-size: 40px;
    line-height: 1;
}
.info-wrap .info-wrapper .info-text {
    font-size: 15px;
    padding: 0px 0px 0px 10px;
}
.info-wrap .info-wrapper .info-text span.label {
    color: #808080;
    display: block;
    font-weight: 500;
    font-size: 16px;
}
.info-wrap .info-wrapper .info-text .info-link {
    color: #333333;
    font-weight: 600;
    margin: 8px 0px 0px;
    font-size: 20px;
}
.padding-area {
    padding: 90px 0;
}
.sec-head {
    font-size: 40px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.form-group {
    margin-bottom: 1rem;
}
.shop-link {
    cursor: pointer;
    background: #ff5d1d;
    color: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}
.shop-link:hover {
    background-color: #333;
}
.breadcrumb-area {
    /* background-image: url(../images/breadcrumb.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background: #fff;
    text-align: center;
    padding: 30px 0px;
    /* border-bottom: 1px solid rgba(128, 128, 128, 0.2); */
}
.breadcrumb-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #18181b; */
    opacity: 0.2;
}
.header-theme-logo a img{
    width: 170px;
    margin-top: 6px;
    margin: 18px 0;
}
.cont-info .info-wrapper{
    display: flex;
}
.cont-info .info-wrapper i{
        font-size: 25px;
    color: #fff;
    margin-right: 10px;
    background: #222230;
    padding: 10px;
    border-radius: 50%;
}
.cont-info .info-wrapper .info-text span{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.cont-info {
    margin-right: 30px;
}
/* .hero-cont2 .hero-sub-title {
    color: #ffffff;
}
.hero-cont2 h1 {
color: #fff;
}
.hero-cont2 .btn-style {
    color: #ffffff;
    border: 2px solid #ffffff;
} */
.our-service-area .ser-block:hover span.ser-icon {
    margin-left: 40px;
 transition: all 0.5s ease-in-out;
}
.ab-left-cont h5{
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 400;
}
.ab-left-cont h5 span{font-size: 26px;font-weight: 700;}
.ab-right-sec .card{
    border: 0;
}
.inn-page-link{
    border-bottom: 1px solid #000;
    color: #000;
}
.ab-right-sec .card-title{
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}
.ab-section{
      margin-bottom: 60px;
    margin-top: 80px;

}
.ab-left-sec{
       overflow: hidden;
}
.ab-left-sec img{
        transition: all 0.5s ease;
}
.ab-left-sec img:hover{
    transform: scale(1.05);
}
.ab-right-sec .card img{
        transition: all 0.5s ease; 
}
.ab-right-sec .card img:hover{
     transform: scale(1.05);
}
.menu-call-in-viwe{
    display: none;
}
.nav-line{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
}
.nav-line span{
    width: 27px;
    background: #000000;
    height: 3px;
    margin: 2px;
}
.mobile_bottombar{
    position: relative;
}
.min-view-right{
    position: absolute;
    right: -80%;
    top: 0;
    z-index: 9;
    width: 20%;
    height: 100%;
    background: #ddd;
    padding: 40px;
}
.min-view-right button{
    display: flex;
    justify-content: space-around;
}
.mobile-logo{
  display: none !important;
}
.pro-title{
    font-size: 3rem;
    font-weight: 600;
}
.filter_list .custom_check a{
        color: #7F7D86;
    padding: 9px 15px 11px 0px;
}
.bread-title{
      font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
}
.features-one {
    padding-top: 250px;
    position: relative;
    overflow: hidden;
    padding-bottom: 170px;
}
.features-one__shapes .body-shape-one {
    width: 620px;
    height: 620px;
    position: absolute;
    top: 143px;
    left: -394px;
}
.body-shape-one {
    width: 684px;
    height: 684px;
    border-radius: 50%;
    background-image: linear-gradient(130deg, #D33D35 0%, #FB8459 100%);
    opacity: 20%;
    filter: blur(150px);
    -webkit-filter: blur(150px);
}
.features-one__shapes .body-shape-two {
    position: absolute;
    top: 0;
    right: -379px;
}
.body-shape-two {
    float: right;
    width: 684px;
    height: 684px;
    border-radius: 50%;
    background-image: linear-gradient(130deg, #D33D35 0%, #FB8459 100%);
    opacity: 20%;
    filter: blur(150px);
    -webkit-filter: blur(150px);
}
.features-one__item {
    position: relative;
    animation-name: fadeInUp;
}
.features-one__card__hover {
  position: relative;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);

}
.features-one__card__hover__title {
  padding: 40px;
  padding-top: 75px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #FFFFFF;
  padding-bottom: 40px;
  background: linear-gradient(90deg, #D33D35 0%, #FB8459 100%);
}
.features-one__card__hover__btn {
  width: 58px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222230;
  position: absolute;
  bottom: 0;
  right: 0;
}
.features-one__card__hover__btn span {
  font-size: 18px;
  color:#FFFFFF;
}
.features-one__card__hover__icon {
  position: absolute;
  top: -50px;
  left: 40px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #D33D35 0%, #FB8459 100%);
}
.features-one__card__hover__icon span {
  font-size: 40px;
  color: #FFFFFF;
  transition: all 0.5s ease;
  transform: scale(1);
}
.features-one__card__hover__icon:hover span {
  transform: scale(0.9);
  color: #222230;
}
.features-one__item:hover .features-one__card__hover,
.features-one__card__hover__active .features-one__card__hover {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
.features-one__item:hover .features-one__card__top__wrap,
.features-one__card__hover__active .features-one__card__top__wrap {
  border-left: 2px solid #222230;
  border-right: 2px solid #222230;
  border-bottom: none;
}
.features-one__item:hover .features-one__card__title,
.features-one__card__hover__active .features-one__card__title {
  opacity: 0;
}
.features-one__item:hover .features-one__card__icon,
.features-one__card__hover__active .features-one__card__icon {
  opacity: 0;
}
.features-one__item:hover .features-one__card__bottom__wrap,
.features-one__card__hover__active .features-one__card__bottom__wrap {
  border-top: none;
  border-image: none;
  border-color: #222230;
  padding: 0px 40px 42px 40px;
}
.features-one__item:hover .features-one__card__top__wrap,
.features-one__card__hover__active .features-one__card__top__wrap {
  background-color: #FFFFFF;
}
.features-one__card {
  position: relative;
}
.features-one__card__top__wrap {
  display: flex;
  flex-direction: column;
  background-color: #222230;
  padding: 30px 40px 30px 40px;
  transition: all ease-in 0.5s;

}
.features-one__card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #FFFFFF;
  padding-bottom: 34px;
}
.features-one__card__btn {
  width: 80px;
  height: 90px;
  background-color: rgba(255, 255, 255, 8%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;

}
.features-one__card__btn span {
  font-size: 24px;
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(90deg, #D33D35 0%, #FB8459 100%);
}
.features-one__card__desc {
  font-size: 16px;
  font-weight: 600;
  color: #7F7D86;
  line-height: 30px;
}
.features-one__card__bottom__wrap {
  background-color: #FFFFFF;
  padding: 20px;
  border: 2px solid transparent;
  border-image: linear-gradient(90deg, #D33D35 0%, #FB8459 100%);
  border-image-slice: 1;
  transition: 0.5s;
}
.features-one__card__image {
  width: 100%;
  height: 123px;

}
.features-one__card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.features-one__card__icon {
  position: absolute;
  bottom: -50px;
  width: 100px;
  left: 20px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #D33D35 0%, #FB8459 100%);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}
.features-one__card__icon span {
  font-size: 40px;
  color: #FFFFFF;

}
.features-one__item:hover .features-one__card__icon {
  transform: rotateY(180deg);
}

/*------------------------- ABOUT CSS -----------------------*/

.about-one {
    position: relative;
    background-color: #222230;
    padding-bottom: 160px;
    z-index: 1;
    overflow: hidden;
    padding-top: 120px;
}
.about-one__bg {
    background-image: url(../images/about-1-dark.png);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 6%;
}
.about-one__shapes .body-shape-one {
    width: 576px;
    height: 576px;
    position: absolute;
    top: 115px;
    left: 165px;
}
.body-shape-one {
    width: 684px;
    height: 684px;
    border-radius: 50%;
    background-image: linear-gradient(130deg, #D33D35 0%, #FB8459 100%);
    opacity: 20%;
    filter: blur(150px);
    -webkit-filter: blur(150px);
}
.about-one__shapes .body-shape-two {
    width: 576px;
    height: 576px;
    position: absolute;
    right: 30px;
    bottom: 39px;
}
.body-shape-two {
    float: right;
    width: 684px;
    height: 684px;
    border-radius: 50%;
    background-image: linear-gradient(130deg, #D33D35 0%, #FB8459 100%);
    opacity: 20%;
    filter: blur(150px);
    -webkit-filter: blur(150px);
}
.about-one__images {
    position: relative;
    z-index: 2;
    animation-name: fadeInUp;
}
.about-one__img__one {
    width: 440px;
    height: 695px;
    position: relative;
}
.about-one__img__one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-one__img__one::after {
    content: "";
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 136px;
    height: 18px;
    background-image: linear-gradient(90deg, #FF613C, transparent);
    z-index: 11;
}
.about-one__img__two {
  width: 490px;
  height: 471px;
  position: absolute;
  bottom: -55px;
  right: 40px;
}
.about-one__img__two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-one__logo__icon {
  position: absolute;
  top: 145px;
  right: 120px;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  background-color: #222230;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: rotated2 4s infinite linear;
  animation: rotated2 4s infinite linear;
}
.about-one__logo__icon img {
  width: 104px;
  margin-left: 13px;
}
.about-one__wrapper {
  position: relative;
  z-index: 1;
}
.about-one__wrapper__bg__overlay {
  position: absolute;
  left: -240px;
  top: -65px;
  width: 894px;
  height: 894px;
  border-radius: 50%;
  background: linear-gradient(145deg, #D33D35 0%, #FB8459 100%);
}
.about-one__wrapper__bg__overlay::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 47px;
  width: 862px;
  height: 862px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #D33D35;
  -webkit-animation: leftToRightThree 3s infinite linear;
  animation: leftToRightThree 3s infinite linear;
}
@keyframes dashs {
  to {
    stroke-dashoffset: -1000;
  }
}
.about-one__content {
  position: relative;
  z-index: 11;
  padding-top: 50px;
}
.about-one__content .sec-title {
  margin-bottom: 10px;
}
.about-one__content .sec-title__tagline {
  background-image: none;
  color: #FFEEEA;
}
.about-one__content .sec-title__tagline::after {
  left: -26px;
}
.about-one__content .sec-title__title {
  color: #FFFFFF;
}
.about-one__content__desc {
  font-size: 16px;
  line-height: 30px;
  color: #FFEEEA;
  padding-bottom: 30px;
  border-bottom: 1px solid #D33D35;
}
.about-one__content__eliment {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 40px;
}
.about-one__content__eliment__img {
  width: 132px;
  height: 132px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  position: absolute;
  z-index: 11;
  overflow: hidden;
}
.about-one__content__eliment__img img {
  object-fit: cover;
  border-radius: 50%;
}
.about-one__content__eliment__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 128px;
  gap: 10px;
  justify-content: center;
  background-color: #222230;
  padding-left: 80px;
  padding-right: 26px;
  margin-left: 76px;
}
.about-one__content__eliment__title {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
.about-one__content__eliment__desc {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: #7F7D86;
}
.about-one__content__list {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 35px;
}
.about-one__content__list li {
    color: #FFFFFF;
    padding-bottom: 5px;

}
.about-one__content__list li i {
    color: #FFFFFF;
    padding-right: 20px;
}
.about-one__content .getizy-btn {
    background: #222230;
    margin-top: 30px;
}
.about-one__content .getizy-btn:hover {
    background: #FFEEEA;
    color: #222230;
}
.about-one__content .btn-hover-cropping::after {
    background-color: #FFEEEA;
}
@keyframes rotated2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
@keyframes leftToRightThree {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-30px);
    }
    100% {
        transform: translateX(0px);
    }
}
.about-one__wrapper__bg__overlay::after {
    content: "";
    position: absolute;
    top: 26px;
    left: 47px;
    width: 862px;
    height: 862px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #222230;
    -webkit-animation: leftToRightThree 3s infinite linear;
    animation: leftToRightThree 3s infinite linear;
}
.sec-title__tagline span {
    padding-right: 5px;
    color: #222230;
}
.getizy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1;
  transition: all 0.5s;
  font-weight: 600;
  color: #fff;
  padding: 20px 40px;
  overflow: hidden;
  z-index: 0;
  background: linear-gradient(145deg, #D33D35 0%, #FB8459 100%);
  cursor: pointer;
}
.getizy-btn:hover {
  background: #222230;
  color: #FFFFFF;
}
.btn-hover-cropping::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: #222230;
  transform: translateX(-50%) translateY(-50%) rotate(150deg);
  transition: all 1s;
  opacity: 0.5;
  z-index: -1;
}

/*------------------------ SERVICES CSS ------------------------*/

.service-one {
    position: relative;
    padding: 150px 0 130px;
    z-index: 0;
}
.service-one__shapes .body-shape-one {
    width: 648px;
    height: 648px;
    position: absolute;
    top: 447px;
    left: -483px;
    z-index: 1;
}
.body-shape-one {
    width: 684px;
    height: 684px;
    border-radius: 50%;
    background-image: linear-gradient(130deg, #D33D35 0%, #FB8459 100%);
    opacity: 20%;
    filter: blur(150px);
    -webkit-filter: blur(150px);
}
.service-one__shapes .body-shape-two {
    width: 648px;
    height: 648px;
    position: absolute;
    right: -313px;
    top: -80px;
}
.body-shape-two {
    float: right;
    width: 684px;
    height: 684px;
    border-radius: 50%;
    background-image: linear-gradient(130deg, #D33D35 0%, #FB8459 100%);
    opacity: 20%;
    filter: blur(150px);
    -webkit-filter: blur(150px);
}
.service-one__card__wrap {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 20px;
}
.service-one .row .col-lg-6:nth-child(1) {
  padding-left: 0;
  padding-right: 25px;
}
.service-one__card__shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 378px;
  height: 378px;
  border-radius: 50%;
  background: linear-gradient(90deg, #D33D35 0%, #FB8459 100%);
  z-index: -1;
}
.service-one__card {
  padding: 30px 0 0 0;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 10%);
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  width: 270px;
}
.service-one__card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-image: linear-gradient(90deg, #D33D35 0%, #FB8459 100%);
  border-image-slice: 1;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.service-one__card:hover {
  background-color: #222230;
}
.service-one__card:hover::after {
  opacity: 1;
  rotate: 5deg;
}
.service-one__card__single:nth-child(2),
.service-one__card__single:nth-child(4) {
  margin-top: -65px;
}
.service-one__card__icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #222230;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: 0.5s;
  margin-left: 30px;
}
.service-one__card__icon span {
  font-size: 44px;
  color: #FFFFFF;
  transition: all 0.5s ease;
}
.service-one__card:hover .service-one__card__icon {
  color: #FFFFFF;
  background: linear-gradient(-90deg, #D33D35 0%, #FB8459 100%);
}
.service-one__card:hover span {
  transform: rotateY(180deg);

}
.service-one__card__title {
  font-size: 20px;
  font-weight: 700;
  color: #222230;
  line-height: 26px;
  margin-bottom: 5px;
  padding-right: 30px;
  transition: 0.5s;
  text-transform: capitalize;
  padding-left: 30px;
  display: flex;
  align-items: flex-start;
}
.service-one__card:hover .service-one__card__title {
  color: #FFFFFF;
}
.service-one__card__desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #7F7D86;
  padding-bottom: 20px;
  padding-left: 30px;
}
.service-one__card__btn {
  font-size: 16px;
  font-weight: 700;
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(45deg, #D33D35 0%, #FB8459 100%);
  border-top: 1px solid #222230;
  display: flex;
  align-items: center;
  gap: 7px;
  padding-top: 15px;
  padding-left: 30px;
  padding-bottom: 20px;
}
.service-one__card__arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #7F7D86;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  transition: 0.5s;
}
.service-one__card:hover .service-one__card__arrow {
  background-color: #FFFFFF;
  color: #222230;
}
.service-one__card:hover .service-one__card__btn {
  border-color: #fff;
}
.service-one__content {
  padding-top: 60px;
}
.service-one__content .sec-title__tagline::after {
  left: -26px;
}
.service-one__content__eliment {
  display: flex;
  align-items: center;
  margin-top: 60px;
  gap: 10px;
  margin-bottom: 60px;
}
.service-one__content {
  padding-top: 60px;
}
.service-one__content .sec-title__tagline::after {
  left: -26px;
}
.service-one__content__eliment {
  display: flex;
  align-items: center;
  margin-top: 60px;
  gap: 10px;
  margin-bottom: 60px;
}
.countbar-one__wrap {
  display: flex;
  align-items: center;
  border: 1px solid #222230;
  padding: 20px 0;
  max-width: 390px;
}
.countbar-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #222230;
  padding: 0 10px;
  position: relative;
  width: 195px;
}
.countbar-one__shape__one::after {
  content: "";
  position: absolute;
  bottom: -139px;
  width: 100%;
  height: 100%;
  background-color: #222230;
  left: 0;
  clip-path: polygon(0 1%, 100% 20%, 100% 0, 0 0);
}
.countbar-one__shape__two::after {
        content: "";
    position: absolute;
    top: -154px;
    width: 100%;
    height: 100%;
    background-color: #222230;
    left: 0px;
    clip-path: polygon(0 79%, 100% 98%, 100% 100%, 0% 100%);
}
.countbar-one:nth-child(2) {
  border: none;
}
.countbar-one__data {
  display: flex;
  align-items: flex-end;
}
.countbar-one__text {
  font-size: 18px;
  font-weight: 700;

}
.countbar-one span {
  line-height: 26px;
  text-align: center;
  font-weight: 700;
  color: #7F7D86;
}
.service-one__content__eliment__logo {
  border: 1px solid #222230;
  padding: 19px 18.5px;
}

/*----------------------------- CHOOSE US CSS ----------------------------*/

.why-choose-one {
    position: relative;
    padding: 120px 0;
}
.why-choose-one__shapes .body-shape-one {
    width: 560px;
    height: 560px;
    position: absolute;
    bottom: -210px;
    left: -236px;
}
.why-choose-one__shapes .body-shape-two {
    width: 560px;
    height: 560px;
    position: absolute;
    right: -276px;
    top: 170px;
}
.why-choose-one__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.why-choose-one__border {
    width: 370px;
    height: 370px;
    border: 2px solid #222230;
    rotate: 45deg;
    animation: rotate3 6s infinite linear;
}
@keyframes rotate3 {
    0% {
        transform: rotate(3deg);
    }
    50% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(3deg);
    }
}
.why-choose-one__experiens {
    width: 370px;
    height: 370px;
    background-color: #222230;
    rotate: 45deg;
    margin-top: -330px;
    position: relative;
    animation: rotate4 6s infinite linear;
}
@keyframes rotate4 {
    0% {
        transform: rotate(-3deg);
    }
    50% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}
.why-choose-one__image {
    width: 560px;
    height: 560px;
    position: relative;
    margin-top: -330px;
    z-index: 11;
    animation: rotate3 6s infinite linear;
}
.why-choose-one__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why-choose-one__content {
    position: relative;
    z-index: 1;
}
.sec-title {
    margin-bottom: 20px;
}
.sec-title__tagline {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(145deg, #D33D35 0%, #FB8459 100%);
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 5px;
    position: relative;
}
.sec-title__tagline span {
    padding-right: 5px;
    color: #222230;
}
.sec-title__title {
    margin: 0;
    font-size: 50px;
    color: #222230;
    font-weight: 700;
    line-height: 60px;
    font-family: "Plus Jakarta Sans", serif;
}
.why-choose-one__desc {
    font-size: 16px;
    line-height: 30px;
    color: #7F7D86;
    font-weight: 600;
}
.why-choose-one__cards {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 55px;
}
.why-choose-one__card__single {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 10%);
  padding: 25px 30px;
  position: relative;
  transition: all 500ms ease;
}
.why-choose-one__card__single::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background-color: #222230;
  z-index: -1;
  transition: all 500ms ease;
}
.why-choose-one__card__single:hover::after {
  left: 0;
  top: 0;
}
.why-choose-one__card__top {
  display: flex;
  align-items: center;
  gap: 20px;
}
.why-choose-one__card__top span {
  font-size: 40px;
  color: transparent;
  background: radial-gradient(circle at -40% 100%, #D33D35 4%, #FB8459);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s;
}
.why-choose-one__card__single:hover .why-choose-one__card__top span {
  transform: rotateY(180deg);
}
.why-choose-one__card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.why-choose-one__card__desc {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #7F7D86;
  line-height: 24px;
}

/*-------------------------- HERO BANNER CSS ---------------------------*/

.hero-slider-one__content {
    overflow: hidden;
}
.hero-slider-one__sub-title {
    font-size: 16px;
    color: transparent;
    background: linear-gradient(-183deg, #D33D35 0%, #FB8459 100%);
    background-clip: text;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 14px;
    opacity: 0;
    transition: transform 1500ms ease, opacity 1500ms ease;
    transform: translateY(-200px);
}
.hero-slider-one__title {
    position: relative;
    font-size: 60px;
    font-weight: 800;
    max-width: 600px;
    line-height: normal;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 5px;
    opacity: 0;
    transition: transform 1200ms ease, opacity 1200ms ease;
    transform: translateX(-200px);
    font-family: "Plus Jakarta Sans", serif;
    color: #222230;
}
.hero-slider-one__title__anim .solu {
    font-size: 80px;
    line-height: 75px;
    color: transparent;
    -webkit-text-stroke: 2px rgba(211, 61, 53, 1);
    text-transform: capitalize;
    font-weight: 800;
}
.hero-slider-one__title__anim:nth-child(3) .tion {
    font-size: 80px;
    line-height: 75px;
    background: linear-gradient(90deg, #D33D35 0%, #FB8459 100%);
    color: transparent;
    background-clip: text;
    font-weight: 800;
}
.hero-slider-one__title:after {
    content: "";
    width: 100%;
    height: 110%;
    position: absolute;
    top: 12px;
    left: -100%;
    background: #222230;
    -webkit-transition: 1500ms cubic-bezier(0.858, 0.01, 0.068, 0.99);
    -o-transition: 1500ms cubic-bezier(0.858, 0.01, 0.068, 0.99);
    transition: 1500ms cubic-bezier(0.858, 0.01, 0.068, 0.99);
    z-index: 3;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.hero-slider-one .active .hero-slider-one__title::after {
    transform: translateX(-1%);
    transition-delay: 1200ms;
}
.hero-slider-one .active .hero-slider-one__title__anim__image {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 1900ms;
}
.hero-slider-one__title__anim__image {
    position: absolute;
    bottom: 42%;
    left: 450px;
    opacity: 0;
    transform: translateY(100px);
    transition: transform 1200ms ease, opacity 1200ms ease;
    padding-bottom: 30px;
}
.hero-slider-one__text {
    position: relative;
    width: 100%;
    max-width: 500px;
    opacity: 0;
    transform: translateY(100px);
    transition: transform 1200ms ease, opacity 1200ms ease;
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #7F7D86;
    line-height: 30px;
}
.hero-slider-one__images__one {
  position: relative;
  position: absolute;
  right: 105px;
  top: 115px;
  width: 100%;
  max-width: 484px;
  height: 594px;
  opacity: 0;
  transform: translateY(250px);
  transition: transform 1700ms ease, opacity 1700ms ease;
}
.hero-slider-one__images__one img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.hero-slider-one__images__one::after {
  content: "";
  position: absolute;
  top: -30px;
  bottom: 0;
  left: -30px;
  width: 50%;
  height: 85%;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  background-color: transparent;
}
.hero-slider-one__images__one .border-shape {
  width: 4px;
  height: 101px;
  background: linear-gradient(90deg, #D33D35 0%, #FB8459 100%);
  position: absolute;
  bottom: 230px;
  left: -30px;
  z-index: 2;
  animation: topToBottomBig 15s linear infinite;
}
@keyframes topToBottomBig {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-280px);
    }

    100% {
        transform: translateY(0);
    }
}
.hero-slider-one__images__one__shape__one {
  position: absolute;
  top: 46px;
  left: -86px;
  z-index: 2;
  animation: topToBottom 2s linear infinite;

}
@keyframes topToBottom {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}
.hero-slider-one__images__one__shape__two {
  position: absolute;
  bottom: 0px;
  left: -85px;
  z-index: 11;
  animation: zoomBig 2s linear infinite;
}
@keyframes zoomBig {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(0.8, 0.8);
    }

    100% {
        transform: scale(1, 1);
    }
}
.hero-slider-one__images__one__shape__three {
  position: absolute;
  background-color: #FFFFFF;
  padding: 30px 33px;
  bottom: -54px;
  z-index: 11;
  left: 70px;
}
.hero-slider-one__images__one__shape__three h4 {
  font-size: 20px;
  font-weight: 700;
  color: #222230;
  text-align: center;
  line-height: 24px;
  padding-top: 10px;
}
.hero-slider-one__images__two {
  position: absolute;
  right: -131px;
  bottom: 0;
  display: inline-block !important;
  width: 236px !important;
  height: 467px;
  z-index: -1;
  opacity: 0;
  transform: translateX(200px);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.hero-slider-one .active .hero-slider-one__images__two {
    opacity: 1;
    transform: translateX(0);
}

.hero-slider-one__images__two {
    position: absolute;
    right: -131px;
    bottom: 0;
    display: inline-block !important;
    width: 236px !important;
    height: 467px;
    z-index: -1;
    opacity: 0;
    transform: translateX(200px);
    transition: transform 1500ms ease, opacity 1500ms ease;
}
.hero-slider-one__images__two img {
    height: 100%;
    object-fit: cover;
}
.hero-slider-one__images__two__btn {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    background: linear-gradient(90deg, #D33D35 0%, #FB8459 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -65px;
    left: 30%;
    transform: translate(-50%);
    transition: all 400ms ease;
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: leftToRight;
}
.hero-slider-one__img__two__bg {
    position: relative;
    position: absolute;
    z-index: -1;
    right: -32px;
    bottom: 0;
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    background-color: #ffffff;
}
@keyframes leftToRight {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0px);
    }
}

/*--------------------------------- FOOTER CSS ------------------------------*/

.main-footer {
  position: relative;
  background-color: #222230;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main-footer__bg__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.main-footer__wrapper {
  position: relative;

}
.main-footer__logo img {
    width: 205px;
}
.main-footer__wrapper .row .col-xl-4:nth-child(1) {
  padding-right: 0;
}
.footer-widget {
  padding-top: 100px;
  padding-bottom: 80px;
  border-right: 1px solid #10101C;
  position: relative;
  height: 86%;
  z-index: 2;
}
.footer-widget::after {
  content: "";
  position: absolute;
  top: 98px;
  right: -2px;
  width: 3px;
  height: 167px;
  background-color: #FFFFFF;
  animation: topToBottomTwo 4s linear infinite;
}
@keyframes topToBottomTwo {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}
.main-footer .col-xl-3:nth-child(2) .footer-widget::after {
  animation: topToBottomTwo 5s linear infinite;
}
.main-footer .col-xl-3:nth-child(4) .footer-widget::after {
  animation: topToBottomTwo 6s linear infinite;
}
.main-footer .col-xl-3:nth-child(2) {
  padding-right: 35px;
}
.main-footer .col-xl-3:nth-child(4) {
  padding-left: 0;
}
.main-footer .col-xl-2:nth-child(3) .footer-widget {
  border-right: none;
  padding-left: 25px;

}
.main-footer .col-xl-2:nth-child(3) .footer-widget::after {
  content: none;
}
.main-footer .col-xl-3:nth-child(4) .footer-widget {
  border-right: none;
  border-left: 1px solid #10101C;
}
.main-footer .col-xl-3:nth-child(4) .footer-widget::after {
    content: "";
    position: absolute;
    top: 98px;
    left: -2px;
    width: 3px;
    height: 167px;
    background-color: #FFFFFF;
}
.main-footer__wrapper .main-footer__left {
    padding-right: 67px;
    position: relative;
}
.main-footer__desc {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding-top: 15px;
    color: #7F7D86;
}
.footer-widget__btn:hover {
    color: #222230;
}
.footer-widget--input .btn-hover-cropping::after {
    background-color: #FFFFFF;
}
.footer-widget--input .btn-hover-cropping:hover::after {
  height: 450%;
  opacity: 1;
}
.main-footer__navmenu {
    padding-left: 60px;
}
.main-footer__navmenu__title h5 {
    color: transparent;
    margin-bottom: 19px;
    font-size: 20px;
    font-weight: 700;
    background-clip: text;
    background-image: linear-gradient(145deg, #D33D35 0%, #FB8459 100%);
}
.main-footer__navmenu__list {
    list-style: none;
    margin: 0;
    padding: 0;

}
.main-footer__navmenu__list li {
    font-size: 16px;
    font-weight: 600;
    color: #7F7D86;
    line-height: 30px;
    padding-bottom: 5px;
}
.main-footer__navmenu__list li a {
    color: inherit;
    background: linear-gradient(to right, #7F7D86 0%, #7F7D86 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}
.main-footer__navmenu__list li a:hover {
    color: #FFFFFF;
    background-size: 100% 1px;
}
.main-footer__gallery {
    position: relative;
    padding-left: 32px;
    padding-right: 15px;
    margin-right: 0px;
    max-width: 250px;
    margin-left: auto;
}
.footer-widget__grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}
.footer-widget__grid-item {
    position: relative;
    float: left;
    background-size: cover;
    height: 90.35px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}
.footer-widget__grid-item::after {
    content: "";
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255), 0.5);
    top: 0%;
    left: auto;
    right: 0;
    position: absolute;
    transition: all 500ms ease-in-out;
}
.footer-widget__grid-item:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.main-footer__socials {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.main-footer__socials .social-icon {
    width: 35.71px;
    height: 35.71px;
    border-radius: 50%;
    color: #FFFFFF;
    background: linear-gradient(145deg, #D33D35 0%, #FB8459 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-footer__infu__card {
        width: 532px;
    background-color: #FFFFFF;
    padding: 20px 13px 16px 20px;
    position: absolute;
    bottom: 0;
    left: 385px;
    z-index: 3;
}
.main-footer__copyright {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #7F7D86;
    line-height: normal;
}
.main-footer__socials img {
    width: 180px;
}
.main-footer__infu__card__line {
    position: relative;
    z-index: 11;
    padding-bottom: 15px;
}
.main-footer__infu__card__line::after {
    content: "";
    position: absolute;
    width: calc(100% + 34px);
    left: -20px;
    height: 1px;
    background-color: black;
}
.main-footer__infu {
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.main-footer__infu:nth-child(1) {
    padding-bottom: 20px;
}
.main-footer__infu .infu {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 25px;
}
.main-footer__infu .infu:nth-child(2)::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 51%;
    background-color: #000000;
    left: 44%;
    transform: translateX(-50%);
}
.main-footer__infu .infu__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222230;
  color: #FFFFFF;
  transition: 0.5s;
}
.main-footer__infu .infu:hover .infu__icon {
  background-color: #FFEEEA;
  color: #222230;
}
.main-footer__infu .infu__icon span {
  font-size: 18px;
}
.main-footer__infu .infu__link {
  display: flex;
  flex-direction: column;
}
.main-footer__infu .infu__link a {
  font-size: 14px;
  font-weight: 600;
  color: #222230;
}
.main-footer__infu .infu__link a {
  background: linear-gradient(to right, #7F7D86 0%, #7F7D86 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-footer__infu .infu__link a:hover {
  color: #222230;
  background-size: 100% 1px;
}
.main-footer__infu .infu__location {
  display: flex;
  align-items: center;
  gap: 10px;

}
.main-footer__bottom {
  position: relative;
  z-index: 1;
  text-align: center;
  background: #2F2F40;
}
.main-footer__bottom__inner {
  padding: 29px 0;
}

/*------------------------- NAVBAE CSS ----------------------*/

.nav-bar-div {
    background: url(../images/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.topbar {
    background-color: #222230;
    padding: 10px 35px;
}
.topbar .container-fluid {
  padding-right: 0;
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar__info {
  display: flex;
  align-items: center;
  margin: 0;
}
.topbar__info:nth-child(2) {
  margin-left: auto;
}
.topbar__info li+li {
  margin-left: 30px;
}
.topbar__info li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #7F7D86;
  font-weight: 600;
  line-height: 1.5;
}
.topbar__info li a {
  color: inherit;
  background: linear-gradient(to right, #7F7D86 0%, #7F7D86 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar__info li a:hover {
  background-size: 100% 1px;
}
.topbar__info li i {
  font-size: 14px;
  background: linear-gradient(145deg, #D33D35 0%, #FB8459 90%);
  color: transparent;
  background-clip: text;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.topbar__right {
  display: flex;
  align-items: center;
}


/*-------------------------- PRODUCT CSS ----------------------*/
.product__item {
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #222230;
    transition: all 500ms ease;
    min-height: 420px;
}
.product__item__top__img {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.product__item__top__img img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  transition: all 500ms ease;
  transform: scale(1);
}
.product__item__top__btn {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.product__item__top__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #FFEEEA;
  border-radius: 50%;
  color: #222230;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
}
.product__item__top__btn a:hover {
  background-color: #D33D35;
  color: #FFFFFF;
}
.product__item__top__btn a:nth-child(1) {
  transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
}
.product__item__top__btn a:nth-child(2) {
  transition: transform 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms, border ease 300ms;
  transform: translate3d(30px, 0, 0);
}
.product__item__top__btn a+a {
  margin-top: 10px;
}
.product__item:hover {
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid transparent;
  border-image: linear-gradient(90deg, #D33D35 0%, #FB8459 100%);
  border-image-slice: 1;
}
.product__item:hover .product__item__top__img img {
  transform: scale(1.05);
}
.product__item:hover .product__item__top__btn a {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.product__item__content {
  position: relative;
  text-align: center;
  padding: 27px 30px 40px 30px;
}
.product__item__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 3px;
}
.product__item__title a {
  background: linear-gradient(to right, #7F7D86 0%, #7F7D86 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.product__item__title a:hover {
  background-size: 100% 1px;
}
.product__item__title a:hover {
  color: #D33D35;
}
.product__item__price {
  display: flex;
  justify-content: center;
  color: #7F7D86;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.product__item__price__del {
  margin-left: 5px;
}

.product__item__ratings {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #222230;
  letter-spacing: 4.5px;
  margin-bottom: 26px;
}

.product__item__link {
  background: #F4F5F8;
  color: #222230;
  padding: 7.5px 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 185.714%;
  transition: 0.5s;
}

.product__item__link:hover {
  background: linear-gradient(145deg, #D33D35 0%, #FB8459 100%);
  color: #FFFFFF;
}
.product__item .btn-hover-cropping::after {
  background: linear-gradient(145deg, #D33D35 0%, #FB8459 100%);
  color: #FFFFFF;
} 
/* .team-one__bg__overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 275px;
    background-color: #FFEEEA;
} */

.product__showing-text {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #222230;
}
.product-details__divider {
    width: 100%;
    height: 1px;
    background-color: #EBE3D9;
    margin: 22px 0 21px 0;
}
.product-details__quantity {
  position: relative;
  display: flex;
  align-items: center;
}

.product-details__quantity-title {
  margin: 0;
  margin-right: 35px;
  font-weight: bold;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.product-details__quantity .quantity-box {
  position: relative;
  width: auto;
  height: 50px;
  display: flex;
}

.product-details__quantity .quantity-box input {
  width: 70px;
  height: 50px;
  border: 1px solid #222230;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  color: #222230;
  padding-left: 26px;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  background-color: transparent;
}

.product-details__quantity .quantity-box button {
  width: 45px;
  height: auto;
  color: #222230;
  font-size: 12px;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all 500ms ease;
}

.product-details__quantity .quantity-box button:hover,
.product-details__quantity .quantity-box button:focus,
.product-details__quantity .quantity-box button:active {
  background: #222230;
  color: #FFFFFF;
}

.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid #222230;
  border-left: 1px solid #222230;
  border-bottom: 1px solid #222230;
}

.product-details__quantity .quantity-box button.add {
  border-top: 1px solid #222230;
  border-right: 1px solid #222230;
  border-bottom: 1px solid #222230;
}

.product-details__quantity .quantity-box button:hover {
  color: #7F7D86;
}