/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.site-header__links.dt-sc-flex {
	width: 100%;
	display: flex;
	justify-content: end;
}
.site-header__links a {
	height: 30px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	cursor: pointer;
	position: relative;
}
.site-header__links.dt-sc-flex a:last-child{
	padding-right:0;
}
.site-header__links a:hover{
	opacity: 0.7;
} 
svg#Layer_1 {
    color: #1d1d1d;
    height: 26px;
    width: 26px;
}
.cart-content-count .header-cart__count{
	position: absolute;
    color: #fff !important;
    font-size: 10px;
    font-weight: 600;
    top: -4px;
    min-width: 20px;
    text-align: center;
    height: 20px;
    padding: 2px;
    line-height: 16px;
    display: block;
    background: #DE6A09;
    left: 39px;
}
footer .social-pay {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}
.dt-sc-list-inline {
    display: flex;
    flex-wrap: wrap;
}
.social-pay ul, .social-pay p {
    padding: 0;
    margin: 0;
    clear: both;
}
.social-pay li {
    position: relative;
    list-style: none;
}
footer .footer__payment-icons svg {
    stroke: transparent;
}
footer .payment-icons > * + * {
    margin-left: 2px;
}
footer .social-pay svg {
    height: 25px;
    width: 35px;
    margin-right: 8px;
}
.dt-sc-list-inline li:not(:last-child) a {
    padding-right: 20px;
}
footer .fl-list-item-content-text a, ul.footer_menu.dt-sc-list-inline a {
    transition: all 0.5s ease;
}

footer .fl-list-item-content-text a:hover, ul.footer_menu.dt-sc-list-inline a:hover {
    color: #018C94 !important;
    letter-spacing: 0.02em;
}
a.fl-accordion-button-icon:focus, a.fl-accordion-button-icon:focus i, 
a.fl-accordion-button-icon:visited, a.fl-accordion-button-icon:visited i {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
} 
.tag_img {
	border-radius: 50%;
	width: 150px;
	height: 150px !important;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}
.tag_review {
	display: inline-block;
	margin: 15px 0;
	width: 100%;
}
.tag_review br {
	display: none;
}
.tag_review i {
	color: #ff9d61 !important;
	font-size: 17px;
	margin: 0 2px;
}
.tag_designation {
	color: #e45454 !important;
	font-size: 20px;
	display: inline-block;
	margin: 10px 0 0;
}
.tag_date {
	font-size: 14px;
}
.fl-woocommerce-products .price bdi {
    color: #018C94;
    font-size: 16px !important;
}
.tagstand__Home__Product ul.products li.product a img  {
	border-radius: 12px;
}
#footer_subsribe_form h2.gform_title {
    display: none;
}

#footer_subsribe_form form#gform_9 {
    display: flex;
    align-items: center;
}

#footer_subsribe_form input#input_9_1 {
    border-radius: 28px 0px 0px 28px;
    text-transform: none;
}

#footer_subsribe_form div#validation_message_9_1 {
    color: #c02b0a;
}
#footer_subsribe_form input#gform_submit_button_9 {
    background: #018C94;
    border-radius: 0px 28px 28px 0px !important;
    margin: 0px !important;
}
#footer_subsribe_form .gform_footer {
    margin: 0px !important;
}
#footer_subsribe_form .gfield_label {
	display: none !important;
}
#footer_subsribe_form input#input_9_1:hover, #footer_subsribe_form input#input_9_1:focus {
    background: #ffff !important;
}
#footer_subsribe_form .gf_browser_chrome.gform_wrapper.gform_validation_error.gravity-theme form#gform_9 {
    align-items: baseline !important;
}
.faq_acordian .fl-accordion-item.fl-accordion-item-active .fl-accordion-content a {
	color: #202125 !important;
}
.faq_acordian .fl-accordion-item.fl-accordion-item-active .fl-accordion-content a:hover,
.faq_acordian .fl-accordion-item.fl-accordion-item-active .fl-accordion-content a:focus{
	color: #ffff !important;
}

.text_animation_section{
	position: relative;
}
.counter_sec .fl-col-content.fl-node-content:hover {
    background: #018C94 !important;
}

.counter_sec .fl-col-content.fl-node-content:hover .fl-number-before-text, .counter_sec .fl-col-content.fl-node-content:hover .fl-number-string span{
	color: white;
}
.fl-number-before-text, .counter_sec .fl-col-content.fl-node-content:hover .fl-number-string{
	color: white;
}
.fl-number-before-text, .counter_sec .fl-col-content.fl-node-content:hover .counter_border .fl-separator{
	border-top-color: white !important;
}
.faq_acordian .fl-accordion-item.fl-accordion-item-active .fl-accordion-button {
    background: #018C94 !important;
}
.fl-accordion .fl-accordion-content {
    background: #65BABF !important;
}
.faq_acordian .fl-accordion-item .fl-accordion-button a{
        font-size: 20px !important;
}
.faq_acordian .fl-accordion-item.fl-accordion-item-active .fl-accordion-button a, .fl-accordion-item.fl-accordion-item-active .fl-accordion-button i{
        color: #fff !important;
}
.faq_heading:after {
   /* background-image: url('https://dev1.tagstand.com/wp-content/uploads/2023/02/maso-head2.png');*/
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 90px;
    width: 100%;
    max-height: 70px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 3;
    background-position: left;
    animation: flash 800ms ease infinite alternate;
    -webkit-animation: flash 1000ms ease infinite alternate;
    transition: all 2s ease;
	 animation-duration: 2s;
}
@keyframes flash {
   0%, 50%, 100% {
      opacity: 1;
   }
   25%, 75% {
      opacity: 0.5;
   }
}



.blog_post .fl-post-carousel-image {
    width: 100%;
}

.blog_post img.fl-photo-img.size-full{
    border-radius: 200px;
    height: 450px !important;
}


.blog_post .fl-post-carousel-text {
    position: relative;
    width: 100%;
	margin-top: 30px;
}
.blog_post a.bx-pager-link.active {
    background: #ffff !important;
}

.fl-post-carousel-wrapper {
    width: 100% !important;
}
.blog_post .fl-post-carousel-post.post.type-post{
    width: 50% !important;
    margin-right: 30px;
    display: flex;
    background: transparent;
    border: none;

}
.home_button .fl-button-text:before {
    content: "";
    /*background-image: url(https://dev1.tagstand.com/wp-content/uploads/2023/02/arrow-1.png);*/
    position: absolute;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 16px;
    display: flex;
    background-color: #1d1d1d;
    margin-left: 20px;
    padding: 16px;
    right: 0px;
    border-radius: 50%;
    top: -4px;
}
.home_button .fl-button-text{
    position: relative;
    padding-right: 40px;
}
.product_image .fl-col-content.fl-node-content {
    position: relative;
}
.product_image .fl-col-content.fl-node-content::after {
    content: '';
    background: #99bcc2!important;
    width: 62%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    position: absolute;
    transition: all .6s linear;
    clip-path: polygon(100% 14%, 0% 100%, 100% 100%);
    z-index: -1;
}
.product_image:hover .fl-col-content.fl-node-content::after{
    opacity: 1 !important;
    z-index: 1 !important;
}
.product_image .fl-button-wrap.fl-button-width-auto.fl-button-right, .product_image .fl-heading {
	opacity: 0;
	transition: all .6s linear;
}

.product_image:hover .fl-button-wrap.fl-button-width-auto.fl-button-right, .product_image:hover .fl-heading {
    opacity: 1;
	z-index: 999;
	position: relative;
}
.product_image:hover .fl-heading a {
	color: #fff !important;
}

.product_image.product_animation{
    position: relative;
}

.product_image.product_animation:after {
    /*background-image: url('https://dev1.tagstand.com/wp-content/uploads/2023/02/maso-head2.png');*/
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100px;
    width: 100%;
    max-height: 90px;
    height: 100%;
    left: 0px;
    bottom: 85px;
    z-index: 3;
    background-position: left;
    animation: pulse 1s infinite ease-in-out alternate;
    -webkit-animation: pulse 1s infinite ease-in-out alternate;
    transition: all 0.8s ease;
}
.blog_post a.fl-post-carousel-more {
	border: 1px solid #f3f3f3;
	border-radius: 28px;
	padding-top: 15px;
	padding-right: 46px;
	padding-bottom: 15px;
	padding-left: 30px;
	background: #ffff;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #1d1d1d;
	width: 175px;
	display: inline-block;
	margin-top: 10px;
}
.blog_post a.fl-post-carousel-more:before {
    content: "";
/*     background-image: url(https://dev1.tagstand.com/wp-content/uploads/2023/02/arrow-1.png); */
  position: absolute;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 16px;
  display: flex;
  background-color: #1d1d1d;
  padding: 16px;
  right: 5px;
  border-radius: 50%;
  top: 10px;
}
.blog_post .fl-post-carousel-content p {
    margin-bottom: 15px !important;
}
.blog_post a.fl-post-carousel-more:hover {
    border: 1px solid #1d1d1d;
    background: #1d1d1d;
    color: #ffff;
}



/ Add to card btn /
.tagstand__Home__Product a.add_to_cart_button {
    padding: 15px 28px !important;
    border-radius: 28px !important;
    background: #e45454 !important;
}
.tagstand__Home__Product a.add_to_cart_button.added{
	color:white !important;
}
.tagstand__Home__Product a.add_to_cart_button.loading{
	color:white !important;
	border: none !important;
}
.tagstand__Home__Product li.product{
	margin-bottom: 60px !important;
}
.tagstand__Home__Product li.product:hover a.add_to_cart_button{
   opacity: 1 !important;
    z-index: 10;
}
.tagstand__Home__Product a.woocommerce-LoopProduct-link:hover img{
    opacity: 0.6;
}
.tagstand__Home__Product h2.woocommerce-loop-product__title:hover {
    color: #e45454;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
	top: 1em !important;
	right: 1em !important;
}
.tagstand__Home__Product a.woocommerce-LoopProduct-link img {
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.add_to_cart_tagstand {
	position: absolute;
	bottom: 30%;
	width: 100%;
	padding: 20px 10px;
}
.tagstand__Home__Product a.button.add_to_cart_button {
	background: #018C94 !important;
}
.tagstand__Home__Product li.product:hover a.add_to_cart_button {
	opacity: 1 !important;
	z-index: 10;
}
.tagstand__Home__Product a.add_to_cart_button {
	padding: 15px 28px !important;
	border-radius: 28px !important;
	background: #e45454 !important;
	width: 200px;
	opacity: 0;
}
.gform_wrapper .gform_validation_errors {
    border-radius: 0px !important;
    margin-top: 0px !important;
    padding: 8px 8px 8px 40px !important;
}
.gform-icon--close:before {
    content: "\e903";
}
.gform_wrapper .gform_validation_errors > h2 .gform-icon {
	font-size: 25px !important;
	left: 10px !important;
}
.gfield_description.validation_message {
	padding: 2px 10px !important;
	font-size: 14px !important;
}

#gform_7 {
	display: flex;
	align-items: baseline !important;;
}
.gform_footer top_label {
	margin-top: -47px !important;
}
.contact-grav .gform_wrapper .gform_footer {
	padding: 0px 0 0.625em;
	text-align: center;
}
.tagstand_Blogs .fl-post-grid-post {
	background: transparent;
	border: none;
}
.tagstand_Blogs .fl-post-title {
	font-size: 30px;
	line-height: 1.3;
}
.tagstand_Blogs .fl-post-title a {
	color: #fff;
}
.tagstand_Blogs .fl-post-title a:hover {
	color: #fff;
	opacity: 0.8;
}
.tagstand_Blogs .fl-post-meta {
	font-size: 14px;
	color: #fff;
}
.tagstand_Blogs .fl-post-excerpt p {
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
}
.tagstand_Blogs .fl-post-more-link a {
	border: 1px solid #f3f3f3;
	border-radius: 28px;
	padding-top: 15px;
	padding-right: 46px;
	padding-bottom: 15px;
	padding-left: 30px;
	background: #ffff;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #1d1d1d;
	width: 175px;
	display: inline-block;
	margin-top: 10px;
}
.tagstand_Blogs .fl-post-more-link a:hover {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.tagstand_Blogs .fl-post-more-link a::before {
	content: "";
/*     background-image: url(https://dev1.tagstand.com/wp-content/uploads/2023/02/arrow-1.png); */
	position: absolute;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
	width: 26px;
	height: 16px;
	display: flex;
	background-color: #1d1d1d;
	padding: 16px;
	right: 5px;
	border-radius: 50%;
	top: 10px;
}
.tagstand_Blogs .fl-post-image a {
	width: 380px;
	display: block;
	height: 380px;
}
.tagstand_Blogs .fl-post-image a img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

@media only screen and (max-width: 1800px) {
.tagstand_Blogs .fl-post-image a {
	width: 300px;
	height: 300px;
}
.tagstand_Blogs .fl-post-title {
	font-size: 26px;
}	
}
@media only screen and (max-width: 1320px) {
.tagstand_Blogs .fl-post-image a {
	width: 260px;
	height: 260px;
}	
}	
@media only screen and (max-width: 1240px) {
.blog_post .fl-post-carousel-post.post.type-post {
	width: 100% !important;
	display: inline-block !important;
}
.blog_post .fl-post-carousel-text {
    text-align: center;
}
.blog_post .fl-post-carousel-wrapper {
	flex-direction: column;
}
.blog_post img.fl-photo-img.size-full {
	height: inherit !important;
	max-width: 340px !important;
}
.blog_post .fl-post-carousel-text {
	margin: 0;
}	
}
@media only screen and (max-width: 1200px) {
.tagstand_Blogs .fl-post-grid .fl-post-column:first-child{
	border-bottom: solid 1px #e7e7e7;
	margin-bottom: 40px;
}
}
@media only screen and (max-width: 991px) {
.left_Red{
	background-color: rgba(228, 84, 84, 0.85);
    padding: 30px 20px;
	border-radius: 10px;
}
.fl-module-menu.Tag_Header_New .menu a {
    padding: 10px !important;
}
.fl-flyout-left .fl-menu-mobile-close {
    font-size: 22px !important;
    padding-right: 14px !important;
}
.fl-flyout-left .fl-menu-mobile-close:hover i  {
color: #E17201 !important;
}
 .fl-menu .menu > li {
    font-size: 18px;
    border-bottom: solid 1px #e7e7e7;
}
.fl-menu-mobile-flyout {
    padding: 0 !important;
}
.fl-menu-mobile-flyout .menu a {
    text-align: left;
}
.tagstand_Blogs .fl-post-image, .tagstand_Blogs .fl-post-text {
	width: 100% !important;
	text-align: center;
}
.tagstand_Blogs .fl-post-image a {
	width: 280px;
	height: 280px;
	margin: 0 auto;
}	
}
@media only screen and (max-width: 767px) {
footer .social-pay {
	gap: 10px;
	flex-direction: column;
}
.top_Right--Header {
    justify-content: center !important;
}
.announcement-bar__left {
    text-align: center;
}

	
	.product_image.product_animation::after, .text_animation_section::after, .text_animation_section::before, .faq_heading::after {
		display: none !important;
	}
	
}	

.add_to_cart_tagstand {
	position: absolute;
	bottom: 30%;
	width: 100%;
	padding: 20px 10px;
}	
.tagstand__Home__Product a.add_to_cart_button {
    padding: 15px 28px !important;
    border-radius: 28px !important;
    background: #e45454 !important;
	width: 200px;
	opacity: 0;
}
.tagstand__Home__Product a.add_to_cart_button:hover{
	background: #202125 !important;
	opacity: 1;
}
.tagstand__Home__Product a.add_to_cart_button:focus{
	background: #e45454 !important;
}
.tagstand__Home__Product a.added_to_cart.wc-forward {
	padding: 15px 28px;
	background: #202125;
	color: #fff;
	border-bottom: solid 1px #202125;
	text-transform: uppercase;
	border-radius: 28px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	margin: 10px auto 0 !important;
	width: 200px;
}

.tagstand__Home__Product a.added_to_cart.wc-forward:hover,
.tagstand__Home__Product a.added_to_cart.wc-forward:focus{
    color: #fff !important;
	background: #e45454 !important;
	border-color: #e45454;
}	
@media only screen and (max-width: 767px) {
.tagstand__Home__Product a.add_to_cart_button {
	opacity: 1;
}	
.add_to_cart_tagstand {
	position: inherit;
	padding: 0;
}
}




/* header css start */

.top_Right--Header{
    display: flex;
    justify-content: end;
}
.fl-page-bar-container.container {
  width: 100%;
}
.announcement-bar__left {
  font-size: 15px;
  margin-top: 8px;
}
.header__search {
  display: inline-block;
  margin-right: 10px;
}
.header__icon {
  display: flex;
}
.header__icon .icon {
  vertical-align: middle;
  transition: all .2s ease-in-out 0s;
  margin-right: .625rem !important;
}
.header-cart {
  position: relative;
  display: inline-block;
}
.header-cart .header-cart__count {
  position: absolute;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  top: -4px;
  min-width: 20px;
  text-align: center;
  height: 20px;
  padding: 2px;
  line-height: 16px;
  display: block;
  background: #DE6A09;
  left: 17px;
}
.rounded-circle {
    border-radius: 50% !important;
}
.ds-sm-flex {
  display: flex;
  flex-direction: column !important;
  margin-left: 10px;
}
.header-cart .header-cart__span {
  line-height: 14px;
  text-align: left;
  font-size: 14px;
  color: #202125;
  padding-bottom: 3px !important;
  font-family: 'proxima_softregular';	
}
.header-cart .header-cart__span .money {
  color: #DE6A09;
  font-weight: 600;
}
.header-cart:hover{
color: #e17201;	
}
.fl-page-header-primary .fl-logo-img {
  width: 275px !important;
}
.fl-page-nav-right .fl-page-nav ul.navbar-nav > li {
	margin: 0 15px;
}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li > a {
    padding: 1px 0 2px;
    font-size: 18px;
    text-transform: capitalize;
    border-bottom: 2px solid transparent;
    font-family: 'proxima_softmedium';
    font-weight: 500;
    letter-spacing: 0.4px;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav .Custom_Nav .nav-link {
  background: #e17201;
  color: #fff !important;
  padding: 5px 15px 7px !important;
  border-radius: 4px;
  font-size: 16px !important;
  border: none !important;
}
.org-hex-container .fl-row-content-wrap {
  background: url(https://tagstand.com/wp-content/uploads/2023/02/bg-hex-light.bdf144b.png),linear-gradient(23.26deg,#D85D10 23.79%,#E17201 94.43%);
    background-size: auto, auto;
  background-size: 95px,auto;
}
.fl-page-nav-right.fl-page-header-fixed .fl-logo-img, .fl-page-header-fixed .fl-logo-img {
  max-height: 46px !important;
  width: auto !important;
}
.fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a, .fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a {
  padding: 1px 0 2px;
}

#footer_subsribe_form input#gform_submit_button_9P{
	height: 50px !important;
}
.gform_wrapper.gravity-theme .gform_footer{
	padding:0px 0 !important;
}
#footer_subsribe_form form#gform_9 {
    display: flex;
    align-items: flex-start !important;
}


/* header css end */
/* Popup container */
#product-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
}

/* Popup content */
.popup-inner {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    position: relative;
    text-align: center;
}

/* Image styling */
.popup-inner img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

/* Close button */
.close-popup {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 24px;
    cursor: pointer;
}
