h2 {
    margin: 0px !important;
}
.elementor .elementor-element.temp-slider-main-con-short-img {
    width: 82px;
    height: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.elementor .elementor-element.temp-slider-con-content {
    width: calc(100% - 82px);
}
.elementor .elementor-element.temp-slider-icon-con {
    max-width: 9px;
    width: 100%;
    position: absolute;
    right: 8px;
    top: 0px;
}
.elementor .elementor-element .home-menu .pp-advanced-menu .menu-item-2817, 
.elementor .elementor-element .home-menu .pp-advanced-menu .menu-item-2814,
.elementor .elementor-element .home-menu .pp-advanced-menu .menu-item-2820{
    display: none;
}
/* conformation */
.elementor .elementor-element.download-catalog-form-cls .gform_confirmation_message_3 a {
    display: block;
    position: relative;
    border-radius: 50px;
    background: #00ADEE;
    text-align: center;
    color: #F6FDFF !important;
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 15px;
    margin-top: 20px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
}
.elementor .elementor-element.download-catalog-form-cls .gform_confirmation_message_3 a:hover {
    background: #9B8744;
    transform: scale(1.05); 
}
.elementor .elementor-element.dual-heading-cls .pp-dual-heading a{
    color: #00ADEE;
    font-family: "Barlow Semi Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-decoration-line: underline;
}
/* conformation end */
/* hover mega menu */
.elementor .elementor-element.mega-menu-cls {
    z-index: 9;
    background-color: #FFF;
    top: 79px;
}
/* hover mega menu end */
/* button white hover start */
/* Button Base Style */
.elementor .elementor-element.btn-white .elementor-button {
	position: relative;
	overflow: hidden;
	transition: all 0.35s ease;
	z-index: 1;
	border: none;
	padding: 24px 15px;
    width: 283px;
}
/* Background Layers */
.elementor .elementor-element.btn-white .elementor-button:before,
.elementor .elementor-element.btn-white .elementor-button:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	transition: all 0.35s ease;
	z-index: 0;
}
/* Layer 1 - White Fill */
.elementor .elementor-element.btn-white .elementor-button:before {
	background: rgba(255, 255, 255, 1); /* White */
	opacity: 0.8;
}
/* Layer 2 - Golden Fill */
.elementor .elementor-element.btn-white .elementor-button:after {
	background: rgba(155, 135, 68, 1); /* Golden brown */
	transition-delay: 0.2s;
}
/* Hover Effect: Fill Down */
.elementor .elementor-element.btn-white .elementor-button:hover:before,
.elementor .elementor-element.btn-white .elementor-button:hover:after {
	top: 0;
}
/* Text Glow Effect (Using text-shadow instead of box-shadow) */
.elementor .elementor-element.btn-white .elementor-button:hover {
	color: #FFFFFF;
	transition: 0.5s ease;
}
/* Ensure Text Stays On Top */
.elementor .elementor-element.btn-white .elementor-button span {
	position: relative;
	z-index: 1;
}
/* button white hover end */

/* Button Gold hover start */
/* Button Base Style */
.elementor .elementor-element.btn-gold .elementor-button {
	position: relative;
	overflow: hidden;
	transition: all 0.35s ease;
	z-index: 1;
	border: none;
	width: 283px;
    padding: 24px 15px;
}
/* Background Layers */
.elementor .elementor-element.btn-gold .elementor-button:before,
.elementor .elementor-element.btn-gold .elementor-button:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	transition: all 0.35s ease;
	z-index: 0;
}
/* Layer 1 - White Fill */
.elementor .elementor-element.btn-gold .elementor-button:before {
	background: rgba(255, 255, 255, 1); /* White */
	opacity: 0.8;
}
/* Layer 2 - Blue Fill */
.elementor .elementor-element.btn-gold .elementor-button:after {
	background: #00ADEE; /* Blue */
	transition-delay: 0.2s;
}
/* Hover Effect: Fill Down */
.elementor .elementor-element.btn-gold .elementor-button:hover:before,
.elementor .elementor-element.btn-gold .elementor-button:hover:after {
	top: 0;
}
/* Text Glow Effect (Using text-shadow instead of box-shadow) */
.elementor .elementor-element.btn-gold .elementor-button:hover {
	color: #FFFFFF;
	transition: 0.5s ease;
}
/* Ensure Text Stays On Top */
.elementor .elementor-element.btn-gold .elementor-button span {
	position: relative;
	z-index: 1;
}
/* Button Gold hover end */
/* Button dark-blue hover start */
/* Button Base Style */
.elementor .elementor-element.btn-dark-blue .elementor-button {
	position: relative;
	overflow: hidden;
	transition: all 0.35s ease;
	z-index: 1;
	border: none;
    width: 283px;
    padding: 24px 15px;
}
/* Background Layers */
.elementor .elementor-element.btn-dark-blue .elementor-button:before,
.elementor .elementor-element.btn-dark-blue .elementor-button:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	transition: all 0.35s ease;
	z-index: 0;
}
/* Layer 1 - Blue Fill */
.elementor .elementor-element.btn-dark-blue .elementor-button:before {
	background: rgba(255, 255, 255, 1); /* dark-blue */
	opacity: 0.8;
}
/* Layer 2 - dark-blue Fill */
.elementor .elementor-element.btn-dark-blue .elementor-button:after {
	transition-delay: 0.2s;
    background: #00ADEE;
}
/* Hover Effect: Fill Down */
.elementor .elementor-element.btn-dark-blue .elementor-button:hover:before,
.elementor .elementor-element.btn-dark-blue .elementor-button:hover:after {
	top: 0;
}
/* Text Glow Effect (Using text-shadow instead of box-shadow) */
.elementor .elementor-element.btn-dark-blue .elementor-button:hover {
	color: #FFFFFF;
	transition: 0.5s ease;
}
/* Ensure Text Stays On Top */
.elementor .elementor-element.btn-dark-blue .elementor-button span {
	position: relative;
	z-index: 1;
}
/* Button dark-blue hover end */
/* Button Blue hover start */
/* Button Base Style */
.elementor .elementor-element.btn-blue .elementor-button {
	position: relative;
	overflow: hidden;
	transition: all 0.35s ease;
	z-index: 1;
	border: none !important;
    width: 283px;
    padding: 24px 15px;
}
/* Background Layers */
.elementor .elementor-element.btn-blue .elementor-button:before,
.elementor .elementor-element.btn-blue .elementor-button:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	transition: all 0.35s ease;
	z-index: 0;
}
/* Layer 1 - Blue Fill */
.elementor .elementor-element.btn-blue .elementor-button:before {
	background: rgba(255, 255, 255, 1); /* Blue */
	opacity: 0.8;
}
/* Layer 2 - Blue Fill */
.elementor .elementor-element.btn-blue .elementor-button:after {
	transition-delay: 0.2s;
    background: #0D2C4A;
}
/* Hover Effect: Fill Down */
.elementor .elementor-element.btn-blue .elementor-button:hover:before,
.elementor .elementor-element.btn-blue .elementor-button:hover:after {
	top: 0;
}
/* Text Glow Effect (Using text-shadow instead of box-shadow) */
.elementor .elementor-element.btn-blue .elementor-button:hover {
	color: #FFFFFF;
	transition: 0.5s ease;
}
/* Ensure Text Stays On Top */
.elementor .elementor-element.btn-blue .elementor-button span {
	position: relative;
	z-index: 1;
}
/* Button Blue hover end */
/* header btn satrt */
.elementor .elementor-element.header-btn.btn-white .elementor-button {
    border: 1px solid #9B8744 !important;
}
/* header btn end */
/* call hover start */
.elementor .elementor-element.call-hover-gold .pp-info-box:hover .pp-info-box-icon {
    transform: rotate(-17deg);
    background: #9B8744;
    transition: all .35s;
    border-color: #9B8744;
}
.elementor .elementor-element.call-hover-gold .pp-info-box:hover .pp-info-box-icon svg {
    fill: #FFFFFF;
}
.elementor .elementor-element.call-hover-blue .pp-info-box:hover .pp-info-box-icon {
    transform: rotate(-17deg);
    background: #00ADEE;
    transition: all .35s;
    border-color: #00ADEE;
}
.elementor .elementor-element.call-hover-blue .pp-info-box:hover .pp-info-box-icon svg {
    fill: #FFFFFF;
}
/* call hover end  */
/* call hover blue */
.elementor .elementor-element.call-dropdown-cls.blue .pp-accordion-tab-content a {
    color: #00ADEE;
}
.elementor .elementor-element.call-dropdown-cls.blue .pp-accordion-tab-content a:hover {
    background-color:#00ADEE;
    color:#fff;
}
.elementor .elementor-element.call-dropdown-cls.blue .pp-accordion-tab-content .bg-color-call {
    border-color:#00ADEE;
}
/* call hover blue end */
/* footer blue */
.elementor .elementor-element.footer-btn.btn-white .elementor-button {
    width: 204px;
    padding: 15px !important;
}
/* footer blue end */
/* header gold */
.elementor .elementor-element.header-btn.btn-white .elementor-button {
    width: 202px;
    padding: 15px;
} 
/* header gold end */
/* call hover gold */
.elementor .elementor-element.call-dropdown-cls.gold .pp-advanced-accordion .pp-accordion-tab-title .e-fas-phone-alt {
    fill: #9B8744;
}
.elementor .elementor-element.call-dropdown-cls.gold .pp-accordion-tab-title.pp-accordion-tab-active {
    border-color: #9B8744;
}
.elementor .elementor-element.call-dropdown-cls.gold .pp-accordion-tab-content a {
    color: #9B8744;
    border-color: #9B8744 !important;
	background-color: #e6edee;
}
.elementor .elementor-element.call-dropdown-cls.gold .pp-accordion-tab-content a:hover {
    color:#FFF;
    background-color: #9B8744;
}
/* call hover gold end */
/* call blue center */
.elementor .elementor-element.call-dropdown-cls.blue-center {
    left: 50%;
}
.elementor .elementor-element.btn-con-66 .btn-gold.button-cls-p {
    right: 50%;
    position: absolute;
}
/* call blue center end */
/* harsh css */
.elementor .elementor-element.home-menu .sub-menu.pp-advanced-menu--dropdown {
	display: none !important;
}
.elementor .elementor-element.short-desription-cls p {
	margin-bottom: 0px;
}
.pp-loader-overlay {
	background: transparent !important;
}
.elementor .elementor-element.footer-list .pp-list-items {
	display: flex;
	justify-content: flex-end;
}
.elementor .elementor-element.footer-list .pp-list-items .pp-icon-wrapper {
	margin-right:0px !important;
}
.pp-loader{
	display:none !important;
}
.elementor .elementor-element.copyright-sec-cls .elementor-widget-container p {
	margin: 0px;
}
.elementor .elementor-element.contact-overlay::after {
    position: absolute;
    content: "";
    background: url('http://mer-lasvegas.saviormarketing.com/wp-content/uploads/2024/10/circle-icon-5-1.png') no-repeat;
    width: 220px;
    height: 220px;
    left: 214px;
    top: -100px;
    rotate: -10deg;
}
/* .elementor .elementor-element.quote-overlay::after {
	position:absolute;
	content:"";
	background: url('http://mer-lasvegas.saviormarketing.com/wp-content/uploads/2024/10/circle-icon-5-1.png') no-repeat;
	width: 220px;
	height: 220px;
	top: -120px;
	right: 215px;
	rotate: 80deg;
} */
.elementor .elementor-element .product-archive-cls .pp-post-filters-dropdown-button {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px;
    text-align: center;
}
.elementor .elementor-element.req-sec-1-cls .heading-cls::after {
    position: absolute; 
    content: ""; 
    background: url(http://mer-lasvegas.saviormarketing.com/wp-content/uploads/2024/10/circle-icon-5-1.png) no-repeat;
    width: 220px;
    height: 220px; 
    top: -120px; 
    right: 215px; 
    rotate: 80deg;
}
.elementor .elementor-element.templete-ellipse-cls {
	right: 0px;
	top: 330px !IMPORTANT;
	position: absolute;
	display: flex;
	left: 410px !IMPORTANT;
}
.elementor .elementor-element.templete-ellipse-cls .elementor-widget-container {
	width: 40px;
	height: 40px;
}
.elementor .elementor-element .templete-ellipse-cls img {
	animation: zoom 2s infinite;
}
.elementor .elementor-element.test-1-poop {
	max-width: 384px;
	max-height: 142px;
	position: absolute;
	top: 390px;
	left: 350px;
	width: 100%;
	height: 100%;
	justify-content:center;
	align-items:center;
}
.elementor .elementor-element.home-bg-img img {
	width: 100%;
	height: 100%;
}
.elementor .elementor-element.loop-carousel-cls {
	position: absolute;
	right: 62px;
	width: 100%;
	height: 100%;
}
.elementor .elementor-element.home-bg-img {
	position: absolute;
	top: 0;
}
.elementor .elementor-element.loop-carousel-cls .elementor-widget-container {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.elementor .elementor-element.loop-carousel-cls .elementor-loop-container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.elementor .elementor-element.temp-slider-main-con {
	flex-direction: column;
	justify-content: center;
}
.elementor .elementor-element.loop-carousel-cls .elementor-swiper-button {
	display: none !important;
}
.elementor .elementor-element.loop-carousel-cls .swiper-pagination-bullet {
	color: #0D2C4A;
    opacity: 1;
	font-family: "Barlow Semi Condensed";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	width: 36px !important;
	height: 36px !important;
	background: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.elementor .elementor-element.loop-carousel-cls .swiper-pagination {
	display: flex;
	flex-direction: row;
	position: absolute;
	width: 100%;
	justify-content: end;
	gap: 10px;
	padding-bottom: 57px;
	padding-right: 30px;
}
.elementor .elementor-element.loop-carousel-cls .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0D2C4A !important;
	color: #FFF;
}
.elementor .elementor-element.loop-carousel-cls .elementor-widget-container img {
	max-width: 503px;
	width: 100%;
}
.elementor .elementor-element.temp-slider-main-con-inner {
	height: 503px;
	width: 100%;
}
.elementor .elementor-element.categories-module-cls .pp-category {
    padding: 52px 52px 89px 52px !important;
}
.elementor .elementor-element.categories-module-cls .pp-category a {
    text-decoration:none;
}
.elementor .elementor-element.categories-module-cls .pp-category .pp-category-content {
    padding: 18px 15px 18px 35px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}
.elementor .elementor-element.categories-module-cls .pp-category:hover .pp-category-content {
    border-top: 1px solid #0F0F0F;
    background: #ffff;
}
.elementor .elementor-element.quote-page-cls .cart_totals {
    display: flex;
    flex-direction: row;
    width: 100% !important;
    justify-content: end;
    gap:21px;
	padding: 0px !important;
	margin: 0px !important;
}

/* css of confirmation page starts from here */
.elementor .elementor-element .checkout-form-cls .thank-you-headding {
    width: 100%;
    max-width: 943px;
    font-size: 42px;
    font-family: 'Barlow Semi Condensed';
    line-height: 54px;
    font-weight: 500;
    text-transform: uppercase;
	margin-bottom: 45px;
	color: #000000;
}
.elementor .elementor-element .checkout-form-cls .woocommerce-notice.woocommerce-notice--success {
    display: none;
}
.elementor .elementor-element .checkout-form-cls .order-id-top {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Barlow Semi Condensed';
    margin-bottom: 72px;
    color: #5C5C5C;
	text-transform: capitalize;
}
.elementor .elementor-element .checkout-form-cls .order-id-top span {
    color: #9B8744;
}
.elementor .elementor-element .checkout-form-cls .back-to-home a {
    background: #9B8744;
    width: 100% !important;
    max-width: 817px !important;
    display: block;
    text-align: center;
	padding:23px 0px;
	border-radius:50px;
	font-size: 20px;
	color: #F6FDFF !important;
    line-height:24px;
    font-weight: 600 !important;
	font-family: "Barlow Semi Condensed", Sans-serif !important;
	text-transform:uppercase;
	margin-top:72px;
}
.elementor .elementor-element.single-product-sec3 .elementor-heading-title {
    margin: 0;
}

/* Blog page css  */
.elementor .elementor-element .post-info-cls .elementor-post-info__terms-list .elementor-post-info__terms-list-item {
    color: #9B8744;
}

/* Button Base Style */
.elementor .elementor-element.quote-page-cls .wc-proceed-to-checkout .checkout-button {
    color: #FFFF;
    text-align: center;
    font-family: "Barlow Semi Condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background-color:  #9B8744 !important;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    z-index: 1;
    padding: 23px 45px;
}
/* Background Layers */
.elementor .elementor-element.quote-page-cls .wc-proceed-to-checkout .checkout-button:before,
.elementor .elementor-element.quote-page-cls .wc-proceed-to-checkout .checkout-button:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	transition: all 0.35s ease;
	z-index: -1;
}
/* Layer 1 - White Fill */
.elementor .elementor-element.quote-page-cls .wc-proceed-to-checkout .checkout-button:before {
	background: rgba(255, 255, 255, 1); /* White */
	opacity: 0.8;
}
/* Layer 2 - Golden Fill */
.elementor .elementor-element.quote-page-cls .wc-proceed-to-checkout .checkout-button:after {
	background: #00ADEE; /* Golden brown */
	transition-delay: 0.2s;
}
/* Hover Effect: Fill Down */
.elementor .elementor-element.quote-page-cls .wc-proceed-to-checkout .checkout-button:hover:before,
.elementor .elementor-element.quote-page-cls .wc-proceed-to-checkout .checkout-button:hover:after {
	top: 0;
}
/* Text Glow Effect (Using text-shadow instead of box-shadow) */
.elementor .elementor-element.quote-page-cls .wc-proceed-to-checkout .checkout-button:hover {
	color: #FFFFFF;
	transition: 0.5s ease;
}
/* button white hover end */
/* Button Base Style */
.elementor .elementor-element.quote-page-cls .btn-white .elementor-button {
    color: #9B8744;
    text-align: center;
    font-family: "Barlow Semi Condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background-color: #FFFF !important;
    border-radius: 50px;
    border: 1px solid #9B8744;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    z-index: 1;
    padding: 23px 45px;
}
/* Background Layers */
.elementor .elementor-element.quote-page-cls .btn-white .elementor-button:before,
.elementor .elementor-element.quote-page-cls .btn-white .elementor-button:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	transition: all 0.35s ease;
	z-index: -1;
}
/* Layer 1 - White Fill */
.elementor .elementor-element.quote-page-cls .btn-white .elementor-button:before {
	background: rgba(255, 255, 255, 1); /* White */
	opacity: 0.8;
}
/* Layer 2 - Golden Fill */
.elementor .elementor-element.quote-page-cls .btn-white .elementor-button:after {
	background: rgba(155, 135, 68, 1); /* Golden brown */
	transition-delay: 0.2s;
}
/* Hover Effect: Fill Down */
.elementor .elementor-element.quote-page-cls .btn-white .elementor-button:hover:before,
.elementor .elementor-element.quote-page-cls .btn-white .elementor-button:hover:after {
	top: 0;
}
/* Text Glow Effect (Using text-shadow instead of box-shadow) */
.elementor .elementor-element.quote-page-cls .btn-white .elementor-button:hover {
	color: #FFFFFF;
	transition: 0.5s ease;
}
/* button white hover end */
.elementor .elementor-element.quote-page-cls .wc-proceed-to-checkout {
	padding:0px
}

.elementor .elementor-element .download-catalog-form-cls #field_3_4 {
     margin-bottom: 21px;
}
.elementor .elementor-element.footer-row {
    flex-direction:row;
}
.elementor .elementor-element .product-archive-cls .elementor-heading-title a {
    text-decoration: none;
}
.elementor .elementor-element.mega-menu-p4-cls {
    height:264px;
}
.elementor .elementor-element.mega-menu-cls{
	display:none;
}
.elementor .elementor-element.download-catalog-form-cls .gfield--input-type-captcha {
    padding-top: 25px;
}

/* css of checkout page */
#post-78 .entry-header {
    display: none;
}
.elementor .elementor-element.menu-down-cls .elementor-grid {
    display: flex;
    flex-direction: row;
}
.elementor .elementor-element.menu-down-cls .pp-category-sec {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}
.elementor .elementor-element.recent-post-cls .pp-post-thumbnail img {
    height: 75px;
    width: 100%;
    max-width: 75px;
}
.elementor .elementor-element.recent-post-cls .pp-post-thumbnail {
    margin-bottom: 0px !important;
}
/* call Now */
.elementor .elementor-element.call-dropdown-cls .pp-accordion-tab-icon {
    padding: 25px;
    background-color: #ffff;
    border-radius: 50px;
}
.elementor .elementor-element.call-dropdown-cls .pp-advanced-accordion .pp-accordion-tab-title.pp-accordion-tab-active svg,
.elementor .elementor-element.call-dropdown-cls .pp-advanced-accordion .pp-accordion-tab-title svg {
	fill: #071D31;
}
.elementor .elementor-element.call-dropdown-cls .pp-accordion-toggle-icon {
    padding-right: 24px;
} 

.elementor .elementor-element.call-dropdown-cls .pp-accordion-tab-content a {
    color: #FFF;
    font-family: "Barlow Semi Condensed";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    padding: 17px 15px 17px 72px !important;
    display: flex;
    flex-direction: column;
    text-decoration:none;
}
.elementor .elementor-element.call-dropdown-cls .pp-accordion-tab-content a:hover{
    background-color:#0000004A;
}
.elementor .elementor-element.call-dropdown-cls .pp-accordion-tab-content .bg-color-call {
	border-bottom: 1px solid #fff;
}
.elementor .elementor-element.call-dropdown-cls {
    position: absolute;
    left: 300px;
	z-index:1;
}
.elementor .elementor-element.call-dropdown-cls .pp-accordion-tab-content .call-bold {
    font-weight: 600;
    display:flex;
}
.elementor .elementor-element.call-dropdown-cls .pp-accordion-tab-content br {
    display: none;
}
.elementor .elementor-element.call-dropdown-cls .pp-accordion-tab-title.pp-accordion-tab-active {
    border-bottom: 1px solid;
    border-radius: 50px;
}
/* call now blue */
.elementor .elementor-element.call-dropdown-cls.blue .pp-accordion-tab-icon {
    background-color: #00ADEE
}
.elementor .elementor-element.call-dropdown-cls.blue .pp-advanced-accordion .pp-accordion-tab-title .e-fas-phone-alt {
	fill: #FFF;
}

/* call now header */
.elementor .elementor-element.header-call-dropdown-cls {
	position: absolute;
	right: 0px;
	width: 199px;
	left: 16px;
	height: 52px;
}
.elementor .elementor-element.header-search-con-cls {
    border-left: 1px solid #CED4D5;
    height: 52px;
}

.elementor .elementor-element.header-call-dropdown-cls .pp-accordion-tab-icon {
    background-color: #9B8744;
    padding: 18px;
    border-radius: 50px;
}
.elementor .elementor-element.header-call-dropdown-cls .pp-advanced-accordion .pp-accordion-tab-title .e-fas-phone-alt {
	fill: #FFF !important;
}
.elementor .elementor-element.header-call-dropdown-cls .pp-accordion-toggle-icon {
	padding-right:17px
}
.elementor .elementor-element.header-call-dropdown-cls .pp-accordion-tab-content a {
	color: #9B8744;
	text-align: center;
	font-family: "Barlow Semi Condensed";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	text-decoration:none;
	padding: 12px 0px 12px 52px !important;
	text-align: left;
}
.elementor .elementor-element.header-call-dropdown-cls .pp-accordion-tab-content .call-bold {
	font-weight: 600;
}
.elementor .elementor-element.header-call-dropdown-cls .pp-accordion-tab-content .header-bg-color-call {
	border-bottom: 1px solid #9B8744;
}
.elementor .elementor-element.header-call-dropdown-cls .pp-accordion-tab-title.pp-accordion-tab-active {
    border-bottom: 1px solid;
    border-radius: 50px;
}
.elementor .elementor-element.header-call-dropdown-cls .pp-accordion-tab-content a:hover{
    color:#fff;
    background: #9B8744;
} 
/* footer call now */
.elementor .elementor-element.footer-call-now {
    position:absolute;
    left: 220px;
}
.elementor .elementor-element.footer-call-now .pp-accordion-tab-title.pp-accordion-tab-active {
    border-bottom: 1px solid #FFF;
    border-radius:50px;
}
.elementor .elementor-element.footer-call-now .pp-accordion-tab-icon {
    padding:16px;
    background-color:#fff;
    border-radius: 50px;
}
.elementor .elementor-element.footer-call-now .pp-accordion-tab-icon .e-fas-phone-alt {
    fill: #071C31 !important;
}
.elementor .elementor-element.footer-call-now .pp-accordion-tab-content a {
    padding: 8px 8px 8px 46px;
    display: flex;
    flex-direction: column;
    color: #FFF;
    text-align: left;
    font-family: "Barlow Semi Condensed";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}
.elementor .elementor-element.footer-call-now .pp-accordion-tab-content .call-bold{
    font-weight: 600;
}
.elementor .elementor-element.footer-call-now .pp-accordion-tab-content .bg-color-call {
    border-bottom:1px solid #fff;
}
.elementor .elementor-element.footer-call-now .pp-accordion-tab-content a:hover {
    background: rgba(0, 0, 0, 0.29);
}
/* Confirmation page css */
.elementor .elementor-element.checkout-form-cls .order-summary-heading {
    display: none;
}
.elementor .elementor-element.checkout-form-cls .woocommerce-order-overview {
    padding:0px;
    margin-bottom: 45px;
}
.elementor .elementor-element.checkout-form-cls  .woocommerce-order-overview abbr {
    color: #9B8744;
    font-family: "Barlow Semi Condensed";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 54px; /* 168.75% */
    border-bottom: none;
    display: block;
	text-transform: capitalize;
}
.elementor .elementor-element.checkout-form-cls  .woocommerce-order-overview strong {
    color: #000;
    font-family: "Barlow Semi Condensed";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}
.elementor .elementor-element.checkout-form-cls .woocommerce-order-overview__date,
.elementor .elementor-element.checkout-form-cls .woocommerce-order-overview__order{
    padding-right:51px;
    margin-right: 46px;
    border-right: 1px solid #0000001F;
}
.elementor .elementor-element.checkout-form-cls .woocommerce-order-details .woocommerce-order-details__title {
    color: #9B8744;
    font-family: "Barlow Semi Condensed";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px; /* 168.75% */
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #E3E2EE;
    border-width: 0px 0px 1px 0px !important;
	text-transform: capitalize;
}
.elementor .elementor-element.checkout-form-cls th.product-name {
    color: #9B8744;
    font-family: "Barlow Semi Condensed";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500!important;
    line-height: 28px!important;
    text-transform: uppercase;
    padding: 23px 0px 16px 0px ;
}
.elementor .elementor-element.checkout-form-cls .woocommerce-table__product-table {
    display:none;
}
.elementor .elementor-element.checkout-form-cls .order_details tr {
    border-bottom: 1px solid #E3E2EE !important;
    display: block;
    padding: 0px;
}
.elementor .elementor-element.checkout-form-cls td.product-name {
    display:flex;
    flex-direction:row;
    padding: 3px 0px !important;
    align-items: center;
}
.elementor .elementor-element.checkout-form-cls td.product-name .product-image {
    max-width:52px;
    width:100%;
    max-height: 52px;
    height:100%;
}
.elementor .elementor-element.checkout-form-cls td.product-name a {
    color: #000  !important;
    font-family: "Barlow Semi Condensed";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500  !important;
    line-height: 30px !important; /* 166.667% */
    text-transform: uppercase;
    padding: 0px 18px ;
/*     text-align: center; */
}
.elementor .elementor-element.checkout-form-cls .product-quantity {
	 color: #000  !important;
    font-family: "Barlow Semi Condensed";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400  !important;
    line-height: 28px !important; /* 166.667% */
    text-transform: uppercase;
/*     text-align: center; */
}
.elementor .elementor-element.checkout-form-cls .order_details .woocommerce-table__product-total{
    padding:0px !important;
}
.elementor .elementor-element.checkout-form-cls .custom-fields tr th {
    width: 125px;
    padding: 0px;
    color: #000;
    font-family: "Barlow Semi Condensed";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 30.794px */
    text-transform: capitalize;
}
.elementor .elementor-element.checkout-form-cls .custom-fields tr td {
    padding: 0px 0px 0px 5px;
    width: calc(100% - 125px);
    color: #000;
    font-family: "Barlow Semi Condensed";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}
.elementor .elementor-element.checkout-form-cls .custom-fields tr {
    display: flex;
    width: 100%;
    padding: 0px;
}
.elementor .elementor-element.checkout-form-cls .custom-fields tr:first-child {
    padding-bottom:24px;
}

.elementor .elementor-element.product-gallery-cls .woocommerce-product-gallery {
    display: flex;
    flex-direction: row;
    width: 100% !important;
    height: 400px !important;
    margin-bottom: 0px;
}
.elementor .elementor-element.product-gallery-cls .flex-viewport {
    max-width:400px;
    display: block;
    width:100%;
}
.elementor .elementor-element.product-gallery-cls .flex-control-nav li {
    margin: 0px 0px 25px 16px !important;
    width: 108px !IMPORTANT;
    padding: 0px !important;
	 height: fit-content;
}
.elementor .elementor-element.product-gallery-cls .flex-control-nav li img {
   border: 1px solid #E3E3E3;
}
.elementor .elementor-element.product-gallery-cls .flex-control-nav li:hover {
    border: 1px solid #0F0F0F;
}
.elementor .elementor-element.product-gallery-cls {
    width:100%;
}
.elementor .elementor-element.product-gallery-cls .flex-control-nav  {
    width: calc(100% - 400px);
    display: flex;
    flex-direction: column;
    height: 400px;
    overflow-y: auto !important;
    scrollbar-width: thin; 
}
.elementor .elementor-element.product-gallery-cls .flex-control-nav::-webkit-scrollbar {
    width: 8px; 
}
.elementor .elementor-element.product-gallery-cls .flex-control-nav::-webkit-scrollbar-thumb {
    background-color: #E3E3E3; 
    border-radius: 4px;
}
.elementor .elementor-element.product-gallery-cls .flex-control-nav::-webkit-scrollbar-track {
    background: #131313;
}
.elementor .elementor-element.product-archive-cls .pp-post-filters-dropdown-list {
    height: 300px;
    overflow: auto; 
}
.elementor .elementor-element.product-archive-cls .pp-post-filters-dropdown-list::-webkit-scrollbar {
    width: 8px; 
}
.elementor .elementor-element.product-archive-cls .pp-post-filters-dropdown-list::-webkit-scrollbar-thumb {
    background-color: #9B8744;
    border-radius: 4px;
}
.elementor .elementor-element.product-archive-cls .pp-post-filters-dropdown-list::-webkit-scrollbar-track {
    background: #E3E3E3; 
}
.ginger-button-for-rephrase-tooltip {
    display: none;
}
.elementor .elementor-element.product-gallery-cls .flex-control-nav li:hover img {
    mix-blend-mode:darken;
}
.elementor .elementor-element.product-gallery-cls .flex-control-nav li:hover {
    background: rgba(155, 135, 68, 0.05);
}
/* product single */
.elementor .elementor-element.product-gallery-cls .woocommerce-product-gallery__wrapper {
    height: 400px;
    display: flex;
    position: absolute;
    flex-direction: row;
    left: 0px;
}
.elementor .elementor-element.product-gallery-cls .woocommerce-product-gallery__image {
    display: flex !important;
    align-items: center;
}
.elementor .elementor-element.product-gallery-cls .woocommerce-product-gallery__image a img {
    width: 400px;
    object-fit: cover;
}
.elementor .elementor-element.product-gallery-cls .flex-viewport {
    height:400px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 400px;
}
/* end */
.elementor .elementor-element.related-product-cls .product-cls-img img {
    height: 343px;
    width: 100%;
    max-width: 343px;
    object-fit: cover;
} 
.elementor .elementor-element.related-product-cls .product {
    max-width: 366px;
    width:100%;
    height: 366px;
}
.elementor .elementor-element.archive-sec-img a img {
    width: 331px;
    height: 331px;
    object-fit: cover;
    box-sizing: border-box;
}
.elementor .elementor-element.archive-sec-con:hover .archive-sec-img a img {
    mix-blend-mode: darken;
}
.elementor .elementor-element.categories-module-cls .pp-category:hover .pp-category-inner img{
    mix-blend-mode: darken;
}
.elementor .elementor-element.archive-sec-img a {
    width: 100%;
    max-width: 365px;
    height: 365px;
    display: contents;
}
.elementor .elementor-element.related-con-temp:hover {
    border: 1px solid #0F0F0F;
    background-color: rgba(155, 135, 68, 0.05)!important;
}
.elementor .elementor-element.related-con-temp:hover .product-cls-img img {
    mix-blend-mode:darken;
}
.elementor .elementor-element.single-product-sec3 {
    padding: 126px 20px 240px 20px;
}
.elementor .elementor-element.single-product-sec3  .e-con-inner {
    padding:0px
}
.elementor .elementor-element.home-menu .pp-advanced-menu .pp-menu-item {
    padding-left: 0px;
}
.elementor .elementor-element.button-cls-p {
    width: fit-content;
	max-height: 72px;
    height: 100%;
}
.elementor .elementor-element.templete-ellipse-cls {
    display: none;
}
.elementor .elementor-element.download-catalog-form-cls #input_3_6 {
	transform: scale(0.90);
	transform-origin: 0px 0px;
}
.pp-advanced-menu--dropdown .pp-menu-item:hover .sub-arrow {
    fill: white;
}
.pp-advanced-menu--dropdown .pp-menu-item:focus .sub-arrow {
    fill: white;
}
/* social icon css */
.elementor .elementor-element.share-button-icons .elementor-share-btn__text {
    display: none;
}
.elementor .elementor-element.share-button-icons-con-cls {
	display: none;
}
.elementor .elementor-element.product-name-one .elementor-heading-title {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* max line number */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.elementor .elementor-element.download-catalog-form-cls .gfield_required {
    display: block;
    color: #F00;
    font-family: "Barlow Semi Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
}
.elementor .elementor-element.share-button-icons {
    display: flex;
    justify-content: end;
}
.elementor .elementor-element.banner-heading-60 .elementor-heading-title {
    margin: 0px;
}
.elementor .elementor-element.post-structure-cls .pp-post-wrap {
    padding: 0px;
}
.elementor .elementor-element.blog-temp-heading .elementor-heading-title {
    margin: 0px;
}
.elementor .elementor-element.post-structure-cls .pp-search-form {
    margin: 0px;	
}
.elementor .elementor-element.post-structure-cls .pp-search-form .pp-search-form-input {
    padding: 0px 34px;
}
.elementor .elementor-element.add-to-btn-cls .elementor-widget-container {
    margin-top: 35px;
}



/* Responsvie code for single product page  */

@media(max-width:900px){
	.elementor .elementor-element.product-gallery-cls .flex-viewport {
    height: 375px !important;
    width: 375px !important;
}
}
@media(max-width:834px){
    .elementor .elementor-element.product-gallery-cls .flex-viewport {
        height: 350px !important;
        width: 350px !important;
    }
}
@media(max-width:800px){
    .elementor .elementor-element.product-gallery-cls .flex-viewport {
        height: 330px !important;
        width: 330px !important;
        margin: 0px !important;
	}
	.elementor .elementor-element.related-product-cls .product-cls-img img {
    height: 310px;
    width: 100%;
	}
	.elementor .elementor-element.product-gallery-cls .flex-control-nav li img {
    width: 95% ! IMPORTANT;
}
}
@media(max-width:767px){
    .elementor .elementor-element.product-gallery-cls .flex-viewport {
        height: 315px !important;
        width: 315px !important;
        margin: 0px auto !important;
    }

}
@media(max-width:345px){
    .elementor .elementor-element.product-gallery-cls .flex-viewport {
        height: 290px !important;
        width: 290px !important;
        margin: 0px auto !important;
    }
	    .elementor .elementor-element.product-gallery-cls .flex-control-nav li img {
        width: 90% ! IMPORTANT;
    }
	    .elementor .elementor-element.product-gallery-cls .flex-control-nav li {
        margin: 0px 15px 15px 0px ! IMPORTANT;
    }
}

@media(max-width:425px){
    .elementor .elementor-element.checkout-form-cls td.product-name a {
        font-size: 16px !important;
        line-height: 28px !important;
		padding: 0px 10px !important;
    }
	
	}




