* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;

}

a,
a:hover,
a:focus {
	text-decoration: none;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}


body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
}

.container-fluid {
	padding: 0px 40px !important;
}


/*=======butn=================*/
/*============================*/

.cumn-butn-body {
  font-family: Outfit;
  font-weight: 600;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 16px 0px;
  transition: 0.5s;
  margin: 0px auto;
  width: 193px;
}
.our-products-section .cumn-butn-body {
  font-family: Outfit;
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #EE4036;
  text-align: center;
  border-radius: 7px;
  padding: 14px 0px;
  transition: 0.5s;
  margin: 0px auto;
  width: 171px;
}

.red-butn {
	background: #EE4036;
	color: #fff;
}


.red-butn:hover {
	background: #000;
	color: #fff;
}

.view-butn {
	border: 2px solid #EE4036;
	color: #EE4036;
}

.view-butn:hover {
	border: 2px solid #EE4036;
	color: #fff;
	background: #EE4036;
}


.cumn-butn-body span {
	margin-left: 10px;
}


.product-slider-section {
	margin-left: 40px;
	padding: 47px 0px 0px 0px;
}

.product-slider-box {
	padding: 0px;
	margin: 0px;
}


/*============================*/
/*=======butn=================*/


/*============================*/
/*=======header================*/


.logo {
	width: auto;
	margin: 10px 0px;
	padding: 0px 0px;
	position: relative;
}

.logo img {
	width: 70%;
}

.main-nav.scroll .logo {
	width: 250px;
	padding: 0px;
	margin: 15px 0px;
}

.main-nav.scroll .rightlink {
	margin-top: 14px;
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
	margin: 0px 0px;
	padding: 10px 0px;
	width: 100%;
	height: auto;
	background: #fff;
	border-bottom: 1px solid #CECEC9;
}


.main-nav.scroll {
	background-color: #fff;
	height: 80px;
	padding: 5px 0px;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
	z-index: 99;
}

.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: start;
	align-items: center;
	height: 100%;
}

.stellarnav ul {
	margin: 0px 0px;
	padding: 20px 0px;
	position: relative;
	width: 95%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 35px;
}

.stellarnav>ul>li>a {
    font-family: Outfit;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: right;
    color: #000000;
    padding: 0px;
    margin: 0px;
}

.stellarnav>ul>li>a:hover {
	color: #EE4036;
}

.stellarnav>ul>li>a.active {
	color: #EE4036 !important;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
	width: 200px;
	padding: 0px;
	top: 50px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #ccccccb8 1px solid;
}

.main-nav .stellarnav li li a {
	font-size: 18px;
	padding: 10px 20px;
	color: #000000;
	font-weight: 400;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #fff;
	color: #63B55D;
}

.main-nav .stellarnav li li a.active {
	background: #fff;
	color: #63B55D;
}

.stellarnav li.has-sub>a::after {
	content: '\f107';
	margin-left: 7px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}

.rightlink {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: end;
	margin-top: 15px;
}

/*=============	Modal Area CSS =============*/
.modal {
	z-index: 9999;
	top: 100px;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 12px 65px 41px 65px;
}

.modal-cardtext {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	z-index: 9;
}

.modal-cardtext .input-group {
	position: relative;
	display: block;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 11px auto;
}

.modal-cardtext .input-group {
	position: relative;
	display: block;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 11px auto;
}

.modal-cardtext .btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background: #EE4036 !important;
	border: 1px solid transparent;
	padding: 18px 32px;
	font-size: 19px;
	border-radius: 0px 33px 33px 0px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-cardtext .form-control {
	display: block;
	padding: 21px 36px;
	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: 33px;
	border-top-right-radius: 33px;
	border-bottom-right-radius: 33px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*=============	Modal Area CSS End =============*/
.rightlink .input-group {
	width: 50%;
}

.rightlink .form-control {
	display: block;
	padding: .375rem 18px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #000000;
	border-right: 0px solid #000000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 22px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.rightlink .input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.rightlink .btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #000000f7;
	border-left: 0px solid #000000f7;
	padding: .375rem 18px;
	font-size: 19px;
	margin-left: -1px;
	border-radius: 22px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.usercard a {
	border: #515151 2px solid;
	width: 37px;
	position: relative;
	height: 37px;
	border-radius: 50px;
	text-align: center;
	padding: 0px 9px;
	display: flex;
	align-items: center;
}

.usercard a img {
	width: 16px;
}

.usercard {
	position: relative;
}

.caunt {
	position: absolute;
	top: -8px;
	right: -5px;
	font-size: 13px;
	background: #EE4036;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2px 0px;
	font-size: 13px;
}

/*============================*/
/*=======header================*/


/*============================*/
/*=======banner===============*/


.banner-section {
	margin: 0px 0px;
	padding: 0px;
	width: 100%;
	height: 100%;


}


.banner-left-side {
	position: relative;
	top: 0px;
	left: 0px;
}

.banner-left-side img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-left-side #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0px;
	cursor: pointer;
	background: #000;
	opacity: 0.8;
}

.banner-text {
	position: absolute;
	top: 200px;
	left: 40px;
	max-width: 575px;

}

.banner-text h1 {
	font-family: Montserrat;
	font-weight: 700;
	font-style: italic;
	font-size: 75px;
	line-height: 85px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	position: relative;
}

.banner-text p {
	font-family: Montserrat;
	font-weight: 600;
	font-style: italic;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0%;
	color: #E0E0E0;
	padding: 0px;
	margin: 0px 0px 50px 0px;
}

.banner-img {
	width: 55%;
	height: 100%;
	padding: 0% 3% 0% 0%;
	position: absolute;
	top: 0px;
	right: 0px;
}

.banner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-section .owl-carousel .owl-nav {
	display: block;
	position: relative;
	right: 0;
}

.banner-section .owl-dots {
	display: none;
}


.banner-section .owl-nav .owl-prev {

	position: absolute;
	bottom: 0px;
	right: 78px;
	width: 80px;
	height: 80px;
	background: #FFBF1F !important;
	color: #000000 !important;
	font-size: 35px !important;
	text-align: center;
}

.banner-section .owl-nav .owl-next {
	position: absolute;
	bottom: 0px;
	right: -2px;
	width: 80px;
	height: 80px;
	background: #F2F2F2 !important;
	color: #000000 !important;
	font-size: 35px !important;
	text-align: center;
}


/*============================*/
/*=======banner===============*/


/* ============================================================== */
/* =========================product-category======================*/

.product-order-section {
  background: url('https://freshgemgifts.us/wp-content/uploads/2025/07/Mask-group-scaled.png') no-repeat center center;
  background-size: cover;
  padding: 50px 0 20px 0;
  text-align: center;
  position:relative;
}

img.left-img {
    position: absolute;
    left: 0;
    top: 180px;
    width: 224px;
}

img.right-img {
    position: absolute;
    right: 0;
    top: 180px;
    width: 203px;
}


.product-order-section h1 {
	font-family: Montserrat;
	font-weight: 800;
	font-size: 55px;
	line-height: 70px;
	letter-spacing: 0%;
	text-align: center;
	color: #262261;
	padding: 0px 7%;
	margin: 0px 0px 18px 0px;
}

.product-order-section p {
	font-family: Outfit;
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	color: #363636;
	padding: 0px;
	margin: 0px 0px 24px 0px;
}


/* ============================================================== */
/* =========================product-order-section=================*/


/* ============================================================== */
/* =========================product-category======================*/


.our-products-section {
	padding: 40px 0px 60px 0px;
	margin: 0px;
    background: url('https://freshgemgifts.us/wp-content/uploads/2025/07/bg-1.png') no-repeat center center;
    background-size: cover;
	overflow: hidden
}


.our-products-section-2 {
	padding: 40px 0px 60px 0px;
	margin: 0px;
    background: url('https://freshgemgifts.us/wp-content/uploads/2025/07/Mask-group-scaled.png') no-repeat center center;
    background-size: cover;
	overflow: hidden
}


/* .our-products-section-header {
	text-align: center;
	margin: 0px 0px 40px;
} */

.our-products-section-header h2 {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 35px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	color: #262261;
	padding: 0px;
	margin: 0px;

}


.products-section-inner {
	margin: 35px 0px 0px;
}


.product-box {
  background: #fff;
  border-radius: 12px;
  padding: 10px 10px;
  box-shadow: 0px 4px 10px 0px #0000000F;
  min-height: 300px;
  margin-bottom: 50px;
  height: 100%;
  border: #c9c9c9 1px solid;
}


.product-box-archive {
  margin-bottom: 25px;
  }

.producy-img {
	margin: 0px;
	width: 100%;
	height: 280px;
	padding: 0px;
	overflow: hidden;
	border-radius: 15px;
}


.producy-img img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 15px;
}


.producy-img:hover img {
	transform: scale(1.1);
}

.product-text {
	margin: 0px;
	padding: 17px 0px 0px;
}

.product-text h3 {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 17px;
	line-height: 17px;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
	padding: 0px;
	margin: 0px 0px 22px 0px;
}

.product-text-price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin: 10px 0px;
}

.product-text-price p {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0%;
	color: #3D3D3D;
	padding: 0px;
	margin: 0px;
}


.product-text-price .cumn-butn-body.smll-red-butn {
  background: #EE4036;
  padding: 5px 11px;
  font-size: 13px;
  width: 93px;
  margin: 0px 0px;
  border-radius: 4px;
  color: #fff;
}


.product-text-price .cumn-butn-body.smll-red-butn:hover {
	background: #000;
	color: #fff;
}


/* ============================================================== */
/* =========================Our Products======================== */


/* ============================================================== */
/* =========================about-sectiom======================== */


.about-section {
	padding: 60px 0px;
	margin: 0px;
	overflow: hidden;
	background: #fff;

}

.about-section-left {
	padding: 0px;
	margin: 0px;
}

.about-section-left-img {
	width: 100%;
	height: 340px;
	overflow: hidden;
	border-radius: 10px;
}

.about-section-left-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition:
		all 0.4s ease;
	transition:
		all 0.4s ease;
}


.about-section-left-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.about-section-right {
    padding: 36px 34px;
	text-align: left;
	margin: 0px;
	position: relative;
	height: 340px;
	background: url(../images/about-right.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	border-radius: 10px;
}

.about-section-right h3 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0%;
  color: #fff;
  padding: 0px;
  margin: 0px 0px 9px 0px;
  position: relative;
}


.about-section-right .cumn-butn-body.red-butn {
  margin: 30px 0px 0px;
  clear: both;
  float: left;
  width: auto;
  padding: 15px 15px;
  font-size: 20px;
  border-radius: 5px;
}


.view-all-img-row {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0px 0px;
}


/* ============================================================== */
/* =========================about-sectiom======================== */


/* ============================================================== */
/* =========================categories-section====================*/

.categories-section {
	padding: 40px 0px 0px 0px;
	margin: 0px;
}

.categories-section-header {
	text-align: center;
	margin: 0px 0px 40px;
}

.categories-section-header h2 {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 35px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	color: #262261;
	padding: 0px;
	margin: 0px;
}

.categories-section-inner {
	margin: 36px 0px 60px 0px;
}

.categories-box {
	padding: 0px;
	margin: 0px;
}


.categories-box-img {
	width: 220px;
	height: 220px;
	text-align: center;
	margin: 0px auto;
	border-radius: 50%;
	padding: 40px 40px;
	background: #F6F6F6;
	border: 1px solid #F6F6F6;
}

.categories-box:hover .categories-box-img {
	border: 1px solid #ccc;
}


.categories-box-img img {
	width: 140px !important;
	height: 140px !important;
	object-fit: contain;
	margin: 0px auto;
}

.categories-box-text {
	margin: 20px 0px 0px;
	padding: 0px;
}

.categories-box-text h5 {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
	padding: 0px;
	margin: 0px;
}

.categories-box:hover .categories-box-text h5 {
	color: #EE4036;
}

/* ============================================================== */
/* =========================categories-section====================*/


/* ============================================================== */
/* =========================offer-sectiom======================== */


.services-section {
	padding: 50px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/services-bg.png) no-repeat;
	background-size: auto;
}


.services-section-header {
	text-align: center;
	margin: 0px 0px 40px 0px;
}


.services-section-header h2 {
	margin: 0px 0px 80px 0px;
	padding: 0px;
	font-family: "Fugaz One", sans-serif;
	text-align: center;
	letter-spacing: 0px;
	color: #1C1C1C;
	font-size: 46px;
	font-weight: 400;
	line-height: 57px;
	position: relative;
}


.services-section-header h2::after {
	background: #000;
	background-repeat: no-repeat;
	content: "";
	width: 280px;
	height: 3px;
	display: inline-block;
	margin: 0px auto;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
}


.services-box {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 20px;
}


.services-box-icon {
	width: 130px;
	height: auto;

	border: 1px solid #000;
	border-radius: 50%;
	overflow: hidden;
}


.services-box-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
	transition:
		all 0.4s ease;
}


.services-box-icon:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	border: 1px solid #DB0F20;
}


.services-box-text {
	width: 70%;
	padding: 0px;
	margin: 0px;
}


.services-box-text h3 {
	font-family: Fugaz One;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #071D48;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.services-box-text p {
	font-family: Rockwell;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0%;
	color: #3A3A3A;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	height: 75px;
}


.read-butn {
	font-family: Rockwell;
	font-weight: 400;
	font-style: italic;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0%;
	color: #DB0F20;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	transition: all 300ms ease-in-out;
}


.read-butn:hover {
	color: #000;
	padding-left: 5px;
}


.read-butn span {
	margin: 0px 0px 0px 6px;
}


/* ============================================================== */
/* =========================offer-sectiom======================== */


/* ============================================================== */
/* =========================client-sectiom======================== */


.client-section {
	padding: 40px 0px 60px 0px;
	margin: 0px;
	background: url('https://freshgemgifts.us/wp-content/uploads/2025/07/bg-1.png') no-repeat center center;
    background-size: cover;
	overflow: hidden;
}

.client-section h2 {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 35px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;

	text-align: center;
	color: #262261;
	position: relative;
}


.clientsay-carousel-outer {
	position: relative;
	margin: 0px 0px 50px 0px;
}


.client-section-box {
	background: #fff;
	border-radius: 10px;
	padding: 30px 25px;
	height: 270px;
	box-shadow: 0px 4px 10px 0px #0000000F;
	border: 1px solid #0000002b;
}

.client-info {
	position: relative;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 15px;
	margin: 0px;
}

.googleicon {
  position: absolute;
  background: #fff;
  padding: 2px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  bottom: -6px;
  left: 40px;
  }


.client-info-img {
	width: 65px;
	height: 65px;
	overflow: hidden;
	border-radius: 100%;

}

.client-info-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.reating {
	margin: 15px 0px 10px;
	font-size: 14px;
	color: #FBC02D;
}

.reating i {
	margin-right: 4px;
}


.client-info-text h4 {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;

	color: #262261;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}


.client-info-text h5 {
	font-family: Montserrat;
	font-weight: 500;
	font-style: italic;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0%;

	color: #757575;
	padding: 0px;
	margin: 0px;
}

.client-text p {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0%;

	color: #3A3A3A;
	padding: 0px;
	margin: 0px;
}

.client-section .owl-dots {
	position: absolute;
	bottom: -60px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}


.client-section .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #A6A6A6 !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.client-section .owl-dots .owl-dot.active span,
.client-section .owl-dots .owl-dot:hover span {
	background: #EE4036 !important;
	width: 37px;
	height: 14px;
	border-radius: 25px;
}

.client-section .owl-nav {
	display: none;
}


/* ============================================================== */
/* =========================client-sectiom======================== */


/* ============================================================== */
/* =========================newsletter-sectiom====================*/


.newsletter-section-right {
	margin: 20px 0px;
}

.newsletter-section-right .newsletter-form {
	padding: 0px;
	position: relative;
}

.newsletter-section-right .newsletter-form input {
  height: 51px;
  width: 100%;
  display: inline-block;
  background: #FFFFFF;
  border: none;
  font-family: Montserrat;
  font-weight: 500;
  font-style: italic;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #3A3A3A;
  border-radius: 6px;
  padding: 0 142px 0 20px;
  border-radius: 40px;
}

.newsletter-section-right .newsletter-form ::-webkit-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #3A3A3A;
	opacity: 1;
	/* Firefox */
}

.newsletter-section-right .newsletter-form :-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #3A3A3A;
	opacity: 1;
	/* Firefox */
}

.newsletter-section-right .newsletter-form ::-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #3A3A3A;
	opacity: 1;
	/* Firefox */
}

.newsletter-section-right .newsletter-form ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #3A3A3A;
	opacity: 1;
	/* Firefox */
}

.newsletter-section-right .newsletter-form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #3A3A3A;
}

.newsletter-section-right .newsletter-form ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #3A3A3A;
}

.newsletter-section-right .newsletter-form .button {
	display: inline-block;
	position: absolute;
	right: 0;
}


/* ============================================================== */
/* =========================newsletter-sectiom====================*/


/* ==========================================================*/
/* ========================footer-sectiom====================*/


.footer-top {
	padding: 60px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background: url(../images/footer-bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.footer-menu {
	padding: 0% 0% 0% 25%;
	margin: 0px auto;
}

.footer-menu h3 {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0%;

	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}


.footer-menu ul {
	margin: 0px;
	padding: 0;
	list-style: none;

}

.footer-menu ul li {
	padding:
		0px 0px 5px 0px;
	margin:
		0px;
	list-style-type: none;
}


.footer-menu ul li a {
	font-family: Outfit;
	font-weight: 400;
	font-size: 19px;
	line-height: 28px;
	color: #F0F0F0;
	padding: 0px;
	margin: 0px;
	transition: all 300ms ease-in-out;
}


.footer-menu ul li a:hover {
	color: #EE4036;
	padding-left: 4px;
}


.footer-social-icon {
	margin: 30px 0px 0px;
}

.footer-social-icon ul {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 10px;
}

.footer-social-icon ul li {
	transition: 0.3s ease-in-out;
}

.footer-social-icon ul li a img {
	width: 50px;
}

.footer-social-icon ul li:hover {
	transform: translateY(-5px);
	transition: 0.3s ease-in-out;
}


.footer-logo {
  margin: 0px;
  text-align: left;
  width: 54%;
}


.footer-logo img {
	width: auto;
	height: auto;
	object-fit: contain;
}


.footer-newsletter {
	margin: 30px 0px;
}

.footer-newsletter h3 {
	font-family: Montserrat;
	font-weight: 800;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.footer-newsletter p {
	font-family: Outfit;
	font-weight: 400;
	font-size: 14px;
    line-height: 12px;
	letter-spacing: 0%;
	color: #DEDEDE;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.newsletter-section-right {
	margin: 0px;
	width: 86%;
}


.newsletter-section-right .newsletter-form .button .btn {
  display: inline-block;
  background: #EE4036;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  text-align: center;
  color: #fff;
  height: 51px;
  border-radius: 0px 40px 40px 0;
  width: 138px;
  
}


.newsletter-section-right .newsletter-form .button .btn:hover {
	background: #000;
	color: #fff;
}

.footer-text-section {
	margin: 50px 0px 0px;
}


.footer-text-section h4 {
	font-family: Rockwell;
	font-weight: 400;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: center;
	color: #DEDEDE;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}


.footer-text-section h6 {
	font-family: Rockwell;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: capitalize;
	color: #DEDEDE;
	padding: 0px;
	margin: 0px;
}


.footer-text-section h6 span {
	margin-right: 10px;
}


.footer-info {
	margin: 0% 0% 0% 15%;
	padding: 0px;
	word-wrap: break-word;
}


.footer-info h3 {
	font-family: Montserrat;
	font-weight: 800;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0%;

	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.footer-info p {
	font-family: Outfit;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #F0F0F0;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 0px;
}

.footer-info p a {
	color: #DEDEDE;
}

.footer-info p a:hover {
	color: #EE4036;
}


.footer-info p span {
  width: 25px;
  height: 25px;
  margin-right: 17px;
}

.footer-info p span img {
	width: 16px;
	object-fit: contain;
}

.footer-manu-butm {
	margin: 30px 0px 0px;
	padding: 0px;
}

.footer-manu-butm ul {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 4px;
}


.footer-manu-butm ul li {
	padding:
		0px;
	margin:
		0px;
	list-style-type: none;
}


.footer-manu-butm ul li a {
	font-family: Outfit;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: right;
	color: #DEDEDE;
	padding: 0px;
	margin: 0px 15px 0px 0px;
	position: relative;
}

.footer-manu-butm ul li a::after {
 font: normal normal normal 16px/1 FontAwesome;
    font-size: 16px;
  content: "|";
  height: auto;
  width: 5px;
  position: absolute;
  margin: 5px 0px 0px 6px;
  color: #D5E9E5;
  font-size: 15px;
}

.footer-manu-butm ul li:last-child a::after {
	display: none;
}


.footer-manu-butm ul li a:hover {
	color: #EE4036;
}


.footer-bottom {
	padding: 25px 0px;
	margin: 0px;
	background: #161440;
	overflow: hidden;
}

.footer-bottom p {
	font-family: Outfit;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;

	color: #C8C8C8;
	padding: 0px;
	margin: 0px;
}

.footer-bottom p a {
	color: #FFFFFF;
}

.footer-bottom p a:hover {
	color: #C8C8C8;
	;
}


.footer-bottom-left {
	text-align: left;
}

.footer-bottom-right {
	text-align: right;
}


/* ==============================================*/
/* ==============footer-sectiom==================*/


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #EE4036;
	color: #fff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #000;
	border: 1px solid #fff;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 57px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/



/*================================================
inner-banner-css
=================================================*/


.inner-banner-section {
	padding: 0px;
	margin: 0px;
	position: relative;
	background: #F5F5F0;
	min-height: 250px;
}



.inner-banner-text {
	position: absolute;
	top: 45%;
	left: 0px;
	right: 0px;
	color: #fff;
	z-index: 9;
	text-align: center;
}

.inner-banner-text h1 {
	font-family: Montserrat;
font-weight: 800;
font-size: 40px;
line-height: 40px;
letter-spacing: 0%;
text-align: center;

	color: #262261;
	padding: 0px;
	margin: 0px;
}


/*================================================
inner-banner-css
=================================================*/

.cmn-section { padding: 60px 0px; margin: 0px;}



/*================================================
about page CSS
=================================================*/



.about-page-left { padding: 0px; margin: 0px;}


.about-page-left p { font-family: Montserrat;
font-weight: 500;
font-size: 14px;
line-height: 24px;
letter-spacing: 0%; color:#3A3A3A ; padding: 0px; margin: 0px 0px 20px 0px;
   }

.about-page-right {
	padding: 0% 0% 0% 5%;
	width: 100%;
	height: auto;
	overflow: hidden;
}



.about-butm { margin: 30px 0px; padding: 0px;}


.about-pg-ful-img {
position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden
	
}


  .about-pg-ful-img img {
	width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


  .about-pg-ful-img:hover img {
	-webkit-transform: scale(1.1);
  transform: scale(1.1);
}





/*================================================
about page CSS
=================================================*/



/* ======================================================================== */
/* contact pages */
/* ======================================================================== */


.contact-info-section {
	background: #F6F6F6;
	border-radius: 12px;
	height: 300px;
	padding: 25px 20px;
	margin: 0px;
	border: 8px solid #fff;
	outline: 2px dashed #262261;
}

.icon-box {
	width: 100px;
	height: 100px;
	background: #e4e4e4;
	border-radius: 50%;
	text-align: center;
	padding: 28px 0px;
	margin: 0px 0px 30px 0px;
}

.icon-box i {
	font-size: 45px;
	color: #EE4036;
	text-align: center;
}

.icon-box img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.contact-info-section h4 {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: left;
	color: #262261;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.contact-info-section p {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: left;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.contact-info-section p a {
	color: #171717;
}

.contact-info-section p a:hover {
	color: #262261;
}


.contact-bottom-section {
	width: 100%;
	height: 700px;
}

.contact-left {
	position: relative;
	overflow: hidden;
	background: #000;
	height: 700px;
}



.contact-left .contact-left-inner {
	position: relative;
	z-index: 9;
	padding: 40px 50px;
}


.contact-left .contact-left-inner h2 {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: left;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.contact-left .contact-left-inner p {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: left;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

.contact-left form {
	margin: 20px 0px;
}


.contact-left .form-row {
	margin: 0px;
	padding: 0px;
}


.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}


.form-row .form-control {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: none;
	border-radius: 8px;
	opacity: 1;
	padding: 14px 20px;
	color: #666666;
	margin: 0px 0px 15px 0px;
}


textarea.form-control {
	min-height: calc(1.5em + (.75rem + 2px));
}


.location-maap iframe {
	width: 100%;
	height: 700px;
}


.cumn-butn-body.wht-butn:hover {
	background: #000;
}


/* ======================================================================== */
/* contact pages */
/* ======================================================================== */

.product-slider-box{
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-carousel .owl-item:nth-child(odd) .product-slider-box img{
  width: 80%;
}


.product-carousel .owl-stage{display: flex;}
.product-carousel .item{
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.product-carousel .product-slider-box {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; *//*This is optional*/
    display: flex;
	align-items: center !important;
    flex-direction: column;
    align-items: stretch;
}

button.sub-menu-toggle {
    display: none;
}

.s-ctgry {
    background: #F1F1F1;
    padding: 20px;
    /* box-shadow: 0 5px 12px #0000004D; */
    margin-bottom: 25px !important;
    border: 1px solid #ffffff70;
    border-radius: 10px;
    margin-top: 25px;
}

.bapf_head h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    color: #262261;
    text-transform: capitalize;
    margin: 0px 0px 20px 0px;
}

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #ee4036;
    background: linear-gradient(to bottom, #fff 0, #ee4036 30%, #dc3545 100%);
    box-shadow: inset 0 0 1px 1px #dc3545;
}

.irs--big .irs-from, .irs--big .irs-single, .irs--big .irs-to {
    color: #fff;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #dc3545;
    background: linear-gradient(to bottom, #dc3545 0, #ee4036 100%);
    border-radius: 3px;
}

.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid #ee4036;
    background-color: #ee4036;
    background: linear-gradient(to bottom, #fff 0, #ee4036 30%, #dc3545 100%);
    box-shadow: 1px 1px 2px #dc3545, inset 0 0 3px 1px #dc3545;
    border-radius: 30px;
} 

.woocommerce-notices-wrapper {
    margin-top: 20px;
}

.orderby {
    border: 1px solid #3A3A3A;
    padding: 9px 14px;
    border-radius: 50px;
    background: #fff;
    margin: 0px 0px 18px 0px;
    width: 76%;
    font-size: 12px;
}


.woocommerce .woocommerce-ordering {
    margin: 0 0 0;
    display: flex;
    align-items: center;
    justify-content: end;
}


.not-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}


p.bg-text {
    background: #60B45A;
    border: 1px solid #60B45A;
    border-radius: 15px;
    padding: 3px 10px 3px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.priceStock {
    display: flex;
    font-size: 21px;
    color: #000;
    padding: 20px 0px;
    font-weight: 600;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    display: flex;
    font-size: 21px;
    color: #000;
    font-weight: 600;
    margin: 0px 10px 0px;
}

.in-stock-color {
    color: #0018F9;
    font-weight: 600;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #000;
    font-size: 16px !important;
    font-weight: 600;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
    width: 100%;
}


.woocommerce .quantity .qty {
   width: 39% !important;
    height: 27px;
    border: 1px solid #8d8d8d;
    border-radius: 4px;
    display: flex;
    justify-content: left !important;
    align-items: flex-end;
    padding: 9px;
    border: 1px solid #8D8D8D;
    box-shadow: 0px 0px 14px 0px #0000001A;
    height: 34px;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: left;
}

.woocommerce div.product form.cart .button {
    text-transform: capitalize;
    background: #DB0F20;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 11px 0px;
    width: 115px;
    color: #fff;
   
}


.quantity {
    margin: 20px 0px !important;
}

p.custom-quantity-label {
    font-weight: 600;
    margin-bottom: 5px;
}


h1.product_title.entry-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 35px;
    line-height: 52px;
}


.woocommerce .star-rating span::before,
.woocommerce-page .star-rating span::before,
.woocommerce .star-rating::before,
.woocommerce-page .star-rating::before {
    color: #FBC02D !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #EE4036;
    color: #ffffff;
    z-index: 2;
    border-bottom-color: #EE4036;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #cfc8d8;
    background-color: #000000;
    color: #ffffff !important;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 ;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}

div#tab-description h2 {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}

/*==================================
blog-page
====================================*/

.blog-page {
    position: relative;
    padding: 60px 0px;
    margin: 0px;
}


.blog-page-left {
    padding: 50px 0px 0px 0px;
    margin: 0px;
    width: 100%;
}

.blog-page-left-box {
    background: #fff;
    box-shadow: 0px 3px 6px #29180B21; 
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    opacity: 1;
    padding: 0px;
    margin: 0px 0px 40px 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.blog-page-left-box-img {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.blog-page-left-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.blog-page-left-box-text {
    padding: 20px 20px;
    margin: 0px;
}

.blog-page-left-box-text h3 {
    text-align: left;
    letter-spacing: 0px;
    font-size: 18px;
    color: #303030;
    padding: 0px 0px 15px 0px;
    margin: 0px;
    font-weight: 600;
}


.blog-page-left-box-text h6 {
    text-align: left;
    letter-spacing: 0px;
    color: #EE4036;
    margin: 0px 0px 10px 0px;
}

.blog-page-left-box-text h6 a {
    color: #EE4036;
}


.blog-page-left-box-text h6 span {
    margin-right: 10px;
}

.blog-page-left-box-text h6 span img {
    width: 20px;
    height: 20px;
}


.blog-page-left-box-text p {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0px;
    color: #6A6A6A;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}


.blog-page-left-box .learn-btn {
  text-align: left;
  font-size: 20px;
  letter-spacing: 0px;
  color: #EE4036;
  }

.blog-page-left-box .learn-btn span {
    margin: 25px 0px -1px 5px;
    font-size: 20px;
    line-height: 31px;
}

.blog-page-left-box .learn-btn:hover {
    color: #000;
}


.blog-page-right {
    padding: 50px 0% 0% 5%;
    margin: 0px;
}


.recent-post h3 {
    text-align: left;
    letter-spacing: 0px;
    font-size: 26px;
    color: #303030;
    opacity: 1;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    font-weight: 600;
}


.recent-post-box {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 20px;
    background: #fff;
}

.recent-post-box-img {
    width: 25%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.recent-post-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.recent-post-box-text {
    width: 70%;
    padding: 0px;
    margin: 0px;
}


.recent-post-box-text p {
    text-align: left;
    letter-spacing: 0px;
    font-size: 16px;
    color: #000000;
    opacity: 1;
    padding: 0px;
    margin: 0px 0px 8px 0px;
}


.recent-post-box-text h6 {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    text-align: left;
    letter-spacing: 0px;
    color: #EE4036;
}


.categories {
    padding: 0px;
    margin: 20px 0px 30px;
    float: left;
    width: 100%;
}

.categories h3 {
  text-align: left;
    letter-spacing: 0px;
    font-size: 26px;
    color: #303030;
    opacity: 1;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    font-weight: 600;
  }


.categories ul {
    padding: 0px;
    margin: 0px 4px;
}

.categories ul li {
    list-style-type: none;
}

.categories ul li a {
    text-align: left;
    font: normal normal 18px/28px Gabarito;
    letter-spacing: 0px;
    color: #404040;
    opacity: 1;
    padding: 10px 0px;
    margin: 0px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    float: left;
}

.categories ul li a:hover {
    color: #000;
}

.categories ul li a span {
    margin-right: 10px;
    color: #EE4036;
    font-size: 15px;
}

.categories ul li a.last {
    border-bottom: none;
}

.sreach-box {
    margin: 0px 0px 20px 0px;
}

.input-group .btn {
    position: relative;
    z-index: 2;

}


.sreach-box .form-control {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #7D7D7D;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sreach-box .input-group-btn {
    position: absolute;
    right: 1%;
    top: 8%;
}


.pagination .page-item:not(:first-child) .page-link {
    margin-left: 6px;
}

.pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-link {
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
    background-color: #E0EEF3;
    border: 1px solid #E0EEF3;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 500;
    border-radius: 4px !important;
    min-width: 40px;
    text-align: center;
    padding: 7px 14px !important;
}

.page-link:hover {
    color: #fff;
    background-color: #EE4036;
    border: 1px solid #EE4036;
}

.page-link.active {
    color: #fff;
    background-color: #EE4036;
    border: 1px solid #EE4036;
}

/*==================================
blog-page
====================================*/


.blog-page-left-detalis {
    padding: 0px;
    margin: 0px;
    position: relative;
}

.blog-page-left-detalis-img {
    width: 100%;
    height: 500px;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    border-radius: 20px;
    overflow: hidden;
}

.blog-page-left-detalis-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.blog-page-left-detalis-text {
    padding: 0px;
    margin: 0px;
}

.blog-page-left-detalis-text h3 {
    text-align: left;
    font: normal normal 600 36px/48px Gabarito;
    letter-spacing: 0px;
    color: #000000;
    padding: 0px 0px 20px 0px;
    margin: 0px;

}

.blog-page-left-detalis-text h6 a {
    text-align: left;
    font: normal normal medium 26px/30px Outfit;
    letter-spacing: 0px;
    color: #EE4036;
    padding: 0px;
    margin: 0px;
}

.blog-page-left-detalis-text h6 a span {
    margin-right: 20px;
}


.blog-page-left-detalis-text p {
    font: normal normal normal 16px/26px Outfit;
    letter-spacing: 0px;
    color: #6A6A6A;
    padding: 0px 0px 20px 0px;
    margin: 0px;

}


.blog-page-left img {
    position: relative;
}


.blog-big-imgBox {
    margin: 20px 0px 40px 0px;
}

.blog-big-imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

button.sub-menu-toggle {
    display: none;
}

.single-featured-image {
    margin-bottom: 30px;
    text-align: center;
}
.single-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.aws-container .aws-search-field {
    width: 100%;
    max-width: 100%;
    color: #313131;
    padding: 4px 20px !important;
    line-height: 30px;
    display: block;
    font-size: 16px;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    height: 100%;
    min-height: inherit;
    margin: 0 !important;
    border: 2px solid #461e1e;
    outline: 0;
    border-radius: 21px !important;
    background: #fff;
}


.aws-container .aws-search-form .aws-wrapper {
    flex-grow: 1;
    position: relative;
    vertical-align: top;
    padding: 0;
    width: 100%;
    overflow: hidden;
    
}



.woocommerce-message .button.wc-forward {
	background: #DB0F20 !important;
	color: #fff !important;
	border-radius: 50px !important;
	padding: 16px 30px !important;
}


.wc-block-components-product-name {
	font-size: 22px;
	font-weight: 500;
}

.price.wc-block-components-product-price {
	font-size: 20px;
	font-weight: 600;
}

.wc-block-components-product-details {
	font-size: 14px;
	font-weight: 400;
}


.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid #E9E9E9;
	padding: 20px;
	margin: 1em 0 4em 0;
	text-align: left;
	border-radius: 10px;
	min-height: 306px;
	background: #E9E9E9;
}


.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li a {
	background: #262261;
	color: #fff;
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 16px;
	font-size: 20px;
	border-radius: 5px;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #DB0F20;
	color: #fff;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	background: #DB0F20;
	color: #fff;
}


.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
	background: #fff 0% 0% no-repeat padding-box;
	border: 1px solid #E8E7E5;
	border-radius: 10px;
	padding: 30px 40px;
	min-height: 500px;
}

.tabs.wc-tabs {
	margin: 0px !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2 {
	margin: 0px 0px 11px 0px;
	font-size: 22px;
}


.u-column1.col-1.woocommerce-Address {
	border: #ccc9 1px solid;
	padding: 7px 13px;
	margin-top: 12px;
	min-height: 284px;
	background: #fff;
	border-radius: 10px;
}


.u-column2.col-2.woocommerce-Address {
	border: #ccc9 1px solid;
	padding: 7px 13px;
	margin-top: 12px;
	min-height: 284px;
	background: #fff;
	border-radius: 10px;
}


.u-column1 header {
	padding: 8px 0px;
	border-bottom: #cccccc70 1px solid;
	margin-bottom: 13px;
	display: flex;
	justify-content: left;
	gap: 8px;
}

.u-column2 header {
	padding: 8px 0px;
	border-bottom: #cccccc70 1px solid;
	margin-bottom: 13px;
	display: flex;
	justify-content: left;
	gap: 8px;
}


.woocommerce-Address-title h2 {
	text-align: left;
	font: normal normal 600 17px/20px Inter;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	width: 50%;
	text-align: left;
}


.woocommerce-account .addresses .title .edit {
	background: #DB0F20;
    color: #fff;
    padding: 7px 12px;
    border-radius: 6px;
    font-size: 10px;
    height: auto;
    margin: 0px 0px;
    border-radius: 26px;
}

.woocommerce-account .addresses .title .edit:hover {
	background: #000;
}




.tinv-header h2 {
	font-size: 21px !important;
}


.woocommerce-MyAccount-content p {
	font-size: 16px;
	font-family: Rockwell;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0%;
}



.button.wc-forward {
	background: #db0f20 !important;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 16px !important;
	padding: 15px 30px !important;
	border-radius: 30px !important;
}


button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit
 {
    float: left;
    margin-right: 1em;
    border: #DB0F20 1px solid;
    background: #DB0F20;
    color: #fff;
    border-radius: 5px;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover
 {
    
    border: #DB0F20 1px solid;
    background: #fff;
    color: #DB0F20;
   
}


.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
    border: #DB0F20 1px solid;
    background: #DB0F20;
    color: #fff;
    border-radius: 5px;
}

.wc-block-cart__submit-container {
    background: #DB0F20;
    box-shadow: 0px 5px 6px 0px #0000000F;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0px auto;
    left: 0%;
    right: 0%;
    color: #fff;
    display: block;
}

span.wc-block-components-button__text {
    color: #ffffff;
}


button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: #DB0F20;
    box-shadow: 0px 5px 6px 0px #0000000F;
    font-weight: 600;
    color: #fff;
    border: 1px solid #3c6742;
}

a .wc-block-components-button__text {
    color: #fff;
}


editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: #da0f20;
    font-weight: 600;
}


body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #ee4036;
}


.woocommerce-order {
	padding: 48px 0px 0px 0px;
}

.woocommerce-order .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	color: #DB0F20 !important;
	font-size: 22px;
	text-align: center;
	border: #DB0F2078 1px solid;
	padding: 10px;
	margin-bottom: 23px;
	background: #DB0F2021;
	font-weight: 600;
}

.woocommerce-order ul {
	margin: 0px auto !important;
	background: #f9f9f9;
	text-align: center;
	width: 100%;
	border: #cccccc5c 1px solid;
	padding: 10px 10px 10px 65px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}

.woocommerce-order ul li {
	font-size: 13px !important;
}

.woocommerce-order p {
	color: #090a0a;
	text-align: center;
	font-size: 24px;
	padding: 42px 0px 7px 0px;
	font-weight: 600;
}

.woocommerce-column__title {
	margin-bottom: 10px;
}

.woocommerce .woocommerce-customer-details address {

	padding: 15px 22px;
	line-height: 27px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid #f4eed6;
	padding: 20px;
	margin: 1em 0 4em 0;
	text-align: left;
	border-radius: 5px;
	min-height: 281px;
	background: #f4f1e24d;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	border: #ccc 1px solid;
	border-radius: 5px;
	padding: 9px 12px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	float: left;
	margin-right: 1em;
	border: #DB0F20 1px solid;
	background: #DB0F20;
	color: #fff;
	border-radius: 5px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
	border: #DB0F20 1px solid;
	background: transparent;
	color: #DB0F20;
}



.woocommerce form.register button:hover {
	border: #DB0F20 1px solid;
	background: transparent;
	color: #DB0F20;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	margin-bottom: 0;
	padding-left: 37px;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
	font-family: WooCommerce;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e037";
	text-decoration: none;
	margin-left: -40px;
	line-height: 1.75;
	position: absolute;
	border: #DB0F20 1px solid;
	color: #DB0F20;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	font-family: WooCommerce;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "\e02d";
	text-decoration: none;
	margin-left: -40px;
	line-height: 1.75;
	position: absolute;
	border: #DB0F20 1px solid;
	color: #DB0F20;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	padding-left: 37px;
	text-align: left !important;
}

.woocommerce-table__product-name ul {
	margin: 0px auto !important;
	list-style: none;
	text-align: center;
	width: auto;
	border: #cccccc5c 0px solid;
	padding: 0px;
}

.page-id-10 .woocommerce-order p {
    font-size: 16px;
}

section.related.products h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 32px;
    color: #262261;
}

.wp-singular .product-box-archive {
    margin-bottom: 25px;
    width: 91%;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 25px 0px;
}
