html {
	overflow-x: hidden;
}


a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.no-padding {
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;

}

p {
	color: #000;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.8;
	font-family: "Outfit", sans-serif;


}

/*p:last-child {*/
/*	margin-bottom: 0;*/
/*}*/


body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffff;
	font-family: Poppins;
	overflow-x: hidden;
}


.container-fluid {
	padding: 0px 50px !important;
}


/*=============header-top-logo-section========================= */


.wrps_related_products_area {

}

.about-section-right iframe{
    height: 585px;
}

.header {
	background-color: #fff;
	padding: 20px 0px;
}


.header-section.scroll {
	background: #3D74F6;
	height: auto;
	padding: 5px 0px;
	transition: background-color .5s ease 0s;
	top: 0px !important;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
	width: 100%;
	z-index: 999;
}


.header-section {
	background: #3D74F6;
	padding: 0px;
	margin: 0px;
	position: relative;
}


.header-top {
	padding: 20px 0px;
	margin: 0px;
	border-bottom: 1px solid #FFFFFF;
}

.logo {
/* 	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -35px;
	left: 250px;
	width: 260px;
	height: auto; */
}

.logo img {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	object-fit: cover;
	position:relative;
	top:-15px;
}

/* ============================================= */

.header-srch {
	background-color: #fff;
	border-radius: 10px;
	padding: 0px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 4px;
}


.category {
	background: transparent;
	border-right: 1px solid #ccc;
	padding: 0px;
	margin: 0px 10px 0px 10px;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #303030;
	width: 25%;
}


.category .btn-secondary {
	color: #000;
	background-color: transparent;
	border-color: none;
	border: none;
}


.category .dropdown-menu {
	z-index: 99999;
}

.header-sreach {
	width: 100%;
}


.header-sreach .form-control {
	border: none;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #303030;
	padding: 0px;
	margin: 0px;
}


.header-sreach .srech-butn {
	background: #000;
	border: none;
	padding: 14px 20px;
	color: #fff;
	text-align: center;
	border-radius: 0px 10px 10px 0px;
}


/* ============================================= */

.header-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.header-info-box {
	border-right: 1px solid #ffffffa8;
	display: flex;
	align-items: center;
	justify-content: space-between;

	padding: 0px 10px 0px 10px;

}

.header-info-box:last-child {
	border-right: none;
}


.header-info-box-icon {
	width: 50px;
	height: auto;
	text-align: center;
	align-items: center;
	display: flex;
	position: relative;
}

.header-info-box-text {
	width: 80%;
	padding: 0px;
	margin: 0px;
}

.header-info-box-text p {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #fff;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}


.header-info-box-text h4 {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-align: left;
	color: #fff;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 0px;
	margin: 0px;
}


.counter {
	position: absolute;
	right: 0px;
	top: -10px;
	background: #000;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	padding: 2px 3px;
	line-height: 15px;
	font-size: 12px;
}


/* ================================logo========================================= */


/* ===============================nav============================================ */


.header-bottom {
	padding: 0px;
	margin: 0px;
	position: relative;
}


.header-bottom.scroll {
	background: #3D74F6;
	height: auto;
	padding: 5px 0px;
	transition: background-color .5s ease 0s;
	top: 0px !important;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
	width: 100%;
	z-index: 999;
}


.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	width: 100%;
	height: auto;
	background: #FAF8F7;
}


.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: block;
	padding: 0%;
}

.stellarnav ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: center;
}

.stellarnav>ul>li>a {
	text-align: left;
	font-family: "Montserrat", serif;
	letter-spacing: 0px;
	color: #fff;
	padding: 17px 10px;
	margin: 0px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
}

.stellarnav>ul>li>a.last {
	padding-right: 0px;
}

.stellarnav>ul>li>a:hover {
	color: #000;
}

.stellarnav>ul>li>a.active {
	color: #000 !important;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 12px 6px;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
}

.main-nav .stellarnav li li a {
	font-size: 16px;
	padding: 5px 12px;
	color: #000000;
	font-weight: 400;
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	color: #FFC21F;
}

.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 #FFC21F;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}

.stellarnav li li {
	display: block !important;
	width: 100% !important;
}

.stellarnav ul ul {
	background: #C01D2C;
	color: #fff;
}

.stellarnav ul ul li {
	border-bottom: 1px solid #fff;
}

.stellarnav ul ul li a {
	color: #fff;
}

.stellarnav ul ul li a:hover {
	color: #ccc;
}

/* ===============================nav============================================ */

/* =======================================right-part==============================*/


/* =======================banner-section-start=====================*/

.banner-section {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}


.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: #00000054;
}


.bannercarousel-text {
	position: absolute;
	bottom: 0%;
	text-align: center;
	left: 0%;
	right: 0%;
	width: 100%;
	top: 30%;
}

.bannercarousel-text h1 {
	font-family: Poppins;
	font-size: 80px;
	font-weight: 700;
	line-height: 80px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.bannercarousel-text h4 {
	font-family: Poppins;
	font-size: 22px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.bannercarousel-text p {
	font-family: Montserrat;
	font-size: 27px;
	font-weight: 400;
	line-height: 38px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;
	padding: 0px 0px 30px 0px;
	margin: 0% 15%;
}

.shop-butn {
	background: #FCC100;
	padding: 12px 25px;
	border-radius: 10px;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
}

.shop-butn:hover {
	background: #000;
	color: #fff;
}


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


.banner-section .owl-dots {
	display: none;
}


.banner-section .owl-nav {
	display: block;
}

.banner-section .owl-nav .owl-prev {
	position: absolute;
	left: 10%;
	top: 50%;
}


.banner-section .owl-nav .owl-next {
	position: absolute;
	right: 10%;
	top: 50%;
}


/* .banner-section .overlay {
	position: absolute;
	content: "";
	background-color: #000000; 
	opacity: 0.3;
	left: 0;
	right: 0;
	bottom: 0px;
	top: 300px;
	z-index: 99;
	background: url(../images/banner-shadw.png);
} */

/* ===========================================end-banner-part==========================================================================*/


/* ===========================================end-banner-part==========================================================================*/


.product-info-section {
	padding: 40px 0px;
	border-bottom: 3px solid #D9D9D9;
	margin: 0px;
	background: #fff;
}

.product-info-section-inner {
	/*display: flex;*/
	/*justify-content: space-between;*/
/*	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
    justify-content: center;*/
}

.product-info-box {
    text-align: center;
	/*border-right: 2px solid #000;*/
	/*display: flex;*/
	/*justify-content: space-between;
	align-items: center;
	width: calc(24% - 7px);*/
/*	gap: 30px;*/
	/*padding: 0% 15px;*/
}

/*.product-info-box:nth-child(3){*/
/*    border-right: none;*/
/*}*/

.product-info-box-img {
/*	width: 80px;
	height: 80px;*/
}


/*.product-info-box-text {
	width: 80%;
}*/

.product-info-box-text h2 {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	/* text-align: left; */
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.product-info-box:last-child {
	border-right: none;
}

.product-info-box-img {
    margin: 12px auto;
    padding: 0px 0px;
    width: 85px;
    height: 85px;
    background: #467bf9;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-info-box-img img {
    width: 45px;
}
/* ================================================================================================================================= */


/* =====================================================about-section=================================================================*/

.about-section {
	padding: 60px 0px;
	margin: 0px;
}

.about-section-left {
	padding: 0PX;
	margin: 0px;
}


.about-section-left h2 {
	font-family: Poppins;
	font-size: 36px;
	font-weight: 600;
	line-height: 46px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #3D3D3D;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	position: relative;
}


.about-section-left h2::after {
	content: '';
	height: 3px;
	width: 10%;
	background-color: #3D74F6;
	position: absolute;
	left: 270px;
	top: 23px;
}


.about-section-left p {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #303030;
	padding: 0px;
	margin: 0px 0px 8px 0px;
}


.read-more-butn {
	background: #3D74F6;
	padding: 12px 25px;
	border-radius: 10px;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	margin-top: 30px;
	float: left;
	border: none;
}

.read-more-butn:hover {
	background: #000;
	color: #fff;
}


.about-section-right {
	padding: 0px;
	margin: 0px;
}

.about-section-right img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


/* =====================================================about-section=================================================================*/


/* =====================================================banner-tag-section=================================================================*/


.banner-tag-section {
	margin: 0px 0px;
	padding: 0px 0px 60px 0px;
}

.banner-tag-section .overlay {
	position: absolute;
	width: 100%;
	height: 300px;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: rgba(2, 2, 2, 0.82);
}


.banner-tag-section-inner {
	position: relative;
}

.banner-tag-section-inner img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.banner-tag-section-inner-text {
	position: absolute;
	color: #ffffff;
	top: 40%;
	left: 0%;
	width: 100%;
	right: 0%;
	bottom: 35%;
	text-align: center;
}

.banner-tag-section-inner h2 {
	font-family: Poppins;
	font-size: 35px;
	font-weight: 600;
	line-height: 45px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FCC100;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.banner-tag-section-inner h2 span {
	color: #fff;
}

.banner-tag-section-inner p {
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0% 29%;
	margin: 0px 0px 40px 0px;
}


.know-more-butn {
	background: #FCC100;
	padding: 12px 25px;
	border-radius: 10px;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
}

.know-more-butn:hover {
	background: #000;
	color: #fff;
}


/* =====================================================banner-tag-section=================================================================*/


/* ===========================================best-seller-section=======================================================================*/

.recommended-products-section {
	margin: 0px 0px;
	padding: 0px 0px 60px 0px;

}

.recommended-products-section-header {
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;

}


.recommended-products-section-header h2 {

	font-family: Poppins;
	font-size: 36px;
	font-weight: 600;
	line-height: 46px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #303030;
	padding: 0px;
	margin: 0px 0px 20px 0px;

}


.view-butn {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 0px;
	margin: 0px;
	color: #3D74F6;
}


.view-butn span {
	margin-left: 10px;
}


.featured-products-row {
	margin: 20px 0px 0px;
	padding: 0% 2%;

}


.recommended-box {
	border: 1px solid #ffff;
	border-radius: 10px;
	opacity: 1;
	padding: 15px 15px;
	margin: 0px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
    min-height: 353px;
}

.recommended-box:hover {
	border: 1px solid #303030;
}


.recommended-box-img {
	padding: 0px;
	margin: 0px;
	height: 200px;
	position: relative;
}


.recommended-box-img img {
	width: 100% !important;
	height: 100%;
	object-fit: contain;
}

.recommended-box-text {
	padding: 0px;
	margin: 20px 0px 0px;
}


.recommended-box-text h3 {
	font-family: Montserrat;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.06em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #727272;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.recommended-box-text h2 {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #303030;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.recommended-box-text p .fa-star {
	color: #FED550;
	padding: 0px;
	font-size: 18px;
	margin: 0px;
}


.recommended-box-text p span {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #303030;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

.recommended-box-text h4 {
	font-family: Poppins;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #303030;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.recommended-box:hover {
	border: 1px solid #303030;
}

.recommended-box-img .add-to-cart {
	display: none;
}


.recommended-box .add-to-cart {
	display: none !important;
}

.recommended-box:hover .add-to-cart {
	display: block !important;
	background: #3D74F6;
	padding: 10px 15px;
	border-radius: 10px;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	margin: 0px 5px;

	position: absolute;
	left: 0%;
	right: 0%;
	bottom: -4%;
}


.recommended-box:hover .recommended-box-text h2 {
	color: #3D74F6;
	text-decoration: underline;
}

.recommended-box-img .product-share {
	display: none;
}


.recommended-box:hover .product-share {
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
}


.product-share ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


.product-share ul li {
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #3D74F6;
	border-radius: 50%;
	text-align: center;
	margin: 0px 0px 7px 0px;
	padding: 0px 5px;

}


.featured-products-carousel .owl-nav {
	display: block;
}

.featured-products-carousel .owl-nav .owl-prev {
	position: absolute;
	left: -2%;
	top: 50%;
}

.featured-products-carousel .owl-nav .owl-next {
	position: absolute;
	right: -2%;
	top: 50%;
}

.featured-products-carousel .owl-dots {
	display: none;
}


.offer-tag {
	background: #D3DDF6;
	position: absolute;
	top: -5px;
	left: 10px;
	color: #fff;
	padding: 8px 20px;
	border-radius: 8px;
	color: #3D74F6;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}


.recommended-box-text h5 {
	font-family: Poppins;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #3D74F6;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.recommended-box-text h5 span {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #30303099;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}

/* ===========================================best-seller-section=========================================*/


/* ===========================================client-says-section=========================================*/


.client-says-section {
	position: relative;
	padding: 60px 0px;
	margin: 0px;
}


.client-says-section-left {
	padding: 0px;
	margin: 0px;
}


.client-says-section-left h2 {
	font-family: Poppins;
	font-size: 48px;
	font-weight: 700;
	line-height: 67px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #232323;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.client-says-section-left p {
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #303030;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.client-says-section-right {
	padding: 0px;
	margin: 0px;
}


.client-says-box {
	background: #F9F9FB;
	padding: 20px 20px;
	box-shadow: 0px 20px 40px 0px #BDBFC24D;
	margin: 0px 0px 30px 0px;
	border-radius: 5px;
	width: 100%;
	min-height: 242px;
}

.client-says-box:hover {
	background: #3D74F6;
	box-shadow: 20px 40px 50px 0px #3F6FDF33;
	color: #fff;
	cursor: pointer;
}


.client-info {
	display: flex;
	justify-content: start;
	gap: 30px;
	align-items: center;
}


.client-info-img {
	width: 50px;
	height: 50px;
}

.client-info-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.client-info-name {
	width: 80%;
}

.client-info-name h3 {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #232323;
	padding: 0px;
	margin: 0px 0px 8px 0px;
}


.client-says-box:hover .client-info-name h3 {
	color: #fff;
}


.client-info-name p {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #969696;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.client-says-box:hover .client-info-name p {
	color: #fff;
}


.client-text {
	padding: 10px 0px;
	margin: 0px;
}


.client-text p {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #525252;
	padding: 0px;
	margin: 0px;
}


.client-says-box:hover .client-text p {
	color: #fff;
}


/*.client-says-box:nth-child(1) {*/
/*	margin-left: 20%;*/
/*}*/


.client-says-box:nth-child(2) {
	margin-left: 10%;
}


.orgn-ball {
	position: absolute;
	top: 3%;
	left: 12%;
	animation: flash 3s linear infinite;
}


.grey-ball {
	position: absolute;
	top: 5%;
	left: 30%;
	-webkit-animation: animationFramesOne 15s linear infinite;
	animation: animationFramesOne 20s linear infinite;
}


.yellow-ball {
	position: absolute;
	top: 2%;
	right: 20%;
	animation: move-to 5s infinite linear;
}


.blue-ball {
	position: absolute;
	top: 0%;
	right: 10%;
	-webkit-animation: animationFramesOne 15s linear infinite;
	animation: animationFramesOne 20s linear infinite;
}


.sky-ball {
	position: absolute;
	bottom: 19%;
	left: -3%;
	-webkit-animation: animationFramesOne 15s linear infinite;
	animation: animationFramesOne 20s linear infinite;
}


.green-ball {
	position: absolute;
	bottom: 30%;
	left: 20%;
	animation: running-in 10s infinite;
	;
}


/* ===========================================client-says-section=========================================*/


/* ================================footer=========================================================== */

.footer-section {
	padding: 60px 0px 0px;
	margin: 0px;
	height: auto;
	background: #3D74F6;

}


.subscribe-section {
	padding: 0px;
	margin: 0px;
}


.subscribe-section h2 {
	font-family: Poppins;
	font-size: 36px;
	font-weight: 600;
	line-height: 46px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.newsletter-inner-sub {
	width: 100%;
	margin: 30px 0px;
	padding: 0% 20%;
	display: flex;
	justify-content: space-between;
	gap: 15px;
	align-items: center;
}

.input-groupp {
	width: 100%;
	padding: 0px;
	margin-right: 10px;
}

.input-groupp .form-control {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 48px #0000000F;
	border-radius: 10px;
	padding: 15px 20px;
	color: #808080;

	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #303030;


}


.input-group-append {
	width: 20%;
}

.wpcf7-form.init {
	/*display: flex;*/
	align-items: start;
	justify-content: start;
	width: 100%;

	margin: 0px;
	padding: 0px;
}

.newsletter-inner-sub .wpcf7-form.init { display: flex; }


.input-group-append .send {
	background: #FCC100;
	padding: 12px 25px;
	border-radius: 10px;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	border: none;
}

.input-group-append .send:hover {
	background: #000;
	color: #fff;
}


.footer-row-menu {
	padding: 0px;
	margin: 40px 0px;
}


.footer-info-link {
	padding: 0px;
	padding: 0px;
}


.footer-info-link h3 {

	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	margin: 0px 0px 15px 0px;
	padding: 0px;


}


.footer-info-link p {
	padding: 0px 0px 20px 0px;
	display: flex;


	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;


}

.footer-info-link p span {
	margin-right: 12px;
}

.footer-info-link p a {

	color: #FFFFFF;
	;

}


.footer-info-link p a:hover {
	color: #FCC100;
}


.footer-logo {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 8% 30% 0% 0%;
}


.footer-logo img {
	width: 100%;
	height: auto;
	object-fit: cover;
}


.footer-quick-links {
	padding: 0px;
	margin: 0px;
}

.footer-quick-links h3 {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}


.footer-quick-links ul {
	margin: 0px;
	padding: 0;
	list-style: none;

}

.footer-quick-links ul li {
	width: 100%;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}


.footer-quick-links ul li a {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #fff;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	transition: all 300ms ease-in-out;
}

.footer-quick-links ul li a:hover {
	color: #FCC100;
	padding-left: 4px;
}


.payment-option {
	padding: 0px;
	margin: 0px;
}


.payment-option h3 {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}


.payment-option ul {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 5px;
	padding: 0px;
	margin: 0px;
}


.payment-option ul li {
	list-style-type: none;
	transition: 0.3s ease-in-out;
}


.payment-option ul li:hover {
	transform: translateY(-10px);
	transition: 0.3s ease-in-out
}


.follow-us {
	padding: 0px;
	margin: 20px 0px 0px;
}


.follow-us h3 {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}


.follow-us ul {
	margin: 0px;
	padding: 0;
	list-style: none;

}

.follow-us ul li {
	width: 100%;
	padding: 0px 0px 8px 0px;
	margin: 0px;
}


.follow-us ul li a {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #fff;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	transition: all 300ms ease-in-out;
}

.follow-us ul li a:hover {
	color: #FCC100;
	padding-left: 4px;
}


/* ======================================== */


/* ==========footer-butm===================== */

.footer-bottm {
	padding: 15px 0px;
	margin: 0px;
	border-top: 1px solid #fff;
}

.footer-bottm p {

	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

	color: #FFFFFF;
	opacity: 75%;
}

.footer-bottm p a {
	color: #FFFFFF;
	opacity: 75%;
}

.footer-bottm p a:hover {
	color: #FCC100;
	opacity: 100%;
}


.footer-bottm-left {
	text-align: left;
}


.footer-bottm-right {
	text-align: right;
}

.footer-bottm-right ul {
	display: flex;
	justify-content: end;
	gap: 0px;
	align-items: center;
	padding: 0px;
	margin: 0px;
}


.footer-bottm-right ul li {
	list-style-type: none;
	padding: 0px 10px;
}


.footer-bottm-right ul li a {
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: right;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;
	opacity: 75%;
}

.footer-bottm-right ul li a::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\7c";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: #fff;
}


.footer-bottm-right ul li a::before:first-child {
	content: "";
	display: none;
}


.footer-bottm-right ul li a:hover {
	color: #FCC100;
	opacity: 100%;
}


/* ==========footer-butm===================== */


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #FCC100;
	color: #ffffff;
	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: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/


/* ================================Search Style=================== */


#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	display: none;
}

#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
	z-index: 106;
	display: block;
}

#search input[type="search"] {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -51px;
	width: 60%;
	margin-left: 20%;
	color: rgb(255, 255, 255);
	background: transparent;
	border-top: 1px solid rgba(255, 255, 255, .8);
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	font-size: 40px;
	font-family: Roboto;
	font-weight: 300;
	text-align: center;
	outline: none;
	padding: 10px;
}

#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	opacity: 1;
	font-size: 27px;
	color: #fff;
}

#search .close:hover {
	color: #FC2121;
	cursor: pointer;
}

/* ================Search Style=============*/


/**********animated-code*******************************************/
/**********animated-code*******************************************/
@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@-webkit-keyframes rotated360 {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

@keyframes rotated360 {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

@-webkit-keyframes help-animation {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(30px, 0);
		transform: translate(30px, 0);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes help-animation {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(30px, 0);
		transform: translate(30px, 0);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}

	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
		transform: translate(73px, -1px) rotate(36deg);
	}

	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg);
	}

	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg);
	}

	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
		transform: translate(-40px, 72px) rotate(144deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}

	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
		transform: translate(73px, -1px) rotate(36deg);
	}

	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg);
	}

	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg);
	}

	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
		transform: translate(-40px, 72px) rotate(144deg);
	}

	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@-webkit-keyframes movebounce-up {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

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

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes movebounce-up {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

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

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes move-to {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(-50px, 0);
		transform: translate(-50px, 0);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes move-to {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(50px, 0);
		transform: translate(50px, 0);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes running-in {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(-10px, 150px);
		transform: translate(-10px, 150px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes running-in {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	50% {
		-webkit-transform: translate(-10px, 150px);
		transform: translate(-10px, 150px);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes leaves {
	0% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes leaves {
	0% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes leaves {
	0% {
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes waving-line {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -200px 0;
	}
}

@-webkit-keyframes waving-line {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -200px 0;
	}
}


/**********animated-code*******************************************/
/**********animated-code*******************************************/


.inner-banner-section {
	padding: 0px;
	margin: 0px;
	position: relative;
}

.inner-banner-section .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	/*background: rgba(7, 7, 9, 0.63);*/
	background: rgb(7 7 9 / 9%);
}

.inner-banner-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.inner-banner-text {
	position: absolute;
	top: 30%;
	left: 0px;
	right: 0px;
	color: #fff;
	z-index: 99;
	text-align: center;
}

.inner-banner-text h2 {
	font-family: Poppins;
	font-size: 45px;
	font-weight: 600;
	line-height: 45px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px;
}


.inner-pages-product-info.product-info-section {
	border-top: 3px solid #D9D9D9;
	border-bottom: none;
}


.inner-about-pages.simply-cont p {
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #303030;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


/* ====================about-page-end======================================= */

/* ====================contact-page-start==================================== */


.inner-contact-section {
	padding: 60px 0px;
	margin: 0px;
}


.Contact-page-section-left {
	padding: 0px;
	margin: 0px;
}


.Contact-page-section h2 {
	font-family: Poppins;
	font-size: 36px;
	font-weight: 600;
	line-height: 46px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #303030;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.Contact-page-section p {
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #303030;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}

.Contact-page-section-left form {
	margin: 20px 0px;
}

.Contact-page-section-left .form-row {
	margin: 0px;
	padding: 0px;
}

.form-row .form-control {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #959595;
	border-radius: 8px;
	opacity: 1;
	padding: 12px 20px;
	color: #666666;
	margin: 0px 0px 15px 0px;
	font-family: Montserrat;
}


.Contact-page-section-right {
	padding: 0% 0% 0% 10%;
}

.Contact-page-section h2 {
	font-family: Poppins;
	font-size: 36px;
	font-weight: 600;
	line-height: 46px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #303030;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.Contact-page-section p {
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #303030;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}


.contact-info-box {
	border-bottom: 1px solid #BEBEBE;
	border-radius: 0;
	opacity: 1;
	padding: 20px 0px 30px;
	margin: 0px;
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 30px;
	margin: 0;
}

.contact-info-box-icon {
	width: 10%;
	float: left;
}


.contact-info-box-icon span img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}


.contact-info-box-text {
	width: 90%;
	float: left;
}


.contact-info-box-text h4 {
	font-family: Poppins;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #3D74F6;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.contact-info-box-text p {
	font-family: Montserrat;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #303030;
	padding: 0px;
	margin: 0px;
}


.contact-info-box-text p a:hover {
	color: #FCC100;
}


.contact-info-box:last-child {
	border-bottom: none;
}

.contact-info-box-icon span {
	font-size: 50px;
	color: #fcc100;
}


/* ====================contact-page-start==================================== */


.innerpage-section-wrap {
	padding: 60px 0px;
	border-bottom: 1px solid #D9D9D9;
}


.wpcf7 {

	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
}


.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
	color: #f00;
}


.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
	color: #f00;
}

del .woocommerce-Price-amount bdi {
	color: #303030;
	font-size: 16px;
	margin-right: 6px;
	font-weight: 400;
}

ins .woocommerce-Price-amount bdi { 
font-family: Poppins;
font-size: 22px;
font-weight: 600;
line-height: 30px;
text-align: left;
color:#3D74F6; 
 }
 
 .woocommerce div.product p.price ins, .woocommerce div.product span.price ins { text-decoration: none;  }

.woocommerce-Price-amount bdi {
    font-family: Poppins;
    font-size: 27px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #303030;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.star-rating {
	width: 100% !important;
	margin: 0px 0px 12px 0px;
	color: #FED550;
}


.wcapf-filter-taxonomy-product_cat {
	border: 0px solid #000;
	margin: 0px !important;
	padding: 0px;
}


.wcapf-filter-title {
	background: #3D74F6;
	color: #fff;
	padding: 10px 20px !important;
}


.wcapf-filter-title-inner {

	font-family: Poppins;
	font-size: 22px;
	font-weight: 500;
	line-height: 36px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;
	padding: 0px;

}

.wcapf-list-wrapper {
	background: #F9F9F9;
	padding: 20px 20px;
}

.wcapf-filter-inner {

	background: #F9F9F9;
	padding: 20px 20px;

}


.wcapf-filter-item-label {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 500;
	line-height: 19.2px;
	letter-spacing: 0.005em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #29292E;
	padding: 0px;

}

.wcapf-filter-option {
	padding: 0px 0px 15px 0px !important;
}


.wcapf-list-wrapper {
	padding: 0px;
	margin: 0px;
}

.wcapf-before-products .woocommerce-result-count {
	font-family: Poppins;
	font-size: 24px;
	font-weight: 500;
	line-height: 42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.orderby {
	background: none;
	border: 1px solid #DADADA;
	padding: 12px 20px;
	border-radius: 10px;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #29292E;

}


.orderby option {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: 27px;
	text-align: left;
}


h1.product_title {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #232323;
    padding: 0px;
    margin: 0px 0px 20px 0x;
}

.woocommerce-product-details__short-description p {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #5B5B5B;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


.woocommerce-product-rating {
	margin: 0px !important;
	padding: 0px;
}


.entry-summary .price {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}


.in-stock {
	font-family: Poppins;
	font-size: 18px !important;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #3D74F6 !important;
}

.quantity {
	width: auto;
	margin: 10px 0px 15px 0px !important;
	padding: 0px;
}


.single_add_to_cart_button {
	background: #3D74F6 !important;
	font-family: Montserrat;
	font-size: 16px !important;
	font-weight: 700;
	line-height: 16px !important;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff !important;
	padding: 14px 35px !important;
	border-radius: 10px !important;
}


.single_add_to_cart_button:hover {
	background: #000 !important;
}


.woocommerce-review-link {

	font-family: Poppins;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
}


.tabs.wc-tabs {
	background: #EEEEEE;
	border-radius: 10px 10px 0px 0px;
	padding: 10px 0px 0px 0px !important;
	margin: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0px;
	background-color: transparent;
	color: #292929;
	display: inline-block;
	position: relative;
	z-index: 0;
	border-radius: 0px;
	margin: 0px auto;
	padding: 0px 40px;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;

}


.woocommerce-Tabs-panel {
	background: #F9F9F9;
	padding: 20px 30px !important;
	border-radius: 0px 0px 20px 20px;
}


.woocommerce-Tabs-panel h2 {
	font-family: Poppins;
	font-size: 22px;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #232323;
	padding: 0px 0px 15px 0px;
	margin: 0px;

}


.woocommerce-Tabs-panel p {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #5B5B5B;
	padding: 0px 0px 10px 0px !important;
	margin: 0px;

}


.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	right: 0px;
	border-bottom-left-radius: 0px;
	border-width: 0px;
	box-shadow: none;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: transparent;
	color: #3D74F6;
	z-index: 2;
	border-bottom-color: #f10808;
	border-bottom: 3px solid;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	bottom: 0px;
	width: 0px;
	height: 0px;
}


.submit {
	background: #3D74F6 !important;
	font-family: Montserrat;
	font-size: 16px !important;
	font-weight: 700;
	line-height: 16px !important;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff !important;
	padding: 14px 35px !important;
	border-radius: 10px !important;
}


.submit:hover {
	background: #000 !important;
}


.woocommerce .quantity .qty {
	width: 6.631em;
	text-align: center;
	padding: 8px 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	font-size: 16px;
}


.woocommerce-message {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #232323;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}


.woocommerce-message {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #232323;
	padding: 18px 20px 17px 65px;
	margin: 0px 0px 20px;
}

.button.wc-forward {
	background: #3D74F6 !important;
	color: #fff !important;
	padding: 14px 20px !important;
	border-radius: 8px !important;
	font-size: 14px !important;
	font-family: Poppins;
}


.button.wc-forward:hover {
	background: #000 !important;
}


.wc-block-cart-items__header-image span {
	font-family: Poppins;
	font-size: 22px;
	font-weight: 600;
	line-height: 33px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #292929;
}


.wc-block-cart-items__header-total span {
	font-family: Poppins;
	font-size: 22px;
	font-weight: 600;
	line-height: 33px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #292929;
}


.wc-block-cart-item__image img {
	border: 2px solid #ccc;
	border-radius: 10px;
}


.wc-block-components-product-name {
	font-family: Poppins;
	font-size: 20px !important;
	font-weight: 600;
	line-height: 33px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #292929;
}


.wc-block-formatted-money-amount {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #3D74F6;
}

.wc-block-components-product-metadata__description p {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #5B5B5B;
	margin: 0px 0px 20px 0px !important;
	padding: 0px;
}


.wc-block-cart-item__remove-link {
	color: #e60c0c !important;
	font-family: Poppins !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}


span.wp-block-woocommerce-cart-order-summary-heading-block {
	font-family: Poppins !important;
	font-size: 22px !important;
	font-weight: 600 !important;
	line-height: 33px !important;
	text-align: left !important;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #292929 !important;
}


.wc-block-components-panel__button {
	font-size: 20px;
	font-family: Poppins;
}

.contained {
	background: #3D74F6;
	border: 0px;
	color: #fff !important;
	border: none;
	border-radius: 5px;
}

.wc-block-components-button__text {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
}

.wc-block-components-totals-item__label {
	font-family: Poppins;
	font-size: 20px !important;
	font-weight: 600;
	line-height: 33px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #292929;
}


.wc-block-components-totals-item__value {
	font-family: Poppins;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 33px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #292929;
}


.wc-block-components-shipping-address {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #5B5B5B;
	margin: 0px 0px 20px 0px !important;
	padding: 0px;
}


.wc-block-components-totals-shipping__via {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #5B5B5B;
	margin: 0px 0px 20px 0px !important;
	padding: 0px;
}


.wc-block-components-radio-control__label-group {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #5B5B5B;
	margin: 0px 0px 20px 0px !important;
	padding: 0px;
}


.wc-block-components-shipping-rates-control__package__description--free {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #5B5B5B;
	margin: 0px 0px 20px 0px !important;
	padding: 0px;
}


h2.wc-block-components-title {
	font-family: Poppins;
	font-size: 24px !important;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #292929;
	padding: 0px 0px 15px 0px !important;
	margin: 0px !important;
}

.wc-block-components-checkout-order-summary__title-text {
	font-family: Poppins;
	font-size: 24px !important;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #292929;
	padding: 0px 0px 15px 0px !important;
	margin: 0px !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
	padding: 15px 20px;
}


.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
	font-size: 16px !important;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
}


.wp-block-woocommerce-checkout-order-summary-block .wc-block-formatted-money-amount {
	font-size: 14px;
}


.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata__description p {
	font-size: 12px;
	font-weight: 400;
	line-height: 20px !important;
}


.wc-block-components-order-summary-item {
	border-bottom: 1px solid #ccc;
}

.wc-block-components-checkout-step__description {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #303030;
	padding: 0px;
	margin: 0px 0px 8px 0px;
}


.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
	font-family: Poppins !important;
	font-size: 14px !important;
}

.wc-block-components-address-form__address_2-toggle {
	font-family: Poppins !important;
	font-size: 14px !important;
}

.wc-block-components-checkbox__label {
	font-family: Poppins !important;
	font-size: 14px !important;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator span {
	font-family: Poppins !important;
	font-size: 14px !important;
}

.wc-block-components-notice-banner.is-error {
	font-family: Poppins !important;
	font-size: 14px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__label {
	font-family: Poppins !important;
	font-size: 14px !important;
}

.wc-block-components-checkout-return-to-cart-button {
	font-family: Poppins !important;
	font-size: 16px !important;
	color: #3D74F6;
}


.page-id-8 .yith-wcwl-add-to-wishlist-button__label {
	font-size: 0px;
}


.post-type-archive-product .yith-wcwl-add-to-wishlist-button__label {
	font-size: 0px;
}


.postid-90 .yith-wcwl-add-to-wishlist-button__label {
	font-size: 20px !important;
	font-family: Poppins !important;
}

.page-title { font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
  padding: 0px;
  margin: 0px 0px 10px 0px; }


.product_meta {
	display: none;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {

	display: flex;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
	margin-left: 10px;
}


.woocommerce-Button.button {
	background: #3D74F6 !important;
	color: #fff !important;
	padding: 15px 35px !important;
	margin: 10px 0px 0px !important;
	border-radius: 10px !important;
	font-size: 14px !important;
}


.woocommerce-Button.button:hover {
	background: #000 !important;
}


/*=========login-admin-part-css======================*/


.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid #d3ced282;
	padding: 20px;
	margin: 1em 0 4em 0;
	text-align: left;
	border-radius: 5px;
	min-height: 350px;
	background: #ffffff6b;
}


.col2-set h2 {
	font-family: Poppins;
	font-size: 26px;
	font-weight: 600;
	line-height: 33px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #292929;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

.woocommerce form .form-row {
	padding: 0px;
	margin: 0 0 6px;
}

.login label {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 34px !important;
	text-align: left;
	text-underline-position: from-font;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}

.register label {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 34px !important;
	text-align: left;
	text-underline-position: from-font;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}


.woocommerce form .form-row input.input-text {
	height: 44px;
	padding: 0px 12px;
	border: 1px solid #B2B2B2;
	border-radius: 4px;
}

.woocommerce-LostPassword.lost_password a {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 34px !important;
}


.register p {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px !important;
}


.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	background: #3D74F6;
	border: 0px;
	color: #fff !important;
	border: none;
	border-radius: 5px;
	padding: 12px 30px;

}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
	background: #000;
	color: #fff !important;
}


.register button.button {
	background: #3D74F6;
	border: 0px;
	color: #fff !important;
	border: none;
	border-radius: 5px;
	padding: 12px 30px;
	margin: 25px 0px 0px;

}

.register button.button:hover {
	background: #000;
	color: #fff !important;
}


.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-top: 0px;
	margin-bottom: 54px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #000000;
	color: #fff;
}

.woocommerce-MyAccount-navigation ul li {
	list-style: none;
}


.woocommerce-MyAccount-navigation ul li a {
	background: #3D74F6;
	color: #fff;
	display: block;
	margin: 0 0 10px 0;
	padding: 10px 16px;


	font-family: Poppins;
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;


}

.woocommerce table.shop_table th {
	font-size: 20px;
	color: #000;
	background: #59A7E6;
}

.woocommerce table.shop_table td {
	font: normal normal normal 15px/25px Inter;
	color: #242323;
}

.woocommerce table.shop_table td a {
	color: #59A7E6;
}

.woocommerce table.shop_table td a:hover {
	color: #59A7E6;
}

.woocommerce-button.button.view {
	font-size: 14px;
	padding: 8px 9px;
	line-height: 15px;
	margin: 0px;
	background: #59A7E6;
	color: #fff;
}

.woocommerce-button.button.view:hover {
	background: #59A7E6;
	color: #fff;
}

.u-column1.col-1.woocommerce-Address {
	border: #cccccc30 1px solid;
	padding: 7px 13px;
	margin-top: 12px;
	min-height: 284px;
}

.u-column1 header {
	padding: 8px 0px;
	border-bottom: #cccccc70 1px solid;
	margin-bottom: 13px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce-account .addresses .title h3 {
	font-weight: 600;
}

.u-column1 address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
	line-height: 27px;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 300;

}


.u-column2 address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
	line-height: 27px;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 300;

}


.woocommerce-account .addresses .title .edit {
	float: right;
	background: #3d74f6;
	color: #fff;
	padding: 9px 20px;
	border-radius: 6px;
	font-family: Poppins;
	font-size: 14px;
}


.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	max-width: 49%;
}

.u-column2.col-2.woocommerce-Address {
	border: #cccccc30 1px solid;
	padding: 7px 13px;
	margin-top: 12px;
	min-height: 310px;
}

.u-column2 header {
	padding: 8px 0px;
	border-bottom: #cccccc70 1px solid;
	margin-bottom: 13px;
}

.u-column2 address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
	line-height: 27px;

	font-weight: 300;
}

.woocommerce-MyAccount-content p {
	font-size: 18px;
	font-weight: 300;
	font-family: Poppins;
}

.woocommerce-MyAccount-content p a {
	color: #000000;
	font-weight: 700;
}

.woocommerce-MyAccount-content p span {

	font-size: 14px;
	font-weight: 300;
}

form.woocommerce-EditAccountForm.edit-account {
	margin-bottom: 122px;
}

.woocommerce-account .woocommerce-MyAccount-content {
	margin-bottom: 52px;
	border: 1px solid #cccccc7a;
	padding: 20px 30px;
	border-radius: 10px;
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
	display: block;
	width: 100%;
	height: 42px;
	padding: 0.375rem 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	font-size: 16px;
}

.contact-form form p::before {
	display: none;
}


.woocommerce-info {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 300;
}


/*==========login-admin-part-css=====================*/



.term-22 .yith-wcwl-add-to-wishlist-button__label { font-size: 0px; }

.added_to_cart.wc-forward {
	font-size: 17px;
	margin: 6px 0px 6px 0px !important;
	font-family: Poppins;
	text-decoration: underline;
	color: #3d74f6;
	float: left;
	width: 100%;
}


.instock_wrap {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	color: #3D74F6;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.instock_wrap span { color: #000; }


.apsw-search-btn {
	background: #000 !important;
	color: #fff !important;
	padding: 0px !important;
	border-radius: 0px 5px 5px 0px;
}

.apsw-search-wrap .apsw-search-btn svg {
	fill: #fff;

}
.apsw-search-wrap .apsw-search-btn svg {
	max-width: 60%;
	height: inherit;
	margin-top: 0px;
	margin-right: 0px;
}

.woocommerce-shop .page-title, .single-product .product_title, .yith-wcwl-add-to-wishlist-button__label, .tax-product_cat .page-title {
	display: block;
	font-family: Poppins;
}

.cart label.qty_lbl {
    display: inline-block;
    font-family: Poppins;
    padding: 15px 20px;
    float: left;
} 

.single_variation_wrap h6 { font-family: Poppins; }

.woocommerce div.product form.cart .variations label  { font-family: Poppins; font-weight: 500; }

.woocommerce div.product form.cart .variations select {
	width: 6.631em;
	text-align: center;
	padding: 4px 10px;
	border-radius: 10px;
	border: 1px solid #8D8D8D;
	font-size: 16px;
	font-family: Poppins;
	margin-top: 8px;
	box-shadow: 0px 0px 14px 0px #0000001A;
}
  
.woocommerce-variation-add-to-cart.variations_button {
    display: flex;
    gap: 28px;
}

button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    height: 50px;
}
button.single_add_to_cart_button.button.alt {
    height: 50px;
    margin: 6px 0 0 15px;
} 


.about-section-left ul {
    padding: 10px 0 0 20px;
}

.about-section-left ul li {
    list-style: none;
    padding-bottom: 12px;
    background: #EDF2FF;
    margin-bottom: 9px;
    padding: 5px;
}

.about-section-right ul {
    list-style: none;
    padding: 0;
    margin-top: 16px;
}
.about-section-right ul li {
    list-style: none;
    padding-bottom: 12px;
    background: #EDF2FF;
    margin-bottom: 9px;
    padding: 11px;
}

.wc-pao-addon-container textarea {
    display: none !important;
}

h3.wc-pao-addon-heading {
    font-size: 18px !important;
    text-decoration: underline;
}

.wc-pao-addon-description {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
}
.wc-pao-addon-description p {
    margin-bottom: 12px;
    border: #ccc 1px solid;
    padding: 2px 6px;
    border-radius: 5px;
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
    display: block;
    width: 364px;
    height: 39px;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 15px;
}



/*===============================*/
/*==========08-02-25=============*/




.variations tr th.label {
	width: 100%;
	float: left;
}


.variations tr td.value {
  width: 100%;
  float: left;
}


.woocommerce div.product form.cart .variations select {
    max-width: 100%;
  min-width: 100%; text-align: left !important;  }


.woocommerce div.product .product_title {
	font-family: Poppins;
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color:#232323;
}


.woocommerce-Price-amount bdi { font-family: Poppins;
font-weight: 600;
font-size: 34px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color:#161616;
 }


.woocommerce div.product form.cart .variations label {
	font-family: Poppins;
	font-weight: 500;
	font-size: 16px;
	color: #232323;
}

.variations tbody tr {
	margin: 0px 0px 20px 0px;
	display: block;
}

.wvg-gallery-thumbnail-image {
	margin-bottom: 10px !important;

}

.woo-variation-gallery-slider-wrapper {
	margin-left: 10px !important;
}


.woocommerce div.product form.cart .variations {
	margin-bottom: 0px;
	border: 0;
	width: 100%;
}


.wrps_related_products_area_title {
	text-align: center !important;
	font-family: Poppins;
	font-weight: 600;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 0%;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}


.wpb-wrps-item {
	border-radius: 15px;
}


.wrps_related_products.wrps_theme_hover figcaption { padding: 20px 20px !important; height: 160px !important;  }


.wpb_wrps_title {
	font-family: Poppins !important;
	font-weight: 600 !important;
	font-size: 18px !important;
	line-height: 30px !important;
	letter-spacing: 0% !important;
}

.woocommerce-Price-amount.amount bdi {
	color: #fff !important;
	font-size: 25px !important;
	font-weight: 600 !important;
	margin: 20px 0px !important;
}

.woocommerce-cart .woocommerce-Price-amount.amount bdi, .woocommerce-checkout .woocommerce-Price-amount.amount bdi {
	color: #000 !important;
	font-size: 25px !important;
	font-weight: 600 !important;
	margin: 20px 0px !important;
}


.wrps_related_products .wpb_wrps_cart_btn a.button, .wrps_related_products .wpb_wrps_cart_btn a.added_to_cart { padding: 14px 20px !important; border-radius: 8px !imporatnt; }


/*===============================*/

.thead-dark tr th {
	background: #3D74F6;
    font-family: Poppins important;
	font-weight: 600 important;
	font-size: 18px important;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff !important;
	margin: 20px 0px;
}
.table tr th {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #171717;
    padding: 10px 20px;
}

.table tr td {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #171717;
    padding: 10px 20px;
}


thead tr:first-child th:first-child {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 0px !important;
    }
thead tr:first-child th:last-child {
    border-top-right-radius: 3px !important;
    border-bottom-left-radius: 0px !important;
    }

.price .woocommerce-Price-amount.amount bdi { color: #161616 !important; }

/*==========08-02-25=============*/

.woocommerce-tabs h2.wb_cptb_title {
    display: none;
}

.archive span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

.innerpage-section-wrap h3{
 font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #212529;
    padding: 0px;
    margin: 0px 0px 10px 0px;  
}

.innerpage-section-wrap ol li{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 12px;
    color: #212529;
    font-family: Poppins;
    list-style-type: disclosure-closed;
}

.innerpage-section-wrap ul li{
    font-size: 1rem;
    padding-bottom: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-family: Poppins;
    list-style-type: disclosure-closed;
}

section.location-map {
    text-align: center;
}

.inner-banner-text p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    padding: 17px 15%;
    margin: 0px;
}

.term-description {
    display: none;
}

.whydeckshield_img {
    text-align: center;
    margin-bottom: 20px;
}

.whydeckshield_img img{
    height: 80px;
}

.innerpage-section-wrap p{
  font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #303030;
    padding: 0px;
    margin: 0px 0px 8px 0px;  
}

/*testimonial*/

.happyclientcard {
    padding: 22px 22px;
    min-height: 330px;
    margin: 0px 0px 17px 0px;
    position: relative;
    background: #fff;
    width: 100%;
    border-radius: 13px;
    box-shadow: 0px 4px 10px 0px #00000030;
}
.happyclientcard-user {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 12px;
}

.happyclientcard-userimg {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.flat-color-icons {
    position: absolute;
    background: #fff;
    border-radius: 50%;
           right: -6px;
        bottom: -4px;
        width: 30px;
        height: 30px;
    padding: 2px;
}
.happyclientcard-userimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.happyclientcard-usertext {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    width: 70%;
}
.happyclientcard-usertext h3 {
    padding: 0px 0px;
    margin: 0px 0px 7px 0px;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0%;
    color: #0F6D4B;
}
.happyclientcard-star {
    margin: 0px 0px 8px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
}

.happyclientcard p {
    padding: 0px 0px;
    font-weight: 400;
    letter-spacing: 0%;
    color: #212121;
     margin: 0px 0px 9px 0px;
    font-size: 14px;
    line-height: 22px;
}
.happyclientcard-star a {
    color: #FBC02D;
    font-size: 14px;
}

.client-says-section .owl-nav {
    display: none;
}

.top_marquesection {
    background: #EDF2FF;
}
.top_marquesection {
    background: #EDF2FF;
}

.top_marquesection marquee {
    font-size: 15px;
    padding-top: 5px;
    font-weight: 600;
}


ul.wc_payment_methods li {
    list-style: none;
}

.post-282 span.price {
    display: none;
}

.cartcontent {
    background: #EDF2FF;
    margin-bottom: 20px;
    padding: 45px 15%;
    /* min-height: 210px; */
    border-radius: 10px;
    /* display: flex; */
    align-items: center;
    display: none;
}

.cartbtn {
    text-align: center;
    padding-top: 16px;
}

.cartbtn a {
    background: #FCC100;
    padding: 12px 25px;
    border-radius: 10px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

.cartcontent p {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}


table.variations tbody {
display: flex;
}

.woo-variation-gallery-thumbnail-wrapper {
    margin-left: 10px !important;
}
/*Gallery Page*/

.gallery_listing main {
  column-count: 1;
  break-inside: avoid;
  gap: 0.5rem;
  padding: 0.5rem;
}

.gallery_listing main img {
    width: 100%;
    margin-bottom: 0.25rem;
  }


@media (width > 700px) {
.gallery_listing main img {
    column-count: 2;
  }
}

@media (width > 1000px) {
 .gallery_listing main {
    column-count: 3;
  }
}

@media (width > 1300px) {
  .gallery_listing main {
    column-count: 4;
  }
}
