@font-face {
	font-family: 'Sansation';
	src: url('../fonts/SansationBold.woff2') format('woff2'),
		url('../fonts/SansationBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sansation';
	src: url('../fonts/SansationRegular.woff2') format('woff2'),
		url('../fonts/SansationRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


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: 14px;
	margin-bottom: 15px;
	line-height: 1.8;
	font-family: "Poppins", 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", serif;
	overflow-x: hidden;
}


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


/*=============header-top-logo-section========================= */
.headcarousel{
    margin: 0px 0px;
	padding: 9px 0px;
	position: relative;
	width: 100%;
	background-color: #000;
	height: 33px;
    overflow: hidden;
    }
.headcarousel-text{
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  }
    
.headcarousel .owl-nav {
	display: block !important;
	}
.headcarousel .owl-nav .owl-next {
  top: -5%;
  position: absolute;
  background: transparent !important;
  right: -6px;
  padding: 17px !important;
  width: 20px;
  border-radius: 50% !important;
  font-size: 21px !important;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .headcarousel .owl-nav .owl-next img {
  width: 67%;
  }
.headcarousel .owl-nav .owl-prev img {
  width: 67%;
  }
.headcarousel .owl-nav .owl-prev{
  top: -5%;
  position: absolute;
  background: transparent !important;
  left: -6px;
  padding: 17px !important;
  width: 20px;
  border-radius: 50% !important;
  font-size: 21px !important;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  }
.header {
	background-color: #fff;
	padding: 10px 0px;
}


.header.scroll {
	background-color: #fff;
	height: 70px;
	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: 9999;
}

.logo {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;

}

.logo img {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	object-fit: cover;
}

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


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


.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;
}

.main-nav.scroll {
	background-color: #000;
	height: 127px;
	transition: background-color .5s ease 0s;
	top: 0;
}

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

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

.stellarnav>ul>li>a {
    text-align: left;
    font-family: "Poppins", serif;
    letter-spacing: 0px;
    color: #161616;
    padding: 16px 10px;
    margin: 0px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}
.stellarnav>ul>li.fireimage>a{
	padding-left: 30px;
	background: url(https://shyamfuture.in/Robust-Quick-Lift/dev/wp-content/uploads/2025/01/hot-dl-1.png);
	background-size: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

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

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

.stellarnav>ul>li>a.active {
	color: #FFBC2D !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;
    font-size: 14px;
    text-align: left;
    padding: 5px 0px;
}

.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: #ffde59; 
}


.hot-deal {
	margin-right: 10px;
}

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

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


.rightlink {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 30px;
	padding: 10px 0px 0px;
}

.rightlink-info {
	margin: 0px;
	padding: 0px;
	position: relative;

}

.rightlink-info ul {
margin: 0px;
  padding: 0px;
  display: flex;
  gap: 15px;
  float: right;
}


.rightlink-info ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.rightlink-info li a {
	padding: 0px 0px;
	font-size: 14px;
	font-weight: 400;
	color: #031424;
}

.rightlink-info li a img {
	width: 27px;
	height: auto;
}

.rightlink .fa-solid.fa-magnifying-glass {
	padding-right: 10px;
}


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


.rightlink-flag {
	margin: 0px;
	padding: 0px;
	position: relative;

}

.rightlink-flag ul {
	margin: 0px;
	padding: 0px;
	display: flex;
	gap: 18px;
	float: right;
}

.rightlink-flag ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.rightlink-flag li a {
	padding: 0px 0px;
	font-size: 14px;
	font-weight: 400;
	color: #031424;
}

.rightlink-flag li a img {
	width: 80%;
	height: auto;
}


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


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

.banner-section {
	padding: 50px 0px;
	margin: 0px;
	position: relative;
	height: auto;
	background: url(../images/banner-bg.png) no-repeat;
	background-size: 100% 100%;
}

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

.banner-section-left-text {
	position: absolute;
	top: 50px;
	left: 6%;
}

.banner-section-left h1 {
	font-family: Roboto Condensed;
	font-size: 90px;
	font-weight: 700;
	line-height: 90px;
	letter-spacing: 0;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.banner-section-left h6 {

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


.banner-section-left h2 {
	font-family: Sansation;
	font-size: 90px;
	font-weight: 700;
	line-height: 90px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 10px 0px;
    text-shadow: 6px 6px #98989800, 0px 4px #6c666647;

}


.banner-section-left h2 span {

	font-family: Sansation;
	font-size: 50px;
	font-weight: 700;
	line-height: 81.7px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	text-shadow: 6px 6px #98989800, 0px 4px #6c666647;


}

.banner-section-left-text-tag {
	position: absolute;
	width: auto;
	height: auto;
	bottom: -565px;
	left: 200px;
}


.banner-section-left-text-tag img {
	width: 93%;
}

.banner-section-left-text-tag-text {
	position: absolute;
	top: 0%;
}


.banner-section-left-text-tag-text p {
    font-family: Sansation;
    font-size: 25px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    padding: 0px;
    margin: 22px 0px 6px 42px;
}

.banner-section-left-text-tag-text h3 {
    font-family: Sansation;
    font-size: 36px;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    padding: 0px;
    margin: 0px 0px 10px 43px;
}
.banner-section-left-text-tag-text h5 {
    font-family: Sansation;
    font-size: 17px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    padding: 0px;
    margin: 11px 0px 6px 39px;
    width: 72%;
}

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

.warranty-tag {
	position: absolute;
	left: -1%;
	bottom: 5%;
}

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


.join-us-section {
	background: #FAFAFA;
	padding: 20px 0px;
	margin: 0px;
}


.join-us-section-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 0px;
	margin: 0px;
}

.join-us-icon {
	width: 5%;
	padding: 0px;
	margin: 0px;

	text-align: right;
}

.join-us-text {
	width: 80%;
	padding: 0px;
	margin: 0px;
}

.join-us-text p {
	font-family: Poppins;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #161616;
	padding: 0px;
	margin: 0px;
}


.join-us-butn {
	width: 20%;
	padding: 0px;
	margin: 0px;
	text-align: right;
}


.join-now-butn {
	background: #161616;
	border-radius: 29px;
	opacity: 1;
	text-align: center;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	opacity: 1;
	padding: 12px 35px;
	color: #fff;
}


.join-now-butn:hover {
	background: #FFBC2D;
}


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


.product-section {
	padding: 40px 0px;
	margin: 0px;
	background: #fff;
}


.product-section-one-gallery {
	padding: 0px;
	margin: 0px;
}


/* .recommended-box {
	background: #FFFFFF;
	box-shadow: 2px 1px 20px 1px #0000001A;
	padding: 10px 10px;
	margin: 15px 0px 40px 0px;
	position: relative;
	height: 385px;
	border: 1px solid #0000001A;
	border-radius: 10px;
} */ 

.recommended-box {
    background: #FFFFFF;
    box-shadow: 2px 1px 20px 1px #0000001A;
    padding: 10px 10px;
    margin: 15px 0px 40px 0px;
    position: relative;
    height: 426px;
    border: 1px solid #0000001A;
    border-radius: 10px;
}

.recommended-box-img {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	position: relative;
}

/*.recommended-box-img img {
	margin: 0px auto;
	padding: 26% 10% 0%;
	object-fit: cover;
	width: 100% !important;
	height: auto;
} */

.recommended-box-img img {
    margin: 0px auto;
    /*height: 280px !important;*/
    /*padding: 50px 10% 0%;*/
    object-fit: cover;
    width: 100% !important;
    height: 100%;
    max-height:215px;
}

.sale-icon {
    background: #FFBC2D;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 3px solid #FFFFFF;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center !important;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0px;
    padding: 13px 0px;
    position: absolute;
    top: 2%;
    left: 0%;
}


.ultimate-portability {
	background: #4D4D4D;
	color: #fff;
	padding: 10px 18px;
	border-radius: 20px;
	position: absolute;
	top: 2%;
	right: 0%;
}


.ultimate-portability p {
	font-family: Poppins;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
}


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


.recommended-box-text h2 {
	font-family: Poppins;
	font-size: 26px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #232323;
	padding: 0px;
	margin: 0px;
}


.recommended-box-text h6 {
	font-family: Poppins;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #161616;
	padding: 0px;
	margin: 0px;
}


.recommended-box-text h6 span {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	text-decoration-line: line-through;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #4D4D4D;
	padding: 0px;
	margin: 0px;
}


.learn-more {
	background: #5DA767;
	box-shadow: 0px 5px 6px 0px #0000000F;
	border-radius: 10px;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 15px 0px;
	margin: 0px auto;
	position: absolute;
	left: 0%;
	right: 0%;
	bottom: -5%;
	width: 160px;
	color: #fff;
	display: block;
}


.learn-more:hover {
	background: #fff;
	color: #5DA767;
	border: 1px solid #5DA767;
}


.product-section-one-box {
	margin: 13px 0px 0px;
	position: relative;

}

.product-section-one-box img {
	width: 100%;
	height: 385px;
}


.product-section-one-box-text {
	position: absolute;
	left: 0%;
	right: 0%;
	top: 10px;
}

.product-section-one-box-text h3 {
	font-family: Poppins;
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 38% 10%;
}


.product-section-one-box-icon {
	position: absolute;
	z-index: 999;
	right: 20px;
	bottom: 2px;
}

.product-section-one-box-icon img {

	font-size: 20px;
	width: 75px;
	height: 75px;
	object-fit: cover;
}


.product-section-one-box-icon.product-section-one-box-icon-right {
	position: absolute;
	left: 16px;
	bottom: 2px;
}


.product-section-one-box-icon.product-section-one-box-icon-right img {

	transform: rotate(180deg);

}


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


/* ===========================================why-choose-section=====================================================================*/


.why-choose-section {
	background: #FAFAFA;
	padding: 60px 0px;
	margin: 0px;
}

.why-choose-section-left {
	padding: 0% 4% 0% 0%;
	margin: 0px;
	position: relative;
}

.why-choose-section-left img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}


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

.why-choose-section-right h6 {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.12em;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFBC2D;
	position: relative;
	padding: 0px 0px 0px 79px;
}


.why-choose-section-right h6::before {
	content: '';
	height: 9px;
	width: 12%;
	background-color: #FFC631;
	position: absolute;
	left: 0px;
	top: 10px;
	clip-path: polygon(19% 0%, 95% 0%, 75% 100%, 0% 100%);
}


.why-choose-section-right h2 {
	font-family: Poppins;
	font-size: 48px;
	font-weight: 600;
	line-height: 62px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #232323;
	padding: 0px;
	margin: 0px 0px 30px 0px;
}


.why-choose-section-right p {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #5B5B5B;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.read-more {
	background: #5DA767;
	box-shadow: 0px 5px 6px 0px #0000000F;
	border-radius: 10px;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 15px 30px;
	margin: 11px 0px;
	color: #fff;
	float: left;
}


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


/* ===========================================why-choose-section=====================================================================*/


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


.client-says-section {
	background: #fff;
	padding: 60px 0px;
	margin: 0px;
}

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


.client-says-section-header h2 {
	font-family: Poppins;
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #232323;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.client-says-section-header p {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #5B5B5B;
	padding: 0% 14%;
	margin: 0px;
}


.client-box {
	padding: 20px 20px;
	margin: 18px 0px;
	background: #FFFFFF;
	box-shadow: 0px 0px 17px 0px #0000000d;
	border-radius: 10px;
	height: 245px;
	border: 1px solid #0000;
}


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


.client-box-info-name {

	gap: 10px;
	align-items: center;
	width: 70%;

}


.client-box-info-name h3 {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #292929;
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	gap: 1px;
	align-items: center;
}

.client-box-info-name h3 span {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	padding: 0px;
}


.client-box-text {
	margin: 15px 0px 0px;
}

.client-box-text p {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: -0.01em;
	text-align: justified;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #292929;
	padding: 0px;
	margin: 0px;
}


.client-says-section-slider {
	padding: 40px 0px 40px 50px;
}


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

.client-says-section-slider .owl-dots {
	display: flex !important;
	gap: 7px;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0%;
	right: 0%;
	bottom: -5%;
}


.client-says-section-slider .owl-theme .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #E7E7E7 !important;
	border: #E7E7E7 1px solid;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.client-says-section-slider .owl-theme .owl-dots .owl-dot.active span,
.client-says-section-slider .owl-theme .owl-dots .owl-dot:hover span {
	background: #5DA767 !important;
	border: #5DA767 1px solid !important;
	width: 14px;
	height: 14px;

}

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


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


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


.banner-add-section .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: url(../images/perfet-fit-shwd.png) no-repeat;
	background-size: 100% 100%;
}


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


.banner-add-info {
	padding: 0px;
	margin: 0px 0px 170px 0px;
	text-align: center;
}


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


.banner-add-info p {
	font-family: Poppins;
	font-size: 26px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	padding: 0px;
	margin: 0px 0px 50px 0px;
}

.banner-add-section-inner .owl-nav {
	display: none;
}

.banner-add-section-inner .owl-dots {
	display: flex !important;
	gap: 7px;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0%;
	right: 0%;
	bottom: 4%;
}

.banner-add-section-inner .owl-theme .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px;
	background: #E7E7E7 !important;
	border: #E7E7E7 1px solid;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.banner-add-section-inner .owl-theme .owl-dots .owl-dot.active span,
.banner-add-section-inner .owl-theme .owl-dots .owl-dot:hover span {
	background: #FFBC2D !important;
	border: #FFBC2D 1px solid !important;
	width: 14px;
	height: 14px;

}


.banner-add-info .read-more {
	margin: 0px auto;
	
	
	text-align: center;
	
	float: unset;
}


/* ===========================================banner-add-section=======================================================================*/


/* ===========================================accessories-section=======================================================================*/


.accessories-section {
	padding: 40px 0px;
	margin: 0px;
	background: #fff;
}


.accessories-section .learn-more {
	background: #5DA767;
    box-shadow: 0px 5px 6px 0px #0000000F;
    border-radius: 10px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 15px 0px;
    margin: 0px auto;
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: -5%;
    width: 160px;
    color: #fff;
    display: block;
}


.accessories-section .learn-more:hover {
	    background: #fff;
    color: #5DA767;
    border: 1px solid #5DA767;
}


/* ===========================================accessories-section=======================================================================*/


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

.footer {
	padding: 60px 0px;
	margin: 0px;
	height: auto;
	background: #F6F5F5;

}

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


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

.footer-logo p {
	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: #5DA767;
	padding: 0px;
	margin: 20px 0px 0px;
}


.footer-text h3 {
	text-align: left;
	font: normal normal normal 24px/34px Gabarito;
	letter-spacing: 0px;
	color: #E14A58;
	opacity: 1;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


.footer-text p {
	text-align: left;
	font: normal normal normal 16px/26px Gabarito;
	letter-spacing: 0px;
	color: #D5D5D5;
	opacity: 1;
	padding: 0px;
	margin: 0px;
}


.footer-social-icon {
	margin: 0px;
	padding: 0px;

}

.footer-social-icon ul {
	display: flex;
	justify-content: start;
	gap: 18px;
	align-items: center;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}

.footer-social-icon ul li {
	padding: 0px;
	margin: 0px;
	text-align: center;
	padding: 9px 0px;
	transition: 0.3s ease-in-out;
	cursor: pointer;
	list-style-type: none;
}

.footer-social-icon ul li a {
	list-style-type: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 23px;
    color: #9f9f9f;
}
.footer-social-icon ul li a:hover.youtube {
    color: #FF0000;
    }
.footer-social-icon ul li a:hover.tiktok {
    color: #25F4EE;
    }
.footer-social-icon ul li a:hover.twitter {
    color: #1DA1F2;
    }
.footer-social-icon ul li a:hover.instagram {
    color: #833AB4;
    }
.footer-social-icon ul li a:hover.facebook {
    color: #316FF6;
    }
.footer-social-icon ul li:hover {
	transform: translateY(-10px);
	transition: 0.3s ease-in-out;
   }


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

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


.footer-quick-links ul li span {
	color: #fff;
	font-size: 18px;
	margin-right: 7px;
}


.footer-quick-links ul {
	margin: 0px;
	padding:0 !important;
	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: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;
	opacity: 1;
	transition: all 300ms ease-in-out;
}

.footer-quick-links ul li a:hover {
	color: #5DA767;

	padding-left: 4px;
}


.footer-quick-links2 ul {
	column-count: 1;
}


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


.footer-info-link h3 {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;
	padding: 0px;
	margin: 0px 0px 15px 0px;

}


.footer-info-link p {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	padding: 0px;
	margin: 0px;

}

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


.footer-info-link p a {

	color: #D6D6D6;

}


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


.cont-info-box {
	margin: 30px 0px 0px;
}


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


.cont-info-box p a {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #5DA767;
	margin: 0px 0px 0px 62px;
}


.cont-info-box p a:hover {
	color: #000;
}

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

.footer-bottm {
	background-color: #fff;
	padding: 20px 0px;
	margin: 0px;
}

.footer-bottm p {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #161616;
	padding: 0px;
	margin: 0px;

}

.footer-bottm p a {
	color: #161616;
}

.footer-bottm p a:hover {
	color: #5DA767;
}


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


.footer-bottm-right {
	padding: 0px;
	margin: 0px;
}

.footer-bottm-right img {
	max-width: 290px;
	height: auto;
	padding: 0px;
	margin: 0px;
	object-fit: cover;
	float: right;
}

.cont-info-box img {
    max-width: 36px;
}

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


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #5DA767;
	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,
#searchmb{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -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;
    backdrop-filter: blur(10px);
}
.aws-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#search.open,
#searchmb.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: 99999;
 
	display: block;
}

#search input[type="search"],
#searchmb input[type="search"]{
    /* position: absolute; */
    /* top: 50%; */
    /* left: 0; */
    margin-top: -51px;
    width: 100%;
    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;
    margin: 0 auto !important;
}
.aws-search-result{
	max-width: 758px;
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.aws-container .aws-search-form .aws-wrapper {
    flex-grow: inherit;
    /* position: static; */
    /* vertical-align: top; */
    /* padding: 0; */
    /* width: 100%; */
    /* overflow: hidden; */
    max-width: 758px;
    margin: 40px auto 0;
}

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

#search .close:hover,
#searchmb .close:hover{
	color: #FC2121;
	cursor: pointer;
}
.aws-container .aws-search-form{
    height:auto;
}
/* ================Search Style=============*/

/*================================================
	vedio Button Area CSS
	=================================================*/


.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.play-button a::before {
	content: '';
	width: 7%;
	height: 70px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: video-play 3s infinite linear;
	animation: video-play 3s infinite linear;
}

.play-button a i {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	padding-left: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--whiteColor);
	/* background-color: #fbfcffb5; */
	border: 3px solid #fff;
	position: relative;
	font-size: 20px;
}

.play-button a i {
	color: #000;
	font-size: 30px;
}

@-webkit-keyframes top-bottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

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

@keyframes top-bottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

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

@-webkit-keyframes half-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@keyframes half-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@-webkit-keyframes video-play {
	0% {
		width: 50%;
		height: 50%
	}

	100% {
		width: 100%;
		height: 100%
	}
}

@keyframes video-play {
	0% {
		width: 50%;
		height: 50%
	}

	100% {
		width: 100%;
		height: 100%
	}
}

/*================================================
			vedio Button Area CSS
=================================================*/

/* ============inner-pages-start====================*/


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

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


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

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


.inner-banner-text h2 { 
    font-family: Sansation;
	font-size: 50px;
	font-weight: 700;
	line-height: 73.96px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none; color: #fff; padding: 0px; margin: 0px; text-shadow: 6px 6px #98989800, 0px 4px #6c666647;

 	 }




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



	.about-page-section p { font-family: Poppins;
		font-size: 18px;
		font-weight: 400;
		line-height: 28px;
		text-align: left;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
		color: #5B5B5B;
		padding: 0px;
		margin: 0px 0px 20px 0px;  }




.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: 30px;
			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 10px 0px;
		}

		.Contact-page-section p {
			font-family: Montserrat;
			font-size: 14px !important;
			font-weight: 400;
			line-height: 1.6 !important;;
			text-align: left;
			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 #d5d1d1;
  border-radius: 5px;
  opacity: 1;
  padding: 9px 14px;
  color: #666666;
  margin: 0px 0px 15px 0px;
  font-family: Poppins;
  font-size: 15px;
		}


.read-more-butn {
  background: #5DA767;
  padding: 14px 30px;
  border-radius: 6px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  margin-top: 6px;
  float: left;
  border: none;
  }


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


		.Contact-page-section h2 {
			font-family: Sansation;
			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: 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 40px 0px;
		}


.contact-info-box {
  border-bottom: 1px solid #ECEAEA;
  border-radius: 0;
  opacity: 1;
  padding: 13px 0px 14px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
  margin: 0;
  }


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

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

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

.contact-info-box-text h4 {
font-family: Sansation;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #5DA767;
  padding: 0px;
  margin: 0px 0px 1px 0px;
		}

.contact-info-box-text p {
font-family: Poppins;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.6 !important;
  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;
		}




/* ============inner-pages-end====================*/

/* ----- Woo section -----*/

.three-section {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0;
    padding: 20px 0px;

}


.three-section-inner {
    border-right: #D9D9D9 1px solid;
    padding-right: 20px;
    margin-right: 20px;
}
.three-section-inner.last {
    border-right: #D9D9D9 0px solid;
    padding-right: 0px;
    margin-right: 0px;
}


.three-section-inner h2 {
    color: #5DA767;
    font-weight: 600;
}

/*---woo---*/

.single-product table.variations{
	display: block;
}
.single-product table.variations tbody{
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    
}
.single-product table.variations tbody tr:first-child{
    width:100%;
}
.single-product table.variations tbody tr{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 50%;
}
.single-product table.variations tbody tr td .iconic-was-swatches{
    margin:0 !important;
}
.single-product table.variations tbody tr .label{
	font-weight: 600;
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
}
.single-product table.variations tbody tr td.value{
    display:flex;
    margin-top: 7px;
}
.single-product table.variations tbody tr td.value .reset_variations{
    margin-top:0 !important;
}
.single-product table.variations tbody select{
	border: 1px solid #8D8D8D;
	padding-left: 6px;
	font-size: 14px;
	box-shadow: 0px 0px 14px 0px #0000001A;
	border-radius: 4px;
	margin: 0 !important;
	min-width: calc(100% - 40px) !important; 
}
.single-product table.variations tbody td .reset_variations{
	margin-left: 3px;
}
.priceStock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 20px;
}
.priceStock p{
	padding: o;
	margin: 0;
}
.priceStock p.stockStatus{
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	color: #232323;
	padding: 0;
	margin: 0;
}
.priceStock p.stockStatus span{
	color: #5DA767;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: right;
    text-transform: uppercase;
    background: #5DA767;
    box-shadow: 0px 5px 6px 0px #0000000F;
    border-radius: 8px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 19px 0px;
    margin: 0px auto;
    left: 0%;
    right: 0%;
    bottom: -5%;
    width: 160px;
    color: #fff;
    display: block;
}


.woocommerce .quantity .qty {
    width: 111px !important;
    height: 39px;
    border: 1px solid #8d8d8d;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
}

.woocommerce .quantity .qty {
    text-align: left;
}

h1.product_title.entry-title {
    font-size: 36px;
    font-weight: 600;
    color: #232323;
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left;
    color: #FBC02D;
}

a.woocommerce-review-link {
    color: #5da767;
    font-weight: 500;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
    color: #161616;
    font-size: 31px;
    font-weight: 600;
    margin-left: 10px;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: 1;
    display: inline-block;
    color: #4D4D4D;
    font-size: 16px;
}

.qty1 {
    font-weight: 700;
    font-family: 'Poppins';
    font-size: 15px;
}

.woocommerce-notices-wrapper {
    margin-top: 50px;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0.618em;
}

.woocommerce-product-details__short-description p {
    font-size: 13px;
    text-align: justify;
}	

.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
        box-shadow: 0px 0px 7px 0px #0000001a;
        padding: 0 10px;
    }


    .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper img {
        width: 100%;
        padding: 22px 0px;
    }


    .wvg-gallery-thumbnail-image {
    box-shadow: 0px 0px 34px 0px #0000001A;
    border: 1px solid #c6c2c2;
	}

.wc-block-cart__submit-container {
    background: #5DA767;
    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;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: #5DA767;
    box-shadow: 0px 5px 6px 0px #0000000F;
    font-weight: 600;
    color: #fff;
    border: 1px solid #3c6742;
}

.wc-block-components-product-name {
    color: #5da767;
    font-weight: 500;
}


.woocommerce-order {
    padding: 48px 0px 0px 0px;
    }
.woocommerce-order .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #5DA767 !important;
    font-size: 22px;
    text-align: center;
    border: #5da76778 1px solid;
    padding: 10px;
    margin-bottom: 23px;
    background: #5da76721;
    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: 306px;
  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: #5DA767 1px solid;
	background: #5DA767;
	color: #fff;
	border-radius: 5px;
}
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
      border: #5DA767 1px solid;
      background: transparent;
      color: #5DA767;
    }
.woocommerce form.register button {
	float: left;
	border: #5DA767 1px solid;
	margin-right: 1em;
	background: #5DA767;
	color: #fff;
	border-radius: 5px;
   }
.woocommerce form.register button:hover {
  border: #5DA767 1px solid;
  background: transparent;
  color: #5DA767;
  }
.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: #5DA767 1px solid;
    color: #5DA767 ;
    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: #5DA767 1px solid;
    color: #5DA767;
    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;
    }
.woocommerce-table__product-name p {
    color: #090a0a;
    text-align: center;
    font-size: 15px;
    padding: 0px 0px 0px 0px;
    }
    
 .product-section-one-gallery ins {
    list-style: none;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}

.archive ins {
    list-style: none;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}

/* ----- How it Works Section -----*/

.howitworks-section{
    background: #FAFAFA;
	padding: 60px 0px;
	margin: 0px 0px;
	position: relative;
    }
    
.howitworks-section h2{
      padding: 20px 0px;
      margin: 0px 0px;
      position: relative;
      font-family: Poppins;
      font-size: 40px;
      font-weight: 500;
      line-height: 18px;
      text-align: center;
      color: #232323;
    }
.howitworks-tab{
	padding: 0px 0px;
	margin: 0px 0px;
	position: relative;
    }
.howitworks-tab .nav-tabs {
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 45px;
}
.howitworks-tab .nav-tabs .nav-link {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	color: #000;
    }
.howitworks-tab .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #f0f0f0 #f0f0f0 #fff;
  color: #ffbc2d;
  background-color: #fff;
}
.howitworks-tab .nav-tabs .nav-link.active {
  color: #ffbc2d;
  background-color: #fff;
  border-color: #f0f0f0 #f0f0f0 #fff;
  }
  .shopbtn {
	background: #5DA767;
	border: 1px solid #5DA767;
	border-radius: 7px;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
	padding: 10px 18px;
	position: relative;
	width: auto;
	color: #fff;
    }
.shopbtn:hover {
	background: #fff;
	color: #5DA767;
	border: 1px solid #5DA767;
}
.tab-content{ padding: 27px 0px; }
.tab-content p {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  color: #5B5B5B;
  padding: 0px;
  margin: 0px 0px 15px 0px;
  position: relative;
  font-weight: 300;
  }
 .tab-content p a {
  color: #FFBC2D;
  font-weight: 600;
  text-decoration: none;
  }
.tab-content h5 {
  font-size: 23px;
  line-height: 26px;
  text-align: center;
  color: #FFBC2D;
  padding: 0px;
  margin: 0px 0px 45px 0px;
  position: relative;
  font-weight: 600;
  }
  
.stepcard-sect{
    background: #fff;
	padding: 0px 0px;
	margin: 0px 0px;
	position: relative;
	width: 100%;
    }
.stepcard01-img {
  padding: 0px 0px;
  margin: 0px 0px;
  position: relative;
  width: 100%;
  height: 405px;
  overflow: hidden;
    }
.stepcard01-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
.stepcard01-text {
 padding: 40px 40px;
  margin: 0px 0px;
  position: relative;
  width: 100%;
    }
.stepcard01-text h6 {
font-size: 15px;
  line-height: 22px;
  text-align: left;
  color: #5B5B5B;
  padding: 0px;
  margin: 0px 0px 16px 0px;
  position: relative;
  font-weight: 300;
  width: 100%;
  }
.stepcard01-text ul  {
  margin: 0px 0px;
  padding: 0px 14px;
  position: relative;
  width: 100%;
  }
.stepcard01-text li {
  margin: 0px 0px;
  padding: 0px 0px;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  color: #5B5B5B;
  font-weight: 300;
  list-style: decimal;
  }
.stepcard01-text h6 a {
  color: #FFBC2D;
  font-weight: 600;
  text-decoration: none;
  }
  
.stepcard01-text h4 {
font-size: 32px;
  line-height: 35px;
  text-align: left;
  color: #666;
  padding: 0px;
  margin: 17px 0px;
  position: relative;
  font-weight: 400;
  width: 100%;
  }
.stepcard01-text h1 {
font-size: 57px;
  line-height: 44px;
  text-align: left;
  color: #FFBC2D;
  padding: 0px;
  margin: 15px 0px;
  position: relative;
  font-weight: 200;
  }
  .stepcard-sect .row:nth-child(even){
      flex-direction: row-reverse;
  }
 .stepcard01-text h3 {
  font-size: 17px;
  line-height: 39px;
  text-align: left;
  color: #FFBC2D;
  padding: 0px;
  margin: 15px 0px;
  position: relative;
  font-weight: 500;
  }
.goperation-btn {
	background: #5DA767;
	border: 1px solid #5DA767;
	border-radius: 7px;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	text-align: center;
	padding: 10px 18px;
	position: relative;
	width: auto;
	color: #fff;
    }
.goperation-btn:hover {
	background: #fff;
	color: #5DA767;
	border: 1px solid #5DA767;
    }
.support-section {
	background: #FAFAFA;
	padding: 60px 0px;
	margin: 0px 0px;
	position: relative;
    }
 .support-section h2{
    padding: 20px 0px 54px 0px;
    margin: 0px 0px;
    position: relative;
    font-family: Poppins;
    font-size: 40px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    color: #232323;
    }
.interiorsquare {
	margin: 0px 0px 21px 0px;
	padding: 30px 35px;
	position: relative;
	width: 100%;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 4px;
   }
.content-square {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 15px;
	margin-bottom: 21px;
    }
.square-icon {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 65px;
	height: 65px;
    }
.square-icon img {
	width: 100%;
	height: 100%;
    }
.square-text {
  margin: 0px 0px;
  padding: 0px 0px;
  font-size: 24px;
  position: relative;
  color: #000;
  line-height: 30px;
  text-transform: uppercase;
   }
.interiorsquare p {
      font-size: 18px;
      line-height: 28px;
      text-align: left;
      color: #313030;
      padding: 0px;
      margin: 0px 0px 39px 0px;
      position: relative;
      font-weight: 300;
      min-height: 137px;
    }
.explore-section {
	margin: 0px 0px;
	padding: 14px 0px;
	position: relative;
	text-align: center;
    }
.explore-section2 {
	margin: 0px 0px;
	padding: 14px 0px;
	position: relative;
	text-align: left;
    }
 .explore-btn {
  background: #5DA767;
  border: 1px solid #5DA767;
  border-radius: 4px;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  padding: 11px 24px;
  position: relative;
  width: auto;
  color: #fff;
    }
.explore-btn:hover {
	background: #fff;
	color: #5DA767;
	border: 1px solid #5DA767;
    }
.setuptutorial-section{
    padding: 40px 0px;
	margin: 0px 0px;
	position: relative;
	width: 100%;
    }
.setuptutorial-section h5 {
  font-size: 23px;
  line-height: 26px;
  text-align: center;
  color: #000;
  padding: 0px;
  margin: 0px 0px 45px 0px;
  position: relative;
  font-weight: 600;
  }
  
 .setuptutorial-sect{
  padding: 60px 7px;
  margin: 0px 0px 22px 0px;
  background: #eeeeee;
  position: relative;
  width: 100%;
  text-align: center;
 }
.setuptutorial-sect:hover{
  background: #545b62;
 }
.setuptutorial-icon {
	color: #ffbc2d;
}
.setuptutorial-sect h4 {
  font-size: 23px;
  line-height: 26px;
  text-align: center;
  color: #ffbc2d;
  padding: 0px;
  margin: 0px 0px;
  position: relative;
  font-weight: 600;
  }
 .explore-section{
    padding: 20px 0px;
	margin: 0px 0px;
	position: relative;
	width: 100%;
 }
 .explore-cardsection {
	margin: 22px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
}
 .cardsection-text h4 {
  font-size: 32px;
  line-height: 39px;
  text-align: left;
  color: #666;
  padding: 0px;
  margin: 19px 0px;
  position: relative;
  font-weight: 400;
  width: 100%;
  text-transform: uppercase;
}
.cardsection-text h6 {
  font-size: 20px;
  line-height: 31px;
  text-align: left;
  color: #5B5B5B;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  position: relative;
  font-weight: 200;
  width: 100%;
}
.cardsection-text{
   padding: 30px 0px;
	margin: 0px 0px;
	position: relative;
	width: 100%;
}
.quicktips-sect{
    padding: 0px 0px 10px 0px;
	margin: 24px 0px 0px 0px;
	position: relative;
	width: 100%;
	background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    }
.quicktips-sect h2 {
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #5B5B5B;
  padding: 0px 17%;
  margin: 0px 0px 14px 0px;
  position: relative;
  font-weight: 400;
  width: 100%;
  }
.quicktips-sect p {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #5B5B5B;
  padding: 0px 17%;
  margin: 0px 0px 20px 0px;
  position: relative;
  font-weight: 300;
  width: 100%;
  }
 .checkout-btn {
  background: #5DA767;
  border: 1px solid #5DA767;
  border-radius: 4px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  padding: 7px 19px;
  position: relative;
  width: auto;
  color: #fff;
    }
.checkout-btn:hover {
	background: #fff;
	color: #5DA767;
	border: 1px solid #5DA767;
    }
.quicktips-img{
  padding: 0px 0px;
  margin: 0px 0px 28px 0px;
  position: relative;
  width: 100%;
  height: 249px;
  }
.quicktips-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  }
  
.sharequickjack-cardsection {
    padding:50px 0px;
	margin: 0px 0px;
	position: relative;
	width: 100%;
   }
  .sharequickjack-cardsection h3 {
  font-family: Poppins;
  font-size: 49px;
  font-weight: 200;
  line-height: 50px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #232323;
}
.sharequickjack-cardsection h3 span {
  font-weight: 400;
  color: #5DA767;
}
.sharequickjack-cardsection p {
  font-size: 17px;
  line-height: 31px;
  text-align: center;
  color: #5B5B5B;
  padding: 0px;
  margin: 0px 0px 38px 0px;
  position: relative;
  font-weight: 300;
  width: 100%;
 }
 .sharequickjack-img {
         width: 100%;
    height:100%;
	margin-bottom: 35px;
}
 .sharequickjack-img img {
    width: 100%;
    height:100%;
    }
.owner-section {
    padding:50px 0px;
	margin: 0px 0px 15px 0px; 
	background: #FFBC2D;
	position: relative;
	width: 100%;
   }
.ownercard-sect {
  margin: 0px 0px;
  padding: 0px 0px;
  position: relative;
  text-align: center;
  color: #fff;
  width: 180px;
}
.ownercard-sect h5 {
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  padding: 0px;
  margin: 0px 0px;
  position: relative;
  font-weight: 400;
    }
.ownercard-icon {
  margin: 0px auto;
  padding: 0px 0px;
  position: relative;
  height: 62px;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 52px;
}
.ownercard-icon img {
    width: 100%;
	height: 100;
}
.ownercard-right {
	display: flex;
	justify-content: space-between;
}
.ownercard-left h6 {
  font-size: 22px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  padding: 10% 0px;
  margin: 0px 0px;
  position: relative;
  font-weight: 400;
  width: 100%;
}
.sponsorships-section{
  margin: 0px 0px;
  padding: 50px 0px;
  width: 100%;
  position: relative;
  background: url(../images/Sponsorships-bg.png) no-repeat;
  background-size: 100% 100%;
  height: 560px;
}
.sponsorships-section #overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background: rgb(2 2 2 / 31%);
}
.sponsorships-text {
    position: absolute;
    top: 30%;
    left: 0px;
    right: 0px;
    text-align: center;
}
.sponsorships-text h2 {
    font-family: Poppins;
    font-size: 49px;
    font-weight: 300;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    }
.sponsorships-text p {
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding: 0px 27%;
    margin: 11px 0px 19px 0px;
    position: relative;
    font-weight: 300;
    width: 100%;
}
.repairshops-section {
    background: #FAFAFA;
    padding:37px 0px 60px 0px;
    margin: 0px 0px;
    position: relative;
    }
.repairshops-section h2 {
  font-size: 38px;
  line-height: 39px;
  text-align: center;
  color: #666;
  padding: 0px;
  margin: 19px 0px 62px 0px;
  position: relative;
  font-weight: 400;
  width: 100%;
 }
 
 .repairshops-tab {
	padding: 0px 0px;
	margin: 0px 0px;
	position: relative;
}
.repairshops-tab .nav-tabs {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
.repairshops-tab .nav-tabs .nav-link {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	color: #000;
    }
.repairshops-tab .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #f0f0f0 #f0f0f0 #fff;
  color: #ffbc2d;
  background-color: #fff;
}
.repairshops-tab .nav-tabs .nav-link.active {
  color: #ffbc2d;
  background-color: #fff;
  border-color: #f0f0f0 #f0f0f0 #fff;
  }
.residential-banner{
  padding: 0px 0px;
  margin: 0px 0px 30px 0px;
  position: relative;
  width: 100%;
  height: 586px;
  overflow: hidden;
 }
.residential-banner img{
   width: 100%;
  height: 100%;
  object-fit: cover;
 }
 .stepcard01-map{
    padding:0px 0px;
    margin: 0px 0px;
    position: relative;
    width: 100%;
    height: 405px;
    overflow: hidden;
 }
 .tab-content h3 {
	font-size: 15px;
	line-height: 39px;
	text-align: left;
	color: #FFBC2D;
	padding: 0px;
	margin: 15px 0px;
	position: relative;
	font-weight: 500;
}
.rightlink-info.mobile-res {
	display: none;
}

/* accordian */


button.accordion-button {
  background: linear-gradient(to right, #e3aa36 , #ffec84);
  color: #3c2b06 !important;
  margin-bottom: 5px;
  font-family: Sansation;
  font-weight: 600;
  font-size: 17px;
  }

.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
	filter: invert(0%) sepia(100%) saturate(1%) hue-rotate(123deg) brightness(98%) contrast(100%) !important;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	gap: 8px;
	margin-top: 22px;
}
.page-numbers {
	border: #d5c59a 1px solid;
	width: auto;
	/* height: 31px; */
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	color: #31250c;
	font-size: 14px;
	padding: 5px 13px;
}
.page-numbers:hover {
  background: #e8b13f;
  border: #e8b13f 1px solid;
  color: #fff;
  }
.page-numbers.current {
  background: #e8b13f;
  border: #e8b13f 1px solid;
  color: #fff;
  }





/* ----- Sidenav Section -----*/
.sidenavmobile {
	display: none;
    }
.mobilecard {
	display: none;
    }
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #5DA767;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav ul{
  margin: 0px 0px;
  padding: 0px 0px;
  width: 100%;
  position: relative;
 }
.sidenav li{
  margin: 0px 0px;
  list-style: none;
  border-bottom: #ccc 1px solid;
  }
.sidenav a {
  padding: 9px 16px;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  display: block;
  transition: 0.3s;
  list-style: none !important;
}

.sidenav a:hover {
  color: #000;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-top: 0px;
    margin-bottom: 54px;
    }
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #ffbd2e;
    color: #fff;
}
.woocommerce-MyAccount-navigation ul li {
 list-style: none;
}
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #ffbd2e;
    color: #fff;
    }
.woocommerce-MyAccount-navigation ul li a {
    background: #A6D5AD;
    color: #000000;
    display: block;
    margin: 0 0 10px 0;
    padding: 10px 16px;
    font-size: 20px;
}
.woocommerce-MyAccount-navigation {
	padding: 53px 0px;
    }
.woocommerce table.my_account_orders .button {
	background: #5DA767;
	color: #fff;
    }
.woocommerce table.my_account_orders .button:hover {
	background: #4CB95B;
	color: #fff;
    }
.woocommerce-account .addresses .title .edit {
	float: right;
	background: #5DA767;
	padding: 4px 12px;
	color: #fff;
	border-radius: 4px;
   }
.woocommerce-account .addresses .title .edit:hover {
	background: #4CB95B;
	color: #fff;
   }
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float: left;
	width: 48%;
	border: #ccc6 0px solid;
	padding: 12px;
	border-radius: 6px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: left;
	width: 48%;
	border: #ccc6 0px solid;
	padding: 12px;
	border-radius: 6px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	width: 100%;
	display: flex;
	gap: 13px;
	justify-content: start;
}
.woocommerce-Address-title {
	margin-bottom: 12px;
    }
.woocommerce-account .addresses .title h3 {
	float: left;
	font-size: 20px;
    }
address {
	margin-bottom: 1rem;
	font-style: normal;
	color: #4f4f4f;
	font-size: 14px;
	line-height: 1.6;
    }
.woocommerce-order-details h2{
    font-size: 20px;
    }
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
  font-size: 20px;
  border-bottom: #cccccc6e 1px solid;
  padding-bottom: 9px;
  }
.woocommerce .woocommerce-customer-details address {
	padding: 0px;
	line-height: 27px;
	border: 0px;
}
.woocommerce-customer-details--phone {
	margin-top: 17px;
	line-height: 37px;
    }
 .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
   }
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
    }
.woocommerce-MyAccount-content h3{
  font-size: 20px;
  }
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 41px;
	margin: 0 0 -4px;
	user-select: none;
	-webkit-user-select: none;
	padding: 5px;
	border: #ccc 1px solid !important;
	/* line-height: 35px; */
   }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	left: 30%;
	top: 77%;
    }
.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
	padding-bottom: 29px;
    }
.woocommerce-address-fields .button {
  background: #5DA767 !important;
  color: #fff !important;
  padding: 12px 14px !important;
  margin: 7px 0px 0px 4px !important;
  }
.woocommerce-address-fields .button:hover {
	background: #4CB95B!important;
	color: #fff!important;
  }
.woocommerce-MyAccount-content .button {
  background: #5DA767 !important;
  color: #fff !important;
  padding: 12px 14px !important;
  margin: 7px 0px 0px 4px !important;
  }
 .woocommerce-MyAccount-content .button:hover {
	background: #4CB95B!important;
	color: #fff!important;
  }
  #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: rgb(236, 251, 238);
	border-radius: 5px;
}
.is-large.wc-block-cart {
	margin-bottom: 3em;
	margin-top: 42px;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
	box-sizing: border-box;
	margin: 0;
	padding-right: 4.5283018868%;
	width: 65%;
	background: #64606008;
	border: #e3e3e3 1px solid;
	border-radius: 6px;
}
.wc-block-components-sidebar-layout .wc-block-components-main{
  box-sizing: border-box;
  margin: 0px 24px 0px 0px !important;
  padding: 10px 12px !important;
  width: 62% !important; 
  }
.wc-block-components-sidebar {
	margin: 0px !important;
    padding: 10px 12px !important;
	width: 35%;
	border: #ccc 1px solid;
	border-radius: 6px;
   }
   button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	background: #5DA767;
	box-shadow: 0px 5px 6px 0px #0000000F;
	font-weight: 600;
	color: #fff;
	border: 1px solid #3c6742;
	border-radius: 5px;
    }
.wp-block-woocommerce-checkout-order-summary-block {
	border: 0px solid hsla(0,0%,7%,.11) !important;
   }
.common-class-allpages {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  }
.archive .portfolios {
	padding: 35px 0px;
   }
.archive.woocommerce nav.woocommerce-pagination ul {
  border: 0px solid #cfc8d8 !important;
  gap: 7px !important;
  display: flex !important;
  }
.archive .page-numbers {
	border: #d5c59a 1px solid;
	width: auto;
	/* height: 31px; */
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	color: #31250c;
	font-size: 14px;
	padding:8px 13px !important;
}
.archive .page-numbers:hover {
  background: transparent !important;
  border: #d5c59a 1px solid;
  color: #31250c !important;
  }
.archive .page-numbers.current {
  background: #e8b13f !important;
  border: #e8b13f 1px solid !important; 
  color: #fff !important;
  }
 .page-id-235 ol,ul {
	padding-left: 16px !important;
   }
   
.single.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0 0 0 1em;
	margin: 0px 0px;
	overflow: unset;
	position: relative;
	background: #EEEEEE;
	border-radius: 8px 8px 0px 0px;
    }
.single #tab-description {
	background: #F9F9F9;
	padding: 21px 24px;
	border-radius: 0px 0px 8px 8px;
	min-height: 360px;
    }
.single #tab-additional_information {
	background: #F9F9F9;
	padding: 21px 24px;
	border-radius: 0px 0px 8px 8px;
	min-height: 360px;
    }
.single #tab-reviews {
	background: #F9F9F9;
	padding: 21px 24px;
	border-radius: 0px 0px 8px 8px;
	min-height: 360px;
    }
.single .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 600;
	color: #515151;
	font-size: 18px;
    }
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
	color: #5da767;
    }
.single .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #cfc8d8;
    }
.single.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0px solid #cfc8d8;
	background-color: transparent;
	color: #292929;
	border-radius: 4px 4px 0 0;
	margin: 0 14px;
	padding: 6px 1em;
	border-bottom: transparent 2px solid;
   }
.single.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #5da767;
    }
.single.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	border-bottom: #5da767 2px solid;
    }
.single.woocommerce div.product .woocommerce-tabs ul.tabs li:hover{
	border-bottom: #5da767 2px solid;
	color: #5da767;
    }
.single.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	box-shadow: 0px 0px 0 #fff;
}
/*.related h2 {
   margin: 37px 0px 20px 0px;
  padding: 0px 0px;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
} */

.related h2 {
    margin: 20px 0px 14px 0px;
    padding: 0px 0px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}  

.single.woocommerce div.product .woocommerce-tabs ul.tabs li:hover::before{
box-shadow: 0px 0px 0 #fff;
  content: "\f0d7";
  bottom: 0px;
  left: 50%;
  color: #5da767;
  font: normal normal normal 16px/1 FontAwesome;
  position: absolute;
  right: 50%;
    }
.single.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: 0px 0px 0 #fff;
  content: "\f0d7";
  bottom: 0px;
  left: 50%;
  color: #5da767;
  font: normal normal normal 16px/1 FontAwesome;
  position: absolute;
  right: 50%;
 }
.single.woocommerce #review_form #respond textarea {
	box-sizing: border-box;
	width: auto;
	border: #ccc 1px solid;
	border-radius: 5px;
}
.single input {
  box-sizing: border-box;
  width: auto;
  border: #ccc 1px solid;
  border-radius: 5px;
  padding: 6px 12px;
  }
.single label {
	display: inline-block;
	width: 100%;
    }
.single #submit {
	background: #5da767 !important;
	color: #fff !important;
	padding: 11px 19px !important;
	border-radius: 5px !important;
}
.single #submit:hover {
	background:#5fc16d !important;
    }
.wc-block-grid__products {
	margin: 0 0px 0px;
	padding: 0;
	gap: 0px;
    }
.wc-block-grid__product {
	border: #eee 1px solid !important;
	padding: 19px !important;
    }
.has-text-align-center {
	margin-bottom: 16px;
    }
.wp-block-woocommerce-empty-cart-block ul {
  padding-left: 0px !important;
}
.page-id-11 .woocommerce-order p {
	font-size: 17px;
    }
.wc-block-grid__product a:hover {
	color: #ddd;
    }
    
    button.sub-menu-toggle {
    display: none;
}

.page-id-63 .owl-nav {
    display: none;
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 4rem auto !important;
    }
} 

.star-rating {
    font-size: 13px;
    color: #edc52c;
    padding: 0 46px;
} 


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

span.js-free-shipping-text {
    width: 100%;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
    left: 0;
    background: #000;
    padding: 10px;
    display: block;
    margin-top: 14px;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    border-top: 1px solid #c4c4c4;
    padding-top: 14px;
}

li#tab-title-reviews {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 3em;
    background: #F9F9F9;
    padding: 21px 24px;
    border-radius: 0px 0px 8px 8px;
    min-height: 360px;
}

/*.single-product th.label {
    display: none;
}

table.variations .iconic-was-swatches__item.iconic-was-swatches__item--selected {
   display: none;
}

.single-product table.variations li.iconic-was-swatches__item.iconic-was-swatches__item--selected {

}*/

/*.single-product ul.iconic-was-swatches {
    display: none;
}*/

/* Woo Checkout Page 30-06-2025 */


