*{
  font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Righteous', cursive;
}
h2{
  font-weight: 400;
  font-size: 36px;
  color: #1b1b1b;
}
.align_center {
	text-align: center !important;
}
.cursive_font{
  color: #1b1b1b;
    font-family: "Mr De Haviland",cursive;
    font-size: 55px;
    line-height: 1em;
   }
/* .section_pad {
    padding: 0 !important;
} */

.et_pb_section {
	padding: 20px 0 !important;
}
.soldout {
padding: 3px 8px;
text-align: center;
background: #222;
color: white;
font-weight: bold;
position: absolute;
top: 6px;
right: 6px;
font-size: 12px;
}

/*===================
  header css
  ==================*/

#top-header {
	background: #ed008c !important;
}
/* header#main-header {
    background-color: #00000033 !important;
} */
.logo_area {
	background-color: #fff;
	position: relative;
	z-index: 9;
}
#main-header .et-search-form input {
	position: absolute;
	top: 74% !important;
	right: 30px;
	bottom: 0;
	width: 90%;
	margin: 0px auto;
	border: none;
	color: #333;
	background: 0 0;
}
.logo_area .col_header {
  float: left;
  width: 33.33%;
  padding: 0px 15px;
}
.phone_col {
  text-align: left;
}
.email_col {
  text-align: right;
}
.logo_area h4 {
	padding-top: 25px;
	font-weight: 500;
	letter-spacing: .5px;
	font-size: 20px;
	padding-bottom: 4px !important;
	color: #ed008c;
}
.phone_col h4 {
	padding-top: 14px;
}
.logo_area a {
  color: #222;
  font-weight: 600;
  font-size: 17px;
}
.phone_2 {
	display: inline-block;
	width: 100%;
}
/* .email_col h4 {
  padding-top: 22px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 20px;
  padding-bottom: 4px !important;
}
.email_col a {
  color: #222;
  font-weight: 600;
  font-size: 17px;
} */
#et-secondary-nav li {
	border-right: 1px solid rgba(255,255,255,.2);
	padding: 0;
	margin-right: 0 !important;
}
/* #et-secondary-nav li:first-child {
  border-left: 1px solid #fff;
} */
#et-secondary-menu > ul > li a {
  padding: 10px 15px;
}
.login_item {
	display: none !important;
}
.logged-in .login_item {
	display: inline-block !important;
}
.logged-in .logout_item {
	display: none !important;
}
.logout_item {
	display: inline-block !important;
}
#top-header .container {
  padding-top: 0 !important;
}
#et-info {
  padding-top: 9px;
  padding-bottom: 0px;
}
.et_header_style_centered #logo {
  padding: 5px 0px;
}
#top-header .et-cart-info {
  display: inline-block !important;
  margin-left: 12px;
}
/* .menu_area #wpmenucartli {
  display: none;
} */
div#wps-slider-section img.wpsf-product-img {
    height: 300px;
    width: 300px !important;
}
.menu_area {
	background-color: #8dc73d;
}
#top-menu li {
	padding-right: 0 !important;
}
ul#top-menu a {
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 26px;
	letter-spacing: 0.5px;
	color: #fff;
	padding: 8px 15px !important;
}
#top-menu li.current-menu-item > a {
	color: #fff !important;
	background-color: rgba(0,0,0,.2);
}
#top-menu li > a:hover {
	color: #fff !important;
	background-color: rgba(0,0,0,.2);
	opacity: 1 !important;
}
#top-menu-nav>ul>li>a:hover{
  opacity: 1;
  color: #a2bc85;
}
.home .tinv-wishlist.woocommerce {
    display: none;
}
.wishlist_head i {
    font-size: 17px;
}


/*===================
  home page
  ==================*/
/* .home_banner h4 {
    font-family: 'Mr De Haviland', cursive;
    font-size: 70px;
    line-height: 95px;
    text-align: left;
  font-weight: 400;
} */
.home_banner_section h2 {
	font-size: 40px;
	line-height: 54px;
}
.home_banner_section .et_pb_slide{
  padding: 0;
}
.home_banner_section {
	padding: 0px !important;
}
.home_banner_section .et_pb_slide_description {
	width: auto;
	margin: auto;
	padding: 14% 0% 14%;
}
.home_banner_section .banner_btn {
    display: inline-block;
    font-size: 12px;
    line-height: 1.15em;
    letter-spacing: .15em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 32px 20px 33px;
    cursor: pointer;
    border: 1px solid #fff;
    color: #fff;
  margin-top: 20px;
  transition: all 1s ease-in-out;
  position:relative;
}
/* .home_banner {
    text-align: left;
} */
.home_banner_section .banner_btn:hover {
    background-color: #ed008c;
  border: 1px solid #ed008c;
}
.home_banner_section .banner_btn::after {
	position: absolute;
	content: "";
	border-right: 1px solid #fff;
	height: 100%;
	right: -5px;
	top: 5px;
	border-bottom: 1px solid #fff;
	width: 100%;
}
.home_banner_section .banner_btn::after:hover {
	border-right: 1px solid #ed008c;
	border-bottom: 1px solid #ed008c;
}
.services_row p{
  text-align: center;
}
.services_row a {
	display: inline-block;
	font-size: 12px;
	line-height: 1.15em;
	letter-spacing: .15em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 29px;
	cursor: pointer;
	border: 1px solid #ed008c;
	color: #000;
	margin-top: 20px;
	transition: all 1s ease-in-out;
	position: relative;
}
.services_row a:hover{
    background-color: #ed008c;
    color: #fff;
  }
.services_row a:after{
   position: absolute;
    content: "";
    border-right: 1px solid #ed008c;
    height: 100%;
    right: -5px;
    top: 5px;
    border-bottom: 1px solid #ed008c;
    width: 100%;
}

.services_row{
  text-align: center;
}
.services_row h4 {
	margin: 1em 0 0;
	font-size: 1.33em;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 500;
	padding-bottom: 0px;
}
.service_img {
    position: relative;
    line-height: 0;
}
.service_img:before {
    content: '';
    border: 3px solid #ed008c21;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.services_row .sa_owl_theme .owl-dots {
    bottom: -45px !important;
    }
.sa_owl_theme .owl-dots .active span{
  width: 50px !important;
}
.sa_owl_theme .owl-dots .owl-dot span {
    background-color: rgba(0,0,0,0.2) !important;
    width: 23px !important;
    height: 10px !important;
}


.home_banner a:after {
    position: absolute;
    content: "";
    border-right: 1px solid #fff;
    height: 100%;
    right: -5px;
    top: 5px;
    border-bottom: 1px solid #fff;
    width: 100%;
}

.single-testimonial {
    margin-left: 15px;
}
.text-center {
    text-align: center!important;
}
.single-testimonial > p {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    margin: 39px auto 40px;
}

.single-testimonial > h4 {
    color: #f1f0f0;
    font-size: 18px;
    margin: 0;
}
.testimonial_section {
	padding: 20px 0 !important;
}
.testimonial_section .sa_owl_theme .owl-dots .owl-dot span{
  background-color: rgba(255, 255, 255, 0.99) !important;
}
.testimonial_section .sa_owl_theme .owl-dots .active span {
    background-color: rgba(255, 255, 255, 0.99) !important;
    width: 26px !important;
    border-radius: 30px !important;
}

.have_question .et_pb_row {
    width: 100%;
    padding: 0;
}
.have_question .et_pb_column {
    padding: 0;
    
}
.have_question h2 {
    text-align: center;
}
div#wps-slider-section.wps-slider-section-141 {
	margin-top: -40px;
}
div#wps-slider-section.wps-slider-section-154 {
	padding-top: 45px;
	margin-top: -40px;
}
.question_text {
    width: 100% !important;
    padding: 4px 4px !important;
    border: unset !important;
    background-color: #0000 !important;
    margin-top: 20px !important;
    border-bottom: 1px solid #00000021 !important;
}
.question_btn {
	display: inline-block;
	font-size: 12px;
	line-height: 1.15em;
	letter-spacing: .15em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 29px;
	cursor: pointer;
	border: 1px solid #ed008c;
	color: #000;
	margin-top: 20px;
	transition: all 1s ease-in-out;
	position: relative;
}
.question_text::placeholder {
  color: #000;
  font-size: 14px !important;
}
.align_center {
    text-align: center;
}

.textarea-232 textarea {
    height: 100px !important;
}
.question_agree span {
    padding: 0px !important;
    margin: 9px 0;
}
.have_question h2 {
    text-align: center;
    padding-bottom: 30px;
}

.galery_work h2, .galery_work h4 {
    text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-weight: 500;
	font-size: 16px !important;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
	color: #ed008c;
}
.et_overlay {
	display: none !important;
}
.galery_work .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item{
    width: 31%;
    margin: 0 2% 2% 0;
    float: left;
}
.galery_work .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){
  clear: unset;
}


.feature_pro_row h4 {
    text-align: center;
}
.feature_pro_row h2 {
	text-align: center;
	margin-bottom: 30px;
}
/* .feature_pro_section{
    padding-top: 0px !important;
} */
.feature_pro_section ul.slick-dots{
  display: none !important;
}

.feature_pro_section del {
    font-weight: 400;
    color: #a2bc85;
    padding-right: 5px;
}
ul.product_feature {
    list-style: none;
    padding-left: 0em !important;
}
ul.product_feature li {
    list-style: none;
}
ul.product_feature span {
    display: table-cell;
    width: 115px;
}
ul.product_feature span:nth-child(2) {
    display: table-cell;
    width: 150px;
}
ul.product_feature span:nth-child(1) {
    font-weight: 600;
}
.woocommerce div.product form.cart .button {
	width: 100%;
	padding: 8px 15px !important;
	font-size: 20px;
	line-height: 30px !important;
	border: 2px solid #ed008c;
	margin-bottom: 10px;
	color: #222;
	font-weight: 600;
}
.woocommerce div.product form.cart div.quantity {
	margin-bottom: 10px !important;
}
.color_btn {
	background-color: #ed008c !important;
	color: #fff !important;
}
.woocommerce div.product form.cart .button:after {
    display: none;
}
.woocommerce-page div.product form.cart {
    margin: 0 !important;
}

.product-template-default header#main-header {
    background-color: #000000 !important;
}
.entry-summary p.price span {
	font-size: 26px !important;
	color: #8dc73d;
}
.woocommerce-product-details__short-description {
    padding-top: 20px;
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
    background: #a2bc85!important;
    }
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
    background-color: rgb(162, 188, 133)!important;
    }
.posted_in a {
    color: #a2bc85;
    }

.woocommerce-page #respond input#submit{
  display: inline-block;
    font-size: 12px;
    line-height: 1.15em;
    letter-spacing: .15em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 30px 15px 30px;
    cursor: pointer;
    border: 1px solid #ed008c !important;
    color: #000 !important;
    transition: all 1s ease-in-out;
    position: relative;
}
.woocommerce-page #respond input#submit:after {
    position: absolute;
    content: "";
    border-right: 1px solid #ed008c;
    height: 100%;
    right: -5px;
    top: 5px;
    border-bottom: 1px solid #ed008c;
    width: 100%;
    opacity: 1;
}
.et_password_protected_form .et_submit_button:hover, .form-submit .et_pb_button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover {
      padding: 15px 30px 15px 30px;
}
/*pricing_tabble*/

.mkdf-price-table .mkdf-pt-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.mkdf-price-table .mkdf-pt-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mkdf-price-table .mkdf-pt-inner ul li.mkdf-pt-title-holder {
    position: relative;
    padding: 55px 15px;
    background-color: #1b1b1b;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
}
.mkdf-price-table .mkdf-pt-inner ul .mkdf-pt-content-bottom {
    padding: 56px 30px 61px;
    border: 1px solid #777;
    border-top: none;
}
.mkdf-price-table .mkdf-pt-inner ul li {
    margin: 0;
    text-align: center;
}
.mkdf-price-table .mkdf-pt-inner ul li .mkdf-pt-price, .mkdf-price-table .mkdf-pt-inner ul li .mkdf-pt-value {
    position: relative;
    font-family: Lora,sans-serif;
    font-size: 36px;
    line-height: 26px;
    letter-spacing: .1em;
}
.mkdf-price-table .mkdf-pt-inner ul li .mkdf-pt-price {
    left: -5px;
    display: inline-block;
}
.mkdf-price-table .mkdf-pt-inner ul li .mkdf-pt-mark {
    position: relative;
    display: block;
    margin: 5px 0 0;
    letter-spacing: .1em;
}
.mkdf-price-table .mkdf-pt-inner ul .mkdf-pt-content-bottom .mkdf-pt-title {
    color: #1b1b1b;
    margin-bottom: 31px;
}
.mkdf-price-table .mkdf-pt-inner ul .mkdf-pt-title {
    display: block;
    color: inherit;
    font-family: Lora,sans-serif;
    font-size: 23px;
    letter-spacing: .075em;
    text-transform: uppercase;
    text-align: center;
}
.mkdf-price-table .mkdf-pt-inner ul .mkdf-pt-content-bottom .mkdf-pt-content {
    line-height: 29px;
    margin-bottom: 48px;
    padding: 0 20px;
}
.mkdf-price-table .mkdf-pt-inner ul li {
    margin: 0;
    text-align: center;
}
.mkdf-price-table .mkdf-pt-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mkdf-btn.mkdf-btn-outline {
    color: #1b1b1b;
    background-color: transparent;
    border: 1px solid #1b1b1b;
}
.mkdf-btn {
    display: inline-block;
    font-size: 12px;
    line-height: 1.15em;
    letter-spacing: .15em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 32px 20px 33px;
    cursor: pointer;
    border: 1px solid #ed008c !important;
    color: #000 !important;
    margin-top: 20px;
    transition: all 1s ease-in-out;
    position: relative;
}
.mkdf-btn:after {
    position: absolute;
    content: "";
    border-right: 1px solid #ed008c;
    height: 100%;
    right: -5px;
    top: 5px;
    border-bottom: 1px solid #ed008c;
    width: 100%;
}
.pricing-background-img-1{
  background-image: url('http://safeworkdigitals.website/demo/feb/pooja_flowers/wp-content/uploads/2020/02/h2-pricing-background-img-1.jpg')
}
.pricing-background-img-2{
  background-image: url('http://safeworkdigitals.website/demo/feb/pooja_flowers/wp-content/uploads/2020/02/h2-pricing-background-img-2.jpg')
}
.pricing-background-img-3{
  background-image: url('http://safeworkdigitals.website/demo/feb/pooja_flowers/wp-content/uploads/2020/02/h2-pricing-background-img-3.jpg')
}

 .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
    width: 46% !important;
    margin-right: 4% !important;
}
.blog_row_2 .et_pb_blog_grid .et_pb_post {
      border: unset !important;
    }
.testimonial_section:before {
    content: "";
    background-color: #0009;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.blog_row_2 a.more-link {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.blog_row_2 article {
    margin-bottom: 0px !important;
  position: relative;
}

.blog_row_2 .post-meta {
    left: -1px;
    width: 82px;
    background: #a2bc85;
    height: 60px;
    text-align: center;
    position: absolute;
    color: #fff !important;
    line-height: 18px;
    top: -1px;
    font-weight: 700;
    padding-top: 10px;
}


.services_row ul {
    display: inline-flex;
    width: 100%;
    padding: 0 0;
    list-style: none;
    text-align: center;
  }
.services_row ul li {
    width: inherit;
    padding: 20px 5px;
    cursor: pointer;
}



.feature_pro_row a.button {
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 6px 15px 7px 15px !important;
    cursor: pointer !important;
    border: 1px solid #ed008c !important;
    color: #000 !important;    
    transition: all 1s ease-in-out !important;
    position: relative !important;
}
.feature_pro_row a.button:after {
    position: absolute !important;
    content: "" !important;
    border-right: 1px solid #ed008c;
    height: 100%;
    right: -5px;
    top: 5px;
    border-bottom: 1px solid #ed008c;
    width: 100%;
    display: block !important;
    opacity: 1 !important;
  transition: 1s ease-in-out;
}
.feature_pro_row a.button:hover{
  background-color: unset !important;
  
  }
.feature_pro_row a.button{
  display:none !important;
  transition: all 1s !important;
}
.feature_pro_row .wpsf-product:hover a.button{
  display: inline-block !important;
  transition: all 1s !important;
}

/*view cart*/

a.added_to_cart {
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 6px 15px 7px 15px !important;
    cursor: pointer !important;
    border: 1px solid #ed008c !important;
    color: #000 !important;
    
    transition: all 1s ease-in-out !important;
    position: relative !important;
}
a.added_to_cart:after {
    position: absolute !important;
    content: "" !important;
    border-right: 1px solid #ed008c;
    height: 100%;
    right: -5px;
    top: 5px;
    border-bottom: 1px solid #ed008c;
    width: 100%;
    display: block !important;
    opacity: 1 !important;
  transition: 1s ease-in-out;
}
a.added_to_cart:hover{
  background-color: unset !important;
  
  }
a.added_to_cart{
  display:none !important;
  transition: 1s linear !important;
}
.feature_pro_row .wpsf-product:hover a.added_to_cart{
  display: inline-block !important;
  transition: all 1s !important;
}

/*end view cart*/







.wpsf-product.slick-slide {
    height: 385px;
}
.feature_pro_row .wpsf-product:hover .wpsf-product-price {
    display: none;
  transition: 1s !important;
}

.check_out_btn a {
    display: inline-block;
    font-size: 12px;
    line-height: 1.15em;
    letter-spacing: .15em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 32px 20px 33px;
    cursor: pointer;
    border: 1px solid #ed008c;
    color: #000;
    margin-top: 20px;
    transition: all 1s ease-in-out;
    position: relative;
}
.check_out_btn a:after {
    position: absolute;
    content: "";
    border-right: 1px solid #ed008c;
    height: 100%;
    right: -5px;
    top: 5px;
    border-bottom: 1px solid #ed008c;
    width: 100%;
}
.check_out_btn {
    text-align: center;
}
.cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: unset;
    width: 50%;
    margin: auto;
    text-align: center;
  padding: 20px 0 0 0;
}
table.shop_table {
    margin-bottom: 0px!important;
}
.et_pb_blog_grid h2 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
}
div#wps-slider-section #sp-woo-product-slider-141 .wpsf-product-title a {
	color: #222 !important;
}
.newsletter_section .et_pb_column {
	padding: 40px 15px;
}
.newsletter_section h2, .newsletter_section p {
	color: #fff !important;
}
.newsletter_section label {
	color: #fff !important;
}
.newsletter_section .tnp-submit {
	margin: 0 auto !important;
	background-color: transparent !important;
	color: #fff !important;
	font-weight: 600;
	padding: 10px 25px !important;
	border: 1px solid #fff !important;
}










/*===================
 Footer Css
  ==================*/
#main-footer .container {
    width: 85%;
    max-width: 90%;
 }
#footer-widgets {
    padding: 4% 0 0;
}
#footer-widgets .footer-widget li::before {
	display: none;
}
#footer-widgets .footer-widget li {
	padding-left: 0;
}
#footer-widgets .footer-widget .menu li a {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	padding: 2px 9px;
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
	width: 100%;
}
.footer_logo img {
    width: 60%;
}
ul.info_footer li:before {
    display: none !important;
  }
ul.info_footer {
    padding-top: 22px;
}
ul.info_footer li{
    padding-left: 0 !important;
  }
ul.info_footer li span {
    display: table-cell;
}
ul.info_footer li span:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
    padding-right: 10px;
}
.footer-widget:nth-child(1) {
    width: 29% !important;
}
.footer-widget:nth-child(2) {
    width: 17% !important;
}
.footer-widget:nth-child(3) {
    width: 17% !important;
}
.footer-widget:nth-child(4) {
    width: 29% !important;
}
.footer-widget {
    margin: 0 2% 2% 0px !important;
   
}
.social-icon {
    padding-top: 0px;
}
.social-icon li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

.social-icon ul li:before {
    display: none;
}

.footer-widget .title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 30px;
}
.footer_newsletter p {
    padding: 0 0 20px 0;
}

.footer_newsletter .tnp-email {
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	background-color: #f4f4f400 !important;
	color: #fff !important;
	font-size: 14px;
	margin-top: 20px;
}
.footer_newsletter .tnp-submit {
	display: inline-block !important;
	font-size: 12px !important;
	line-height: 1.15em !important;
	letter-spacing: .15em !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	padding: 15px 35px !important;
	cursor: pointer !important;
	border: 1px solid #fff !important;
	color: #fff !important;
	margin-top: 20px !important;
	transition: all 1s ease-in-out;
	position: relative;
	width: unset !important;
	background-color: transparent;
}
.footer_newsletter .tnp-submit:after{
   position: absolute !important;
    content: "" !important;
    border-right: 1px solid #fff !important;
    height: 100% !important;
    right: -5px !important;
    top: 5px !important;
    border-bottom: 1px solid #fff !important;
    width: 100% !important;
}
.footer_newsletter .tnp-submit:hover {
    background-color: #ed008c;
    border: 1px solid #ed008c !important;
}

.footer-content ul li:before{
  display: none;
}
.footer-content ul li{
  padding: 0 !important;
}
#main-footer {
    background-image: url(http://safeworkdigitals.website/demo/feb/pooja_flowers/wp-content/uploads/2020/02/footer_background.jpg);
  background-color: unset;
  position: relative;
}
#main-footer:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000000d9;
    left: 0;
    top: 0;
}


/*===================
 Shop Page Css
  ==================*/

.shop_banner h2 {
    text-align: center;
    color: #fff;
    font-size: 50px;
}
.shop_banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000078;
}
.et_overlay:before {
     color: #a2bc85;
}
span.onsale {
    display: none;
}
span.et_shop_image {
    border: 1px solid #0000000f;
}
h2.woocommerce-loop-product__title {
    text-align: center;
    font-size: 20px !important;
    font-weight: 700;
}
span.price {
    text-align: center;
}



/*===================
Contact Page Css
  ==================*/
.contect_content {
    background-color: #a2bc8521;
    text-align: center;
    padding: 60px 40px;
    text-align: center;
    margin-top: 40px;
    height: 215px;
}
.contect_content h4 {
    text-align: center;
    font-size: 24px;
}
.contect_content a {
	color: #666;
}
.contect_content p {
	padding-bottom: 0px;
}
.contect_content i {
	color: #fff;
	text-align: center;
	background-color: #8dc73d;
	font-size: 30px;
	height: 100px;
	border-radius: 50%;
	width: 100px;
	line-height: 100px;
	position: absolute;
	top: -46px;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.5s;
}
.contect_content:hover i {
    color: #8dc73d;
    border: 1px solid #8dc73d;
    background: #fff;
  transition: 0.5s;
}
div.wpcf7-response-output {
	background-color: #fff;
}





/*===================
blog Page Css
  ==================*/
.blog_sidebar {
    border: unset;
    background-color: #a2bc851f;
    padding: 40px 20px 40px 20px;
}
.blog_sidebar .widgettitle {
    font-size: 25px;
    font-weight: 600;
}
.blog_sidebar .search-field {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    padding: 5px;
  position: relative;
}
.blog_sidebar button {
    position: absolute;
    right: 25px;
    border: unset;
    background: unset;
}
.blog_sidebar i {
    font-size: 19px;
}



/*===================
About us Css
  ==================*/
.per_spot_sec .owl-nav {
    position: absolute;
    right: 82px;
    bottom: 52px;
}
.per_spot_sec .sa_owl_theme .owl-nav .owl-next {
    left: 10px;
}
.per_spot_sec .sa_owl_theme .owl-nav .owl-prev {
    right: -10px;
    left: unset !important;
}
.per_spot_sec .sa_owl_theme .owl-nav div, .per_spot_sec .sa_owl_theme .owl-nav button{
  height: 50px !important;
  width: 50px !important;
  
}
.per_spot_sec .sa_hover_container:before {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.per_spot_sec .sa_hover_container{
  line-height: 0px;
}




.team-img {
    overflow: hidden;
    position: relative;
  line-height: 0px;
}
.team-img img {
    width: 100%;
}
.team-action {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
}
.team-content {
    box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
    padding: 15px 10px 15px;
}
.team-content > h4 {
    font-size: 18px;
    font-weight: 500;
    
    text-transform: capitalize;
}
.team-content > span {
    font-size: 15px;
}


.team-wrapper:hover .team-action a {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.team-action a:nth-child(1) {
    transition-delay: 0.1s;
}
.team-action a.facebook {
    background-color: #3b5998;
    border: 1px solid #3b5998;
}
.team-action a {
    background-color: transparent;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 40px;
    left: 30px;
    line-height: 40px;
    margin-bottom: 5px;
    opacity: 0;
    position: relative;
    text-align: center;
    visibility: hidden;
    width: 40px;
}

.team-wrapper:hover .team-action a {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.team-action a:nth-child(2) {
    transition-delay: 0.2s;
}
.team-action a.twitter {
    background-color: #55acee;
    border: 1px solid #55acee;
}
.team-wrapper:hover .team-action a {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.team-action a:nth-child(3) {
    transition-delay: 0.3s;
}
.team-action a.instagram {
    background-color: #c32aa3;
    border: 1px solid #c32aa3;
}
.team_sec h4, .team_sec h2 {
    text-align: center;
}

.shop_page_sec a {
    color: #a2bc85;
}



td.product-name a {
    color: #373737;
}


/*===================
   check out page Css
==================*/

.checkout_section .col-1 {
    width: 100% !important;
}
.checkout_section .col-2 {
    width: 100% !important;
}

.checkout_section div#customer_details {
    width: 50%;
    float: left;
    margin-right: 4%;
}
.checkout_section div#order_review {
    width: 45%;
    float: left;
}
.cart_section .woocommerce a.remove:hover {
    color: #fff!important;
    background: #a2bc85;
}


.cart_section .woocommerce button.button:disabled[disabled] {
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 10px 25px 10px 25px !important;
    cursor: pointer !important;
    border: 1px solid #ed008c !important;
    color: #000 !important;
    transition: all 1s ease-in-out !important;
    position: relative !important;
}
.cart_section .woocommerce button.button:disabled[disabled]:after {
    position: absolute !important;
    content: "" !important;
    border-right: 1px solid #ed008c;
    height: 100%;
    right: -5px;
    top: 5px;
    border-bottom: 1px solid #ed008c;
    width: 100%;
    display: block !important;
    opacity: 1 !important;
  transition: 1s ease-in-out;
}


.cart_section .woocommerce .cart .button{
  display: inline-block !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 10px 25px 10px 25px !important;
    cursor: pointer !important;
    border: 1px solid #ed008c !important;
    color: #000 !important;
    transition: all 1s ease-in-out !important;
    position: relative !important;
}
.cart_section .woocommerce .cart .button:after{
  position: absolute !important;
    content: "" !important;
    border-right: 1px solid #ed008c;
    height: 100%;
    right: -5px;
    top: 5px;
    border-bottom: 1px solid #ed008c;
    width: 100%;
    display: block !important;
    opacity: 1 !important;
  transition: 1s ease-in-out;
}


.cart_section a.checkout-button.button.alt.wc-forward{
  
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 10px 25px 10px 25px !important;
    cursor: pointer !important;
    border: 1px solid #ed008c !important;
    color: #000 !important;
    transition: all 1s ease-in-out !important;
    position: relative !important;
}
.cart_section a.checkout-button.button.alt.wc-forward:after{
  position: absolute !important;
    content: "" !important;
    border-right: 1px solid #ed008c;
    height: 100%;
    right: -5px;
    top: 5px;
    border-bottom: 1px solid #ed008c;
    width: 100%;
    display: block !important;
    opacity: 1 !important;
  transition: 1s ease-in-out;
}

.cart_section .woocommerce-message {
    background: #a2bc85;
    border-radius: 4px;
}




.buyitnow {
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 10px 25px 10px 25px !important;
    cursor: pointer !important;
    border: 1px solid #ed008c !important;
    color: #000 !important;
    transition: all 1s ease-in-out !important;
    position: relative !important;
    background: transparent;
  line-height: 1.7em!important;
  width: 100%;
  margin-top: 10px;
  border-radius: 3px;
  background: #ed008c;
}
  
/* my account page css*/

.my_account_sec ul li {
    position: relative;
}
.my_account_sec ul {
    list-style: none!important;
}

.my_account_sec ul li::before {
    font-family: dashicons;
    position: absolute;
    z-index: 1;
    color: #222;
    font-size: 17px;
    top: 10px;
    left: 8px;
}
.my_account_sec ul li a {
    position: relative;
    background: #f4f4f4;
    padding: 8px 0px 8px 30px;
    width: 155px!important;
    display: inline-block;
    margin: 1px;
    color: #222;
}
.my_account_sec ul li:nth-child(1)::before {
    content: "\f226";
}
.my_account_sec ul li:nth-child(2)::before {
    content: "\f07a";
    font-family: fontawesome;
}
.my_account_sec ul li:nth-child(3)::before {
    content: "\f019";
    font-family: fontawesome;
}
.my_account_sec ul li:nth-child(4)::before {
    content: "\f109";
}
.my_account_sec ul li:nth-child(5)::before {
    content: "\f110";
}
.my_account_sec ul li:nth-child(6)::before {
    content: "\f08b";
    font-family: fontawesome;
}


/*cart page css*/
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #8fa675;
}
.cart_section a.button.wc-backward{
  display: inline-block;
    font-size: 12px;
    line-height: 1.15em !important;
    letter-spacing: .15em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 32px 20px 33px !important;
    cursor: pointer;
    border: 1px solid #ed008c;
    color: #000;
    margin-top: 20px;
    transition: all 1s ease-in-out;
    position: relative;
}
.cart_section a.button.wc-backward:after {
    position: absolute;
    content: "";
    border-right: 1px solid #ed008c;
    height: 100%;
    right: -5px;
    top: 5px;
    border-bottom: 1px solid #ed008c;
    width: 100%;
  opacity: 1;
}


.checkout_section button#place_order {
    display: inline-block;
    font-size: 12px;
    line-height: 1.15em !important;
    letter-spacing: .15em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 32px 20px 33px;
    cursor: pointer;
    border: 1px solid #ed008c;
    color: #000;
    margin-top: 20px;
    transition: all 1s ease-in-out;
    position: relative;
}
.checkout_section button#place_order:after {
    position: absolute;
    content: "";
    border-right: 1px solid #ed008c;
    height: 100%;
    right: -5px;
    top: 5px;
    border-bottom: 1px solid #ed008c;
    width: 100%;
  opacity: 1;
}


.wishlist_section a.button{
  display: inline-block !important;
    font-size: 12px !important;
    line-height: 1.15em !important;
    letter-spacing: .15em !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 20px 32px 20px 33px !important;
    cursor: pointer !important;
    border: 1px solid #ed008c !important;
    color: #000 !important;
    margin-top: 20px !important;
    transition: all 1s ease-in-out !important;
    position: relative !important;
}
.wishlist_section a.button:after {
    position: absolute !important;
    content: "" !important;
    border-right: 1px solid #ed008c !important;
    height: 100% !important;
    right: -5px !important;
    top: 5px !important;
    border-bottom: 1px solid #ed008c !important;
    width: 100% !important;
  opacity: 1 !important;
}
.checkout_section form#upi-ref-number {
    padding-top: 20px;
}

.checkout_section #upi-send{
  border: 1px solid #ed008c !important;
  padding: 8px 15px;
  cursor: pointer;
    }
.checkout_section #upi_ref_num {
    padding: 8px;
}
.checkout_section li.wc_payment_method.payment_method_wc-upi img {
    display: none;
}



.my_account_sec a.woocommerce-button.button.view, .my_account_sec a.woocommerce-button.button.pay {
    display: inline-block;
    font-size: 12px;
    line-height: 1.15em !important;
    letter-spacing: .15em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px 10px 25px;
    cursor: pointer;
    border: 1px solid #ed008c;
    color: #000;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    transition: all 1s ease-in-out;
    position: relative;
}

.my_account_sec a.woocommerce-button.button.view:after, .my_account_sec a.woocommerce-button.button.pay:after, .my_account_sec .woocommerce a.button:after {
    position: absolute;
    content: "";
    border-right: 1px solid #ed008c;
    height: 100%;
    right: -5px;
    top: 5px;
    border-bottom: 1px solid #ed008c;
    width: 100%;
    opacity: 1;
}
.my_account_sec .woocommerce a.button{
  display: inline-block;
    font-size: 12px;
    line-height: 1.15em !important;
    
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px 10px 25px;
    cursor: pointer;
    border: 1px solid #ed008c;
    color: #000;
    
    transition: all 1s ease-in-out;
    position: relative;
}
.my_account_sec .woocommerce table.shop_table{
  margin-bottom: 20px !important;
}


/****************  Responsive  ****************/

@media (max-width: 1180px) {
.phone_col h4 {
	padding-top: 14px;
}
#et-secondary-menu > ul > li a {
	padding: 10px 8px;
	font-size: 11px;
}
#et-info p {
	font-size: 11px;
}
ul#top-menu a {
	font-size: 12px;
	line-height: 22px;
	padding: 5px 12px !important;
}
.logo_area a {
	font-size: 14px;
	line-height: 17px;
}
}

@media (max-width: 1024px) {
.container {
	width: 90%;
}
}


/**************  End Responsive  **************/