@charset "UTF-8";
/*
	*******************
	Template name:  Themelooks Official Site
	Version:        1.0
	Author:         ThemeLooks
	Author url:     http://themelooks.com

	NOTE:
	-----
	Please DO NOT EDIT THIS CSS, you may need to use "custom.css" file for writing your custom css.
	We may release future updates so it will overwrite this file. it's better and safer to use "custom.css".

	00: Base CSS
		0.1: Reset
		0.2: Padding
	01: Common CSS
		1.1: Color
		1.2: Common Classes
		1.3: Button
		1.4: Animations
		1.5: Section Title
		1.6: Page Title
		1.7: Page Banner
	02: Layout CSS
		2.1: Preloader
		2.2: Header
		2.3: Banner
		2.4: Blog
		2.5: Widgets
		2.6: Footer
		2.7: 404
	03: Modules
		3.1: Service
		3.2: Steps
		3.3: Features
		3.4: Counter
		3.5: Pricing
		3.6: Testimonial
		3.7: CTA
		3.8: Newsletter
		3.9: Back to Top
		3.10: Process
		3.11: FAQ
		3.12: About
		3.13: Behind The Scene
		3.14: Promotion
		3.15: Contact
		3.16: Registration
		3.17: Joblist
	04: Shop
		4.1: Products
		4.2: Product Details
		4.3: Cart
		4.4: Checkout
		4.5: Account
	05: BBPress
		5.1: Forum
	********************/
/* ************************
   0.1: Reset
   ********************* */
* {
  list-style: none;
  outline: none !important;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

::-moz-selection {
  text-shadow: none;
  color: #ffffff;
}

::selection {
  text-shadow: none;
  color: #ffffff;
}

::-webkit-input-placeholder {
  color: #c4c4c4 !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #c4c4c4 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #c4c4c4 !important;
  opacity: 1 !important;
}

::-ms-input-placeholder {
  color: #c4c4c4 !important;
  opacity: 1 !important;
}

::placeholder {
  color: #c4c4c4 !important;
  opacity: 1 !important;
}

iframe {
  max-width: 100%;
}

button:focus,
button:active,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
}

button,
button[type="submit"],
input[type="submit"] {
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-wrapper {
  position: relative;
}

.select-wrapper:after {
  position: absolute;
  right: 20px;
  font-family: 'FontAwesome';
  content: "";
  font-size: 14px;
  color: #222;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

textarea {
  resize: none;
}

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

a,
a:hover,
a:active,
a:focus,
input,
input:hover,
input:focus,
input:active,
select,
textarea {
  text-decoration: none;
  outline: none !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: 700;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white span {
  color: #ffffff;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

body {
  overflow-x: hidden !important;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  color: #555555;
}

code {
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
  font-size: 85%;
  margin: 0;
  padding: 0.2em 0.4em;
}

pre {
  border: 1px solid #efefef;
  border-radius: 4px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 20px;
  background-color: #fcfcfc;
}

/* ************************
   0.2: Padding/Margin
   ********************* */
.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-160 {
  padding-top: 160px;
}

@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .pt-70 {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-70 {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .pb-50 {
    padding-bottom: 20px;
  }
}

/* Margin */
.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20, .footer-top .widget .single_product,
.footer-top .widget .single_post {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20, .widget.widget_products .single_product:not(:last-child), .widget.widget_latest_post .single_post:not(:last-child), .widget.popular_posts_widget .single_post:not(:last-child) {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50, .single-form-selector {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-20, .widget.widget_products .single_product .media-body {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mr--15 {
  margin-right: -15px;
}

.ml--15 {
  margin-left: -15px;
}

/* ************************
   1.1: Color
   ********************* */
.c1, h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span, a, .custom-checkbox label input:checked + h5, .custom-checkbox-2 label input:checked + h5, .pagination li.prev:hover a, .pagination li.next:hover a, .btn.btn-borderd, .btn-borderd.single_add_to_cart_button, #bbpress-forums .bbp-submit-wrapper .single_add_to_cart_button.button,
#bbpress-forums #bbp-your-profile .single_add_to_cart_button.button, .blog_details_content .btn-borderd.wp-block-button__link, .blog_details_content #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button, #bbpress-forums .bbp-submit-wrapper .blog_details_content .wp-block-button__link.button,
.blog_details_content #bbpress-forums #bbp-your-profile .wp-block-button__link.button, #bbpress-forums #bbp-your-profile .blog_details_content .wp-block-button__link.button,
.blog_details_content .btn-borderd.wp-block-file__button, .blog_details_content #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button, #bbpress-forums .bbp-submit-wrapper .blog_details_content .wp-block-file__button.button,
.blog_details_content #bbpress-forums #bbp-your-profile .wp-block-file__button.button, #bbpress-forums #bbp-your-profile .blog_details_content .wp-block-file__button.button,
.product-description .btn-borderd.wp-block-button__link, .product-description #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button, #bbpress-forums .bbp-submit-wrapper .product-description .wp-block-button__link.button,
.product-description #bbpress-forums #bbp-your-profile .wp-block-button__link.button, #bbpress-forums #bbp-your-profile .product-description .wp-block-button__link.button,
.product-description .btn-borderd.wp-block-file__button, .product-description #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button, #bbpress-forums .bbp-submit-wrapper .product-description .wp-block-file__button.button,
.product-description #bbpress-forums #bbp-your-profile .wp-block-file__button.button, #bbpress-forums #bbp-your-profile .product-description .wp-block-file__button.button,
.page--content .btn-borderd.wp-block-button__link, .page--content #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button, #bbpress-forums .bbp-submit-wrapper .page--content .wp-block-button__link.button,
.page--content #bbpress-forums #bbp-your-profile .wp-block-button__link.button, #bbpress-forums #bbp-your-profile .page--content .wp-block-button__link.button,
.page--content .btn-borderd.wp-block-file__button, .page--content #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button, #bbpress-forums .bbp-submit-wrapper .page--content .wp-block-file__button.button,
.page--content #bbpress-forums #bbp-your-profile .wp-block-file__button.button, #bbpress-forums #bbp-your-profile .page--content .wp-block-file__button.button,
.post-comments-wrap .btn-borderd.wp-block-button__link, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button, #bbpress-forums .bbp-submit-wrapper .post-comments-wrap .wp-block-button__link.button,
.post-comments-wrap #bbpress-forums #bbp-your-profile .wp-block-button__link.button, #bbpress-forums #bbp-your-profile .post-comments-wrap .wp-block-button__link.button,
.post-comments-wrap .btn-borderd.wp-block-file__button, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button, #bbpress-forums .bbp-submit-wrapper .post-comments-wrap .wp-block-file__button.button,
.post-comments-wrap #bbpress-forums #bbp-your-profile .wp-block-file__button.button, #bbpress-forums #bbp-your-profile .post-comments-wrap .wp-block-file__button.button, .btn-borderd.sumo_affiliates_submit_registration_form, #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_submit_registration_form.button,
#bbpress-forums #bbp-your-profile .sumo_affiliates_submit_registration_form.button, .form-table input.btn-borderd[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.btn-borderd[type="submit"], .form-table #bbpress-forums .bbp-submit-wrapper input.button[type="submit"], #bbpress-forums .bbp-submit-wrapper .form-table input.button[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums .bbp-submit-wrapper input.button[type="submit"], #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button[type="submit"],
.form-table #bbpress-forums #bbp-your-profile input.button[type="submit"], #bbpress-forums #bbp-your-profile .form-table input.button[type="submit"],
.sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums #bbp-your-profile input.button[type="submit"], #bbpress-forums #bbp-your-profile .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button[type="submit"], .single_variation_wrap .btn-borderd.single_add_to_cart_button, .single_variation_wrap #bbpress-forums .bbp-submit-wrapper .single_add_to_cart_button.button, #bbpress-forums .bbp-submit-wrapper .single_variation_wrap .single_add_to_cart_button.button,
.single_variation_wrap #bbpress-forums #bbp-your-profile .single_add_to_cart_button.button, #bbpress-forums #bbp-your-profile .single_variation_wrap .single_add_to_cart_button.button, .shop_table .btn-borderd.woocommerce-MyAccount-downloads-file, .shop_table #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-downloads-file.button, #bbpress-forums .bbp-submit-wrapper .shop_table .woocommerce-MyAccount-downloads-file.button,
.shop_table #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-downloads-file.button, #bbpress-forums #bbp-your-profile .shop_table .woocommerce-MyAccount-downloads-file.button, .woocommerce .return-to-shop .btn-borderd.button, .woocommerce .return-to-shop #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .woocommerce .return-to-shop .button,
.woocommerce .return-to-shop #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .woocommerce .return-to-shop .button, .woocommerce .woocommerce-form-coupon .input-wrap .btn-borderd.button, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .btn-borderd.button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .btn-borderd.button, .woocommerce .woocommerce-form-coupon .input-wrap #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .woocommerce .woocommerce-form-coupon .input-wrap .button, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button,
.woocommerce .woocommerce-form-coupon .input-wrap #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .woocommerce .woocommerce-form-coupon .input-wrap .button,
.woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .btn-borderd.button, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content button.btn-borderd, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper button.button, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content button.button,
.woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile button.button, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content button.button, #bbpress-forums .bbp-submit-wrapper .button,
#bbpress-forums #bbp-your-profile .button, #bbpress-forums #subscription-toggle a.btn-borderd, #bbpress-forums #subscription-toggle .bbp-submit-wrapper a.button, #bbpress-forums .bbp-submit-wrapper #subscription-toggle a.button,
#bbpress-forums #subscription-toggle #bbp-your-profile a.button, #bbpress-forums #bbp-your-profile #subscription-toggle a.button, .btn.btn-white, .btn-white.single_add_to_cart_button, .blog_details_content .btn-white.wp-block-button__link,
.blog_details_content .btn-white.wp-block-file__button,
.product-description .btn-white.wp-block-button__link,
.product-description .btn-white.wp-block-file__button,
.page--content .btn-white.wp-block-button__link,
.page--content .btn-white.wp-block-file__button,
.post-comments-wrap .btn-white.wp-block-button__link,
.post-comments-wrap .btn-white.wp-block-file__button, .btn-white.sumo_affiliates_submit_registration_form, .form-table input.btn-white[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.btn-white[type="submit"], .shop_table .btn-white.woocommerce-MyAccount-downloads-file, .woocommerce .return-to-shop .btn-white.button, .woocommerce .woocommerce-form-coupon .input-wrap .btn-white.button, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .btn-white.button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .btn-white.button, .woocommerce-MyAccount-content .btn-white.button, .woocommerce-MyAccount-content button.btn-white, #bbpress-forums .bbp-submit-wrapper .btn-white.button,
#bbpress-forums #bbp-your-profile .btn-white.button, #bbpress-forums #subscription-toggle a.btn-white, .add_to_cart_button:not(.product_type_variable),
.product_type_grouped,
.product_type_external, .btn-inline:hover, .blog_details_content .comment-edit-link:hover,
.product-description .comment-edit-link:hover,
.page--content .comment-edit-link:hover,
.post-comments-wrap .comment-edit-link:hover, .woocommerce-MyAccount-content a.edit:hover,
.button.product_type_variable:hover, .preview_btn,
.shop_action_btn,
.added_to_cart.wc-forward, .preview_btn:hover,
.shop_action_btn:hover,
.add_to_cart_button:not(.product_type_variable):hover,
.product_type_grouped:hover,
.added_to_cart.wc-forward:hover,
.product_type_external:hover, .btn-underline, .btn-underline:hover, .btn-icon:hover, .page-title-wrap .page-title li:hover a, .main_menu ul li:hover > a, .main_menu ul li.current-menu-item > a, .main_menu ul li.current-menu-ancestor > a, .main_menu ul li ul.sub-menu li.menu-item-has-children:hover:after, .single-blog .blog-content h3 a:hover,
.single-blog .blog-content h5 a:hover, .blog_details_content .blog_image .caption a:hover, .post_category li a:hover,
.post_tag li a:hover, .post_share li a:hover, .comment-respond .logged-in-as a, .review-form .logged-in-as a, .blog_details_content a:not(.reply-btn),
.product-description a:not(.reply-btn),
.page--content a:not(.reply-btn),
.post-comments-wrap a:not(.reply-btn), blockquote cite,
.wp-block-quote cite,
.wp-block-quote.is-style-large cite, .widget a:hover, .widget.widget_social_icons li a, .widget.widget_products .single_product .product_price, .widget.widget_categories a:hover + .posts-count, .widget.widget_subscribe .subscribe-form button, .single-core-service .service-icon i, .single-core-service .service-content h6, .single-service .icon i, .single-process .icon i, .single-service .content a:hover, .single-process .content a:hover, .single-step .step-icon .step-count, .single-quick-feature i, .page_banner_feature .banner_feature strong, .pricing_nav li a.active, .pricing_nav li a:hover, .single-testimonial .testi-rating .rating-number, .single_faq .faq_icon i, .single-behind-process .icon i, .single-promotion .icon i, .single-form-selector p a, .registration-form .nav .nav-item a,
.login-form .nav .nav-item a, .sumo_affiliates_frontend_management .sumoaffiliates_menu ul li a.current, .product .product-wrap .product-bottom .product-title a:hover, .product-label a, .quick_note p a, .product_nav .nav-wrapper .nav li.active > a, .product_nav .nav-wrapper .nav li:hover > a, .product_nav .product_nav_dropdown a:hover, .product-discription-tabs .nav li .product--nav-item:hover, .product-discription-tabs .nav li .product--nav-item.active, .item-sidebar .social-share li:first-child, .item-sidebar .social-share li a:hover, .shop_table td .coupon button:hover, .cart-collaterals .shipping-calculator-button, .cart-collaterals .shipping-calculator-form button:hover, .woocommerce .woocommerce-form-login p.lost_password a,
.woocommerce .woocommerce-form-coupon p.lost_password a, .woocommerce-MyAccount-navigation ul li.is-active > a, .sumo_affiliates_frontend_management .sumoaffiliates_menu ul li.is-active > a, .woocommerce-MyAccount-navigation ul li:hover > a, .sumo_affiliates_frontend_management .sumoaffiliates_menu ul li:hover > a, .woocommerce-MyAccount-content p a, .forum-banner-text a, #bbpress-forums ul li.bbp-body li a:hover,
#bbpress-forums ul li.bbp-body .bbp-forum-info .bbp-forum-content a:hover,
#bbpress-forums ul li.bbp-body p.bbp-topic-meta a:hover,
#bbpress-forums ul li.bbp-body div.bbp-forum-header a:hover,
#bbpress-forums ul li.bbp-body div.bbp-topic-header a:hover,
#bbpress-forums ul li.bbp-body div.bbp-reply-header a:hover, #bbpress-forums .bbp-meta a:hover,
#bbpress-forums span.bbp-admin-links a:hover, #bbpress-forums #bbp-user-navigation ul li.current a, #bbpress-forums div.bbp-template-notice a:hover, #bbpress-forums div.bbp-topic-content a,
#bbpress-forums div.bbp-reply-content a {
  color: #73cb01;
}

.c1-bg, ::-moz-selection, .input-wrap .highlight, .woocommerce-MyAccount-content .woocommerce-input-wrapper .highlight, .custom-checkbox label .checkmark:after, .btn.btn-fill, .single_add_to_cart_button, .blog_details_content .wp-block-button__link,
.blog_details_content .wp-block-file__button,
.product-description .wp-block-button__link,
.product-description .wp-block-file__button,
.page--content .wp-block-button__link,
.page--content .wp-block-file__button,
.post-comments-wrap .wp-block-button__link,
.post-comments-wrap .wp-block-file__button, .sumo_affiliates_submit_registration_form, .form-table input[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input[type="submit"], .single_variation_wrap .single_add_to_cart_button, .shop_table .woocommerce-MyAccount-downloads-file, .woocommerce .return-to-shop .button, .woocommerce .woocommerce-form-coupon .input-wrap .btn-fill.button, .woocommerce .woocommerce-form-coupon .input-wrap .button.single_add_to_cart_button, .woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .button.wp-block-button__link, .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link,
.woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .button.wp-block-file__button, .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button,
.woocommerce .woocommerce-form-coupon .input-wrap .product-description .button.wp-block-button__link, .product-description .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link,
.woocommerce .woocommerce-form-coupon .input-wrap .product-description .button.wp-block-file__button, .product-description .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button,
.woocommerce .woocommerce-form-coupon .input-wrap .page--content .button.wp-block-button__link, .page--content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link,
.woocommerce .woocommerce-form-coupon .input-wrap .page--content .button.wp-block-file__button, .page--content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button,
.woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .button.wp-block-button__link, .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link,
.woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .button.wp-block-file__button, .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button, .woocommerce .woocommerce-form-coupon .input-wrap .button.sumo_affiliates_submit_registration_form, .woocommerce .woocommerce-form-coupon .input-wrap .form-table input.button[type="submit"], .form-table .woocommerce .woocommerce-form-coupon .input-wrap input.button[type="submit"], .woocommerce .woocommerce-form-coupon .input-wrap .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .woocommerce .woocommerce-form-coupon .input-wrap input.button[type="submit"], .woocommerce .woocommerce-form-coupon .input-wrap .shop_table .button.woocommerce-MyAccount-downloads-file, .shop_table .woocommerce .woocommerce-form-coupon .input-wrap .button.woocommerce-MyAccount-downloads-file, .woocommerce .woocommerce-form-coupon .input-wrap .return-to-shop .button, .woocommerce .return-to-shop .woocommerce-form-coupon .input-wrap .button, .woocommerce .woocommerce-form-coupon .input-wrap .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .input-wrap .button, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content button, #bbpress-forums .bbp-submit-wrapper .btn-fill.button, #bbpress-forums .bbp-submit-wrapper .button.single_add_to_cart_button, #bbpress-forums .bbp-submit-wrapper .blog_details_content .button.wp-block-button__link, .blog_details_content #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link,
#bbpress-forums .bbp-submit-wrapper .blog_details_content .button.wp-block-file__button, .blog_details_content #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button,
#bbpress-forums .bbp-submit-wrapper .product-description .button.wp-block-button__link, .product-description #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link,
#bbpress-forums .bbp-submit-wrapper .product-description .button.wp-block-file__button, .product-description #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button,
#bbpress-forums .bbp-submit-wrapper .page--content .button.wp-block-button__link, .page--content #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link,
#bbpress-forums .bbp-submit-wrapper .page--content .button.wp-block-file__button, .page--content #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button,
#bbpress-forums .bbp-submit-wrapper .post-comments-wrap .button.wp-block-button__link, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link,
#bbpress-forums .bbp-submit-wrapper .post-comments-wrap .button.wp-block-file__button, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button, #bbpress-forums .bbp-submit-wrapper .button.sumo_affiliates_submit_registration_form, #bbpress-forums .bbp-submit-wrapper .form-table input.button[type="submit"], .form-table #bbpress-forums .bbp-submit-wrapper input.button[type="submit"], #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums .bbp-submit-wrapper input.button[type="submit"], #bbpress-forums .bbp-submit-wrapper .shop_table .button.woocommerce-MyAccount-downloads-file, .shop_table #bbpress-forums .bbp-submit-wrapper .button.woocommerce-MyAccount-downloads-file, #bbpress-forums .bbp-submit-wrapper .woocommerce .return-to-shop .button, .woocommerce .return-to-shop #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper .button,
#bbpress-forums #bbp-your-profile .btn-fill.button, #bbpress-forums #bbp-your-profile .button.single_add_to_cart_button, #bbpress-forums #bbp-your-profile .blog_details_content .button.wp-block-button__link, .blog_details_content #bbpress-forums #bbp-your-profile .button.wp-block-button__link,
#bbpress-forums #bbp-your-profile .blog_details_content .button.wp-block-file__button, .blog_details_content #bbpress-forums #bbp-your-profile .button.wp-block-file__button,
#bbpress-forums #bbp-your-profile .product-description .button.wp-block-button__link, .product-description #bbpress-forums #bbp-your-profile .button.wp-block-button__link,
#bbpress-forums #bbp-your-profile .product-description .button.wp-block-file__button, .product-description #bbpress-forums #bbp-your-profile .button.wp-block-file__button,
#bbpress-forums #bbp-your-profile .page--content .button.wp-block-button__link, .page--content #bbpress-forums #bbp-your-profile .button.wp-block-button__link,
#bbpress-forums #bbp-your-profile .page--content .button.wp-block-file__button, .page--content #bbpress-forums #bbp-your-profile .button.wp-block-file__button,
#bbpress-forums #bbp-your-profile .post-comments-wrap .button.wp-block-button__link, .post-comments-wrap #bbpress-forums #bbp-your-profile .button.wp-block-button__link,
#bbpress-forums #bbp-your-profile .post-comments-wrap .button.wp-block-file__button, .post-comments-wrap #bbpress-forums #bbp-your-profile .button.wp-block-file__button, #bbpress-forums #bbp-your-profile .button.sumo_affiliates_submit_registration_form, #bbpress-forums #bbp-your-profile .form-table input.button[type="submit"], .form-table #bbpress-forums #bbp-your-profile input.button[type="submit"], #bbpress-forums #bbp-your-profile .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums #bbp-your-profile input.button[type="submit"], #bbpress-forums #bbp-your-profile .shop_table .button.woocommerce-MyAccount-downloads-file, .shop_table #bbpress-forums #bbp-your-profile .button.woocommerce-MyAccount-downloads-file, #bbpress-forums #bbp-your-profile .woocommerce .return-to-shop .button, .woocommerce .return-to-shop #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile .button, #bbpress-forums #subscription-toggle a.btn-fill, #bbpress-forums #subscription-toggle a.single_add_to_cart_button, #bbpress-forums #subscription-toggle .blog_details_content a.wp-block-button__link, .blog_details_content #bbpress-forums #subscription-toggle a.wp-block-button__link,
#bbpress-forums #subscription-toggle .blog_details_content a.wp-block-file__button, .blog_details_content #bbpress-forums #subscription-toggle a.wp-block-file__button,
#bbpress-forums #subscription-toggle .product-description a.wp-block-button__link, .product-description #bbpress-forums #subscription-toggle a.wp-block-button__link,
#bbpress-forums #subscription-toggle .product-description a.wp-block-file__button, .product-description #bbpress-forums #subscription-toggle a.wp-block-file__button,
#bbpress-forums #subscription-toggle .page--content a.wp-block-button__link, .page--content #bbpress-forums #subscription-toggle a.wp-block-button__link,
#bbpress-forums #subscription-toggle .page--content a.wp-block-file__button, .page--content #bbpress-forums #subscription-toggle a.wp-block-file__button,
#bbpress-forums #subscription-toggle .post-comments-wrap a.wp-block-button__link, .post-comments-wrap #bbpress-forums #subscription-toggle a.wp-block-button__link,
#bbpress-forums #subscription-toggle .post-comments-wrap a.wp-block-file__button, .post-comments-wrap #bbpress-forums #subscription-toggle a.wp-block-file__button, #bbpress-forums #subscription-toggle a.sumo_affiliates_submit_registration_form, #bbpress-forums #subscription-toggle .shop_table a.woocommerce-MyAccount-downloads-file, .shop_table #bbpress-forums #subscription-toggle a.woocommerce-MyAccount-downloads-file, #bbpress-forums #subscription-toggle .woocommerce .return-to-shop a.button, .woocommerce .return-to-shop #bbpress-forums #subscription-toggle a.button, #bbpress-forums #subscription-toggle .woocommerce-MyAccount-content a.button, .woocommerce-MyAccount-content #bbpress-forums #subscription-toggle a.button, .btn.btn-borderd:hover, .btn-borderd.single_add_to_cart_button:hover, #bbpress-forums .bbp-submit-wrapper .single_add_to_cart_button.button:hover,
#bbpress-forums #bbp-your-profile .single_add_to_cart_button.button:hover, .blog_details_content .btn-borderd.wp-block-button__link:hover, .blog_details_content #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button:hover, #bbpress-forums .bbp-submit-wrapper .blog_details_content .wp-block-button__link.button:hover,
.blog_details_content #bbpress-forums #bbp-your-profile .wp-block-button__link.button:hover, #bbpress-forums #bbp-your-profile .blog_details_content .wp-block-button__link.button:hover,
.blog_details_content .btn-borderd.wp-block-file__button:hover, .blog_details_content #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button:hover, #bbpress-forums .bbp-submit-wrapper .blog_details_content .wp-block-file__button.button:hover,
.blog_details_content #bbpress-forums #bbp-your-profile .wp-block-file__button.button:hover, #bbpress-forums #bbp-your-profile .blog_details_content .wp-block-file__button.button:hover,
.product-description .btn-borderd.wp-block-button__link:hover, .product-description #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button:hover, #bbpress-forums .bbp-submit-wrapper .product-description .wp-block-button__link.button:hover,
.product-description #bbpress-forums #bbp-your-profile .wp-block-button__link.button:hover, #bbpress-forums #bbp-your-profile .product-description .wp-block-button__link.button:hover,
.product-description .btn-borderd.wp-block-file__button:hover, .product-description #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button:hover, #bbpress-forums .bbp-submit-wrapper .product-description .wp-block-file__button.button:hover,
.product-description #bbpress-forums #bbp-your-profile .wp-block-file__button.button:hover, #bbpress-forums #bbp-your-profile .product-description .wp-block-file__button.button:hover,
.page--content .btn-borderd.wp-block-button__link:hover, .page--content #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button:hover, #bbpress-forums .bbp-submit-wrapper .page--content .wp-block-button__link.button:hover,
.page--content #bbpress-forums #bbp-your-profile .wp-block-button__link.button:hover, #bbpress-forums #bbp-your-profile .page--content .wp-block-button__link.button:hover,
.page--content .btn-borderd.wp-block-file__button:hover, .page--content #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button:hover, #bbpress-forums .bbp-submit-wrapper .page--content .wp-block-file__button.button:hover,
.page--content #bbpress-forums #bbp-your-profile .wp-block-file__button.button:hover, #bbpress-forums #bbp-your-profile .page--content .wp-block-file__button.button:hover,
.post-comments-wrap .btn-borderd.wp-block-button__link:hover, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button:hover, #bbpress-forums .bbp-submit-wrapper .post-comments-wrap .wp-block-button__link.button:hover,
.post-comments-wrap #bbpress-forums #bbp-your-profile .wp-block-button__link.button:hover, #bbpress-forums #bbp-your-profile .post-comments-wrap .wp-block-button__link.button:hover,
.post-comments-wrap .btn-borderd.wp-block-file__button:hover, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button:hover, #bbpress-forums .bbp-submit-wrapper .post-comments-wrap .wp-block-file__button.button:hover,
.post-comments-wrap #bbpress-forums #bbp-your-profile .wp-block-file__button.button:hover, #bbpress-forums #bbp-your-profile .post-comments-wrap .wp-block-file__button.button:hover, .btn-borderd.sumo_affiliates_submit_registration_form:hover, #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_submit_registration_form.button:hover,
#bbpress-forums #bbp-your-profile .sumo_affiliates_submit_registration_form.button:hover, .form-table input.btn-borderd:hover[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.btn-borderd:hover[type="submit"], .form-table #bbpress-forums .bbp-submit-wrapper input.button:hover[type="submit"], #bbpress-forums .bbp-submit-wrapper .form-table input.button:hover[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums .bbp-submit-wrapper input.button:hover[type="submit"], #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:hover[type="submit"],
.form-table #bbpress-forums #bbp-your-profile input.button:hover[type="submit"], #bbpress-forums #bbp-your-profile .form-table input.button:hover[type="submit"],
.sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums #bbp-your-profile input.button:hover[type="submit"], #bbpress-forums #bbp-your-profile .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:hover[type="submit"], .single_variation_wrap .btn-borderd.single_add_to_cart_button:hover, .single_variation_wrap #bbpress-forums .bbp-submit-wrapper .single_add_to_cart_button.button:hover, #bbpress-forums .bbp-submit-wrapper .single_variation_wrap .single_add_to_cart_button.button:hover,
.single_variation_wrap #bbpress-forums #bbp-your-profile .single_add_to_cart_button.button:hover, #bbpress-forums #bbp-your-profile .single_variation_wrap .single_add_to_cart_button.button:hover, .shop_table .btn-borderd.woocommerce-MyAccount-downloads-file:hover, .shop_table #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-downloads-file.button:hover, #bbpress-forums .bbp-submit-wrapper .shop_table .woocommerce-MyAccount-downloads-file.button:hover,
.shop_table #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-downloads-file.button:hover, #bbpress-forums #bbp-your-profile .shop_table .woocommerce-MyAccount-downloads-file.button:hover, .woocommerce .return-to-shop .btn-borderd.button:hover, .woocommerce .return-to-shop #bbpress-forums .bbp-submit-wrapper .button:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce .return-to-shop .button:hover,
.woocommerce .return-to-shop #bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #bbp-your-profile .woocommerce .return-to-shop .button:hover, .woocommerce .woocommerce-form-coupon .input-wrap .btn-borderd.button:hover, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .btn-borderd.button:hover, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .btn-borderd.button:hover, .woocommerce .woocommerce-form-coupon .input-wrap #bbpress-forums .bbp-submit-wrapper .button:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce .woocommerce-form-coupon .input-wrap .button:hover, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper #bbpress-forums .bbp-submit-wrapper .button:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button:hover, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper #bbpress-forums .bbp-submit-wrapper .button:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button:hover,
.woocommerce .woocommerce-form-coupon .input-wrap #bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #bbp-your-profile .woocommerce .woocommerce-form-coupon .input-wrap .button:hover,
.woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper #bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #bbp-your-profile .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button:hover, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper #bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button:hover, .woocommerce-MyAccount-content .btn-borderd.button:hover, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper .button:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .button:hover, .woocommerce-MyAccount-content button.btn-borderd:hover, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper button.button:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content button.button:hover,
.woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile button.button:hover, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content button.button:hover, #bbpress-forums .bbp-submit-wrapper .button:hover,
#bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #subscription-toggle a.btn-borderd:hover, #bbpress-forums #subscription-toggle .bbp-submit-wrapper a.button:hover, #bbpress-forums .bbp-submit-wrapper #subscription-toggle a.button:hover,
#bbpress-forums #subscription-toggle #bbp-your-profile a.button:hover, #bbpress-forums #bbp-your-profile #subscription-toggle a.button:hover,
.add_to_cart_button:not(.product_type_variable):hover,
.product_type_grouped:hover,
.product_type_external:hover, .btn-inline:after, .blog_details_content .comment-edit-link:after,
.product-description .comment-edit-link:after,
.page--content .comment-edit-link:after,
.post-comments-wrap .comment-edit-link:after, .woocommerce-MyAccount-content a.edit:after,
.button.product_type_variable:after, .btn-circle:hover, .btn-underline:after, .main_menu ul li a:after, .menu-trigger span, .single-blog .blog-content .preview-wrap .preview_btn, blockquote:after,
.wp-block-quote:after,
.wp-block-quote.is-style-large:after, .widget.widget_social_icons li a:hover, .widget.widget_search form button, .widget.widget_subscribe form button, .pricing_nav li a:after, .single_pricing_table .pt_header, .single_pricing_table .pt_header .badge:before, .product_nav .menu-toggle, .product-discription-tabs .nav li .product--nav-item:after, .product-discription .theme_list_style li:after, .product-discription .service_details_wrapper ul li:after, .service_details_wrapper .product-discription ul li:after, .product-discription .product-discription-tabs ul:not(.nav) li:after, .product-discription-tabs .product-discription ul:not(.nav) li:after, .woocommerce-MyAccount-navigation ul li a:after, .sumo_affiliates_frontend_management .sumoaffiliates_menu ul li a:after, #bbpress-forums ul li.bbp-header, #bbpress-forums ul li.bbp-footer, #bbpress-forums .bbp-pagination-links .page-numbers.current {
  background-color: #73cb01 !important;
}

.c1-bg, ::selection, .input-wrap .highlight, .woocommerce-MyAccount-content .woocommerce-input-wrapper .highlight, .custom-checkbox label .checkmark:after, .btn.btn-fill, .single_add_to_cart_button, .blog_details_content .wp-block-button__link,
.blog_details_content .wp-block-file__button,
.product-description .wp-block-button__link,
.product-description .wp-block-file__button,
.page--content .wp-block-button__link,
.page--content .wp-block-file__button,
.post-comments-wrap .wp-block-button__link,
.post-comments-wrap .wp-block-file__button, .sumo_affiliates_submit_registration_form, .form-table input[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input[type="submit"], .single_variation_wrap .single_add_to_cart_button, .shop_table .woocommerce-MyAccount-downloads-file, .woocommerce .return-to-shop .button, .woocommerce .woocommerce-form-coupon .input-wrap .btn-fill.button, .woocommerce .woocommerce-form-coupon .input-wrap .button.single_add_to_cart_button, .woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .button.wp-block-button__link, .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link,
.woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .button.wp-block-file__button, .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button,
.woocommerce .woocommerce-form-coupon .input-wrap .product-description .button.wp-block-button__link, .product-description .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link,
.woocommerce .woocommerce-form-coupon .input-wrap .product-description .button.wp-block-file__button, .product-description .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button,
.woocommerce .woocommerce-form-coupon .input-wrap .page--content .button.wp-block-button__link, .page--content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link,
.woocommerce .woocommerce-form-coupon .input-wrap .page--content .button.wp-block-file__button, .page--content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button,
.woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .button.wp-block-button__link, .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link,
.woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .button.wp-block-file__button, .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button, .woocommerce .woocommerce-form-coupon .input-wrap .button.sumo_affiliates_submit_registration_form, .woocommerce .woocommerce-form-coupon .input-wrap .form-table input.button[type="submit"], .form-table .woocommerce .woocommerce-form-coupon .input-wrap input.button[type="submit"], .woocommerce .woocommerce-form-coupon .input-wrap .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .woocommerce .woocommerce-form-coupon .input-wrap input.button[type="submit"], .woocommerce .woocommerce-form-coupon .input-wrap .shop_table .button.woocommerce-MyAccount-downloads-file, .shop_table .woocommerce .woocommerce-form-coupon .input-wrap .button.woocommerce-MyAccount-downloads-file, .woocommerce .woocommerce-form-coupon .input-wrap .return-to-shop .button, .woocommerce .return-to-shop .woocommerce-form-coupon .input-wrap .button, .woocommerce .woocommerce-form-coupon .input-wrap .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .input-wrap .button, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content button, #bbpress-forums .bbp-submit-wrapper .btn-fill.button, #bbpress-forums .bbp-submit-wrapper .button.single_add_to_cart_button, #bbpress-forums .bbp-submit-wrapper .blog_details_content .button.wp-block-button__link, .blog_details_content #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link,
#bbpress-forums .bbp-submit-wrapper .blog_details_content .button.wp-block-file__button, .blog_details_content #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button,
#bbpress-forums .bbp-submit-wrapper .product-description .button.wp-block-button__link, .product-description #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link,
#bbpress-forums .bbp-submit-wrapper .product-description .button.wp-block-file__button, .product-description #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button,
#bbpress-forums .bbp-submit-wrapper .page--content .button.wp-block-button__link, .page--content #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link,
#bbpress-forums .bbp-submit-wrapper .page--content .button.wp-block-file__button, .page--content #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button,
#bbpress-forums .bbp-submit-wrapper .post-comments-wrap .button.wp-block-button__link, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link,
#bbpress-forums .bbp-submit-wrapper .post-comments-wrap .button.wp-block-file__button, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button, #bbpress-forums .bbp-submit-wrapper .button.sumo_affiliates_submit_registration_form, #bbpress-forums .bbp-submit-wrapper .form-table input.button[type="submit"], .form-table #bbpress-forums .bbp-submit-wrapper input.button[type="submit"], #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums .bbp-submit-wrapper input.button[type="submit"], #bbpress-forums .bbp-submit-wrapper .shop_table .button.woocommerce-MyAccount-downloads-file, .shop_table #bbpress-forums .bbp-submit-wrapper .button.woocommerce-MyAccount-downloads-file, #bbpress-forums .bbp-submit-wrapper .woocommerce .return-to-shop .button, .woocommerce .return-to-shop #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper .button,
#bbpress-forums #bbp-your-profile .btn-fill.button, #bbpress-forums #bbp-your-profile .button.single_add_to_cart_button, #bbpress-forums #bbp-your-profile .blog_details_content .button.wp-block-button__link, .blog_details_content #bbpress-forums #bbp-your-profile .button.wp-block-button__link,
#bbpress-forums #bbp-your-profile .blog_details_content .button.wp-block-file__button, .blog_details_content #bbpress-forums #bbp-your-profile .button.wp-block-file__button,
#bbpress-forums #bbp-your-profile .product-description .button.wp-block-button__link, .product-description #bbpress-forums #bbp-your-profile .button.wp-block-button__link,
#bbpress-forums #bbp-your-profile .product-description .button.wp-block-file__button, .product-description #bbpress-forums #bbp-your-profile .button.wp-block-file__button,
#bbpress-forums #bbp-your-profile .page--content .button.wp-block-button__link, .page--content #bbpress-forums #bbp-your-profile .button.wp-block-button__link,
#bbpress-forums #bbp-your-profile .page--content .button.wp-block-file__button, .page--content #bbpress-forums #bbp-your-profile .button.wp-block-file__button,
#bbpress-forums #bbp-your-profile .post-comments-wrap .button.wp-block-button__link, .post-comments-wrap #bbpress-forums #bbp-your-profile .button.wp-block-button__link,
#bbpress-forums #bbp-your-profile .post-comments-wrap .button.wp-block-file__button, .post-comments-wrap #bbpress-forums #bbp-your-profile .button.wp-block-file__button, #bbpress-forums #bbp-your-profile .button.sumo_affiliates_submit_registration_form, #bbpress-forums #bbp-your-profile .form-table input.button[type="submit"], .form-table #bbpress-forums #bbp-your-profile input.button[type="submit"], #bbpress-forums #bbp-your-profile .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums #bbp-your-profile input.button[type="submit"], #bbpress-forums #bbp-your-profile .shop_table .button.woocommerce-MyAccount-downloads-file, .shop_table #bbpress-forums #bbp-your-profile .button.woocommerce-MyAccount-downloads-file, #bbpress-forums #bbp-your-profile .woocommerce .return-to-shop .button, .woocommerce .return-to-shop #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile .button, #bbpress-forums #subscription-toggle a.btn-fill, #bbpress-forums #subscription-toggle a.single_add_to_cart_button, #bbpress-forums #subscription-toggle .blog_details_content a.wp-block-button__link, .blog_details_content #bbpress-forums #subscription-toggle a.wp-block-button__link,
#bbpress-forums #subscription-toggle .blog_details_content a.wp-block-file__button, .blog_details_content #bbpress-forums #subscription-toggle a.wp-block-file__button,
#bbpress-forums #subscription-toggle .product-description a.wp-block-button__link, .product-description #bbpress-forums #subscription-toggle a.wp-block-button__link,
#bbpress-forums #subscription-toggle .product-description a.wp-block-file__button, .product-description #bbpress-forums #subscription-toggle a.wp-block-file__button,
#bbpress-forums #subscription-toggle .page--content a.wp-block-button__link, .page--content #bbpress-forums #subscription-toggle a.wp-block-button__link,
#bbpress-forums #subscription-toggle .page--content a.wp-block-file__button, .page--content #bbpress-forums #subscription-toggle a.wp-block-file__button,
#bbpress-forums #subscription-toggle .post-comments-wrap a.wp-block-button__link, .post-comments-wrap #bbpress-forums #subscription-toggle a.wp-block-button__link,
#bbpress-forums #subscription-toggle .post-comments-wrap a.wp-block-file__button, .post-comments-wrap #bbpress-forums #subscription-toggle a.wp-block-file__button, #bbpress-forums #subscription-toggle a.sumo_affiliates_submit_registration_form, #bbpress-forums #subscription-toggle .shop_table a.woocommerce-MyAccount-downloads-file, .shop_table #bbpress-forums #subscription-toggle a.woocommerce-MyAccount-downloads-file, #bbpress-forums #subscription-toggle .woocommerce .return-to-shop a.button, .woocommerce .return-to-shop #bbpress-forums #subscription-toggle a.button, #bbpress-forums #subscription-toggle .woocommerce-MyAccount-content a.button, .woocommerce-MyAccount-content #bbpress-forums #subscription-toggle a.button, .btn.btn-borderd:hover, .btn-borderd.single_add_to_cart_button:hover, #bbpress-forums .bbp-submit-wrapper .single_add_to_cart_button.button:hover,
#bbpress-forums #bbp-your-profile .single_add_to_cart_button.button:hover, .blog_details_content .btn-borderd.wp-block-button__link:hover, .blog_details_content #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button:hover, #bbpress-forums .bbp-submit-wrapper .blog_details_content .wp-block-button__link.button:hover,
.blog_details_content #bbpress-forums #bbp-your-profile .wp-block-button__link.button:hover, #bbpress-forums #bbp-your-profile .blog_details_content .wp-block-button__link.button:hover,
.blog_details_content .btn-borderd.wp-block-file__button:hover, .blog_details_content #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button:hover, #bbpress-forums .bbp-submit-wrapper .blog_details_content .wp-block-file__button.button:hover,
.blog_details_content #bbpress-forums #bbp-your-profile .wp-block-file__button.button:hover, #bbpress-forums #bbp-your-profile .blog_details_content .wp-block-file__button.button:hover,
.product-description .btn-borderd.wp-block-button__link:hover, .product-description #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button:hover, #bbpress-forums .bbp-submit-wrapper .product-description .wp-block-button__link.button:hover,
.product-description #bbpress-forums #bbp-your-profile .wp-block-button__link.button:hover, #bbpress-forums #bbp-your-profile .product-description .wp-block-button__link.button:hover,
.product-description .btn-borderd.wp-block-file__button:hover, .product-description #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button:hover, #bbpress-forums .bbp-submit-wrapper .product-description .wp-block-file__button.button:hover,
.product-description #bbpress-forums #bbp-your-profile .wp-block-file__button.button:hover, #bbpress-forums #bbp-your-profile .product-description .wp-block-file__button.button:hover,
.page--content .btn-borderd.wp-block-button__link:hover, .page--content #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button:hover, #bbpress-forums .bbp-submit-wrapper .page--content .wp-block-button__link.button:hover,
.page--content #bbpress-forums #bbp-your-profile .wp-block-button__link.button:hover, #bbpress-forums #bbp-your-profile .page--content .wp-block-button__link.button:hover,
.page--content .btn-borderd.wp-block-file__button:hover, .page--content #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button:hover, #bbpress-forums .bbp-submit-wrapper .page--content .wp-block-file__button.button:hover,
.page--content #bbpress-forums #bbp-your-profile .wp-block-file__button.button:hover, #bbpress-forums #bbp-your-profile .page--content .wp-block-file__button.button:hover,
.post-comments-wrap .btn-borderd.wp-block-button__link:hover, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button:hover, #bbpress-forums .bbp-submit-wrapper .post-comments-wrap .wp-block-button__link.button:hover,
.post-comments-wrap #bbpress-forums #bbp-your-profile .wp-block-button__link.button:hover, #bbpress-forums #bbp-your-profile .post-comments-wrap .wp-block-button__link.button:hover,
.post-comments-wrap .btn-borderd.wp-block-file__button:hover, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button:hover, #bbpress-forums .bbp-submit-wrapper .post-comments-wrap .wp-block-file__button.button:hover,
.post-comments-wrap #bbpress-forums #bbp-your-profile .wp-block-file__button.button:hover, #bbpress-forums #bbp-your-profile .post-comments-wrap .wp-block-file__button.button:hover, .btn-borderd.sumo_affiliates_submit_registration_form:hover, #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_submit_registration_form.button:hover,
#bbpress-forums #bbp-your-profile .sumo_affiliates_submit_registration_form.button:hover, .form-table input.btn-borderd:hover[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.btn-borderd:hover[type="submit"], .form-table #bbpress-forums .bbp-submit-wrapper input.button:hover[type="submit"], #bbpress-forums .bbp-submit-wrapper .form-table input.button:hover[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums .bbp-submit-wrapper input.button:hover[type="submit"], #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:hover[type="submit"],
.form-table #bbpress-forums #bbp-your-profile input.button:hover[type="submit"], #bbpress-forums #bbp-your-profile .form-table input.button:hover[type="submit"],
.sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums #bbp-your-profile input.button:hover[type="submit"], #bbpress-forums #bbp-your-profile .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:hover[type="submit"], .single_variation_wrap .btn-borderd.single_add_to_cart_button:hover, .single_variation_wrap #bbpress-forums .bbp-submit-wrapper .single_add_to_cart_button.button:hover, #bbpress-forums .bbp-submit-wrapper .single_variation_wrap .single_add_to_cart_button.button:hover,
.single_variation_wrap #bbpress-forums #bbp-your-profile .single_add_to_cart_button.button:hover, #bbpress-forums #bbp-your-profile .single_variation_wrap .single_add_to_cart_button.button:hover, .shop_table .btn-borderd.woocommerce-MyAccount-downloads-file:hover, .shop_table #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-downloads-file.button:hover, #bbpress-forums .bbp-submit-wrapper .shop_table .woocommerce-MyAccount-downloads-file.button:hover,
.shop_table #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-downloads-file.button:hover, #bbpress-forums #bbp-your-profile .shop_table .woocommerce-MyAccount-downloads-file.button:hover, .woocommerce .return-to-shop .btn-borderd.button:hover, .woocommerce .return-to-shop #bbpress-forums .bbp-submit-wrapper .button:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce .return-to-shop .button:hover,
.woocommerce .return-to-shop #bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #bbp-your-profile .woocommerce .return-to-shop .button:hover, .woocommerce .woocommerce-form-coupon .input-wrap .btn-borderd.button:hover, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .btn-borderd.button:hover, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .btn-borderd.button:hover, .woocommerce .woocommerce-form-coupon .input-wrap #bbpress-forums .bbp-submit-wrapper .button:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce .woocommerce-form-coupon .input-wrap .button:hover, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper #bbpress-forums .bbp-submit-wrapper .button:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button:hover, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper #bbpress-forums .bbp-submit-wrapper .button:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button:hover,
.woocommerce .woocommerce-form-coupon .input-wrap #bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #bbp-your-profile .woocommerce .woocommerce-form-coupon .input-wrap .button:hover,
.woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper #bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #bbp-your-profile .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button:hover, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper #bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button:hover, .woocommerce-MyAccount-content .btn-borderd.button:hover, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper .button:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .button:hover, .woocommerce-MyAccount-content button.btn-borderd:hover, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper button.button:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content button.button:hover,
.woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile button.button:hover, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content button.button:hover, #bbpress-forums .bbp-submit-wrapper .button:hover,
#bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #subscription-toggle a.btn-borderd:hover, #bbpress-forums #subscription-toggle .bbp-submit-wrapper a.button:hover, #bbpress-forums .bbp-submit-wrapper #subscription-toggle a.button:hover,
#bbpress-forums #subscription-toggle #bbp-your-profile a.button:hover, #bbpress-forums #bbp-your-profile #subscription-toggle a.button:hover,
.add_to_cart_button:not(.product_type_variable):hover,
.product_type_grouped:hover,
.product_type_external:hover, .btn-inline:after, .blog_details_content .comment-edit-link:after,
.product-description .comment-edit-link:after,
.page--content .comment-edit-link:after,
.post-comments-wrap .comment-edit-link:after, .woocommerce-MyAccount-content a.edit:after,
.button.product_type_variable:after, .btn-circle:hover, .btn-underline:after, .main_menu ul li a:after, .menu-trigger span, .single-blog .blog-content .preview-wrap .preview_btn, blockquote:after,
.wp-block-quote:after,
.wp-block-quote.is-style-large:after, .widget.widget_social_icons li a:hover, .widget.widget_search form button, .widget.widget_subscribe form button, .pricing_nav li a:after, .single_pricing_table .pt_header, .single_pricing_table .pt_header .badge:before, .product_nav .menu-toggle, .product-discription-tabs .nav li .product--nav-item:after, .product-discription .theme_list_style li:after, .product-discription .service_details_wrapper ul li:after, .service_details_wrapper .product-discription ul li:after, .product-discription .product-discription-tabs ul:not(.nav) li:after, .product-discription-tabs .product-discription ul:not(.nav) li:after, .woocommerce-MyAccount-navigation ul li a:after, .sumo_affiliates_frontend_management .sumoaffiliates_menu ul li a:after, #bbpress-forums ul li.bbp-header, #bbpress-forums ul li.bbp-footer, #bbpress-forums .bbp-pagination-links .page-numbers.current {
  background-color: #73cb01 !important;
}

.c1-bo, .custom-checkbox label .checkmark, .custom-checkbox-2 label .checkmark, .pagination li a.current, .pagination li a.active,
.pagination li span.current,
.pagination li span.active, .btn.btn-borderd, .btn-borderd.single_add_to_cart_button, #bbpress-forums .bbp-submit-wrapper .single_add_to_cart_button.button,
#bbpress-forums #bbp-your-profile .single_add_to_cart_button.button, .blog_details_content .btn-borderd.wp-block-button__link, .blog_details_content #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button, #bbpress-forums .bbp-submit-wrapper .blog_details_content .wp-block-button__link.button,
.blog_details_content #bbpress-forums #bbp-your-profile .wp-block-button__link.button, #bbpress-forums #bbp-your-profile .blog_details_content .wp-block-button__link.button,
.blog_details_content .btn-borderd.wp-block-file__button, .blog_details_content #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button, #bbpress-forums .bbp-submit-wrapper .blog_details_content .wp-block-file__button.button,
.blog_details_content #bbpress-forums #bbp-your-profile .wp-block-file__button.button, #bbpress-forums #bbp-your-profile .blog_details_content .wp-block-file__button.button,
.product-description .btn-borderd.wp-block-button__link, .product-description #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button, #bbpress-forums .bbp-submit-wrapper .product-description .wp-block-button__link.button,
.product-description #bbpress-forums #bbp-your-profile .wp-block-button__link.button, #bbpress-forums #bbp-your-profile .product-description .wp-block-button__link.button,
.product-description .btn-borderd.wp-block-file__button, .product-description #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button, #bbpress-forums .bbp-submit-wrapper .product-description .wp-block-file__button.button,
.product-description #bbpress-forums #bbp-your-profile .wp-block-file__button.button, #bbpress-forums #bbp-your-profile .product-description .wp-block-file__button.button,
.page--content .btn-borderd.wp-block-button__link, .page--content #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button, #bbpress-forums .bbp-submit-wrapper .page--content .wp-block-button__link.button,
.page--content #bbpress-forums #bbp-your-profile .wp-block-button__link.button, #bbpress-forums #bbp-your-profile .page--content .wp-block-button__link.button,
.page--content .btn-borderd.wp-block-file__button, .page--content #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button, #bbpress-forums .bbp-submit-wrapper .page--content .wp-block-file__button.button,
.page--content #bbpress-forums #bbp-your-profile .wp-block-file__button.button, #bbpress-forums #bbp-your-profile .page--content .wp-block-file__button.button,
.post-comments-wrap .btn-borderd.wp-block-button__link, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button, #bbpress-forums .bbp-submit-wrapper .post-comments-wrap .wp-block-button__link.button,
.post-comments-wrap #bbpress-forums #bbp-your-profile .wp-block-button__link.button, #bbpress-forums #bbp-your-profile .post-comments-wrap .wp-block-button__link.button,
.post-comments-wrap .btn-borderd.wp-block-file__button, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button, #bbpress-forums .bbp-submit-wrapper .post-comments-wrap .wp-block-file__button.button,
.post-comments-wrap #bbpress-forums #bbp-your-profile .wp-block-file__button.button, #bbpress-forums #bbp-your-profile .post-comments-wrap .wp-block-file__button.button, .btn-borderd.sumo_affiliates_submit_registration_form, #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_submit_registration_form.button,
#bbpress-forums #bbp-your-profile .sumo_affiliates_submit_registration_form.button, .form-table input.btn-borderd[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.btn-borderd[type="submit"], .form-table #bbpress-forums .bbp-submit-wrapper input.button[type="submit"], #bbpress-forums .bbp-submit-wrapper .form-table input.button[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums .bbp-submit-wrapper input.button[type="submit"], #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button[type="submit"],
.form-table #bbpress-forums #bbp-your-profile input.button[type="submit"], #bbpress-forums #bbp-your-profile .form-table input.button[type="submit"],
.sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums #bbp-your-profile input.button[type="submit"], #bbpress-forums #bbp-your-profile .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button[type="submit"], .single_variation_wrap .btn-borderd.single_add_to_cart_button, .single_variation_wrap #bbpress-forums .bbp-submit-wrapper .single_add_to_cart_button.button, #bbpress-forums .bbp-submit-wrapper .single_variation_wrap .single_add_to_cart_button.button,
.single_variation_wrap #bbpress-forums #bbp-your-profile .single_add_to_cart_button.button, #bbpress-forums #bbp-your-profile .single_variation_wrap .single_add_to_cart_button.button, .shop_table .btn-borderd.woocommerce-MyAccount-downloads-file, .shop_table #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-downloads-file.button, #bbpress-forums .bbp-submit-wrapper .shop_table .woocommerce-MyAccount-downloads-file.button,
.shop_table #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-downloads-file.button, #bbpress-forums #bbp-your-profile .shop_table .woocommerce-MyAccount-downloads-file.button, .woocommerce .return-to-shop .btn-borderd.button, .woocommerce .return-to-shop #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .woocommerce .return-to-shop .button,
.woocommerce .return-to-shop #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .woocommerce .return-to-shop .button, .woocommerce .woocommerce-form-coupon .input-wrap .btn-borderd.button, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .btn-borderd.button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .btn-borderd.button, .woocommerce .woocommerce-form-coupon .input-wrap #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .woocommerce .woocommerce-form-coupon .input-wrap .button, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button,
.woocommerce .woocommerce-form-coupon .input-wrap #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .woocommerce .woocommerce-form-coupon .input-wrap .button,
.woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .btn-borderd.button, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content button.btn-borderd, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper button.button, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content button.button,
.woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile button.button, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content button.button, #bbpress-forums .bbp-submit-wrapper .button,
#bbpress-forums #bbp-your-profile .button, #bbpress-forums #subscription-toggle a.btn-borderd, #bbpress-forums #subscription-toggle .bbp-submit-wrapper a.button, #bbpress-forums .bbp-submit-wrapper #subscription-toggle a.button,
#bbpress-forums #subscription-toggle #bbp-your-profile a.button, #bbpress-forums #bbp-your-profile #subscription-toggle a.button, .add_to_cart_button:not(.product_type_variable),
.product_type_grouped,
.product_type_external, .btn-circle, .menu-trigger, .single-blog.sticky, .widget.widget_social_icons li a, .widget.widget_search form input, .widget.widget_subscribe form input, .single-step .step-icon, .single_pricing_table .pt_footer .btn, .single_pricing_table .pt_footer .single_add_to_cart_button, .single_pricing_table .pt_footer .blog_details_content .wp-block-button__link, .blog_details_content .single_pricing_table .pt_footer .wp-block-button__link,
.single_pricing_table .pt_footer .blog_details_content .wp-block-file__button, .blog_details_content .single_pricing_table .pt_footer .wp-block-file__button,
.single_pricing_table .pt_footer .product-description .wp-block-button__link, .product-description .single_pricing_table .pt_footer .wp-block-button__link,
.single_pricing_table .pt_footer .product-description .wp-block-file__button, .product-description .single_pricing_table .pt_footer .wp-block-file__button,
.single_pricing_table .pt_footer .page--content .wp-block-button__link, .page--content .single_pricing_table .pt_footer .wp-block-button__link,
.single_pricing_table .pt_footer .page--content .wp-block-file__button, .page--content .single_pricing_table .pt_footer .wp-block-file__button,
.single_pricing_table .pt_footer .post-comments-wrap .wp-block-button__link, .post-comments-wrap .single_pricing_table .pt_footer .wp-block-button__link,
.single_pricing_table .pt_footer .post-comments-wrap .wp-block-file__button, .post-comments-wrap .single_pricing_table .pt_footer .wp-block-file__button, .single_pricing_table .pt_footer .sumo_affiliates_submit_registration_form, .single_pricing_table .pt_footer .form-table input[type="submit"], .form-table .single_pricing_table .pt_footer input[type="submit"], .single_pricing_table .pt_footer .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .single_pricing_table .pt_footer input[type="submit"], .single_pricing_table .pt_footer .shop_table .woocommerce-MyAccount-downloads-file, .shop_table .single_pricing_table .pt_footer .woocommerce-MyAccount-downloads-file, .single_pricing_table .pt_footer .woocommerce .return-to-shop .button, .woocommerce .return-to-shop .single_pricing_table .pt_footer .button, .single_pricing_table .pt_footer .woocommerce .woocommerce-form-coupon .input-wrap .button, .woocommerce .woocommerce-form-coupon .input-wrap .single_pricing_table .pt_footer .button, .single_pricing_table .pt_footer .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .single_pricing_table .pt_footer .button, .single_pricing_table .pt_footer .woocommerce-MyAccount-content button, .woocommerce-MyAccount-content .single_pricing_table .pt_footer button, .single_pricing_table .pt_footer #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .single_pricing_table .pt_footer .button,
.single_pricing_table .pt_footer #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .single_pricing_table .pt_footer .button, .single_pricing_table .pt_footer #bbpress-forums #subscription-toggle a, #bbpress-forums #subscription-toggle .single_pricing_table .pt_footer a, .forum-banner-text a, #bbpress-forums .bbp-pagination-links .page-numbers.current {
  border-color: #73cb01 !important;
}

.c1-hover, a:hover {
  color: #7edf00;
}

.c1-hover-bg, .btn.btn-fill:hover, .single_add_to_cart_button:hover, .blog_details_content .wp-block-button__link:hover,
.blog_details_content .wp-block-file__button:hover,
.product-description .wp-block-button__link:hover,
.product-description .wp-block-file__button:hover,
.page--content .wp-block-button__link:hover,
.page--content .wp-block-file__button:hover,
.post-comments-wrap .wp-block-button__link:hover,
.post-comments-wrap .wp-block-file__button:hover, .sumo_affiliates_submit_registration_form:hover, .form-table input:hover[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input:hover[type="submit"], .single_variation_wrap .single_add_to_cart_button:hover, .shop_table .woocommerce-MyAccount-downloads-file:hover, .woocommerce .return-to-shop .button:hover, .woocommerce .woocommerce-form-coupon .input-wrap .btn-fill.button:hover, .woocommerce .woocommerce-form-coupon .input-wrap .button.single_add_to_cart_button:hover, .woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .button.wp-block-button__link:hover, .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:hover,
.woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .button.wp-block-file__button:hover, .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:hover,
.woocommerce .woocommerce-form-coupon .input-wrap .product-description .button.wp-block-button__link:hover, .product-description .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:hover,
.woocommerce .woocommerce-form-coupon .input-wrap .product-description .button.wp-block-file__button:hover, .product-description .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:hover,
.woocommerce .woocommerce-form-coupon .input-wrap .page--content .button.wp-block-button__link:hover, .page--content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:hover,
.woocommerce .woocommerce-form-coupon .input-wrap .page--content .button.wp-block-file__button:hover, .page--content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:hover,
.woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .button.wp-block-button__link:hover, .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:hover,
.woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .button.wp-block-file__button:hover, .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:hover, .woocommerce .woocommerce-form-coupon .input-wrap .button.sumo_affiliates_submit_registration_form:hover, .woocommerce .woocommerce-form-coupon .input-wrap .form-table input.button:hover[type="submit"], .form-table .woocommerce .woocommerce-form-coupon .input-wrap input.button:hover[type="submit"], .woocommerce .woocommerce-form-coupon .input-wrap .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:hover[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .woocommerce .woocommerce-form-coupon .input-wrap input.button:hover[type="submit"], .woocommerce .woocommerce-form-coupon .input-wrap .shop_table .button.woocommerce-MyAccount-downloads-file:hover, .shop_table .woocommerce .woocommerce-form-coupon .input-wrap .button.woocommerce-MyAccount-downloads-file:hover, .woocommerce .woocommerce-form-coupon .input-wrap .return-to-shop .button:hover, .woocommerce .return-to-shop .woocommerce-form-coupon .input-wrap .button:hover, .woocommerce .woocommerce-form-coupon .input-wrap .woocommerce-MyAccount-content .button:hover, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .input-wrap .button:hover, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button:hover, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button:hover, .woocommerce-MyAccount-content .button:hover, .woocommerce-MyAccount-content button:hover, #bbpress-forums .bbp-submit-wrapper .btn-fill.button:hover, #bbpress-forums .bbp-submit-wrapper .button.single_add_to_cart_button:hover, #bbpress-forums .bbp-submit-wrapper .blog_details_content .button.wp-block-button__link:hover, .blog_details_content #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:hover,
#bbpress-forums .bbp-submit-wrapper .blog_details_content .button.wp-block-file__button:hover, .blog_details_content #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:hover,
#bbpress-forums .bbp-submit-wrapper .product-description .button.wp-block-button__link:hover, .product-description #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:hover,
#bbpress-forums .bbp-submit-wrapper .product-description .button.wp-block-file__button:hover, .product-description #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:hover,
#bbpress-forums .bbp-submit-wrapper .page--content .button.wp-block-button__link:hover, .page--content #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:hover,
#bbpress-forums .bbp-submit-wrapper .page--content .button.wp-block-file__button:hover, .page--content #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:hover,
#bbpress-forums .bbp-submit-wrapper .post-comments-wrap .button.wp-block-button__link:hover, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:hover,
#bbpress-forums .bbp-submit-wrapper .post-comments-wrap .button.wp-block-file__button:hover, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:hover, #bbpress-forums .bbp-submit-wrapper .button.sumo_affiliates_submit_registration_form:hover, #bbpress-forums .bbp-submit-wrapper .form-table input.button:hover[type="submit"], .form-table #bbpress-forums .bbp-submit-wrapper input.button:hover[type="submit"], #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:hover[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums .bbp-submit-wrapper input.button:hover[type="submit"], #bbpress-forums .bbp-submit-wrapper .shop_table .button.woocommerce-MyAccount-downloads-file:hover, .shop_table #bbpress-forums .bbp-submit-wrapper .button.woocommerce-MyAccount-downloads-file:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce .return-to-shop .button:hover, .woocommerce .return-to-shop #bbpress-forums .bbp-submit-wrapper .button:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .button:hover, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper .button:hover,
#bbpress-forums #bbp-your-profile .btn-fill.button:hover, #bbpress-forums #bbp-your-profile .button.single_add_to_cart_button:hover, #bbpress-forums #bbp-your-profile .blog_details_content .button.wp-block-button__link:hover, .blog_details_content #bbpress-forums #bbp-your-profile .button.wp-block-button__link:hover,
#bbpress-forums #bbp-your-profile .blog_details_content .button.wp-block-file__button:hover, .blog_details_content #bbpress-forums #bbp-your-profile .button.wp-block-file__button:hover,
#bbpress-forums #bbp-your-profile .product-description .button.wp-block-button__link:hover, .product-description #bbpress-forums #bbp-your-profile .button.wp-block-button__link:hover,
#bbpress-forums #bbp-your-profile .product-description .button.wp-block-file__button:hover, .product-description #bbpress-forums #bbp-your-profile .button.wp-block-file__button:hover,
#bbpress-forums #bbp-your-profile .page--content .button.wp-block-button__link:hover, .page--content #bbpress-forums #bbp-your-profile .button.wp-block-button__link:hover,
#bbpress-forums #bbp-your-profile .page--content .button.wp-block-file__button:hover, .page--content #bbpress-forums #bbp-your-profile .button.wp-block-file__button:hover,
#bbpress-forums #bbp-your-profile .post-comments-wrap .button.wp-block-button__link:hover, .post-comments-wrap #bbpress-forums #bbp-your-profile .button.wp-block-button__link:hover,
#bbpress-forums #bbp-your-profile .post-comments-wrap .button.wp-block-file__button:hover, .post-comments-wrap #bbpress-forums #bbp-your-profile .button.wp-block-file__button:hover, #bbpress-forums #bbp-your-profile .button.sumo_affiliates_submit_registration_form:hover, #bbpress-forums #bbp-your-profile .form-table input.button:hover[type="submit"], .form-table #bbpress-forums #bbp-your-profile input.button:hover[type="submit"], #bbpress-forums #bbp-your-profile .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:hover[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums #bbp-your-profile input.button:hover[type="submit"], #bbpress-forums #bbp-your-profile .shop_table .button.woocommerce-MyAccount-downloads-file:hover, .shop_table #bbpress-forums #bbp-your-profile .button.woocommerce-MyAccount-downloads-file:hover, #bbpress-forums #bbp-your-profile .woocommerce .return-to-shop .button:hover, .woocommerce .return-to-shop #bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .button:hover, .woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #subscription-toggle a.btn-fill:hover, #bbpress-forums #subscription-toggle a.single_add_to_cart_button:hover, #bbpress-forums #subscription-toggle .blog_details_content a.wp-block-button__link:hover, .blog_details_content #bbpress-forums #subscription-toggle a.wp-block-button__link:hover,
#bbpress-forums #subscription-toggle .blog_details_content a.wp-block-file__button:hover, .blog_details_content #bbpress-forums #subscription-toggle a.wp-block-file__button:hover,
#bbpress-forums #subscription-toggle .product-description a.wp-block-button__link:hover, .product-description #bbpress-forums #subscription-toggle a.wp-block-button__link:hover,
#bbpress-forums #subscription-toggle .product-description a.wp-block-file__button:hover, .product-description #bbpress-forums #subscription-toggle a.wp-block-file__button:hover,
#bbpress-forums #subscription-toggle .page--content a.wp-block-button__link:hover, .page--content #bbpress-forums #subscription-toggle a.wp-block-button__link:hover,
#bbpress-forums #subscription-toggle .page--content a.wp-block-file__button:hover, .page--content #bbpress-forums #subscription-toggle a.wp-block-file__button:hover,
#bbpress-forums #subscription-toggle .post-comments-wrap a.wp-block-button__link:hover, .post-comments-wrap #bbpress-forums #subscription-toggle a.wp-block-button__link:hover,
#bbpress-forums #subscription-toggle .post-comments-wrap a.wp-block-file__button:hover, .post-comments-wrap #bbpress-forums #subscription-toggle a.wp-block-file__button:hover, #bbpress-forums #subscription-toggle a.sumo_affiliates_submit_registration_form:hover, #bbpress-forums #subscription-toggle .shop_table a.woocommerce-MyAccount-downloads-file:hover, .shop_table #bbpress-forums #subscription-toggle a.woocommerce-MyAccount-downloads-file:hover, #bbpress-forums #subscription-toggle .woocommerce .return-to-shop a.button:hover, .woocommerce .return-to-shop #bbpress-forums #subscription-toggle a.button:hover, #bbpress-forums #subscription-toggle .woocommerce-MyAccount-content a.button:hover, .woocommerce-MyAccount-content #bbpress-forums #subscription-toggle a.button:hover, .btn.btn-fill:focus, .single_add_to_cart_button:focus, .blog_details_content .wp-block-button__link:focus,
.blog_details_content .wp-block-file__button:focus,
.product-description .wp-block-button__link:focus,
.product-description .wp-block-file__button:focus,
.page--content .wp-block-button__link:focus,
.page--content .wp-block-file__button:focus,
.post-comments-wrap .wp-block-button__link:focus,
.post-comments-wrap .wp-block-file__button:focus, .sumo_affiliates_submit_registration_form:focus, .form-table input:focus[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input:focus[type="submit"], .single_variation_wrap .single_add_to_cart_button:focus, .shop_table .woocommerce-MyAccount-downloads-file:focus, .woocommerce .return-to-shop .button:focus, .woocommerce .woocommerce-form-coupon .input-wrap .btn-fill.button:focus, .woocommerce .woocommerce-form-coupon .input-wrap .button.single_add_to_cart_button:focus, .woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .button.wp-block-button__link:focus, .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:focus,
.woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .button.wp-block-file__button:focus, .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:focus,
.woocommerce .woocommerce-form-coupon .input-wrap .product-description .button.wp-block-button__link:focus, .product-description .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:focus,
.woocommerce .woocommerce-form-coupon .input-wrap .product-description .button.wp-block-file__button:focus, .product-description .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:focus,
.woocommerce .woocommerce-form-coupon .input-wrap .page--content .button.wp-block-button__link:focus, .page--content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:focus,
.woocommerce .woocommerce-form-coupon .input-wrap .page--content .button.wp-block-file__button:focus, .page--content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:focus,
.woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .button.wp-block-button__link:focus, .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:focus,
.woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .button.wp-block-file__button:focus, .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:focus, .woocommerce .woocommerce-form-coupon .input-wrap .button.sumo_affiliates_submit_registration_form:focus, .woocommerce .woocommerce-form-coupon .input-wrap .form-table input.button:focus[type="submit"], .form-table .woocommerce .woocommerce-form-coupon .input-wrap input.button:focus[type="submit"], .woocommerce .woocommerce-form-coupon .input-wrap .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:focus[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .woocommerce .woocommerce-form-coupon .input-wrap input.button:focus[type="submit"], .woocommerce .woocommerce-form-coupon .input-wrap .shop_table .button.woocommerce-MyAccount-downloads-file:focus, .shop_table .woocommerce .woocommerce-form-coupon .input-wrap .button.woocommerce-MyAccount-downloads-file:focus, .woocommerce .woocommerce-form-coupon .input-wrap .return-to-shop .button:focus, .woocommerce .return-to-shop .woocommerce-form-coupon .input-wrap .button:focus, .woocommerce .woocommerce-form-coupon .input-wrap .woocommerce-MyAccount-content .button:focus, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .input-wrap .button:focus, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button:focus, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button:focus, .woocommerce-MyAccount-content .button:focus, .woocommerce-MyAccount-content button:focus, #bbpress-forums .bbp-submit-wrapper .btn-fill.button:focus, #bbpress-forums .bbp-submit-wrapper .button.single_add_to_cart_button:focus, #bbpress-forums .bbp-submit-wrapper .blog_details_content .button.wp-block-button__link:focus, .blog_details_content #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:focus,
#bbpress-forums .bbp-submit-wrapper .blog_details_content .button.wp-block-file__button:focus, .blog_details_content #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:focus,
#bbpress-forums .bbp-submit-wrapper .product-description .button.wp-block-button__link:focus, .product-description #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:focus,
#bbpress-forums .bbp-submit-wrapper .product-description .button.wp-block-file__button:focus, .product-description #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:focus,
#bbpress-forums .bbp-submit-wrapper .page--content .button.wp-block-button__link:focus, .page--content #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:focus,
#bbpress-forums .bbp-submit-wrapper .page--content .button.wp-block-file__button:focus, .page--content #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:focus,
#bbpress-forums .bbp-submit-wrapper .post-comments-wrap .button.wp-block-button__link:focus, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:focus,
#bbpress-forums .bbp-submit-wrapper .post-comments-wrap .button.wp-block-file__button:focus, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:focus, #bbpress-forums .bbp-submit-wrapper .button.sumo_affiliates_submit_registration_form:focus, #bbpress-forums .bbp-submit-wrapper .form-table input.button:focus[type="submit"], .form-table #bbpress-forums .bbp-submit-wrapper input.button:focus[type="submit"], #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:focus[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums .bbp-submit-wrapper input.button:focus[type="submit"], #bbpress-forums .bbp-submit-wrapper .shop_table .button.woocommerce-MyAccount-downloads-file:focus, .shop_table #bbpress-forums .bbp-submit-wrapper .button.woocommerce-MyAccount-downloads-file:focus, #bbpress-forums .bbp-submit-wrapper .woocommerce .return-to-shop .button:focus, .woocommerce .return-to-shop #bbpress-forums .bbp-submit-wrapper .button:focus, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .button:focus, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper .button:focus,
#bbpress-forums #bbp-your-profile .btn-fill.button:focus, #bbpress-forums #bbp-your-profile .button.single_add_to_cart_button:focus, #bbpress-forums #bbp-your-profile .blog_details_content .button.wp-block-button__link:focus, .blog_details_content #bbpress-forums #bbp-your-profile .button.wp-block-button__link:focus,
#bbpress-forums #bbp-your-profile .blog_details_content .button.wp-block-file__button:focus, .blog_details_content #bbpress-forums #bbp-your-profile .button.wp-block-file__button:focus,
#bbpress-forums #bbp-your-profile .product-description .button.wp-block-button__link:focus, .product-description #bbpress-forums #bbp-your-profile .button.wp-block-button__link:focus,
#bbpress-forums #bbp-your-profile .product-description .button.wp-block-file__button:focus, .product-description #bbpress-forums #bbp-your-profile .button.wp-block-file__button:focus,
#bbpress-forums #bbp-your-profile .page--content .button.wp-block-button__link:focus, .page--content #bbpress-forums #bbp-your-profile .button.wp-block-button__link:focus,
#bbpress-forums #bbp-your-profile .page--content .button.wp-block-file__button:focus, .page--content #bbpress-forums #bbp-your-profile .button.wp-block-file__button:focus,
#bbpress-forums #bbp-your-profile .post-comments-wrap .button.wp-block-button__link:focus, .post-comments-wrap #bbpress-forums #bbp-your-profile .button.wp-block-button__link:focus,
#bbpress-forums #bbp-your-profile .post-comments-wrap .button.wp-block-file__button:focus, .post-comments-wrap #bbpress-forums #bbp-your-profile .button.wp-block-file__button:focus, #bbpress-forums #bbp-your-profile .button.sumo_affiliates_submit_registration_form:focus, #bbpress-forums #bbp-your-profile .form-table input.button:focus[type="submit"], .form-table #bbpress-forums #bbp-your-profile input.button:focus[type="submit"], #bbpress-forums #bbp-your-profile .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:focus[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums #bbp-your-profile input.button:focus[type="submit"], #bbpress-forums #bbp-your-profile .shop_table .button.woocommerce-MyAccount-downloads-file:focus, .shop_table #bbpress-forums #bbp-your-profile .button.woocommerce-MyAccount-downloads-file:focus, #bbpress-forums #bbp-your-profile .woocommerce .return-to-shop .button:focus, .woocommerce .return-to-shop #bbpress-forums #bbp-your-profile .button:focus, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .button:focus, .woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile .button:focus, #bbpress-forums #subscription-toggle a.btn-fill:focus, #bbpress-forums #subscription-toggle a.single_add_to_cart_button:focus, #bbpress-forums #subscription-toggle .blog_details_content a.wp-block-button__link:focus, .blog_details_content #bbpress-forums #subscription-toggle a.wp-block-button__link:focus,
#bbpress-forums #subscription-toggle .blog_details_content a.wp-block-file__button:focus, .blog_details_content #bbpress-forums #subscription-toggle a.wp-block-file__button:focus,
#bbpress-forums #subscription-toggle .product-description a.wp-block-button__link:focus, .product-description #bbpress-forums #subscription-toggle a.wp-block-button__link:focus,
#bbpress-forums #subscription-toggle .product-description a.wp-block-file__button:focus, .product-description #bbpress-forums #subscription-toggle a.wp-block-file__button:focus,
#bbpress-forums #subscription-toggle .page--content a.wp-block-button__link:focus, .page--content #bbpress-forums #subscription-toggle a.wp-block-button__link:focus,
#bbpress-forums #subscription-toggle .page--content a.wp-block-file__button:focus, .page--content #bbpress-forums #subscription-toggle a.wp-block-file__button:focus,
#bbpress-forums #subscription-toggle .post-comments-wrap a.wp-block-button__link:focus, .post-comments-wrap #bbpress-forums #subscription-toggle a.wp-block-button__link:focus,
#bbpress-forums #subscription-toggle .post-comments-wrap a.wp-block-file__button:focus, .post-comments-wrap #bbpress-forums #subscription-toggle a.wp-block-file__button:focus, #bbpress-forums #subscription-toggle a.sumo_affiliates_submit_registration_form:focus, #bbpress-forums #subscription-toggle .shop_table a.woocommerce-MyAccount-downloads-file:focus, .shop_table #bbpress-forums #subscription-toggle a.woocommerce-MyAccount-downloads-file:focus, #bbpress-forums #subscription-toggle .woocommerce .return-to-shop a.button:focus, .woocommerce .return-to-shop #bbpress-forums #subscription-toggle a.button:focus, #bbpress-forums #subscription-toggle .woocommerce-MyAccount-content a.button:focus, .woocommerce-MyAccount-content #bbpress-forums #subscription-toggle a.button:focus, .btn.btn-fill:active, .single_add_to_cart_button:active, .blog_details_content .wp-block-button__link:active,
.blog_details_content .wp-block-file__button:active,
.product-description .wp-block-button__link:active,
.product-description .wp-block-file__button:active,
.page--content .wp-block-button__link:active,
.page--content .wp-block-file__button:active,
.post-comments-wrap .wp-block-button__link:active,
.post-comments-wrap .wp-block-file__button:active, .sumo_affiliates_submit_registration_form:active, .form-table input:active[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input:active[type="submit"], .single_variation_wrap .single_add_to_cart_button:active, .shop_table .woocommerce-MyAccount-downloads-file:active, .woocommerce .return-to-shop .button:active, .woocommerce .woocommerce-form-coupon .input-wrap .btn-fill.button:active, .woocommerce .woocommerce-form-coupon .input-wrap .button.single_add_to_cart_button:active, .woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .button.wp-block-button__link:active, .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:active,
.woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .button.wp-block-file__button:active, .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:active,
.woocommerce .woocommerce-form-coupon .input-wrap .product-description .button.wp-block-button__link:active, .product-description .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:active,
.woocommerce .woocommerce-form-coupon .input-wrap .product-description .button.wp-block-file__button:active, .product-description .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:active,
.woocommerce .woocommerce-form-coupon .input-wrap .page--content .button.wp-block-button__link:active, .page--content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:active,
.woocommerce .woocommerce-form-coupon .input-wrap .page--content .button.wp-block-file__button:active, .page--content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:active,
.woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .button.wp-block-button__link:active, .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:active,
.woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .button.wp-block-file__button:active, .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:active, .woocommerce .woocommerce-form-coupon .input-wrap .button.sumo_affiliates_submit_registration_form:active, .woocommerce .woocommerce-form-coupon .input-wrap .form-table input.button:active[type="submit"], .form-table .woocommerce .woocommerce-form-coupon .input-wrap input.button:active[type="submit"], .woocommerce .woocommerce-form-coupon .input-wrap .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:active[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .woocommerce .woocommerce-form-coupon .input-wrap input.button:active[type="submit"], .woocommerce .woocommerce-form-coupon .input-wrap .shop_table .button.woocommerce-MyAccount-downloads-file:active, .shop_table .woocommerce .woocommerce-form-coupon .input-wrap .button.woocommerce-MyAccount-downloads-file:active, .woocommerce .woocommerce-form-coupon .input-wrap .return-to-shop .button:active, .woocommerce .return-to-shop .woocommerce-form-coupon .input-wrap .button:active, .woocommerce .woocommerce-form-coupon .input-wrap .woocommerce-MyAccount-content .button:active, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .input-wrap .button:active, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button:active, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button:active, .woocommerce-MyAccount-content .button:active, .woocommerce-MyAccount-content button:active, #bbpress-forums .bbp-submit-wrapper .btn-fill.button:active, #bbpress-forums .bbp-submit-wrapper .button.single_add_to_cart_button:active, #bbpress-forums .bbp-submit-wrapper .blog_details_content .button.wp-block-button__link:active, .blog_details_content #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:active,
#bbpress-forums .bbp-submit-wrapper .blog_details_content .button.wp-block-file__button:active, .blog_details_content #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:active,
#bbpress-forums .bbp-submit-wrapper .product-description .button.wp-block-button__link:active, .product-description #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:active,
#bbpress-forums .bbp-submit-wrapper .product-description .button.wp-block-file__button:active, .product-description #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:active,
#bbpress-forums .bbp-submit-wrapper .page--content .button.wp-block-button__link:active, .page--content #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:active,
#bbpress-forums .bbp-submit-wrapper .page--content .button.wp-block-file__button:active, .page--content #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:active,
#bbpress-forums .bbp-submit-wrapper .post-comments-wrap .button.wp-block-button__link:active, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:active,
#bbpress-forums .bbp-submit-wrapper .post-comments-wrap .button.wp-block-file__button:active, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:active, #bbpress-forums .bbp-submit-wrapper .button.sumo_affiliates_submit_registration_form:active, #bbpress-forums .bbp-submit-wrapper .form-table input.button:active[type="submit"], .form-table #bbpress-forums .bbp-submit-wrapper input.button:active[type="submit"], #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:active[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums .bbp-submit-wrapper input.button:active[type="submit"], #bbpress-forums .bbp-submit-wrapper .shop_table .button.woocommerce-MyAccount-downloads-file:active, .shop_table #bbpress-forums .bbp-submit-wrapper .button.woocommerce-MyAccount-downloads-file:active, #bbpress-forums .bbp-submit-wrapper .woocommerce .return-to-shop .button:active, .woocommerce .return-to-shop #bbpress-forums .bbp-submit-wrapper .button:active, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .button:active, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper .button:active,
#bbpress-forums #bbp-your-profile .btn-fill.button:active, #bbpress-forums #bbp-your-profile .button.single_add_to_cart_button:active, #bbpress-forums #bbp-your-profile .blog_details_content .button.wp-block-button__link:active, .blog_details_content #bbpress-forums #bbp-your-profile .button.wp-block-button__link:active,
#bbpress-forums #bbp-your-profile .blog_details_content .button.wp-block-file__button:active, .blog_details_content #bbpress-forums #bbp-your-profile .button.wp-block-file__button:active,
#bbpress-forums #bbp-your-profile .product-description .button.wp-block-button__link:active, .product-description #bbpress-forums #bbp-your-profile .button.wp-block-button__link:active,
#bbpress-forums #bbp-your-profile .product-description .button.wp-block-file__button:active, .product-description #bbpress-forums #bbp-your-profile .button.wp-block-file__button:active,
#bbpress-forums #bbp-your-profile .page--content .button.wp-block-button__link:active, .page--content #bbpress-forums #bbp-your-profile .button.wp-block-button__link:active,
#bbpress-forums #bbp-your-profile .page--content .button.wp-block-file__button:active, .page--content #bbpress-forums #bbp-your-profile .button.wp-block-file__button:active,
#bbpress-forums #bbp-your-profile .post-comments-wrap .button.wp-block-button__link:active, .post-comments-wrap #bbpress-forums #bbp-your-profile .button.wp-block-button__link:active,
#bbpress-forums #bbp-your-profile .post-comments-wrap .button.wp-block-file__button:active, .post-comments-wrap #bbpress-forums #bbp-your-profile .button.wp-block-file__button:active, #bbpress-forums #bbp-your-profile .button.sumo_affiliates_submit_registration_form:active, #bbpress-forums #bbp-your-profile .form-table input.button:active[type="submit"], .form-table #bbpress-forums #bbp-your-profile input.button:active[type="submit"], #bbpress-forums #bbp-your-profile .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:active[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums #bbp-your-profile input.button:active[type="submit"], #bbpress-forums #bbp-your-profile .shop_table .button.woocommerce-MyAccount-downloads-file:active, .shop_table #bbpress-forums #bbp-your-profile .button.woocommerce-MyAccount-downloads-file:active, #bbpress-forums #bbp-your-profile .woocommerce .return-to-shop .button:active, .woocommerce .return-to-shop #bbpress-forums #bbp-your-profile .button:active, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .button:active, .woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile .button:active, #bbpress-forums #subscription-toggle a.btn-fill:active, #bbpress-forums #subscription-toggle a.single_add_to_cart_button:active, #bbpress-forums #subscription-toggle .blog_details_content a.wp-block-button__link:active, .blog_details_content #bbpress-forums #subscription-toggle a.wp-block-button__link:active,
#bbpress-forums #subscription-toggle .blog_details_content a.wp-block-file__button:active, .blog_details_content #bbpress-forums #subscription-toggle a.wp-block-file__button:active,
#bbpress-forums #subscription-toggle .product-description a.wp-block-button__link:active, .product-description #bbpress-forums #subscription-toggle a.wp-block-button__link:active,
#bbpress-forums #subscription-toggle .product-description a.wp-block-file__button:active, .product-description #bbpress-forums #subscription-toggle a.wp-block-file__button:active,
#bbpress-forums #subscription-toggle .page--content a.wp-block-button__link:active, .page--content #bbpress-forums #subscription-toggle a.wp-block-button__link:active,
#bbpress-forums #subscription-toggle .page--content a.wp-block-file__button:active, .page--content #bbpress-forums #subscription-toggle a.wp-block-file__button:active,
#bbpress-forums #subscription-toggle .post-comments-wrap a.wp-block-button__link:active, .post-comments-wrap #bbpress-forums #subscription-toggle a.wp-block-button__link:active,
#bbpress-forums #subscription-toggle .post-comments-wrap a.wp-block-file__button:active, .post-comments-wrap #bbpress-forums #subscription-toggle a.wp-block-file__button:active, #bbpress-forums #subscription-toggle a.sumo_affiliates_submit_registration_form:active, #bbpress-forums #subscription-toggle .shop_table a.woocommerce-MyAccount-downloads-file:active, .shop_table #bbpress-forums #subscription-toggle a.woocommerce-MyAccount-downloads-file:active, #bbpress-forums #subscription-toggle .woocommerce .return-to-shop a.button:active, .woocommerce .return-to-shop #bbpress-forums #subscription-toggle a.button:active, #bbpress-forums #subscription-toggle .woocommerce-MyAccount-content a.button:active, .woocommerce-MyAccount-content #bbpress-forums #subscription-toggle a.button:active, .btn.btn-white:hover, .btn-white.single_add_to_cart_button:hover, .blog_details_content .btn-white.wp-block-button__link:hover,
.blog_details_content .btn-white.wp-block-file__button:hover,
.product-description .btn-white.wp-block-button__link:hover,
.product-description .btn-white.wp-block-file__button:hover,
.page--content .btn-white.wp-block-button__link:hover,
.page--content .btn-white.wp-block-file__button:hover,
.post-comments-wrap .btn-white.wp-block-button__link:hover,
.post-comments-wrap .btn-white.wp-block-file__button:hover, .btn-white.sumo_affiliates_submit_registration_form:hover, .form-table input.btn-white:hover[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.btn-white:hover[type="submit"], .shop_table .btn-white.woocommerce-MyAccount-downloads-file:hover, .woocommerce .return-to-shop .btn-white.button:hover, .woocommerce .woocommerce-form-coupon .input-wrap .btn-white.button:hover, .woocommerce-MyAccount-content .btn-white.button:hover, .woocommerce-MyAccount-content button.btn-white:hover, #bbpress-forums .bbp-submit-wrapper .btn-white.button:hover,
#bbpress-forums #bbp-your-profile .btn-white.button:hover, #bbpress-forums #subscription-toggle a.btn-white:hover {
  background-color: #7edf00 !important;
}

.c1-hover-bo, .single_pricing_table .pt_footer .btn:hover, .single_pricing_table .pt_footer .single_add_to_cart_button:hover, .single_pricing_table .pt_footer .blog_details_content .wp-block-button__link:hover, .blog_details_content .single_pricing_table .pt_footer .wp-block-button__link:hover,
.single_pricing_table .pt_footer .blog_details_content .wp-block-file__button:hover, .blog_details_content .single_pricing_table .pt_footer .wp-block-file__button:hover,
.single_pricing_table .pt_footer .product-description .wp-block-button__link:hover, .product-description .single_pricing_table .pt_footer .wp-block-button__link:hover,
.single_pricing_table .pt_footer .product-description .wp-block-file__button:hover, .product-description .single_pricing_table .pt_footer .wp-block-file__button:hover,
.single_pricing_table .pt_footer .page--content .wp-block-button__link:hover, .page--content .single_pricing_table .pt_footer .wp-block-button__link:hover,
.single_pricing_table .pt_footer .page--content .wp-block-file__button:hover, .page--content .single_pricing_table .pt_footer .wp-block-file__button:hover,
.single_pricing_table .pt_footer .post-comments-wrap .wp-block-button__link:hover, .post-comments-wrap .single_pricing_table .pt_footer .wp-block-button__link:hover,
.single_pricing_table .pt_footer .post-comments-wrap .wp-block-file__button:hover, .post-comments-wrap .single_pricing_table .pt_footer .wp-block-file__button:hover, .single_pricing_table .pt_footer .sumo_affiliates_submit_registration_form:hover, .single_pricing_table .pt_footer .form-table input:hover[type="submit"], .form-table .single_pricing_table .pt_footer input:hover[type="submit"], .single_pricing_table .pt_footer .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input:hover[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .single_pricing_table .pt_footer input:hover[type="submit"], .single_pricing_table .pt_footer .shop_table .woocommerce-MyAccount-downloads-file:hover, .shop_table .single_pricing_table .pt_footer .woocommerce-MyAccount-downloads-file:hover, .single_pricing_table .pt_footer .woocommerce .return-to-shop .button:hover, .woocommerce .return-to-shop .single_pricing_table .pt_footer .button:hover, .single_pricing_table .pt_footer .woocommerce .woocommerce-form-coupon .input-wrap .button:hover, .woocommerce .woocommerce-form-coupon .input-wrap .single_pricing_table .pt_footer .button:hover, .single_pricing_table .pt_footer .woocommerce-MyAccount-content .button:hover, .woocommerce-MyAccount-content .single_pricing_table .pt_footer .button:hover, .single_pricing_table .pt_footer .woocommerce-MyAccount-content button:hover, .woocommerce-MyAccount-content .single_pricing_table .pt_footer button:hover, .single_pricing_table .pt_footer #bbpress-forums .bbp-submit-wrapper .button:hover, #bbpress-forums .bbp-submit-wrapper .single_pricing_table .pt_footer .button:hover,
.single_pricing_table .pt_footer #bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #bbp-your-profile .single_pricing_table .pt_footer .button:hover, .single_pricing_table .pt_footer #bbpress-forums #subscription-toggle a:hover, #bbpress-forums #subscription-toggle .single_pricing_table .pt_footer a:hover {
  border-color: #7edf00 !important;
}

.heading, h1,
h2,
h3,
h4,
h5,
h6, .theme_list_style, .service_details_wrapper ul, .product-discription-tabs ul:not(.nav), .pagination li a:hover,
.pagination li span:hover, .btn-icon, .post-comments-wrap > h4 span, .single-quick-feature p, .single_pricing_table .pt_body .pt_feature strong, .behind-content .center h2 p, .single-form-selector .form-heading, .sumo_affiliates_frontend_management .sumoaffiliates_menu ul li a, .job--details .job--details__positions span, .job--details .job--details__content dt, .product .product-wrap .product-bottom .price, .product .product-wrap .product-bottom .price .amount, .product .product-wrap .product-bottom .product-title a, .product_nav .product_nav_dropdown a, .item-sidebar .recommended-service > p, .item-sidebar .product_meta li a:not(:last-child):after, .item-sidebar .social-share li a, .cart-collaterals .shipping-calculator-form button, #bbpress-forums ul li.bbp-body .bbp-forum-title,
#bbpress-forums ul li.bbp-body .bbp-topic-title .bbp-topic-permalink, #bbpress-forums .bbp-meta .bbp-reply-post-date, #bbpress-forums #bbp-user-navigation ul li a {
  color: #333333;
}

.heading-bg, .theme_list_style li:after, .service_details_wrapper ul li:after, .product-discription-tabs ul:not(.nav) li:after, .custom-checkbox-2 label .checkmark:before, .custom-checkbox-2 label .checkmark:after {
  background-color: #333333 !important;
}

.heading-bo, .sumo_affiliates_frontend_management .sumoaffiliates_menu .sumoaffiliates_mobile_menu select, .select2-container--default .select2-selection--single {
  border-color: #333333 !important;
}

/* ************************
   1.2: Common Classes
   ********************* */
/* Fonts */
.philosopher, h1,
h2,
h3,
h4,
h5,
h6, .refund-content p:first-child span, .btn, .single_add_to_cart_button, .blog_details_content .wp-block-button__link,
.blog_details_content .wp-block-file__button,
.product-description .wp-block-button__link,
.product-description .wp-block-file__button,
.page--content .wp-block-button__link,
.page--content .wp-block-file__button,
.post-comments-wrap .wp-block-button__link,
.post-comments-wrap .wp-block-file__button, .sumo_affiliates_submit_registration_form, .form-table input[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input[type="submit"], .single_variation_wrap .single_add_to_cart_button, .shop_table .woocommerce-MyAccount-downloads-file, .woocommerce .return-to-shop .button, .woocommerce .woocommerce-form-coupon .input-wrap .button, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content button, #bbpress-forums .bbp-submit-wrapper .button,
#bbpress-forums #bbp-your-profile .button, #bbpress-forums #subscription-toggle a, .btn-order, .btn-underline, .main_menu ul, .comment-respond .logged-in-as a, .review-form .logged-in-as a, .widget.widget_products .single_product .product_price, .single-step .step-icon .step-count, .page_banner_feature .banner_feature strong, .pricing_nav, .single_pricing_table .pt_header .pt_price .offer_price, .single-testimonial .testi-rating .rating-number, .single-timeline span, .behind-content .sub p, .single-form-selector .form-heading, .product .product-wrap .product-bottom .price .amount, .product-discription-tabs .nav, .variations_form .variations .value .reset_variations, .shop_table thead th, .shop_table td .coupon button, .cart-collaterals .shipping-calculator-button, .cart-collaterals .shipping-calculator-form button, .woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-notice--success a,
.woocommerce .cart-empty a, .woocommerce-MyAccount-navigation ul li a, .sumo_affiliates_frontend_management .sumoaffiliates_menu ul li a, .woocommerce-MyAccount-content p strong, #bbpress-forums ul li.bbp-header, #bbpress-forums ul li.bbp-footer, #bbpress-forums ul li.bbp-body .bbp-forum-title,
#bbpress-forums ul li.bbp-body .bbp-topic-title .bbp-topic-permalink, #bbpress-forums #bbp-user-navigation {
  font-family: "Philosopher", sans-serif;
}

.ptSans, body, .main_menu ul li ul.sub-menu, .single_change-log h5 span {
  font-family: "PT Sans", sans-serif;
}

/* Transitions */
.trans2, .box-shadow, .single-core-service, .job--list .job--list__item:hover, .offcanvas-menu, .pricing_nav li a:after, .woocommerce-MyAccount-navigation ul li a:after, .sumo_affiliates_frontend_management .sumoaffiliates_menu ul li a:after {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.trans3, a, .preview-wrap, .custom-checkbox-2 label .checkmark:before, .custom-checkbox-2 label .checkmark:after, .search-form button path, .preview_btn span,
.shop_action_btn span,
.add_to_cart_button:not(.product_type_variable) span,
.product_type_grouped span,
.added_to_cart.wc-forward span,
.product_type_external span, .main_menu ul li ul.sub-menu, .menu-trigger span, .widget.widget_categories .posts-count, .testimonial-slider .owl-nav button.owl-prev, .testimonial-slider .owl-nav button.owl-next, .back-top i, .job--list .job--list__item, .product_nav .nav-wrapper .nav, .product_nav .search-form, .product_nav .form-trigger svg,
.product_nav .menu-toggle svg, #review_form .comment-form-rating .stars a:after, .item-details-content .item_thumb .thumb_action, .shop_table td .coupon button {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.trans4 {
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}

@media only screen and (max-width: 991px) {
  br {
    display: none;
  }
}

/* Others */
a.border-bottom {
  border-color: inherit !important;
}

.radius-10, .blog_image img, .widget.widget_search form input, .widget.widget_subscribe form input, .widget.widget_subscribe, .single-core-service, .single_pricing_table {
  border-radius: 10px;
  overflow: hidden;
}

.box-shadow-fixed, .box-shadow:hover, .single-core-service:hover, .job--list .job--list__item:hover, .box-shadow.active, .active.single-core-service, .search-form, .product_nav .product_nav_dropdown {
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
}

.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.list-inline li {
  display: inline-block;
}

.bg-img {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-overlay:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fffaf1;
  z-index: -1;
  content: '';
  opacity: .95;
}

.bg-light, .affiliate-cta:after {
  background-color: #fcfcfc !important;
}

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

/* Input Style */
.form-control-file {
  display: block;
  width: auto;
  position: relative;
  height: 38px;
  line-height: 30px;
}

.input-wrap, .woocommerce-MyAccount-content .woocommerce-input-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}

.input-wrap .highlight, .woocommerce-MyAccount-content .woocommerce-input-wrapper .highlight {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.input-wrap .form-control, .woocommerce-MyAccount-content .woocommerce-input-wrapper .form-control, .woocommerce-MyAccount-content .woocommerce-input-wrapper input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid;
  border-color: #222222;
  border-radius: 0;
}

.input-wrap .form-control:focus, .woocommerce-MyAccount-content .woocommerce-input-wrapper .form-control:focus, .woocommerce-MyAccount-content .woocommerce-input-wrapper input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-wrap .form-control:focus + .highlight, .woocommerce-MyAccount-content .woocommerce-input-wrapper .form-control:focus + .highlight, .woocommerce-MyAccount-content .woocommerce-input-wrapper .input-wrap input:focus + .highlight, .woocommerce-MyAccount-content .woocommerce-input-wrapper input:focus + .highlight {
  left: 0;
  width: 100%;
}

/* Background Shapes */
.shapes {
  position: relative;
}

.shapes .shape-img {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.shapes .shape-img.shape-1 {
  top: 0px;
  right: 25px;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.shapes .shape-img.shape-2 {
  top: 18px;
  right: 1px;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

.shapes .shape-img.shape-3 {
  top: 37px;
  right: 13px;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.shapes .shape-img.shape-4 {
  top: 21px;
  right: 44px;
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
}

.shapes:hover .shape-img, .shapes.active .shape-img {
  opacity: 1;
  visibility: visible;
}

/* Preview Button wrap */
.preview-wrap {
  position: absolute;
  bottom: -30px;
  right: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* List Style */
.theme_list_style li, .service_details_wrapper ul li, .product-discription-tabs ul:not(.nav) li {
  position: relative;
  padding-left: 28px;
}

.theme_list_style li:not(:last-child), .service_details_wrapper ul li:not(:last-child), .product-discription-tabs ul:not(.nav) li:not(:last-child) {
  margin-bottom: 15px;
}

.theme_list_style li:after, .service_details_wrapper ul li:after, .product-discription-tabs ul:not(.nav) li:after {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.theme_list_style.style-2 li:after, .service_details_wrapper ul.style-2 li:after, .product-discription-tabs ul.style-2:not(.nav) li:after {
  content: '\f00c';
  font-family: 'FontAwesome';
  background-color: transparent !important;
  width: auto;
  height: auto;
  border-radius: 0;
  top: 0;
  color: #73cb01;
}

/* Custom CheckBox */
.custom-checkbox label {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

.custom-checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  left: 0;
  top: 0;
}

.custom-checkbox label .checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1px solid;
  border-radius: 50%;
}

.custom-checkbox label .checkmark:after {
  content: '';
  height: 6px;
  width: 6px;
  display: block;
  border-radius: 50%;
  -webkit-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
  opacity: 0;
  visibility: hidden;
}

.custom-checkbox label input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}

.custom-checkbox-2 label {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

.custom-checkbox-2 label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  left: 0;
  top: 0;
}

.custom-checkbox-2 label .checkmark {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 12px;
  width: 12px;
  border: 2px solid;
  border-radius: 2px;
}

.custom-checkbox-2 label .checkmark:before, .custom-checkbox-2 label .checkmark:after {
  position: absolute;
  content: '';
  height: 1.5px;
  opacity: 0;
  visibility: hidden;
}

.custom-checkbox-2 label .checkmark:after {
  top: 0;
  left: 2px;
  width: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.custom-checkbox-2 label .checkmark:before {
  width: 6px;
  top: 3px;
  left: -1px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}

.custom-checkbox-2 label input:checked ~ .checkmark {
  border-color: #dedede !important;
}

.custom-checkbox-2 label input:checked ~ .checkmark:before, .custom-checkbox-2 label input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}

/* Pagination */
.pagination li {
  display: inline-block;
}

.pagination li a,
.pagination li span {
  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;
  width: 35px;
  height: 35px;
  font-size: 15px;
  font-weight: 700;
  color: #777777;
  border: 1px solid transparent;
  border-radius: 50%;
}

.pagination li.prev a, .pagination li.next a {
  border: none;
}

.pagination li.next {
  margin-left: 15px;
}

.pagination li.prev {
  margin-right: 15px;
}

/* Page Links */
.page-links .post-page-numbers {
  font-weight: 700;
  margin-right: 10px;
}

.refund-content p:first-child span {
  font-size: 24px;
  font-weight: 700;
}

.ripple {
  position: relative;
  z-index: 1;
}

.ripple:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
}

/* Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-bottom: 1px solid #222222;
  width: 100%;
}

.select-wrapper {
  position: relative;
}

.select-wrapper:after {
  position: absolute;
  right: 20px;
  font-family: "FontAwesome";
  content: "";
  font-size: 14px;
  color: #222;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Search Form */
.search-form {
  padding: 40px 60px;
}

@media only screen and (max-width: 575px) {
  .search-form {
    padding: 40px 30px;
  }
}

.search-form .input-wrap, .search-form .woocommerce-MyAccount-content .woocommerce-input-wrapper, .woocommerce-MyAccount-content .search-form .woocommerce-input-wrapper {
  max-width: 740px;
}

.search-form button:hover path {
  fill: #73cb01;
}

/* Clearfix */
.alignleft:after,
.alignright:after {
  display: table;
  content: "";
  clear: both;
  table-layout: fixed;
}

/* others */
.fz-12 {
  font-size: 12px;
  font-weight: 400;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.woocommerce-input-wrapper {
  width: 100%;
}

.wpcf7-form-control-wrap {
  display: block;
}

.themelooks-fluid {
  overflow: hidden;
}

/* ************************
   1.3: Buttons
   ********************* */
.btn, .single_add_to_cart_button, .blog_details_content .wp-block-button__link,
.blog_details_content .wp-block-file__button,
.product-description .wp-block-button__link,
.product-description .wp-block-file__button,
.page--content .wp-block-button__link,
.page--content .wp-block-file__button,
.post-comments-wrap .wp-block-button__link,
.post-comments-wrap .wp-block-file__button, .sumo_affiliates_submit_registration_form, .form-table input[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input[type="submit"], .single_variation_wrap .single_add_to_cart_button, .shop_table .woocommerce-MyAccount-downloads-file, .woocommerce .return-to-shop .button, .woocommerce .woocommerce-form-coupon .input-wrap .button, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content button, #bbpress-forums .bbp-submit-wrapper .button,
#bbpress-forums #bbp-your-profile .button, #bbpress-forums #subscription-toggle a {
  font-size: 16px;
  padding: 15.5px 30px;
  border-radius: 50px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  display: inline-block;
}

.btn:focus, .single_add_to_cart_button:focus, .blog_details_content .wp-block-button__link:focus,
.blog_details_content .wp-block-file__button:focus,
.product-description .wp-block-button__link:focus,
.product-description .wp-block-file__button:focus,
.page--content .wp-block-button__link:focus,
.page--content .wp-block-file__button:focus,
.post-comments-wrap .wp-block-button__link:focus,
.post-comments-wrap .wp-block-file__button:focus, .sumo_affiliates_submit_registration_form:focus, .form-table input:focus[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input:focus[type="submit"], .single_variation_wrap .single_add_to_cart_button:focus, .shop_table .woocommerce-MyAccount-downloads-file:focus, .woocommerce .return-to-shop .button:focus, .woocommerce .woocommerce-form-coupon .input-wrap .button:focus, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button:focus, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button:focus, .woocommerce-MyAccount-content .button:focus, .woocommerce-MyAccount-content button:focus, #bbpress-forums .bbp-submit-wrapper .button:focus,
#bbpress-forums #bbp-your-profile .button:focus, #bbpress-forums #subscription-toggle a:focus, .btn:active, .single_add_to_cart_button:active, .blog_details_content .wp-block-button__link:active,
.blog_details_content .wp-block-file__button:active,
.product-description .wp-block-button__link:active,
.product-description .wp-block-file__button:active,
.page--content .wp-block-button__link:active,
.page--content .wp-block-file__button:active,
.post-comments-wrap .wp-block-button__link:active,
.post-comments-wrap .wp-block-file__button:active, .sumo_affiliates_submit_registration_form:active, .form-table input:active[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input:active[type="submit"], .single_variation_wrap .single_add_to_cart_button:active, .shop_table .woocommerce-MyAccount-downloads-file:active, .woocommerce .return-to-shop .button:active, .woocommerce .woocommerce-form-coupon .input-wrap .button:active, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button:active, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button:active, .woocommerce-MyAccount-content .button:active, .woocommerce-MyAccount-content button:active, #bbpress-forums .bbp-submit-wrapper .button:active,
#bbpress-forums #bbp-your-profile .button:active, #bbpress-forums #subscription-toggle a:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-fill, .single_add_to_cart_button, .blog_details_content .wp-block-button__link,
.blog_details_content .wp-block-file__button,
.product-description .wp-block-button__link,
.product-description .wp-block-file__button,
.page--content .wp-block-button__link,
.page--content .wp-block-file__button,
.post-comments-wrap .wp-block-button__link,
.post-comments-wrap .wp-block-file__button, .sumo_affiliates_submit_registration_form, .form-table input[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input[type="submit"], .single_variation_wrap .single_add_to_cart_button, .shop_table .woocommerce-MyAccount-downloads-file, .woocommerce .return-to-shop .button, .woocommerce .woocommerce-form-coupon .input-wrap .btn-fill.button, .woocommerce .woocommerce-form-coupon .input-wrap .button.single_add_to_cart_button, .woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .button.wp-block-button__link, .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link,
.woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .button.wp-block-file__button, .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button,
.woocommerce .woocommerce-form-coupon .input-wrap .product-description .button.wp-block-button__link, .product-description .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link,
.woocommerce .woocommerce-form-coupon .input-wrap .product-description .button.wp-block-file__button, .product-description .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button,
.woocommerce .woocommerce-form-coupon .input-wrap .page--content .button.wp-block-button__link, .page--content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link,
.woocommerce .woocommerce-form-coupon .input-wrap .page--content .button.wp-block-file__button, .page--content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button,
.woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .button.wp-block-button__link, .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link,
.woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .button.wp-block-file__button, .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button, .woocommerce .woocommerce-form-coupon .input-wrap .button.sumo_affiliates_submit_registration_form, .woocommerce .woocommerce-form-coupon .input-wrap .form-table input.button[type="submit"], .form-table .woocommerce .woocommerce-form-coupon .input-wrap input.button[type="submit"], .woocommerce .woocommerce-form-coupon .input-wrap .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .woocommerce .woocommerce-form-coupon .input-wrap input.button[type="submit"], .woocommerce .woocommerce-form-coupon .input-wrap .shop_table .button.woocommerce-MyAccount-downloads-file, .shop_table .woocommerce .woocommerce-form-coupon .input-wrap .button.woocommerce-MyAccount-downloads-file, .woocommerce .woocommerce-form-coupon .input-wrap .return-to-shop .button, .woocommerce .return-to-shop .woocommerce-form-coupon .input-wrap .button, .woocommerce .woocommerce-form-coupon .input-wrap .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .input-wrap .button, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content button, #bbpress-forums .bbp-submit-wrapper .btn-fill.button, #bbpress-forums .bbp-submit-wrapper .button.single_add_to_cart_button, #bbpress-forums .bbp-submit-wrapper .blog_details_content .button.wp-block-button__link, .blog_details_content #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link,
#bbpress-forums .bbp-submit-wrapper .blog_details_content .button.wp-block-file__button, .blog_details_content #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button,
#bbpress-forums .bbp-submit-wrapper .product-description .button.wp-block-button__link, .product-description #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link,
#bbpress-forums .bbp-submit-wrapper .product-description .button.wp-block-file__button, .product-description #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button,
#bbpress-forums .bbp-submit-wrapper .page--content .button.wp-block-button__link, .page--content #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link,
#bbpress-forums .bbp-submit-wrapper .page--content .button.wp-block-file__button, .page--content #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button,
#bbpress-forums .bbp-submit-wrapper .post-comments-wrap .button.wp-block-button__link, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link,
#bbpress-forums .bbp-submit-wrapper .post-comments-wrap .button.wp-block-file__button, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button, #bbpress-forums .bbp-submit-wrapper .button.sumo_affiliates_submit_registration_form, #bbpress-forums .bbp-submit-wrapper .form-table input.button[type="submit"], .form-table #bbpress-forums .bbp-submit-wrapper input.button[type="submit"], #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums .bbp-submit-wrapper input.button[type="submit"], #bbpress-forums .bbp-submit-wrapper .shop_table .button.woocommerce-MyAccount-downloads-file, .shop_table #bbpress-forums .bbp-submit-wrapper .button.woocommerce-MyAccount-downloads-file, #bbpress-forums .bbp-submit-wrapper .woocommerce .return-to-shop .button, .woocommerce .return-to-shop #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper .button,
#bbpress-forums #bbp-your-profile .btn-fill.button, #bbpress-forums #bbp-your-profile .button.single_add_to_cart_button, #bbpress-forums #bbp-your-profile .blog_details_content .button.wp-block-button__link, .blog_details_content #bbpress-forums #bbp-your-profile .button.wp-block-button__link,
#bbpress-forums #bbp-your-profile .blog_details_content .button.wp-block-file__button, .blog_details_content #bbpress-forums #bbp-your-profile .button.wp-block-file__button,
#bbpress-forums #bbp-your-profile .product-description .button.wp-block-button__link, .product-description #bbpress-forums #bbp-your-profile .button.wp-block-button__link,
#bbpress-forums #bbp-your-profile .product-description .button.wp-block-file__button, .product-description #bbpress-forums #bbp-your-profile .button.wp-block-file__button,
#bbpress-forums #bbp-your-profile .page--content .button.wp-block-button__link, .page--content #bbpress-forums #bbp-your-profile .button.wp-block-button__link,
#bbpress-forums #bbp-your-profile .page--content .button.wp-block-file__button, .page--content #bbpress-forums #bbp-your-profile .button.wp-block-file__button,
#bbpress-forums #bbp-your-profile .post-comments-wrap .button.wp-block-button__link, .post-comments-wrap #bbpress-forums #bbp-your-profile .button.wp-block-button__link,
#bbpress-forums #bbp-your-profile .post-comments-wrap .button.wp-block-file__button, .post-comments-wrap #bbpress-forums #bbp-your-profile .button.wp-block-file__button, #bbpress-forums #bbp-your-profile .button.sumo_affiliates_submit_registration_form, #bbpress-forums #bbp-your-profile .form-table input.button[type="submit"], .form-table #bbpress-forums #bbp-your-profile input.button[type="submit"], #bbpress-forums #bbp-your-profile .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums #bbp-your-profile input.button[type="submit"], #bbpress-forums #bbp-your-profile .shop_table .button.woocommerce-MyAccount-downloads-file, .shop_table #bbpress-forums #bbp-your-profile .button.woocommerce-MyAccount-downloads-file, #bbpress-forums #bbp-your-profile .woocommerce .return-to-shop .button, .woocommerce .return-to-shop #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile .button, #bbpress-forums #subscription-toggle a.btn-fill, #bbpress-forums #subscription-toggle a.single_add_to_cart_button, #bbpress-forums #subscription-toggle .blog_details_content a.wp-block-button__link, .blog_details_content #bbpress-forums #subscription-toggle a.wp-block-button__link,
#bbpress-forums #subscription-toggle .blog_details_content a.wp-block-file__button, .blog_details_content #bbpress-forums #subscription-toggle a.wp-block-file__button,
#bbpress-forums #subscription-toggle .product-description a.wp-block-button__link, .product-description #bbpress-forums #subscription-toggle a.wp-block-button__link,
#bbpress-forums #subscription-toggle .product-description a.wp-block-file__button, .product-description #bbpress-forums #subscription-toggle a.wp-block-file__button,
#bbpress-forums #subscription-toggle .page--content a.wp-block-button__link, .page--content #bbpress-forums #subscription-toggle a.wp-block-button__link,
#bbpress-forums #subscription-toggle .page--content a.wp-block-file__button, .page--content #bbpress-forums #subscription-toggle a.wp-block-file__button,
#bbpress-forums #subscription-toggle .post-comments-wrap a.wp-block-button__link, .post-comments-wrap #bbpress-forums #subscription-toggle a.wp-block-button__link,
#bbpress-forums #subscription-toggle .post-comments-wrap a.wp-block-file__button, .post-comments-wrap #bbpress-forums #subscription-toggle a.wp-block-file__button, #bbpress-forums #subscription-toggle a.sumo_affiliates_submit_registration_form, #bbpress-forums #subscription-toggle .shop_table a.woocommerce-MyAccount-downloads-file, .shop_table #bbpress-forums #subscription-toggle a.woocommerce-MyAccount-downloads-file, #bbpress-forums #subscription-toggle .woocommerce .return-to-shop a.button, .woocommerce .return-to-shop #bbpress-forums #subscription-toggle a.button, #bbpress-forums #subscription-toggle .woocommerce-MyAccount-content a.button, .woocommerce-MyAccount-content #bbpress-forums #subscription-toggle a.button {
  color: #ffffff;
  -webkit-box-shadow: 0px 17px 20px -12px rgba(94, 153, 0, 0.5);
  box-shadow: 0px 17px 20px -12px rgba(94, 153, 0, 0.5);
}

.btn.btn-fill:hover, .single_add_to_cart_button:hover, .blog_details_content .wp-block-button__link:hover,
.blog_details_content .wp-block-file__button:hover,
.product-description .wp-block-button__link:hover,
.product-description .wp-block-file__button:hover,
.page--content .wp-block-button__link:hover,
.page--content .wp-block-file__button:hover,
.post-comments-wrap .wp-block-button__link:hover,
.post-comments-wrap .wp-block-file__button:hover, .sumo_affiliates_submit_registration_form:hover, .form-table input:hover[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input:hover[type="submit"], .single_variation_wrap .single_add_to_cart_button:hover, .shop_table .woocommerce-MyAccount-downloads-file:hover, .woocommerce .return-to-shop .button:hover, .woocommerce .woocommerce-form-coupon .input-wrap .btn-fill.button:hover, .woocommerce .woocommerce-form-coupon .input-wrap .button.single_add_to_cart_button:hover, .woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .button.wp-block-button__link:hover, .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:hover,
.woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .button.wp-block-file__button:hover, .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:hover,
.woocommerce .woocommerce-form-coupon .input-wrap .product-description .button.wp-block-button__link:hover, .product-description .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:hover,
.woocommerce .woocommerce-form-coupon .input-wrap .product-description .button.wp-block-file__button:hover, .product-description .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:hover,
.woocommerce .woocommerce-form-coupon .input-wrap .page--content .button.wp-block-button__link:hover, .page--content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:hover,
.woocommerce .woocommerce-form-coupon .input-wrap .page--content .button.wp-block-file__button:hover, .page--content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:hover,
.woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .button.wp-block-button__link:hover, .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:hover,
.woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .button.wp-block-file__button:hover, .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:hover, .woocommerce .woocommerce-form-coupon .input-wrap .button.sumo_affiliates_submit_registration_form:hover, .woocommerce .woocommerce-form-coupon .input-wrap .form-table input.button:hover[type="submit"], .form-table .woocommerce .woocommerce-form-coupon .input-wrap input.button:hover[type="submit"], .woocommerce .woocommerce-form-coupon .input-wrap .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:hover[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .woocommerce .woocommerce-form-coupon .input-wrap input.button:hover[type="submit"], .woocommerce .woocommerce-form-coupon .input-wrap .shop_table .button.woocommerce-MyAccount-downloads-file:hover, .shop_table .woocommerce .woocommerce-form-coupon .input-wrap .button.woocommerce-MyAccount-downloads-file:hover, .woocommerce .woocommerce-form-coupon .input-wrap .return-to-shop .button:hover, .woocommerce .return-to-shop .woocommerce-form-coupon .input-wrap .button:hover, .woocommerce .woocommerce-form-coupon .input-wrap .woocommerce-MyAccount-content .button:hover, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .input-wrap .button:hover, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button:hover, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button:hover, .woocommerce-MyAccount-content .button:hover, .woocommerce-MyAccount-content button:hover, #bbpress-forums .bbp-submit-wrapper .btn-fill.button:hover, #bbpress-forums .bbp-submit-wrapper .button.single_add_to_cart_button:hover, #bbpress-forums .bbp-submit-wrapper .blog_details_content .button.wp-block-button__link:hover, .blog_details_content #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:hover,
#bbpress-forums .bbp-submit-wrapper .blog_details_content .button.wp-block-file__button:hover, .blog_details_content #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:hover,
#bbpress-forums .bbp-submit-wrapper .product-description .button.wp-block-button__link:hover, .product-description #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:hover,
#bbpress-forums .bbp-submit-wrapper .product-description .button.wp-block-file__button:hover, .product-description #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:hover,
#bbpress-forums .bbp-submit-wrapper .page--content .button.wp-block-button__link:hover, .page--content #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:hover,
#bbpress-forums .bbp-submit-wrapper .page--content .button.wp-block-file__button:hover, .page--content #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:hover,
#bbpress-forums .bbp-submit-wrapper .post-comments-wrap .button.wp-block-button__link:hover, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:hover,
#bbpress-forums .bbp-submit-wrapper .post-comments-wrap .button.wp-block-file__button:hover, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:hover, #bbpress-forums .bbp-submit-wrapper .button.sumo_affiliates_submit_registration_form:hover, #bbpress-forums .bbp-submit-wrapper .form-table input.button:hover[type="submit"], .form-table #bbpress-forums .bbp-submit-wrapper input.button:hover[type="submit"], #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:hover[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums .bbp-submit-wrapper input.button:hover[type="submit"], #bbpress-forums .bbp-submit-wrapper .shop_table .button.woocommerce-MyAccount-downloads-file:hover, .shop_table #bbpress-forums .bbp-submit-wrapper .button.woocommerce-MyAccount-downloads-file:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce .return-to-shop .button:hover, .woocommerce .return-to-shop #bbpress-forums .bbp-submit-wrapper .button:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .button:hover, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper .button:hover,
#bbpress-forums #bbp-your-profile .btn-fill.button:hover, #bbpress-forums #bbp-your-profile .button.single_add_to_cart_button:hover, #bbpress-forums #bbp-your-profile .blog_details_content .button.wp-block-button__link:hover, .blog_details_content #bbpress-forums #bbp-your-profile .button.wp-block-button__link:hover,
#bbpress-forums #bbp-your-profile .blog_details_content .button.wp-block-file__button:hover, .blog_details_content #bbpress-forums #bbp-your-profile .button.wp-block-file__button:hover,
#bbpress-forums #bbp-your-profile .product-description .button.wp-block-button__link:hover, .product-description #bbpress-forums #bbp-your-profile .button.wp-block-button__link:hover,
#bbpress-forums #bbp-your-profile .product-description .button.wp-block-file__button:hover, .product-description #bbpress-forums #bbp-your-profile .button.wp-block-file__button:hover,
#bbpress-forums #bbp-your-profile .page--content .button.wp-block-button__link:hover, .page--content #bbpress-forums #bbp-your-profile .button.wp-block-button__link:hover,
#bbpress-forums #bbp-your-profile .page--content .button.wp-block-file__button:hover, .page--content #bbpress-forums #bbp-your-profile .button.wp-block-file__button:hover,
#bbpress-forums #bbp-your-profile .post-comments-wrap .button.wp-block-button__link:hover, .post-comments-wrap #bbpress-forums #bbp-your-profile .button.wp-block-button__link:hover,
#bbpress-forums #bbp-your-profile .post-comments-wrap .button.wp-block-file__button:hover, .post-comments-wrap #bbpress-forums #bbp-your-profile .button.wp-block-file__button:hover, #bbpress-forums #bbp-your-profile .button.sumo_affiliates_submit_registration_form:hover, #bbpress-forums #bbp-your-profile .form-table input.button:hover[type="submit"], .form-table #bbpress-forums #bbp-your-profile input.button:hover[type="submit"], #bbpress-forums #bbp-your-profile .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:hover[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums #bbp-your-profile input.button:hover[type="submit"], #bbpress-forums #bbp-your-profile .shop_table .button.woocommerce-MyAccount-downloads-file:hover, .shop_table #bbpress-forums #bbp-your-profile .button.woocommerce-MyAccount-downloads-file:hover, #bbpress-forums #bbp-your-profile .woocommerce .return-to-shop .button:hover, .woocommerce .return-to-shop #bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .button:hover, .woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #subscription-toggle a.btn-fill:hover, #bbpress-forums #subscription-toggle a.single_add_to_cart_button:hover, #bbpress-forums #subscription-toggle .blog_details_content a.wp-block-button__link:hover, .blog_details_content #bbpress-forums #subscription-toggle a.wp-block-button__link:hover,
#bbpress-forums #subscription-toggle .blog_details_content a.wp-block-file__button:hover, .blog_details_content #bbpress-forums #subscription-toggle a.wp-block-file__button:hover,
#bbpress-forums #subscription-toggle .product-description a.wp-block-button__link:hover, .product-description #bbpress-forums #subscription-toggle a.wp-block-button__link:hover,
#bbpress-forums #subscription-toggle .product-description a.wp-block-file__button:hover, .product-description #bbpress-forums #subscription-toggle a.wp-block-file__button:hover,
#bbpress-forums #subscription-toggle .page--content a.wp-block-button__link:hover, .page--content #bbpress-forums #subscription-toggle a.wp-block-button__link:hover,
#bbpress-forums #subscription-toggle .page--content a.wp-block-file__button:hover, .page--content #bbpress-forums #subscription-toggle a.wp-block-file__button:hover,
#bbpress-forums #subscription-toggle .post-comments-wrap a.wp-block-button__link:hover, .post-comments-wrap #bbpress-forums #subscription-toggle a.wp-block-button__link:hover,
#bbpress-forums #subscription-toggle .post-comments-wrap a.wp-block-file__button:hover, .post-comments-wrap #bbpress-forums #subscription-toggle a.wp-block-file__button:hover, #bbpress-forums #subscription-toggle a.sumo_affiliates_submit_registration_form:hover, #bbpress-forums #subscription-toggle .shop_table a.woocommerce-MyAccount-downloads-file:hover, .shop_table #bbpress-forums #subscription-toggle a.woocommerce-MyAccount-downloads-file:hover, #bbpress-forums #subscription-toggle .woocommerce .return-to-shop a.button:hover, .woocommerce .return-to-shop #bbpress-forums #subscription-toggle a.button:hover, #bbpress-forums #subscription-toggle .woocommerce-MyAccount-content a.button:hover, .woocommerce-MyAccount-content #bbpress-forums #subscription-toggle a.button:hover, .btn.btn-fill:focus, .single_add_to_cart_button:focus, .blog_details_content .wp-block-button__link:focus,
.blog_details_content .wp-block-file__button:focus,
.product-description .wp-block-button__link:focus,
.product-description .wp-block-file__button:focus,
.page--content .wp-block-button__link:focus,
.page--content .wp-block-file__button:focus,
.post-comments-wrap .wp-block-button__link:focus,
.post-comments-wrap .wp-block-file__button:focus, .sumo_affiliates_submit_registration_form:focus, .form-table input:focus[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input:focus[type="submit"], .single_variation_wrap .single_add_to_cart_button:focus, .shop_table .woocommerce-MyAccount-downloads-file:focus, .woocommerce .return-to-shop .button:focus, .woocommerce .woocommerce-form-coupon .input-wrap .btn-fill.button:focus, .woocommerce .woocommerce-form-coupon .input-wrap .button.single_add_to_cart_button:focus, .woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .button.wp-block-button__link:focus, .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:focus,
.woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .button.wp-block-file__button:focus, .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:focus,
.woocommerce .woocommerce-form-coupon .input-wrap .product-description .button.wp-block-button__link:focus, .product-description .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:focus,
.woocommerce .woocommerce-form-coupon .input-wrap .product-description .button.wp-block-file__button:focus, .product-description .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:focus,
.woocommerce .woocommerce-form-coupon .input-wrap .page--content .button.wp-block-button__link:focus, .page--content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:focus,
.woocommerce .woocommerce-form-coupon .input-wrap .page--content .button.wp-block-file__button:focus, .page--content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:focus,
.woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .button.wp-block-button__link:focus, .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:focus,
.woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .button.wp-block-file__button:focus, .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:focus, .woocommerce .woocommerce-form-coupon .input-wrap .button.sumo_affiliates_submit_registration_form:focus, .woocommerce .woocommerce-form-coupon .input-wrap .form-table input.button:focus[type="submit"], .form-table .woocommerce .woocommerce-form-coupon .input-wrap input.button:focus[type="submit"], .woocommerce .woocommerce-form-coupon .input-wrap .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:focus[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .woocommerce .woocommerce-form-coupon .input-wrap input.button:focus[type="submit"], .woocommerce .woocommerce-form-coupon .input-wrap .shop_table .button.woocommerce-MyAccount-downloads-file:focus, .shop_table .woocommerce .woocommerce-form-coupon .input-wrap .button.woocommerce-MyAccount-downloads-file:focus, .woocommerce .woocommerce-form-coupon .input-wrap .return-to-shop .button:focus, .woocommerce .return-to-shop .woocommerce-form-coupon .input-wrap .button:focus, .woocommerce .woocommerce-form-coupon .input-wrap .woocommerce-MyAccount-content .button:focus, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .input-wrap .button:focus, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button:focus, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button:focus, .woocommerce-MyAccount-content .button:focus, .woocommerce-MyAccount-content button:focus, #bbpress-forums .bbp-submit-wrapper .btn-fill.button:focus, #bbpress-forums .bbp-submit-wrapper .button.single_add_to_cart_button:focus, #bbpress-forums .bbp-submit-wrapper .blog_details_content .button.wp-block-button__link:focus, .blog_details_content #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:focus,
#bbpress-forums .bbp-submit-wrapper .blog_details_content .button.wp-block-file__button:focus, .blog_details_content #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:focus,
#bbpress-forums .bbp-submit-wrapper .product-description .button.wp-block-button__link:focus, .product-description #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:focus,
#bbpress-forums .bbp-submit-wrapper .product-description .button.wp-block-file__button:focus, .product-description #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:focus,
#bbpress-forums .bbp-submit-wrapper .page--content .button.wp-block-button__link:focus, .page--content #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:focus,
#bbpress-forums .bbp-submit-wrapper .page--content .button.wp-block-file__button:focus, .page--content #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:focus,
#bbpress-forums .bbp-submit-wrapper .post-comments-wrap .button.wp-block-button__link:focus, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:focus,
#bbpress-forums .bbp-submit-wrapper .post-comments-wrap .button.wp-block-file__button:focus, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:focus, #bbpress-forums .bbp-submit-wrapper .button.sumo_affiliates_submit_registration_form:focus, #bbpress-forums .bbp-submit-wrapper .form-table input.button:focus[type="submit"], .form-table #bbpress-forums .bbp-submit-wrapper input.button:focus[type="submit"], #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:focus[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums .bbp-submit-wrapper input.button:focus[type="submit"], #bbpress-forums .bbp-submit-wrapper .shop_table .button.woocommerce-MyAccount-downloads-file:focus, .shop_table #bbpress-forums .bbp-submit-wrapper .button.woocommerce-MyAccount-downloads-file:focus, #bbpress-forums .bbp-submit-wrapper .woocommerce .return-to-shop .button:focus, .woocommerce .return-to-shop #bbpress-forums .bbp-submit-wrapper .button:focus, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .button:focus, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper .button:focus,
#bbpress-forums #bbp-your-profile .btn-fill.button:focus, #bbpress-forums #bbp-your-profile .button.single_add_to_cart_button:focus, #bbpress-forums #bbp-your-profile .blog_details_content .button.wp-block-button__link:focus, .blog_details_content #bbpress-forums #bbp-your-profile .button.wp-block-button__link:focus,
#bbpress-forums #bbp-your-profile .blog_details_content .button.wp-block-file__button:focus, .blog_details_content #bbpress-forums #bbp-your-profile .button.wp-block-file__button:focus,
#bbpress-forums #bbp-your-profile .product-description .button.wp-block-button__link:focus, .product-description #bbpress-forums #bbp-your-profile .button.wp-block-button__link:focus,
#bbpress-forums #bbp-your-profile .product-description .button.wp-block-file__button:focus, .product-description #bbpress-forums #bbp-your-profile .button.wp-block-file__button:focus,
#bbpress-forums #bbp-your-profile .page--content .button.wp-block-button__link:focus, .page--content #bbpress-forums #bbp-your-profile .button.wp-block-button__link:focus,
#bbpress-forums #bbp-your-profile .page--content .button.wp-block-file__button:focus, .page--content #bbpress-forums #bbp-your-profile .button.wp-block-file__button:focus,
#bbpress-forums #bbp-your-profile .post-comments-wrap .button.wp-block-button__link:focus, .post-comments-wrap #bbpress-forums #bbp-your-profile .button.wp-block-button__link:focus,
#bbpress-forums #bbp-your-profile .post-comments-wrap .button.wp-block-file__button:focus, .post-comments-wrap #bbpress-forums #bbp-your-profile .button.wp-block-file__button:focus, #bbpress-forums #bbp-your-profile .button.sumo_affiliates_submit_registration_form:focus, #bbpress-forums #bbp-your-profile .form-table input.button:focus[type="submit"], .form-table #bbpress-forums #bbp-your-profile input.button:focus[type="submit"], #bbpress-forums #bbp-your-profile .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:focus[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums #bbp-your-profile input.button:focus[type="submit"], #bbpress-forums #bbp-your-profile .shop_table .button.woocommerce-MyAccount-downloads-file:focus, .shop_table #bbpress-forums #bbp-your-profile .button.woocommerce-MyAccount-downloads-file:focus, #bbpress-forums #bbp-your-profile .woocommerce .return-to-shop .button:focus, .woocommerce .return-to-shop #bbpress-forums #bbp-your-profile .button:focus, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .button:focus, .woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile .button:focus, #bbpress-forums #subscription-toggle a.btn-fill:focus, #bbpress-forums #subscription-toggle a.single_add_to_cart_button:focus, #bbpress-forums #subscription-toggle .blog_details_content a.wp-block-button__link:focus, .blog_details_content #bbpress-forums #subscription-toggle a.wp-block-button__link:focus,
#bbpress-forums #subscription-toggle .blog_details_content a.wp-block-file__button:focus, .blog_details_content #bbpress-forums #subscription-toggle a.wp-block-file__button:focus,
#bbpress-forums #subscription-toggle .product-description a.wp-block-button__link:focus, .product-description #bbpress-forums #subscription-toggle a.wp-block-button__link:focus,
#bbpress-forums #subscription-toggle .product-description a.wp-block-file__button:focus, .product-description #bbpress-forums #subscription-toggle a.wp-block-file__button:focus,
#bbpress-forums #subscription-toggle .page--content a.wp-block-button__link:focus, .page--content #bbpress-forums #subscription-toggle a.wp-block-button__link:focus,
#bbpress-forums #subscription-toggle .page--content a.wp-block-file__button:focus, .page--content #bbpress-forums #subscription-toggle a.wp-block-file__button:focus,
#bbpress-forums #subscription-toggle .post-comments-wrap a.wp-block-button__link:focus, .post-comments-wrap #bbpress-forums #subscription-toggle a.wp-block-button__link:focus,
#bbpress-forums #subscription-toggle .post-comments-wrap a.wp-block-file__button:focus, .post-comments-wrap #bbpress-forums #subscription-toggle a.wp-block-file__button:focus, #bbpress-forums #subscription-toggle a.sumo_affiliates_submit_registration_form:focus, #bbpress-forums #subscription-toggle .shop_table a.woocommerce-MyAccount-downloads-file:focus, .shop_table #bbpress-forums #subscription-toggle a.woocommerce-MyAccount-downloads-file:focus, #bbpress-forums #subscription-toggle .woocommerce .return-to-shop a.button:focus, .woocommerce .return-to-shop #bbpress-forums #subscription-toggle a.button:focus, #bbpress-forums #subscription-toggle .woocommerce-MyAccount-content a.button:focus, .woocommerce-MyAccount-content #bbpress-forums #subscription-toggle a.button:focus, .btn.btn-fill:active, .single_add_to_cart_button:active, .blog_details_content .wp-block-button__link:active,
.blog_details_content .wp-block-file__button:active,
.product-description .wp-block-button__link:active,
.product-description .wp-block-file__button:active,
.page--content .wp-block-button__link:active,
.page--content .wp-block-file__button:active,
.post-comments-wrap .wp-block-button__link:active,
.post-comments-wrap .wp-block-file__button:active, .sumo_affiliates_submit_registration_form:active, .form-table input:active[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input:active[type="submit"], .single_variation_wrap .single_add_to_cart_button:active, .shop_table .woocommerce-MyAccount-downloads-file:active, .woocommerce .return-to-shop .button:active, .woocommerce .woocommerce-form-coupon .input-wrap .btn-fill.button:active, .woocommerce .woocommerce-form-coupon .input-wrap .button.single_add_to_cart_button:active, .woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .button.wp-block-button__link:active, .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:active,
.woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .button.wp-block-file__button:active, .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:active,
.woocommerce .woocommerce-form-coupon .input-wrap .product-description .button.wp-block-button__link:active, .product-description .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:active,
.woocommerce .woocommerce-form-coupon .input-wrap .product-description .button.wp-block-file__button:active, .product-description .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:active,
.woocommerce .woocommerce-form-coupon .input-wrap .page--content .button.wp-block-button__link:active, .page--content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:active,
.woocommerce .woocommerce-form-coupon .input-wrap .page--content .button.wp-block-file__button:active, .page--content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:active,
.woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .button.wp-block-button__link:active, .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link:active,
.woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .button.wp-block-file__button:active, .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button:active, .woocommerce .woocommerce-form-coupon .input-wrap .button.sumo_affiliates_submit_registration_form:active, .woocommerce .woocommerce-form-coupon .input-wrap .form-table input.button:active[type="submit"], .form-table .woocommerce .woocommerce-form-coupon .input-wrap input.button:active[type="submit"], .woocommerce .woocommerce-form-coupon .input-wrap .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:active[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .woocommerce .woocommerce-form-coupon .input-wrap input.button:active[type="submit"], .woocommerce .woocommerce-form-coupon .input-wrap .shop_table .button.woocommerce-MyAccount-downloads-file:active, .shop_table .woocommerce .woocommerce-form-coupon .input-wrap .button.woocommerce-MyAccount-downloads-file:active, .woocommerce .woocommerce-form-coupon .input-wrap .return-to-shop .button:active, .woocommerce .return-to-shop .woocommerce-form-coupon .input-wrap .button:active, .woocommerce .woocommerce-form-coupon .input-wrap .woocommerce-MyAccount-content .button:active, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .input-wrap .button:active, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button:active, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button:active, .woocommerce-MyAccount-content .button:active, .woocommerce-MyAccount-content button:active, #bbpress-forums .bbp-submit-wrapper .btn-fill.button:active, #bbpress-forums .bbp-submit-wrapper .button.single_add_to_cart_button:active, #bbpress-forums .bbp-submit-wrapper .blog_details_content .button.wp-block-button__link:active, .blog_details_content #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:active,
#bbpress-forums .bbp-submit-wrapper .blog_details_content .button.wp-block-file__button:active, .blog_details_content #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:active,
#bbpress-forums .bbp-submit-wrapper .product-description .button.wp-block-button__link:active, .product-description #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:active,
#bbpress-forums .bbp-submit-wrapper .product-description .button.wp-block-file__button:active, .product-description #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:active,
#bbpress-forums .bbp-submit-wrapper .page--content .button.wp-block-button__link:active, .page--content #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:active,
#bbpress-forums .bbp-submit-wrapper .page--content .button.wp-block-file__button:active, .page--content #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:active,
#bbpress-forums .bbp-submit-wrapper .post-comments-wrap .button.wp-block-button__link:active, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link:active,
#bbpress-forums .bbp-submit-wrapper .post-comments-wrap .button.wp-block-file__button:active, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button:active, #bbpress-forums .bbp-submit-wrapper .button.sumo_affiliates_submit_registration_form:active, #bbpress-forums .bbp-submit-wrapper .form-table input.button:active[type="submit"], .form-table #bbpress-forums .bbp-submit-wrapper input.button:active[type="submit"], #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:active[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums .bbp-submit-wrapper input.button:active[type="submit"], #bbpress-forums .bbp-submit-wrapper .shop_table .button.woocommerce-MyAccount-downloads-file:active, .shop_table #bbpress-forums .bbp-submit-wrapper .button.woocommerce-MyAccount-downloads-file:active, #bbpress-forums .bbp-submit-wrapper .woocommerce .return-to-shop .button:active, .woocommerce .return-to-shop #bbpress-forums .bbp-submit-wrapper .button:active, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .button:active, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper .button:active,
#bbpress-forums #bbp-your-profile .btn-fill.button:active, #bbpress-forums #bbp-your-profile .button.single_add_to_cart_button:active, #bbpress-forums #bbp-your-profile .blog_details_content .button.wp-block-button__link:active, .blog_details_content #bbpress-forums #bbp-your-profile .button.wp-block-button__link:active,
#bbpress-forums #bbp-your-profile .blog_details_content .button.wp-block-file__button:active, .blog_details_content #bbpress-forums #bbp-your-profile .button.wp-block-file__button:active,
#bbpress-forums #bbp-your-profile .product-description .button.wp-block-button__link:active, .product-description #bbpress-forums #bbp-your-profile .button.wp-block-button__link:active,
#bbpress-forums #bbp-your-profile .product-description .button.wp-block-file__button:active, .product-description #bbpress-forums #bbp-your-profile .button.wp-block-file__button:active,
#bbpress-forums #bbp-your-profile .page--content .button.wp-block-button__link:active, .page--content #bbpress-forums #bbp-your-profile .button.wp-block-button__link:active,
#bbpress-forums #bbp-your-profile .page--content .button.wp-block-file__button:active, .page--content #bbpress-forums #bbp-your-profile .button.wp-block-file__button:active,
#bbpress-forums #bbp-your-profile .post-comments-wrap .button.wp-block-button__link:active, .post-comments-wrap #bbpress-forums #bbp-your-profile .button.wp-block-button__link:active,
#bbpress-forums #bbp-your-profile .post-comments-wrap .button.wp-block-file__button:active, .post-comments-wrap #bbpress-forums #bbp-your-profile .button.wp-block-file__button:active, #bbpress-forums #bbp-your-profile .button.sumo_affiliates_submit_registration_form:active, #bbpress-forums #bbp-your-profile .form-table input.button:active[type="submit"], .form-table #bbpress-forums #bbp-your-profile input.button:active[type="submit"], #bbpress-forums #bbp-your-profile .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:active[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums #bbp-your-profile input.button:active[type="submit"], #bbpress-forums #bbp-your-profile .shop_table .button.woocommerce-MyAccount-downloads-file:active, .shop_table #bbpress-forums #bbp-your-profile .button.woocommerce-MyAccount-downloads-file:active, #bbpress-forums #bbp-your-profile .woocommerce .return-to-shop .button:active, .woocommerce .return-to-shop #bbpress-forums #bbp-your-profile .button:active, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .button:active, .woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile .button:active, #bbpress-forums #subscription-toggle a.btn-fill:active, #bbpress-forums #subscription-toggle a.single_add_to_cart_button:active, #bbpress-forums #subscription-toggle .blog_details_content a.wp-block-button__link:active, .blog_details_content #bbpress-forums #subscription-toggle a.wp-block-button__link:active,
#bbpress-forums #subscription-toggle .blog_details_content a.wp-block-file__button:active, .blog_details_content #bbpress-forums #subscription-toggle a.wp-block-file__button:active,
#bbpress-forums #subscription-toggle .product-description a.wp-block-button__link:active, .product-description #bbpress-forums #subscription-toggle a.wp-block-button__link:active,
#bbpress-forums #subscription-toggle .product-description a.wp-block-file__button:active, .product-description #bbpress-forums #subscription-toggle a.wp-block-file__button:active,
#bbpress-forums #subscription-toggle .page--content a.wp-block-button__link:active, .page--content #bbpress-forums #subscription-toggle a.wp-block-button__link:active,
#bbpress-forums #subscription-toggle .page--content a.wp-block-file__button:active, .page--content #bbpress-forums #subscription-toggle a.wp-block-file__button:active,
#bbpress-forums #subscription-toggle .post-comments-wrap a.wp-block-button__link:active, .post-comments-wrap #bbpress-forums #subscription-toggle a.wp-block-button__link:active,
#bbpress-forums #subscription-toggle .post-comments-wrap a.wp-block-file__button:active, .post-comments-wrap #bbpress-forums #subscription-toggle a.wp-block-file__button:active, #bbpress-forums #subscription-toggle a.sumo_affiliates_submit_registration_form:active, #bbpress-forums #subscription-toggle .shop_table a.woocommerce-MyAccount-downloads-file:active, .shop_table #bbpress-forums #subscription-toggle a.woocommerce-MyAccount-downloads-file:active, #bbpress-forums #subscription-toggle .woocommerce .return-to-shop a.button:active, .woocommerce .return-to-shop #bbpress-forums #subscription-toggle a.button:active, #bbpress-forums #subscription-toggle .woocommerce-MyAccount-content a.button:active, .woocommerce-MyAccount-content #bbpress-forums #subscription-toggle a.button:active {
  -webkit-box-shadow: 0px 17px 20px -12px rgba(94, 153, 0, 0.5);
  box-shadow: 0px 17px 20px -12px rgba(94, 153, 0, 0.5);
}

.btn.btn-borderd, .btn-borderd.single_add_to_cart_button, #bbpress-forums .bbp-submit-wrapper .single_add_to_cart_button.button,
#bbpress-forums #bbp-your-profile .single_add_to_cart_button.button, .blog_details_content .btn-borderd.wp-block-button__link, .blog_details_content #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button, #bbpress-forums .bbp-submit-wrapper .blog_details_content .wp-block-button__link.button,
.blog_details_content #bbpress-forums #bbp-your-profile .wp-block-button__link.button, #bbpress-forums #bbp-your-profile .blog_details_content .wp-block-button__link.button,
.blog_details_content .btn-borderd.wp-block-file__button, .blog_details_content #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button, #bbpress-forums .bbp-submit-wrapper .blog_details_content .wp-block-file__button.button,
.blog_details_content #bbpress-forums #bbp-your-profile .wp-block-file__button.button, #bbpress-forums #bbp-your-profile .blog_details_content .wp-block-file__button.button,
.product-description .btn-borderd.wp-block-button__link, .product-description #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button, #bbpress-forums .bbp-submit-wrapper .product-description .wp-block-button__link.button,
.product-description #bbpress-forums #bbp-your-profile .wp-block-button__link.button, #bbpress-forums #bbp-your-profile .product-description .wp-block-button__link.button,
.product-description .btn-borderd.wp-block-file__button, .product-description #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button, #bbpress-forums .bbp-submit-wrapper .product-description .wp-block-file__button.button,
.product-description #bbpress-forums #bbp-your-profile .wp-block-file__button.button, #bbpress-forums #bbp-your-profile .product-description .wp-block-file__button.button,
.page--content .btn-borderd.wp-block-button__link, .page--content #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button, #bbpress-forums .bbp-submit-wrapper .page--content .wp-block-button__link.button,
.page--content #bbpress-forums #bbp-your-profile .wp-block-button__link.button, #bbpress-forums #bbp-your-profile .page--content .wp-block-button__link.button,
.page--content .btn-borderd.wp-block-file__button, .page--content #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button, #bbpress-forums .bbp-submit-wrapper .page--content .wp-block-file__button.button,
.page--content #bbpress-forums #bbp-your-profile .wp-block-file__button.button, #bbpress-forums #bbp-your-profile .page--content .wp-block-file__button.button,
.post-comments-wrap .btn-borderd.wp-block-button__link, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button, #bbpress-forums .bbp-submit-wrapper .post-comments-wrap .wp-block-button__link.button,
.post-comments-wrap #bbpress-forums #bbp-your-profile .wp-block-button__link.button, #bbpress-forums #bbp-your-profile .post-comments-wrap .wp-block-button__link.button,
.post-comments-wrap .btn-borderd.wp-block-file__button, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button, #bbpress-forums .bbp-submit-wrapper .post-comments-wrap .wp-block-file__button.button,
.post-comments-wrap #bbpress-forums #bbp-your-profile .wp-block-file__button.button, #bbpress-forums #bbp-your-profile .post-comments-wrap .wp-block-file__button.button, .btn-borderd.sumo_affiliates_submit_registration_form, #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_submit_registration_form.button,
#bbpress-forums #bbp-your-profile .sumo_affiliates_submit_registration_form.button, .form-table input.btn-borderd[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.btn-borderd[type="submit"], .form-table #bbpress-forums .bbp-submit-wrapper input.button[type="submit"], #bbpress-forums .bbp-submit-wrapper .form-table input.button[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums .bbp-submit-wrapper input.button[type="submit"], #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button[type="submit"],
.form-table #bbpress-forums #bbp-your-profile input.button[type="submit"], #bbpress-forums #bbp-your-profile .form-table input.button[type="submit"],
.sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums #bbp-your-profile input.button[type="submit"], #bbpress-forums #bbp-your-profile .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button[type="submit"], .single_variation_wrap .btn-borderd.single_add_to_cart_button, .single_variation_wrap #bbpress-forums .bbp-submit-wrapper .single_add_to_cart_button.button, #bbpress-forums .bbp-submit-wrapper .single_variation_wrap .single_add_to_cart_button.button,
.single_variation_wrap #bbpress-forums #bbp-your-profile .single_add_to_cart_button.button, #bbpress-forums #bbp-your-profile .single_variation_wrap .single_add_to_cart_button.button, .shop_table .btn-borderd.woocommerce-MyAccount-downloads-file, .shop_table #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-downloads-file.button, #bbpress-forums .bbp-submit-wrapper .shop_table .woocommerce-MyAccount-downloads-file.button,
.shop_table #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-downloads-file.button, #bbpress-forums #bbp-your-profile .shop_table .woocommerce-MyAccount-downloads-file.button, .woocommerce .return-to-shop .btn-borderd.button, .woocommerce .return-to-shop #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .woocommerce .return-to-shop .button,
.woocommerce .return-to-shop #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .woocommerce .return-to-shop .button, .woocommerce .woocommerce-form-coupon .input-wrap .btn-borderd.button, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .btn-borderd.button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .btn-borderd.button, .woocommerce .woocommerce-form-coupon .input-wrap #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .woocommerce .woocommerce-form-coupon .input-wrap .button, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button,
.woocommerce .woocommerce-form-coupon .input-wrap #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .woocommerce .woocommerce-form-coupon .input-wrap .button,
.woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .btn-borderd.button, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content button.btn-borderd, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper button.button, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content button.button,
.woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile button.button, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content button.button, #bbpress-forums .bbp-submit-wrapper .button,
#bbpress-forums #bbp-your-profile .button, #bbpress-forums #subscription-toggle a.btn-borderd, #bbpress-forums #subscription-toggle .bbp-submit-wrapper a.button, #bbpress-forums .bbp-submit-wrapper #subscription-toggle a.button,
#bbpress-forums #subscription-toggle #bbp-your-profile a.button, #bbpress-forums #bbp-your-profile #subscription-toggle a.button {
  border: 1px solid;
}

.btn.btn-borderd:hover, .btn-borderd.single_add_to_cart_button:hover, #bbpress-forums .bbp-submit-wrapper .single_add_to_cart_button.button:hover,
#bbpress-forums #bbp-your-profile .single_add_to_cart_button.button:hover, .blog_details_content .btn-borderd.wp-block-button__link:hover, .blog_details_content #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button:hover, #bbpress-forums .bbp-submit-wrapper .blog_details_content .wp-block-button__link.button:hover,
.blog_details_content #bbpress-forums #bbp-your-profile .wp-block-button__link.button:hover, #bbpress-forums #bbp-your-profile .blog_details_content .wp-block-button__link.button:hover,
.blog_details_content .btn-borderd.wp-block-file__button:hover, .blog_details_content #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button:hover, #bbpress-forums .bbp-submit-wrapper .blog_details_content .wp-block-file__button.button:hover,
.blog_details_content #bbpress-forums #bbp-your-profile .wp-block-file__button.button:hover, #bbpress-forums #bbp-your-profile .blog_details_content .wp-block-file__button.button:hover,
.product-description .btn-borderd.wp-block-button__link:hover, .product-description #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button:hover, #bbpress-forums .bbp-submit-wrapper .product-description .wp-block-button__link.button:hover,
.product-description #bbpress-forums #bbp-your-profile .wp-block-button__link.button:hover, #bbpress-forums #bbp-your-profile .product-description .wp-block-button__link.button:hover,
.product-description .btn-borderd.wp-block-file__button:hover, .product-description #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button:hover, #bbpress-forums .bbp-submit-wrapper .product-description .wp-block-file__button.button:hover,
.product-description #bbpress-forums #bbp-your-profile .wp-block-file__button.button:hover, #bbpress-forums #bbp-your-profile .product-description .wp-block-file__button.button:hover,
.page--content .btn-borderd.wp-block-button__link:hover, .page--content #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button:hover, #bbpress-forums .bbp-submit-wrapper .page--content .wp-block-button__link.button:hover,
.page--content #bbpress-forums #bbp-your-profile .wp-block-button__link.button:hover, #bbpress-forums #bbp-your-profile .page--content .wp-block-button__link.button:hover,
.page--content .btn-borderd.wp-block-file__button:hover, .page--content #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button:hover, #bbpress-forums .bbp-submit-wrapper .page--content .wp-block-file__button.button:hover,
.page--content #bbpress-forums #bbp-your-profile .wp-block-file__button.button:hover, #bbpress-forums #bbp-your-profile .page--content .wp-block-file__button.button:hover,
.post-comments-wrap .btn-borderd.wp-block-button__link:hover, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .wp-block-button__link.button:hover, #bbpress-forums .bbp-submit-wrapper .post-comments-wrap .wp-block-button__link.button:hover,
.post-comments-wrap #bbpress-forums #bbp-your-profile .wp-block-button__link.button:hover, #bbpress-forums #bbp-your-profile .post-comments-wrap .wp-block-button__link.button:hover,
.post-comments-wrap .btn-borderd.wp-block-file__button:hover, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .wp-block-file__button.button:hover, #bbpress-forums .bbp-submit-wrapper .post-comments-wrap .wp-block-file__button.button:hover,
.post-comments-wrap #bbpress-forums #bbp-your-profile .wp-block-file__button.button:hover, #bbpress-forums #bbp-your-profile .post-comments-wrap .wp-block-file__button.button:hover, .btn-borderd.sumo_affiliates_submit_registration_form:hover, #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_submit_registration_form.button:hover,
#bbpress-forums #bbp-your-profile .sumo_affiliates_submit_registration_form.button:hover, .form-table input.btn-borderd:hover[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.btn-borderd:hover[type="submit"], .form-table #bbpress-forums .bbp-submit-wrapper input.button:hover[type="submit"], #bbpress-forums .bbp-submit-wrapper .form-table input.button:hover[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums .bbp-submit-wrapper input.button:hover[type="submit"], #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:hover[type="submit"],
.form-table #bbpress-forums #bbp-your-profile input.button:hover[type="submit"], #bbpress-forums #bbp-your-profile .form-table input.button:hover[type="submit"],
.sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums #bbp-your-profile input.button:hover[type="submit"], #bbpress-forums #bbp-your-profile .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button:hover[type="submit"], .single_variation_wrap .btn-borderd.single_add_to_cart_button:hover, .single_variation_wrap #bbpress-forums .bbp-submit-wrapper .single_add_to_cart_button.button:hover, #bbpress-forums .bbp-submit-wrapper .single_variation_wrap .single_add_to_cart_button.button:hover,
.single_variation_wrap #bbpress-forums #bbp-your-profile .single_add_to_cart_button.button:hover, #bbpress-forums #bbp-your-profile .single_variation_wrap .single_add_to_cart_button.button:hover, .shop_table .btn-borderd.woocommerce-MyAccount-downloads-file:hover, .shop_table #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-downloads-file.button:hover, #bbpress-forums .bbp-submit-wrapper .shop_table .woocommerce-MyAccount-downloads-file.button:hover,
.shop_table #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-downloads-file.button:hover, #bbpress-forums #bbp-your-profile .shop_table .woocommerce-MyAccount-downloads-file.button:hover, .woocommerce .return-to-shop .btn-borderd.button:hover, .woocommerce .return-to-shop #bbpress-forums .bbp-submit-wrapper .button:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce .return-to-shop .button:hover,
.woocommerce .return-to-shop #bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #bbp-your-profile .woocommerce .return-to-shop .button:hover, .woocommerce .woocommerce-form-coupon .input-wrap .btn-borderd.button:hover, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .btn-borderd.button:hover, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .btn-borderd.button:hover, .woocommerce .woocommerce-form-coupon .input-wrap #bbpress-forums .bbp-submit-wrapper .button:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce .woocommerce-form-coupon .input-wrap .button:hover, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper #bbpress-forums .bbp-submit-wrapper .button:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button:hover, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper #bbpress-forums .bbp-submit-wrapper .button:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button:hover,
.woocommerce .woocommerce-form-coupon .input-wrap #bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #bbp-your-profile .woocommerce .woocommerce-form-coupon .input-wrap .button:hover,
.woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper #bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #bbp-your-profile .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button:hover, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper #bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button:hover, .woocommerce-MyAccount-content .btn-borderd.button:hover, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper .button:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .button:hover, .woocommerce-MyAccount-content button.btn-borderd:hover, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper button.button:hover, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content button.button:hover,
.woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile button.button:hover, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content button.button:hover, #bbpress-forums .bbp-submit-wrapper .button:hover,
#bbpress-forums #bbp-your-profile .button:hover, #bbpress-forums #subscription-toggle a.btn-borderd:hover, #bbpress-forums #subscription-toggle .bbp-submit-wrapper a.button:hover, #bbpress-forums .bbp-submit-wrapper #subscription-toggle a.button:hover,
#bbpress-forums #subscription-toggle #bbp-your-profile a.button:hover, #bbpress-forums #bbp-your-profile #subscription-toggle a.button:hover {
  color: #ffffff;
}

.btn.btn-white, .btn-white.single_add_to_cart_button, .blog_details_content .btn-white.wp-block-button__link,
.blog_details_content .btn-white.wp-block-file__button,
.product-description .btn-white.wp-block-button__link,
.product-description .btn-white.wp-block-file__button,
.page--content .btn-white.wp-block-button__link,
.page--content .btn-white.wp-block-file__button,
.post-comments-wrap .btn-white.wp-block-button__link,
.post-comments-wrap .btn-white.wp-block-file__button, .btn-white.sumo_affiliates_submit_registration_form, .form-table input.btn-white[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.btn-white[type="submit"], .shop_table .btn-white.woocommerce-MyAccount-downloads-file, .woocommerce .return-to-shop .btn-white.button, .woocommerce .woocommerce-form-coupon .input-wrap .btn-white.button, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .btn-white.button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .btn-white.button, .woocommerce-MyAccount-content .btn-white.button, .woocommerce-MyAccount-content button.btn-white, #bbpress-forums .bbp-submit-wrapper .btn-white.button,
#bbpress-forums #bbp-your-profile .btn-white.button, #bbpress-forums #subscription-toggle a.btn-white {
  background-color: #ffffff !important;
}

.btn.btn-white:hover, .btn-white.single_add_to_cart_button:hover, .blog_details_content .btn-white.wp-block-button__link:hover,
.blog_details_content .btn-white.wp-block-file__button:hover,
.product-description .btn-white.wp-block-button__link:hover,
.product-description .btn-white.wp-block-file__button:hover,
.page--content .btn-white.wp-block-button__link:hover,
.page--content .btn-white.wp-block-file__button:hover,
.post-comments-wrap .btn-white.wp-block-button__link:hover,
.post-comments-wrap .btn-white.wp-block-file__button:hover, .btn-white.sumo_affiliates_submit_registration_form:hover, .form-table input.btn-white:hover[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.btn-white:hover[type="submit"], .shop_table .btn-white.woocommerce-MyAccount-downloads-file:hover, .woocommerce .return-to-shop .btn-white.button:hover, .woocommerce .woocommerce-form-coupon .input-wrap .btn-white.button:hover, .woocommerce-MyAccount-content .btn-white.button:hover, .woocommerce-MyAccount-content button.btn-white:hover, #bbpress-forums .bbp-submit-wrapper .btn-white.button:hover,
#bbpress-forums #bbp-your-profile .btn-white.button:hover, #bbpress-forums #subscription-toggle a.btn-white:hover {
  color: #ffffff;
}

.add_to_cart_button:not(.product_type_variable),
.product_type_grouped,
.product_type_external {
  font-size: 13px;
  border: 1px solid;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.add_to_cart_button:not(.product_type_variable):hover,
.product_type_grouped:hover,
.product_type_external:hover {
  color: #ffffff;
}

.btn-order {
  font-size: 14px;
  font-weight: 700;
}

/* Button Inline */
.btn-inline, .blog_details_content .comment-edit-link,
.product-description .comment-edit-link,
.page--content .comment-edit-link,
.post-comments-wrap .comment-edit-link, .woocommerce-MyAccount-content a.edit,
.button.product_type_variable {
  font-size: 13px;
  color: #999999;
  font-style: italic;
  position: relative;
}

.btn-inline:after, .blog_details_content .comment-edit-link:after,
.product-description .comment-edit-link:after,
.page--content .comment-edit-link:after,
.post-comments-wrap .comment-edit-link:after, .woocommerce-MyAccount-content a.edit:after,
.button.product_type_variable:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: '';
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.btn-inline:hover:after, .blog_details_content .comment-edit-link:hover:after,
.product-description .comment-edit-link:hover:after,
.page--content .comment-edit-link:hover:after,
.post-comments-wrap .comment-edit-link:hover:after, .woocommerce-MyAccount-content a.edit:hover:after,
.button.product_type_variable:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}

.button.product_type_variable {
  font-size: 16px;
  font-weight: 700;
}

/* Preview Button */
.preview_btn,
.shop_action_btn,
.added_to_cart.wc-forward {
  position: relative;
  height: 35px;
  font-size: 13px;
  width: 35px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 7px 21px -9px #5e9900 !important;
  box-shadow: 0 7px 21px -9px #5e9900 !important;
  border-radius: 50%;
  background-color: #fcfcfc;
}

.preview_btn span,
.shop_action_btn span,
.add_to_cart_button:not(.product_type_variable) span,
.product_type_grouped span,
.added_to_cart.wc-forward span,
.product_type_external span {
  position: absolute;
  top: -40px;
  padding: 4px 10px;
  background-color: #dedede;
  color: #ffffff;
  display: block;
  font-size: 10px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  white-space: nowrap;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.preview_btn span:after,
.shop_action_btn span:after,
.add_to_cart_button:not(.product_type_variable) span:after,
.product_type_grouped span:after,
.added_to_cart.wc-forward span:after,
.product_type_external span:after {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #dedede;
  position: absolute;
  left: 50%;
  display: block;
  bottom: -5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.preview_btn:hover span,
.shop_action_btn:hover span,
.add_to_cart_button:not(.product_type_variable):hover span,
.product_type_grouped:hover span,
.added_to_cart.wc-forward:hover span,
.product_type_external:hover span {
  top: -30px;
  opacity: 1;
  visibility: visible;
}

.btn-circle {
  width: 40px;
  height: 40px;
  border: 1px solid;
  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;
  border-radius: 50%;
  text-align: center;
}

.btn-circle:hover {
  -webkit-box-shadow: 0px 12px 30px -12px #5e9900 !important;
  box-shadow: 0px 12px 30px -12px #5e9900 !important;
}

.btn-circle:hover svg path {
  fill: #ffffff;
}

.shop_action_btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  width: 40px;
  height: 40px;
  font-size: 16px;
}

.shop_action_btn span {
  background-color: rgba(255, 255, 255, 0.3);
}

.shop_action_btn span:after {
  border-top-color: rgba(255, 255, 255, 0.3);
}

/* Button Underline */
.btn-underline {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

.btn-underline:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -5px;
  height: 2px;
  width: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.btn-underline:hover:after {
  width: calc(100% + 20px);
}

/* Button Icon */
.btn-icon {
  font-size: 15px;
  line-height: 1;
  position: relative;
  display: inline-block;
}

.btn-icon i {
  position: absolute;
  top: -2px;
  right: -15px;
  font-size: 20px;
  -webkit-transition: right .3s, color 0s;
  -o-transition: right .3s, color 0s;
  transition: right .3s, color 0s;
}

.btn-icon:hover i {
  right: -25px;
}

/* Subscribe Button */
.subscribe-btn {
  color: #ffffff;
  border-radius: 100%;
  border: none;
  font-size: 22px;
  height: 65px;
  width: 65px;
  -webkit-box-shadow: 0px 14px 30px -15px #5e9900;
  box-shadow: 0px 14px 30px -15px #5e9900;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: -o-linear-gradient(180deg, #73cc00 0%, #4cae4e 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#73cc00), to(#4cae4e));
  background: -o-linear-gradient(top, #73cc00 0%, #4cae4e 100%);
  background: linear-gradient(180deg, #73cc00 0%, #4cae4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73cc00', endColorstr='#4cae4e',GradientType=1);
}

.refund-btn.btn-inline, .blog_details_content .refund-btn.comment-edit-link,
.product-description .refund-btn.comment-edit-link,
.page--content .refund-btn.comment-edit-link,
.post-comments-wrap .refund-btn.comment-edit-link, .woocommerce-MyAccount-content a.refund-btn.edit {
  color: #ffa300;
  font-size: 16px;
  font-style: normal;
}

.refund-btn.btn-inline:after, .blog_details_content .refund-btn.comment-edit-link:after,
.product-description .refund-btn.comment-edit-link:after,
.page--content .refund-btn.comment-edit-link:after,
.post-comments-wrap .refund-btn.comment-edit-link:after, .woocommerce-MyAccount-content a.refund-btn.edit:after {
  background-color: #ffa300 !important;
}

/* LoadMore Button */
.load-more-btn {
  line-height: 1;
}

/* Forget Button */
.forget-btn {
  color: #777777;
  border-bottom: 1px solid;
}

/* Single Add to Cart Button */
/* Cart Count */
.cart {
  position: relative;
}

.cart .cart_count {
  font-size: 12px;
  position: absolute;
  right: -4px;
  top: -4px;
  color: white;
  width: 18px;
  height: 18px;
  line-height: 1;
  border-radius: 50%;
  background-color: #a9e471;
  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;
}

.add_to_cart_button.added {
  display: none;
}

.login_btn {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
}

.login_btn span {
  top: 55px;
}

.login_btn span:after {
  bottom: auto;
  top: -5px;
  border-top: none;
  border-bottom: 5px solid #dedede;
}

.login_btn:hover span {
  top: 45px;
}

/* ************************
   1.4: Animations
   ********************* */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes dotline-move {
  40% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    opacity: 0;
  }
}

@keyframes dotline-move {
  40% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    opacity: 0;
  }
}

@keyframes cloud_two {
  0% {
    left: 0;
  }
  100% {
    left: -200%;
  }
}

@-webkit-keyframes cloud_two {
  0% {
    left: 0;
  }
  100% {
    left: -200%;
  }
}

@keyframes cloud_one {
  0% {
    left: 0;
  }
  100% {
    left: -200%;
  }
}

@-webkit-keyframes cloud_one {
  0% {
    left: 0;
  }
  100% {
    left: -200%;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    border-color: transparent;
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    border-color: transparent;
  }
}

@-webkit-keyframes bounceLeft {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@keyframes bounceLeft {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spin {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 1s linear infinite;
}

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

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.bounce {
  -webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
  animation: bounce 1s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes bounce2 {
  0% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}

@keyframes bounce2 {
  0% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}

@-webkit-keyframes rotate2d {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate2d {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotate2d {
  -webkit-animation: rotate2d 2s linear infinite;
  animation: rotate2d 1s linear infinite;
}

@-webkit-keyframes rotate-2d {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotate-2d {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.rotate-2d {
  -webkit-animation: rotate-2d 2s linear infinite;
  animation: rotate-2d 1s linear infinite;
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

.rotate3d {
  -webkit-animation: rotate3d 2s linear infinite;
  animation: rotate3d 1s linear infinite;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 0;
  }
}

/* ************************
   1.5: Section Title
   ********************* */
.section-title {
  margin-bottom: 60px;
}

.section-title h2,
.section-title h3 {
  line-height: 1;
  margin-bottom: 0;
}

.section-title p {
  max-width: 600px;
  margin: 30px auto 0;
}

.section-title.full-width p {
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .section-title br {
    display: none;
  }
}

.section-subtitle {
  margin-bottom: 50px;
}

.section-subtitle h4 {
  line-height: 1;
}

/* ************************
   1.6: Page Title
   ********************* */
.page-title-wrap {
  padding: 185px 0 165px;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 991px) {
  .page-title-wrap {
    background-size: auto;
  }
}

.page-title-wrap .page-title h2 {
  margin-top: -5px;
  margin-bottom: 8px;
  font-weight: 900;
}

.page-title-wrap .page-title h2 br {
  display: none;
}

.page-title-wrap .page-title li,
.page-title-wrap .page-title li a {
  color: #555555;
}

.page-title-wrap .page-title li {
  font-size: 16px;
}

.page-title-wrap .page-title li:not(:last-child) {
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}

.page-title-wrap .page-title li:not(:last-child):after {
  font-family: 'FontAwesome';
  content: "";
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Page Banner */
.page_banner_text h1 {
  margin-bottom: 12px;
}

.page_banner_text .btn, .page_banner_text .single_add_to_cart_button, .page_banner_text .blog_details_content .wp-block-button__link, .blog_details_content .page_banner_text .wp-block-button__link,
.page_banner_text .blog_details_content .wp-block-file__button, .blog_details_content .page_banner_text .wp-block-file__button,
.page_banner_text .product-description .wp-block-button__link, .product-description .page_banner_text .wp-block-button__link,
.page_banner_text .product-description .wp-block-file__button, .product-description .page_banner_text .wp-block-file__button,
.page_banner_text .page--content .wp-block-button__link, .page--content .page_banner_text .wp-block-button__link,
.page_banner_text .page--content .wp-block-file__button, .page--content .page_banner_text .wp-block-file__button,
.page_banner_text .post-comments-wrap .wp-block-button__link, .post-comments-wrap .page_banner_text .wp-block-button__link,
.page_banner_text .post-comments-wrap .wp-block-file__button, .post-comments-wrap .page_banner_text .wp-block-file__button, .page_banner_text .sumo_affiliates_submit_registration_form, .page_banner_text .form-table input[type="submit"], .form-table .page_banner_text input[type="submit"], .page_banner_text .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .page_banner_text input[type="submit"], .page_banner_text .shop_table .woocommerce-MyAccount-downloads-file, .shop_table .page_banner_text .woocommerce-MyAccount-downloads-file, .page_banner_text .woocommerce .return-to-shop .button, .woocommerce .return-to-shop .page_banner_text .button, .page_banner_text .woocommerce .woocommerce-form-coupon .input-wrap .button, .woocommerce .woocommerce-form-coupon .input-wrap .page_banner_text .button, .page_banner_text .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .page_banner_text .button, .page_banner_text .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .page_banner_text .button, .page_banner_text .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .page_banner_text .button, .page_banner_text .woocommerce-MyAccount-content button, .woocommerce-MyAccount-content .page_banner_text button, .page_banner_text #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .page_banner_text .button,
.page_banner_text #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .page_banner_text .button, .page_banner_text #bbpress-forums #subscription-toggle a, #bbpress-forums #subscription-toggle .page_banner_text a {
  margin-top: 30px;
}

@media only screen and (max-width: 991px) {
  .page_banner_text br {
    display: none;
  }
}

/* Pricing Banner */
.pricing-banner p {
  color: #777777;
}

.pricing-banner span {
  color: #ff0101;
}

/* ************************
   02: Layout CSS
   ********************* */
/* ************************
   2.1: Preloader
   ********************* */
.preLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  overflow: hidden;
}

.preLoader .preload-img {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.preLoader .preload-img .pre-img {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.preLoader .spinner {
  width: 40px;
  height: 40px;
  background-color: #333;
  margin: 0 auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

.preLoader .spinnerBounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}

.preLoader .spinnerBounce .double-bounce1,
.preLoader .spinnerBounce .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.preLoader .spinnerBounce .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.preLoader .spinnerWave {
  margin: 0 auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.preLoader .spinnerWave > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.preLoader .spinnerWave .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.preLoader .spinnerWave .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.preLoader .spinnerWave .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.preLoader .spinnerWave .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.preLoader .spinnerCube {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.preLoader .spinnerCube .cube1,
.preLoader .spinnerCube .cube2 {
  background-color: #333;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.preLoader .spinnerCube .cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.preLoader .spinnerScaleout {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

.preLoader .spinnerRotate {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.preLoader .spinnerRotate .dot1,
.preLoader .spinnerRotate .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.preLoader .spinnerRotate .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.preLoader .spinnerBouncedelay {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.preLoader .spinnerBouncedelay > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.preLoader .spinnerBouncedelay .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.preLoader .spinnerBouncedelay .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.preLoader .sk-circle {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.preLoader .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.preLoader .sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.preLoader .sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.preLoader .sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.preLoader .sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.preLoader .sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.preLoader .sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.preLoader .sk-circle .sk-circle4:before {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s;
}

.preLoader .sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.preLoader .sk-circle .sk-circle5:before {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s;
}

.preLoader .sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.preLoader .sk-circle .sk-circle6:before {
  -webkit-animation-delay: -.7s;
  animation-delay: -.7s;
}

.preLoader .sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.preLoader .sk-circle .sk-circle7:before {
  -webkit-animation-delay: -.6s;
  animation-delay: -.6s;
}

.preLoader .sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.preLoader .sk-circle .sk-circle8:before {
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s;
}

.preLoader .sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.preLoader .sk-circle .sk-circle9:before {
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s;
}

.preLoader .sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.preLoader .sk-circle .sk-circle10:before {
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s;
}

.preLoader .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.preLoader .sk-circle .sk-circle11:before {
  -webkit-animation-delay: -.2s;
  animation-delay: -.2s;
}

.preLoader .sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.preLoader .sk-circle .sk-circle12:before {
  -webkit-animation-delay: -.1s;
  animation-delay: -.1s;
}

.preLoader .sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.preLoader .sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.preLoader .sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preLoader .sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preLoader .sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preLoader .sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preLoader .sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preLoader .sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preLoader .sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.preLoader .sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preLoader .sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* ************************
   2.2: Header
   ********************* */
.logged-in.admin-bar header {
  top: 32px;
}

@media only screen and (min-width: 0) and (max-width: 782px) {
  .logged-in.admin-bar header {
    top: 46px;
  }
}

@media only screen and (min-width: 0) and (max-width: 600px) {
  .logged-in.admin-bar header:headroom--top {
    top: 46px;
  }
  .logged-in.admin-bar header.headroom--not-top {
    top: 0;
  }
}

.header {
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .header {
    padding: 10px 0;
    background-color: #fff;
  }
  .header .themelooks_menu {
    display: none;
  }
}

.header.bg-white {
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
}

.header.headroom {
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  -o-transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  will-change: transform;
}

.header.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header.headroom--pinned {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* Logo */
.header .logo img + img {
  display: none;
}

.header.bg-white .logo img {
  display: none;
}

.header.bg-white .logo img + img {
  display: block;
}

/* Main Menu */
.main_menu ul li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .main_menu ul li {
    display: block;
  }
}

.main_menu ul li a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  line-height: 44px;
}

.main_menu ul li a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 15px;
  height: 3px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

@media only screen and (max-width: 991px) {
  .main_menu ul li a:after {
    display: none;
  }
}

.main_menu ul li:hover > a:after, .main_menu ul li.current-menu-item > a:after, .main_menu ul li.current-menu-ancestor > a:after {
  opacity: 1;
  visibility: visible;
}

.main_menu ul li ul.sub-menu {
  position: absolute;
  width: 250px;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
  opacity: 0;
  visibility: hidden;
  padding-top: 10px;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  z-index: 999;
}

@media only screen and (max-width: 991px) {
  .main_menu ul li ul.sub-menu {
    position: relative !important;
    display: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

.main_menu ul li ul.sub-menu li {
  text-align: left;
  display: block;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .main_menu ul li ul.sub-menu li:not(:last-child) {
    margin-bottom: 12px;
  }
}

.main_menu ul li ul.sub-menu li.menu-item-has-children:after {
  position: absolute;
  right: 10px;
  font-family: 'FontAwesome';
  content: "";
  top: 0;
  line-height: 44px;
}

@media only screen and (max-width: 991px) {
  .main_menu ul li ul.sub-menu li.menu-item-has-children:after {
    display: none;
  }
}

.main_menu ul li ul.sub-menu li a {
  font-size: 16px;
  padding-left: 20px;
}

@media only screen and (max-width: 991px) {
  .main_menu ul li ul.sub-menu li a {
    line-height: 1;
  }
}

.main_menu ul li ul.sub-menu li a:after {
  left: 0;
  height: 16px;
  width: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .main_menu ul li ul.sub-menu li .submenu-button {
    height: 26px;
  }
  .main_menu ul li ul.sub-menu li .submenu-button:after {
    line-height: 25px;
  }
}

.main_menu ul li ul.sub-menu li ul {
  right: -100% !important;
  left: auto !important;
  padding: 0;
  top: 0;
}

@media only screen and (max-width: 991px) {
  .main_menu ul li ul.sub-menu li ul {
    left: 0 !important;
    margin-left: 10px;
    margin-left: 20px;
    margin-bottom: 25px;
  }
}

.main_menu ul > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 991px) {
  .main_menu ul .submenu-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 31px;
    z-index: 999;
    cursor: pointer;
  }
  .main_menu ul .submenu-button:after {
    position: absolute;
    right: 10px;
    font-size: 12px;
    top: 0;
    line-height: 30px;
    color: #92d74a;
    display: block;
    text-align: center;
    font-family: 'FontAwesome';
    content: "";
  }
  .main_menu ul .submenu-button.submenu-opened:after {
    content: "\f068" !important;
  }
}

@media only screen and (max-width: 991px) {
  .main_menu > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.main_menu > ul > li > a {
  line-height: 70px;
}

@media only screen and (max-width: 991px) {
  .main_menu > ul > li > a {
    line-height: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .main_menu > ul > li a {
    font-size: 24px;
  }
}

/* Menu Trigger */
.menu-trigger {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: 1px solid;
  border-radius: 50%;
  padding: 15px;
  margin-left: 15px;
}

@media only screen and (max-width: 479px) {
  .menu-trigger {
    margin-left: 10px;
    width: 40px;
    height: 40px;
    padding: 8px;
  }
}

.menu-trigger span {
  display: block;
  height: 2px;
  width: 30px;
  border-radius: 3px;
}

@media only screen and (max-width: 479px) {
  .menu-trigger span {
    width: 20px;
  }
}

.menu-trigger span:first-child {
  margin-bottom: 2.5px;
}

.menu-trigger span:last-child {
  width: 20px;
  margin-top: 2.5px;
}

.menu-trigger.active span {
  margin: 0;
}

.menu-trigger.active span:first-child {
  -webkit-transform: translateY(1px) rotate(45deg);
  -ms-transform: translateY(1px) rotate(45deg);
  transform: translateY(1px) rotate(45deg);
}

.menu-trigger.active span:last-child {
  width: 30px;
  -webkit-transform: translateY(-1px) rotate(-45deg);
  -ms-transform: translateY(-1px) rotate(-45deg);
  transform: translateY(-1px) rotate(-45deg);
}

@media only screen and (max-width: 479px) {
  .menu-trigger.active span:last-child {
    width: 20px;
  }
}

/* OffCanvas Menu */
.offcanvas-menu {
  background-size: cover;
  background-position: center bottom;
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  z-index: 999;
  overflow-y: scroll;
  overflow-x: hidden;
  cursor: pointer;
}

.offcanvas-menu.active {
  top: 0;
}

.offcanvas-menu .offcanvas-inner {
  background-size: auto;
  background-position: center bottom;
  position: static;
  padding: 100px 75px 275px;
  background-repeat: no-repeat;
  min-height: 100%;
}

/* Header Button */
.header-btn-group {
  margin-left: 25px;
}

@media only screen and (max-width: 479px) {
  .header-btn-group {
    margin-left: 0;
  }
}

.header-btn-group .btn-circle:first-child {
  margin-right: 10px;
}

@media only screen and (max-width: 479px) {
  .header-btn-group .btn-circle:first-child {
    margin-right: 5px;
  }
}

.header-btn-group .btn-circle:last-child {
  margin-right: 0;
}

/* ************************
   2.3: Banner
   ********************* */
.banner {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  overflow: hidden;
  height: 100vh;
}

@media only screen and (max-width: 991px) {
  .banner {
    background-size: auto;
  }
}

@media only screen and (max-width: 575px) {
  .banner {
    height: auto;
    padding-bottom: 200px;
  }
}

@media only screen and (max-width: 575px) {
  .banner .banner-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
  }
}

.banner .banner-content {
  margin-top: -70px;
}

@media only screen and (max-width: 379px) {
  .banner .banner-content {
    margin-top: 0;
  }
}

.banner .banner-content h1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 25px;
}

@media only screen and (max-width: 575px) {
  .banner .banner-content h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 379px) {
  .banner .banner-content .banner-btn-group .btn, .banner .banner-content .banner-btn-group .single_add_to_cart_button, .banner .banner-content .banner-btn-group .blog_details_content .wp-block-button__link, .blog_details_content .banner .banner-content .banner-btn-group .wp-block-button__link,
  .banner .banner-content .banner-btn-group .blog_details_content .wp-block-file__button, .blog_details_content .banner .banner-content .banner-btn-group .wp-block-file__button,
  .banner .banner-content .banner-btn-group .product-description .wp-block-button__link, .product-description .banner .banner-content .banner-btn-group .wp-block-button__link,
  .banner .banner-content .banner-btn-group .product-description .wp-block-file__button, .product-description .banner .banner-content .banner-btn-group .wp-block-file__button,
  .banner .banner-content .banner-btn-group .page--content .wp-block-button__link, .page--content .banner .banner-content .banner-btn-group .wp-block-button__link,
  .banner .banner-content .banner-btn-group .page--content .wp-block-file__button, .page--content .banner .banner-content .banner-btn-group .wp-block-file__button,
  .banner .banner-content .banner-btn-group .post-comments-wrap .wp-block-button__link, .post-comments-wrap .banner .banner-content .banner-btn-group .wp-block-button__link,
  .banner .banner-content .banner-btn-group .post-comments-wrap .wp-block-file__button, .post-comments-wrap .banner .banner-content .banner-btn-group .wp-block-file__button, .banner .banner-content .banner-btn-group .sumo_affiliates_submit_registration_form, .banner .banner-content .banner-btn-group .form-table input[type="submit"], .form-table .banner .banner-content .banner-btn-group input[type="submit"], .banner .banner-content .banner-btn-group .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .banner .banner-content .banner-btn-group input[type="submit"], .banner .banner-content .banner-btn-group .shop_table .woocommerce-MyAccount-downloads-file, .shop_table .banner .banner-content .banner-btn-group .woocommerce-MyAccount-downloads-file, .banner .banner-content .banner-btn-group .woocommerce .return-to-shop .button, .woocommerce .return-to-shop .banner .banner-content .banner-btn-group .button, .banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .button, .woocommerce .woocommerce-form-coupon .input-wrap .banner .banner-content .banner-btn-group .button, .banner .banner-content .banner-btn-group .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .banner .banner-content .banner-btn-group .button, .banner .banner-content .banner-btn-group .woocommerce-MyAccount-content button, .woocommerce-MyAccount-content .banner .banner-content .banner-btn-group button, .banner .banner-content .banner-btn-group #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .banner .banner-content .banner-btn-group .button,
  .banner .banner-content .banner-btn-group #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .banner .banner-content .banner-btn-group .button, .banner .banner-content .banner-btn-group #bbpress-forums #subscription-toggle a, #bbpress-forums #subscription-toggle .banner .banner-content .banner-btn-group a {
    display: table;
    margin: 0 auto !important;
  }
}

.banner .banner-content .banner-btn-group .btn:not(:first-child), .banner .banner-content .banner-btn-group .single_add_to_cart_button:not(:first-child), .banner .banner-content .banner-btn-group .blog_details_content .wp-block-button__link:not(:first-child), .blog_details_content .banner .banner-content .banner-btn-group .wp-block-button__link:not(:first-child),
.banner .banner-content .banner-btn-group .blog_details_content .wp-block-file__button:not(:first-child), .blog_details_content .banner .banner-content .banner-btn-group .wp-block-file__button:not(:first-child),
.banner .banner-content .banner-btn-group .product-description .wp-block-button__link:not(:first-child), .product-description .banner .banner-content .banner-btn-group .wp-block-button__link:not(:first-child),
.banner .banner-content .banner-btn-group .product-description .wp-block-file__button:not(:first-child), .product-description .banner .banner-content .banner-btn-group .wp-block-file__button:not(:first-child),
.banner .banner-content .banner-btn-group .page--content .wp-block-button__link:not(:first-child), .page--content .banner .banner-content .banner-btn-group .wp-block-button__link:not(:first-child),
.banner .banner-content .banner-btn-group .page--content .wp-block-file__button:not(:first-child), .page--content .banner .banner-content .banner-btn-group .wp-block-file__button:not(:first-child),
.banner .banner-content .banner-btn-group .post-comments-wrap .wp-block-button__link:not(:first-child), .post-comments-wrap .banner .banner-content .banner-btn-group .wp-block-button__link:not(:first-child),
.banner .banner-content .banner-btn-group .post-comments-wrap .wp-block-file__button:not(:first-child), .post-comments-wrap .banner .banner-content .banner-btn-group .wp-block-file__button:not(:first-child), .banner .banner-content .banner-btn-group .sumo_affiliates_submit_registration_form:not(:first-child), .banner .banner-content .banner-btn-group .form-table input:not(:first-child)[type="submit"], .form-table .banner .banner-content .banner-btn-group input:not(:first-child)[type="submit"], .banner .banner-content .banner-btn-group .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input:not(:first-child)[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .banner .banner-content .banner-btn-group input:not(:first-child)[type="submit"], .banner .banner-content .banner-btn-group .shop_table .woocommerce-MyAccount-downloads-file:not(:first-child), .shop_table .banner .banner-content .banner-btn-group .woocommerce-MyAccount-downloads-file:not(:first-child), .banner .banner-content .banner-btn-group .woocommerce .return-to-shop .button:not(:first-child), .woocommerce .return-to-shop .banner .banner-content .banner-btn-group .button:not(:first-child), .banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .button:not(:first-child), .woocommerce .woocommerce-form-coupon .input-wrap .banner .banner-content .banner-btn-group .button:not(:first-child), .banner .banner-content .banner-btn-group .woocommerce-MyAccount-content .button:not(:first-child), .woocommerce-MyAccount-content .banner .banner-content .banner-btn-group .button:not(:first-child), .banner .banner-content .banner-btn-group .woocommerce-MyAccount-content button:not(:first-child), .woocommerce-MyAccount-content .banner .banner-content .banner-btn-group button:not(:first-child), .banner .banner-content .banner-btn-group #bbpress-forums .bbp-submit-wrapper .button:not(:first-child), #bbpress-forums .bbp-submit-wrapper .banner .banner-content .banner-btn-group .button:not(:first-child),
.banner .banner-content .banner-btn-group #bbpress-forums #bbp-your-profile .button:not(:first-child), #bbpress-forums #bbp-your-profile .banner .banner-content .banner-btn-group .button:not(:first-child), .banner .banner-content .banner-btn-group #bbpress-forums #subscription-toggle a:not(:first-child), #bbpress-forums #subscription-toggle .banner .banner-content .banner-btn-group a:not(:first-child) {
  margin-left: 10.5px;
}

.banner .banner-content .banner-btn-group .btn:first-child, .banner .banner-content .banner-btn-group .single_add_to_cart_button:first-child, .banner .banner-content .banner-btn-group .blog_details_content .wp-block-button__link:first-child, .blog_details_content .banner .banner-content .banner-btn-group .wp-block-button__link:first-child,
.banner .banner-content .banner-btn-group .blog_details_content .wp-block-file__button:first-child, .blog_details_content .banner .banner-content .banner-btn-group .wp-block-file__button:first-child,
.banner .banner-content .banner-btn-group .product-description .wp-block-button__link:first-child, .product-description .banner .banner-content .banner-btn-group .wp-block-button__link:first-child,
.banner .banner-content .banner-btn-group .product-description .wp-block-file__button:first-child, .product-description .banner .banner-content .banner-btn-group .wp-block-file__button:first-child,
.banner .banner-content .banner-btn-group .page--content .wp-block-button__link:first-child, .page--content .banner .banner-content .banner-btn-group .wp-block-button__link:first-child,
.banner .banner-content .banner-btn-group .page--content .wp-block-file__button:first-child, .page--content .banner .banner-content .banner-btn-group .wp-block-file__button:first-child,
.banner .banner-content .banner-btn-group .post-comments-wrap .wp-block-button__link:first-child, .post-comments-wrap .banner .banner-content .banner-btn-group .wp-block-button__link:first-child,
.banner .banner-content .banner-btn-group .post-comments-wrap .wp-block-file__button:first-child, .post-comments-wrap .banner .banner-content .banner-btn-group .wp-block-file__button:first-child, .banner .banner-content .banner-btn-group .sumo_affiliates_submit_registration_form:first-child, .banner .banner-content .banner-btn-group .form-table input:first-child[type="submit"], .form-table .banner .banner-content .banner-btn-group input:first-child[type="submit"], .banner .banner-content .banner-btn-group .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input:first-child[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .banner .banner-content .banner-btn-group input:first-child[type="submit"], .banner .banner-content .banner-btn-group .shop_table .woocommerce-MyAccount-downloads-file:first-child, .shop_table .banner .banner-content .banner-btn-group .woocommerce-MyAccount-downloads-file:first-child, .banner .banner-content .banner-btn-group .woocommerce .return-to-shop .button:first-child, .woocommerce .return-to-shop .banner .banner-content .banner-btn-group .button:first-child, .banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .button:first-child, .woocommerce .woocommerce-form-coupon .input-wrap .banner .banner-content .banner-btn-group .button:first-child, .banner .banner-content .banner-btn-group .woocommerce-MyAccount-content .button:first-child, .woocommerce-MyAccount-content .banner .banner-content .banner-btn-group .button:first-child, .banner .banner-content .banner-btn-group .woocommerce-MyAccount-content button:first-child, .woocommerce-MyAccount-content .banner .banner-content .banner-btn-group button:first-child, .banner .banner-content .banner-btn-group #bbpress-forums .bbp-submit-wrapper .button:first-child, #bbpress-forums .bbp-submit-wrapper .banner .banner-content .banner-btn-group .button:first-child,
.banner .banner-content .banner-btn-group #bbpress-forums #bbp-your-profile .button:first-child, #bbpress-forums #bbp-your-profile .banner .banner-content .banner-btn-group .button:first-child, .banner .banner-content .banner-btn-group #bbpress-forums #subscription-toggle a:first-child, #bbpress-forums #subscription-toggle .banner .banner-content .banner-btn-group a:first-child {
  margin-right: 10.5px;
}

@media only screen and (max-width: 379px) {
  .banner .banner-content .banner-btn-group .btn:first-child, .banner .banner-content .banner-btn-group .single_add_to_cart_button:first-child, .banner .banner-content .banner-btn-group .blog_details_content .wp-block-button__link:first-child, .blog_details_content .banner .banner-content .banner-btn-group .wp-block-button__link:first-child,
  .banner .banner-content .banner-btn-group .blog_details_content .wp-block-file__button:first-child, .blog_details_content .banner .banner-content .banner-btn-group .wp-block-file__button:first-child,
  .banner .banner-content .banner-btn-group .product-description .wp-block-button__link:first-child, .product-description .banner .banner-content .banner-btn-group .wp-block-button__link:first-child,
  .banner .banner-content .banner-btn-group .product-description .wp-block-file__button:first-child, .product-description .banner .banner-content .banner-btn-group .wp-block-file__button:first-child,
  .banner .banner-content .banner-btn-group .page--content .wp-block-button__link:first-child, .page--content .banner .banner-content .banner-btn-group .wp-block-button__link:first-child,
  .banner .banner-content .banner-btn-group .page--content .wp-block-file__button:first-child, .page--content .banner .banner-content .banner-btn-group .wp-block-file__button:first-child,
  .banner .banner-content .banner-btn-group .post-comments-wrap .wp-block-button__link:first-child, .post-comments-wrap .banner .banner-content .banner-btn-group .wp-block-button__link:first-child,
  .banner .banner-content .banner-btn-group .post-comments-wrap .wp-block-file__button:first-child, .post-comments-wrap .banner .banner-content .banner-btn-group .wp-block-file__button:first-child, .banner .banner-content .banner-btn-group .sumo_affiliates_submit_registration_form:first-child, .banner .banner-content .banner-btn-group .form-table input:first-child[type="submit"], .form-table .banner .banner-content .banner-btn-group input:first-child[type="submit"], .banner .banner-content .banner-btn-group .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input:first-child[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .banner .banner-content .banner-btn-group input:first-child[type="submit"], .banner .banner-content .banner-btn-group .shop_table .woocommerce-MyAccount-downloads-file:first-child, .shop_table .banner .banner-content .banner-btn-group .woocommerce-MyAccount-downloads-file:first-child, .banner .banner-content .banner-btn-group .woocommerce .return-to-shop .button:first-child, .woocommerce .return-to-shop .banner .banner-content .banner-btn-group .button:first-child, .banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .button:first-child, .woocommerce .woocommerce-form-coupon .input-wrap .banner .banner-content .banner-btn-group .button:first-child, .banner .banner-content .banner-btn-group .woocommerce-MyAccount-content .button:first-child, .woocommerce-MyAccount-content .banner .banner-content .banner-btn-group .button:first-child, .banner .banner-content .banner-btn-group .woocommerce-MyAccount-content button:first-child, .woocommerce-MyAccount-content .banner .banner-content .banner-btn-group button:first-child, .banner .banner-content .banner-btn-group #bbpress-forums .bbp-submit-wrapper .button:first-child, #bbpress-forums .bbp-submit-wrapper .banner .banner-content .banner-btn-group .button:first-child,
  .banner .banner-content .banner-btn-group #bbpress-forums #bbp-your-profile .button:first-child, #bbpress-forums #bbp-your-profile .banner .banner-content .banner-btn-group .button:first-child, .banner .banner-content .banner-btn-group #bbpress-forums #subscription-toggle a:first-child, #bbpress-forums #subscription-toggle .banner .banner-content .banner-btn-group a:first-child {
    margin-bottom: 20px !important;
  }
}

.banner .banner-content .banner-btn-group .btn.btn-fill, .banner .banner-content .banner-btn-group .single_add_to_cart_button, .banner .banner-content .banner-btn-group .blog_details_content .wp-block-button__link, .blog_details_content .banner .banner-content .banner-btn-group .wp-block-button__link,
.banner .banner-content .banner-btn-group .blog_details_content .wp-block-file__button, .blog_details_content .banner .banner-content .banner-btn-group .wp-block-file__button,
.banner .banner-content .banner-btn-group .product-description .wp-block-button__link, .product-description .banner .banner-content .banner-btn-group .wp-block-button__link,
.banner .banner-content .banner-btn-group .product-description .wp-block-file__button, .product-description .banner .banner-content .banner-btn-group .wp-block-file__button,
.banner .banner-content .banner-btn-group .page--content .wp-block-button__link, .page--content .banner .banner-content .banner-btn-group .wp-block-button__link,
.banner .banner-content .banner-btn-group .page--content .wp-block-file__button, .page--content .banner .banner-content .banner-btn-group .wp-block-file__button,
.banner .banner-content .banner-btn-group .post-comments-wrap .wp-block-button__link, .post-comments-wrap .banner .banner-content .banner-btn-group .wp-block-button__link,
.banner .banner-content .banner-btn-group .post-comments-wrap .wp-block-file__button, .post-comments-wrap .banner .banner-content .banner-btn-group .wp-block-file__button, .banner .banner-content .banner-btn-group .sumo_affiliates_submit_registration_form, .banner .banner-content .banner-btn-group .form-table input[type="submit"], .form-table .banner .banner-content .banner-btn-group input[type="submit"], .banner .banner-content .banner-btn-group .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .banner .banner-content .banner-btn-group input[type="submit"], .banner .banner-content .banner-btn-group .single_variation_wrap .single_add_to_cart_button, .single_variation_wrap .banner .banner-content .banner-btn-group .single_add_to_cart_button, .banner .banner-content .banner-btn-group .shop_table .woocommerce-MyAccount-downloads-file, .shop_table .banner .banner-content .banner-btn-group .woocommerce-MyAccount-downloads-file, .banner .banner-content .banner-btn-group .woocommerce .return-to-shop .button, .woocommerce .return-to-shop .banner .banner-content .banner-btn-group .button, .banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .btn-fill.button, .woocommerce .woocommerce-form-coupon .input-wrap .banner .banner-content .banner-btn-group .btn-fill.button, .banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .button.single_add_to_cart_button, .woocommerce .woocommerce-form-coupon .input-wrap .banner .banner-content .banner-btn-group .button.single_add_to_cart_button, .banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .button.wp-block-button__link, .woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .banner .banner-content .banner-btn-group .button.wp-block-button__link, .banner .banner-content .banner-btn-group .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link, .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .banner .banner-content .banner-btn-group .button.wp-block-button__link,
.banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .button.wp-block-file__button, .woocommerce .woocommerce-form-coupon .input-wrap .blog_details_content .banner .banner-content .banner-btn-group .button.wp-block-file__button, .banner .banner-content .banner-btn-group .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button, .blog_details_content .woocommerce .woocommerce-form-coupon .input-wrap .banner .banner-content .banner-btn-group .button.wp-block-file__button,
.banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .product-description .button.wp-block-button__link, .woocommerce .woocommerce-form-coupon .input-wrap .product-description .banner .banner-content .banner-btn-group .button.wp-block-button__link, .banner .banner-content .banner-btn-group .product-description .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link, .product-description .woocommerce .woocommerce-form-coupon .input-wrap .banner .banner-content .banner-btn-group .button.wp-block-button__link,
.banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .product-description .button.wp-block-file__button, .woocommerce .woocommerce-form-coupon .input-wrap .product-description .banner .banner-content .banner-btn-group .button.wp-block-file__button, .banner .banner-content .banner-btn-group .product-description .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button, .product-description .woocommerce .woocommerce-form-coupon .input-wrap .banner .banner-content .banner-btn-group .button.wp-block-file__button,
.banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .page--content .button.wp-block-button__link, .woocommerce .woocommerce-form-coupon .input-wrap .page--content .banner .banner-content .banner-btn-group .button.wp-block-button__link, .banner .banner-content .banner-btn-group .page--content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link, .page--content .woocommerce .woocommerce-form-coupon .input-wrap .banner .banner-content .banner-btn-group .button.wp-block-button__link,
.banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .page--content .button.wp-block-file__button, .woocommerce .woocommerce-form-coupon .input-wrap .page--content .banner .banner-content .banner-btn-group .button.wp-block-file__button, .banner .banner-content .banner-btn-group .page--content .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button, .page--content .woocommerce .woocommerce-form-coupon .input-wrap .banner .banner-content .banner-btn-group .button.wp-block-file__button,
.banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .button.wp-block-button__link, .woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .banner .banner-content .banner-btn-group .button.wp-block-button__link, .banner .banner-content .banner-btn-group .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-button__link, .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .banner .banner-content .banner-btn-group .button.wp-block-button__link,
.banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .button.wp-block-file__button, .woocommerce .woocommerce-form-coupon .input-wrap .post-comments-wrap .banner .banner-content .banner-btn-group .button.wp-block-file__button, .banner .banner-content .banner-btn-group .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .button.wp-block-file__button, .post-comments-wrap .woocommerce .woocommerce-form-coupon .input-wrap .banner .banner-content .banner-btn-group .button.wp-block-file__button, .banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .button.sumo_affiliates_submit_registration_form, .woocommerce .woocommerce-form-coupon .input-wrap .banner .banner-content .banner-btn-group .button.sumo_affiliates_submit_registration_form, .banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .form-table input.button[type="submit"], .woocommerce .woocommerce-form-coupon .input-wrap .form-table .banner .banner-content .banner-btn-group input.button[type="submit"], .banner .banner-content .banner-btn-group .form-table .woocommerce .woocommerce-form-coupon .input-wrap input.button[type="submit"], .form-table .woocommerce .woocommerce-form-coupon .input-wrap .banner .banner-content .banner-btn-group input.button[type="submit"], .banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button[type="submit"], .woocommerce .woocommerce-form-coupon .input-wrap .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .banner .banner-content .banner-btn-group input.button[type="submit"], .banner .banner-content .banner-btn-group .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .woocommerce .woocommerce-form-coupon .input-wrap input.button[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .woocommerce .woocommerce-form-coupon .input-wrap .banner .banner-content .banner-btn-group input.button[type="submit"], .banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .shop_table .button.woocommerce-MyAccount-downloads-file, .woocommerce .woocommerce-form-coupon .input-wrap .shop_table .banner .banner-content .banner-btn-group .button.woocommerce-MyAccount-downloads-file, .banner .banner-content .banner-btn-group .shop_table .woocommerce .woocommerce-form-coupon .input-wrap .button.woocommerce-MyAccount-downloads-file, .shop_table .woocommerce .woocommerce-form-coupon .input-wrap .banner .banner-content .banner-btn-group .button.woocommerce-MyAccount-downloads-file, .banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .return-to-shop .button, .woocommerce .woocommerce-form-coupon .input-wrap .return-to-shop .banner .banner-content .banner-btn-group .button, .banner .banner-content .banner-btn-group .woocommerce .return-to-shop .woocommerce-form-coupon .input-wrap .button, .woocommerce .return-to-shop .woocommerce-form-coupon .input-wrap .banner .banner-content .banner-btn-group .button, .banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .woocommerce-MyAccount-content .button, .woocommerce .woocommerce-form-coupon .input-wrap .woocommerce-MyAccount-content .banner .banner-content .banner-btn-group .button, .banner .banner-content .banner-btn-group .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .input-wrap .button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .input-wrap .banner .banner-content .banner-btn-group .button, .banner .banner-content .banner-btn-group .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .banner .banner-content .banner-btn-group .button, .banner .banner-content .banner-btn-group .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .banner .banner-content .banner-btn-group .button, .banner .banner-content .banner-btn-group .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .banner .banner-content .banner-btn-group .button, .banner .banner-content .banner-btn-group .woocommerce-MyAccount-content button, .woocommerce-MyAccount-content .banner .banner-content .banner-btn-group button, .banner .banner-content .banner-btn-group #bbpress-forums .bbp-submit-wrapper .btn-fill.button, #bbpress-forums .bbp-submit-wrapper .banner .banner-content .banner-btn-group .btn-fill.button, .banner .banner-content .banner-btn-group #bbpress-forums .bbp-submit-wrapper .button.single_add_to_cart_button, #bbpress-forums .bbp-submit-wrapper .banner .banner-content .banner-btn-group .button.single_add_to_cart_button, .banner .banner-content .banner-btn-group #bbpress-forums .bbp-submit-wrapper .blog_details_content .button.wp-block-button__link, #bbpress-forums .bbp-submit-wrapper .blog_details_content .banner .banner-content .banner-btn-group .button.wp-block-button__link, .banner .banner-content .banner-btn-group .blog_details_content #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link, .blog_details_content #bbpress-forums .bbp-submit-wrapper .banner .banner-content .banner-btn-group .button.wp-block-button__link,
.banner .banner-content .banner-btn-group #bbpress-forums .bbp-submit-wrapper .blog_details_content .button.wp-block-file__button, #bbpress-forums .bbp-submit-wrapper .blog_details_content .banner .banner-content .banner-btn-group .button.wp-block-file__button, .banner .banner-content .banner-btn-group .blog_details_content #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button, .blog_details_content #bbpress-forums .bbp-submit-wrapper .banner .banner-content .banner-btn-group .button.wp-block-file__button,
.banner .banner-content .banner-btn-group #bbpress-forums .bbp-submit-wrapper .product-description .button.wp-block-button__link, #bbpress-forums .bbp-submit-wrapper .product-description .banner .banner-content .banner-btn-group .button.wp-block-button__link, .banner .banner-content .banner-btn-group .product-description #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link, .product-description #bbpress-forums .bbp-submit-wrapper .banner .banner-content .banner-btn-group .button.wp-block-button__link,
.banner .banner-content .banner-btn-group #bbpress-forums .bbp-submit-wrapper .product-description .button.wp-block-file__button, #bbpress-forums .bbp-submit-wrapper .product-description .banner .banner-content .banner-btn-group .button.wp-block-file__button, .banner .banner-content .banner-btn-group .product-description #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button, .product-description #bbpress-forums .bbp-submit-wrapper .banner .banner-content .banner-btn-group .button.wp-block-file__button,
.banner .banner-content .banner-btn-group #bbpress-forums .bbp-submit-wrapper .page--content .button.wp-block-button__link, #bbpress-forums .bbp-submit-wrapper .page--content .banner .banner-content .banner-btn-group .button.wp-block-button__link, .banner .banner-content .banner-btn-group .page--content #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link, .page--content #bbpress-forums .bbp-submit-wrapper .banner .banner-content .banner-btn-group .button.wp-block-button__link,
.banner .banner-content .banner-btn-group #bbpress-forums .bbp-submit-wrapper .page--content .button.wp-block-file__button, #bbpress-forums .bbp-submit-wrapper .page--content .banner .banner-content .banner-btn-group .button.wp-block-file__button, .banner .banner-content .banner-btn-group .page--content #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button, .page--content #bbpress-forums .bbp-submit-wrapper .banner .banner-content .banner-btn-group .button.wp-block-file__button,
.banner .banner-content .banner-btn-group #bbpress-forums .bbp-submit-wrapper .post-comments-wrap .button.wp-block-button__link, #bbpress-forums .bbp-submit-wrapper .post-comments-wrap .banner .banner-content .banner-btn-group .button.wp-block-button__link, .banner .banner-content .banner-btn-group .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .button.wp-block-button__link, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .banner .banner-content .banner-btn-group .button.wp-block-button__link,
.banner .banner-content .banner-btn-group #bbpress-forums .bbp-submit-wrapper .post-comments-wrap .button.wp-block-file__button, #bbpress-forums .bbp-submit-wrapper .post-comments-wrap .banner .banner-content .banner-btn-group .button.wp-block-file__button, .banner .banner-content .banner-btn-group .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .button.wp-block-file__button, .post-comments-wrap #bbpress-forums .bbp-submit-wrapper .banner .banner-content .banner-btn-group .button.wp-block-file__button, .banner .banner-content .banner-btn-group #bbpress-forums .bbp-submit-wrapper .button.sumo_affiliates_submit_registration_form, #bbpress-forums .bbp-submit-wrapper .banner .banner-content .banner-btn-group .button.sumo_affiliates_submit_registration_form, .banner .banner-content .banner-btn-group #bbpress-forums .bbp-submit-wrapper .form-table input.button[type="submit"], #bbpress-forums .bbp-submit-wrapper .form-table .banner .banner-content .banner-btn-group input.button[type="submit"], .banner .banner-content .banner-btn-group .form-table #bbpress-forums .bbp-submit-wrapper input.button[type="submit"], .form-table #bbpress-forums .bbp-submit-wrapper .banner .banner-content .banner-btn-group input.button[type="submit"], .banner .banner-content .banner-btn-group #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button[type="submit"], #bbpress-forums .bbp-submit-wrapper .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .banner .banner-content .banner-btn-group input.button[type="submit"], .banner .banner-content .banner-btn-group .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums .bbp-submit-wrapper input.button[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums .bbp-submit-wrapper .banner .banner-content .banner-btn-group input.button[type="submit"], .banner .banner-content .banner-btn-group #bbpress-forums .bbp-submit-wrapper .shop_table .button.woocommerce-MyAccount-downloads-file, #bbpress-forums .bbp-submit-wrapper .shop_table .banner .banner-content .banner-btn-group .button.woocommerce-MyAccount-downloads-file, .banner .banner-content .banner-btn-group .shop_table #bbpress-forums .bbp-submit-wrapper .button.woocommerce-MyAccount-downloads-file, .shop_table #bbpress-forums .bbp-submit-wrapper .banner .banner-content .banner-btn-group .button.woocommerce-MyAccount-downloads-file, .banner .banner-content .banner-btn-group #bbpress-forums .bbp-submit-wrapper .woocommerce .return-to-shop .button, #bbpress-forums .bbp-submit-wrapper .woocommerce .return-to-shop .banner .banner-content .banner-btn-group .button, .banner .banner-content .banner-btn-group .woocommerce .return-to-shop #bbpress-forums .bbp-submit-wrapper .button, .woocommerce .return-to-shop #bbpress-forums .bbp-submit-wrapper .banner .banner-content .banner-btn-group .button, .banner .banner-content .banner-btn-group #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .button, #bbpress-forums .bbp-submit-wrapper .woocommerce-MyAccount-content .banner .banner-content .banner-btn-group .button, .banner .banner-content .banner-btn-group .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper .button, .woocommerce-MyAccount-content #bbpress-forums .bbp-submit-wrapper .banner .banner-content .banner-btn-group .button,
.banner .banner-content .banner-btn-group #bbpress-forums #bbp-your-profile .btn-fill.button, #bbpress-forums #bbp-your-profile .banner .banner-content .banner-btn-group .btn-fill.button, .banner .banner-content .banner-btn-group #bbpress-forums #bbp-your-profile .button.single_add_to_cart_button, #bbpress-forums #bbp-your-profile .banner .banner-content .banner-btn-group .button.single_add_to_cart_button, .banner .banner-content .banner-btn-group #bbpress-forums #bbp-your-profile .blog_details_content .button.wp-block-button__link, #bbpress-forums #bbp-your-profile .blog_details_content .banner .banner-content .banner-btn-group .button.wp-block-button__link, .banner .banner-content .banner-btn-group .blog_details_content #bbpress-forums #bbp-your-profile .button.wp-block-button__link, .blog_details_content #bbpress-forums #bbp-your-profile .banner .banner-content .banner-btn-group .button.wp-block-button__link,
.banner .banner-content .banner-btn-group #bbpress-forums #bbp-your-profile .blog_details_content .button.wp-block-file__button, #bbpress-forums #bbp-your-profile .blog_details_content .banner .banner-content .banner-btn-group .button.wp-block-file__button, .banner .banner-content .banner-btn-group .blog_details_content #bbpress-forums #bbp-your-profile .button.wp-block-file__button, .blog_details_content #bbpress-forums #bbp-your-profile .banner .banner-content .banner-btn-group .button.wp-block-file__button,
.banner .banner-content .banner-btn-group #bbpress-forums #bbp-your-profile .product-description .button.wp-block-button__link, #bbpress-forums #bbp-your-profile .product-description .banner .banner-content .banner-btn-group .button.wp-block-button__link, .banner .banner-content .banner-btn-group .product-description #bbpress-forums #bbp-your-profile .button.wp-block-button__link, .product-description #bbpress-forums #bbp-your-profile .banner .banner-content .banner-btn-group .button.wp-block-button__link,
.banner .banner-content .banner-btn-group #bbpress-forums #bbp-your-profile .product-description .button.wp-block-file__button, #bbpress-forums #bbp-your-profile .product-description .banner .banner-content .banner-btn-group .button.wp-block-file__button, .banner .banner-content .banner-btn-group .product-description #bbpress-forums #bbp-your-profile .button.wp-block-file__button, .product-description #bbpress-forums #bbp-your-profile .banner .banner-content .banner-btn-group .button.wp-block-file__button,
.banner .banner-content .banner-btn-group #bbpress-forums #bbp-your-profile .page--content .button.wp-block-button__link, #bbpress-forums #bbp-your-profile .page--content .banner .banner-content .banner-btn-group .button.wp-block-button__link, .banner .banner-content .banner-btn-group .page--content #bbpress-forums #bbp-your-profile .button.wp-block-button__link, .page--content #bbpress-forums #bbp-your-profile .banner .banner-content .banner-btn-group .button.wp-block-button__link,
.banner .banner-content .banner-btn-group #bbpress-forums #bbp-your-profile .page--content .button.wp-block-file__button, #bbpress-forums #bbp-your-profile .page--content .banner .banner-content .banner-btn-group .button.wp-block-file__button, .banner .banner-content .banner-btn-group .page--content #bbpress-forums #bbp-your-profile .button.wp-block-file__button, .page--content #bbpress-forums #bbp-your-profile .banner .banner-content .banner-btn-group .button.wp-block-file__button,
.banner .banner-content .banner-btn-group #bbpress-forums #bbp-your-profile .post-comments-wrap .button.wp-block-button__link, #bbpress-forums #bbp-your-profile .post-comments-wrap .banner .banner-content .banner-btn-group .button.wp-block-button__link, .banner .banner-content .banner-btn-group .post-comments-wrap #bbpress-forums #bbp-your-profile .button.wp-block-button__link, .post-comments-wrap #bbpress-forums #bbp-your-profile .banner .banner-content .banner-btn-group .button.wp-block-button__link,
.banner .banner-content .banner-btn-group #bbpress-forums #bbp-your-profile .post-comments-wrap .button.wp-block-file__button, #bbpress-forums #bbp-your-profile .post-comments-wrap .banner .banner-content .banner-btn-group .button.wp-block-file__button, .banner .banner-content .banner-btn-group .post-comments-wrap #bbpress-forums #bbp-your-profile .button.wp-block-file__button, .post-comments-wrap #bbpress-forums #bbp-your-profile .banner .banner-content .banner-btn-group .button.wp-block-file__button, .banner .banner-content .banner-btn-group #bbpress-forums #bbp-your-profile .button.sumo_affiliates_submit_registration_form, #bbpress-forums #bbp-your-profile .banner .banner-content .banner-btn-group .button.sumo_affiliates_submit_registration_form, .banner .banner-content .banner-btn-group #bbpress-forums #bbp-your-profile .form-table input.button[type="submit"], #bbpress-forums #bbp-your-profile .form-table .banner .banner-content .banner-btn-group input.button[type="submit"], .banner .banner-content .banner-btn-group .form-table #bbpress-forums #bbp-your-profile input.button[type="submit"], .form-table #bbpress-forums #bbp-your-profile .banner .banner-content .banner-btn-group input.button[type="submit"], .banner .banner-content .banner-btn-group #bbpress-forums #bbp-your-profile .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input.button[type="submit"], #bbpress-forums #bbp-your-profile .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .banner .banner-content .banner-btn-group input.button[type="submit"], .banner .banner-content .banner-btn-group .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums #bbp-your-profile input.button[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content #bbpress-forums #bbp-your-profile .banner .banner-content .banner-btn-group input.button[type="submit"], .banner .banner-content .banner-btn-group #bbpress-forums #bbp-your-profile .shop_table .button.woocommerce-MyAccount-downloads-file, #bbpress-forums #bbp-your-profile .shop_table .banner .banner-content .banner-btn-group .button.woocommerce-MyAccount-downloads-file, .banner .banner-content .banner-btn-group .shop_table #bbpress-forums #bbp-your-profile .button.woocommerce-MyAccount-downloads-file, .shop_table #bbpress-forums #bbp-your-profile .banner .banner-content .banner-btn-group .button.woocommerce-MyAccount-downloads-file, .banner .banner-content .banner-btn-group #bbpress-forums #bbp-your-profile .woocommerce .return-to-shop .button, #bbpress-forums #bbp-your-profile .woocommerce .return-to-shop .banner .banner-content .banner-btn-group .button, .banner .banner-content .banner-btn-group .woocommerce .return-to-shop #bbpress-forums #bbp-your-profile .button, .woocommerce .return-to-shop #bbpress-forums #bbp-your-profile .banner .banner-content .banner-btn-group .button, .banner .banner-content .banner-btn-group #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .button, #bbpress-forums #bbp-your-profile .woocommerce-MyAccount-content .banner .banner-content .banner-btn-group .button, .banner .banner-content .banner-btn-group .woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile .button, .woocommerce-MyAccount-content #bbpress-forums #bbp-your-profile .banner .banner-content .banner-btn-group .button, .banner .banner-content .banner-btn-group #bbpress-forums #subscription-toggle a.btn-fill, #bbpress-forums #subscription-toggle .banner .banner-content .banner-btn-group a.btn-fill, .banner .banner-content .banner-btn-group #bbpress-forums #subscription-toggle a.single_add_to_cart_button, #bbpress-forums #subscription-toggle .banner .banner-content .banner-btn-group a.single_add_to_cart_button, .banner .banner-content .banner-btn-group #bbpress-forums #subscription-toggle .blog_details_content a.wp-block-button__link, #bbpress-forums #subscription-toggle .blog_details_content .banner .banner-content .banner-btn-group a.wp-block-button__link, .banner .banner-content .banner-btn-group .blog_details_content #bbpress-forums #subscription-toggle a.wp-block-button__link, .blog_details_content #bbpress-forums #subscription-toggle .banner .banner-content .banner-btn-group a.wp-block-button__link,
.banner .banner-content .banner-btn-group #bbpress-forums #subscription-toggle .blog_details_content a.wp-block-file__button, #bbpress-forums #subscription-toggle .blog_details_content .banner .banner-content .banner-btn-group a.wp-block-file__button, .banner .banner-content .banner-btn-group .blog_details_content #bbpress-forums #subscription-toggle a.wp-block-file__button, .blog_details_content #bbpress-forums #subscription-toggle .banner .banner-content .banner-btn-group a.wp-block-file__button,
.banner .banner-content .banner-btn-group #bbpress-forums #subscription-toggle .product-description a.wp-block-button__link, #bbpress-forums #subscription-toggle .product-description .banner .banner-content .banner-btn-group a.wp-block-button__link, .banner .banner-content .banner-btn-group .product-description #bbpress-forums #subscription-toggle a.wp-block-button__link, .product-description #bbpress-forums #subscription-toggle .banner .banner-content .banner-btn-group a.wp-block-button__link,
.banner .banner-content .banner-btn-group #bbpress-forums #subscription-toggle .product-description a.wp-block-file__button, #bbpress-forums #subscription-toggle .product-description .banner .banner-content .banner-btn-group a.wp-block-file__button, .banner .banner-content .banner-btn-group .product-description #bbpress-forums #subscription-toggle a.wp-block-file__button, .product-description #bbpress-forums #subscription-toggle .banner .banner-content .banner-btn-group a.wp-block-file__button,
.banner .banner-content .banner-btn-group #bbpress-forums #subscription-toggle .page--content a.wp-block-button__link, #bbpress-forums #subscription-toggle .page--content .banner .banner-content .banner-btn-group a.wp-block-button__link, .banner .banner-content .banner-btn-group .page--content #bbpress-forums #subscription-toggle a.wp-block-button__link, .page--content #bbpress-forums #subscription-toggle .banner .banner-content .banner-btn-group a.wp-block-button__link,
.banner .banner-content .banner-btn-group #bbpress-forums #subscription-toggle .page--content a.wp-block-file__button, #bbpress-forums #subscription-toggle .page--content .banner .banner-content .banner-btn-group a.wp-block-file__button, .banner .banner-content .banner-btn-group .page--content #bbpress-forums #subscription-toggle a.wp-block-file__button, .page--content #bbpress-forums #subscription-toggle .banner .banner-content .banner-btn-group a.wp-block-file__button,
.banner .banner-content .banner-btn-group #bbpress-forums #subscription-toggle .post-comments-wrap a.wp-block-button__link, #bbpress-forums #subscription-toggle .post-comments-wrap .banner .banner-content .banner-btn-group a.wp-block-button__link, .banner .banner-content .banner-btn-group .post-comments-wrap #bbpress-forums #subscription-toggle a.wp-block-button__link, .post-comments-wrap #bbpress-forums #subscription-toggle .banner .banner-content .banner-btn-group a.wp-block-button__link,
.banner .banner-content .banner-btn-group #bbpress-forums #subscription-toggle .post-comments-wrap a.wp-block-file__button, #bbpress-forums #subscription-toggle .post-comments-wrap .banner .banner-content .banner-btn-group a.wp-block-file__button, .banner .banner-content .banner-btn-group .post-comments-wrap #bbpress-forums #subscription-toggle a.wp-block-file__button, .post-comments-wrap #bbpress-forums #subscription-toggle .banner .banner-content .banner-btn-group a.wp-block-file__button, .banner .banner-content .banner-btn-group #bbpress-forums #subscription-toggle a.sumo_affiliates_submit_registration_form, #bbpress-forums #subscription-toggle .banner .banner-content .banner-btn-group a.sumo_affiliates_submit_registration_form, .banner .banner-content .banner-btn-group #bbpress-forums #subscription-toggle .shop_table a.woocommerce-MyAccount-downloads-file, #bbpress-forums #subscription-toggle .shop_table .banner .banner-content .banner-btn-group a.woocommerce-MyAccount-downloads-file, .banner .banner-content .banner-btn-group .shop_table #bbpress-forums #subscription-toggle a.woocommerce-MyAccount-downloads-file, .shop_table #bbpress-forums #subscription-toggle .banner .banner-content .banner-btn-group a.woocommerce-MyAccount-downloads-file, .banner .banner-content .banner-btn-group #bbpress-forums #subscription-toggle .woocommerce .return-to-shop a.button, #bbpress-forums #subscription-toggle .woocommerce .return-to-shop .banner .banner-content .banner-btn-group a.button, .banner .banner-content .banner-btn-group .woocommerce .return-to-shop #bbpress-forums #subscription-toggle a.button, .woocommerce .return-to-shop #bbpress-forums #subscription-toggle .banner .banner-content .banner-btn-group a.button, .banner .banner-content .banner-btn-group #bbpress-forums #subscription-toggle .woocommerce-MyAccount-content a.button, #bbpress-forums #subscription-toggle .woocommerce-MyAccount-content .banner .banner-content .banner-btn-group a.button, .banner .banner-content .banner-btn-group .woocommerce-MyAccount-content #bbpress-forums #subscription-toggle a.button, .woocommerce-MyAccount-content #bbpress-forums #subscription-toggle .banner .banner-content .banner-btn-group a.button {
  -webkit-box-shadow: 0px 25px 16px -22px #5e9900;
  box-shadow: 0px 25px 16px -22px #5e9900;
}

.banner,
.footer-top {
  overflow: hidden;
}

.banner.bg_cloud,
.footer-top.bg_cloud {
  position: relative;
}

.banner.bg_cloud .clouds,
.footer-top.bg_cloud .clouds {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  background-repeat: repeat-x;
  z-index: -1;
}

.banner.bg_cloud .clouds.clouds_one,
.footer-top.bg_cloud .clouds.clouds_one {
  animation: cloud_one 250s linear infinite;
  -webkit-animation: cloud_one 250s linear infinite;
  -moz-animation: cloud_one 250s linear infinite;
  -o-animation: cloud_one 250s linear infinite;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.banner.bg_cloud .clouds.clouds_two,
.footer-top.bg_cloud .clouds.clouds_two {
  animation: cloud_two 150s linear infinite;
  -webkit-animation: cloud_two 150s linear infinite;
  -moz-animation: cloud_two 150s linear infinite;
  -o-animation: cloud_two 150s linear infinite;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

/* ************************
   2.4: Blog
   ********************* */
/* Single Blog */
.single-blog {
  margin-bottom: 50px;
}

.single-blog.sticky {
  padding: 20px;
  border: 3px dotted;
}

.single-blog .blog-content {
  padding: 30px;
}

.single-blog .blog-content h3 a,
.single-blog .blog-content h5 a {
  color: inherit;
}

.single-blog .blog-content h5 {
  line-height: 1.44;
}

.single-blog .blog-content .preview-wrap {
  top: 0;
  bottom: auto;
}

.single-blog .blog-content .preview-wrap .preview_btn {
  font-size: 24px;
  color: #ffffff;
}

.single-blog .blog-content .preview-wrap .preview_btn span {
  background-color: rgba(123, 123, 123, 0.8);
}

.single-blog .blog-content .preview-wrap .preview_btn span:after {
  border-top-color: rgba(123, 123, 123, 0.8);
}

.single-blog .blog-content .post_excerpt {
  line-height: 1.5;
  margin-bottom: 16px;
}

.single-blog:hover .preview-wrap {
  top: -17.5px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* Post Meta */
.post-meta {
  margin-bottom: 10px;
  font-size: 14px;
  color: #999999;
}

.post-meta ul {
  padding-left: 0 !important;
}

.post-meta ul li:not(:last-child) {
  margin-right: 15px;
}

.post-meta ul li a {
  color: #999999 !important;
}

.post-meta ul li a:hover {
  color: #73cb01 !important;
}

/* Blog Sidebar */
.blog_sidebar {
  border-radius: 5px;
}

.blog_sidebar .widget:last-child {
  margin-bottom: 0;
}

/* Wide Image */
@media only screen and (min-width: 1200px) {
  .no-sidebar .alignwide {
    max-width: 1110px;
    width: 1110px;
    margin-left: calc(-1110px/2 + 100%/2);
    margin-right: calc(-1110px/2 + 100%/2);
  }
}

/* Blog Image */
/* Blog Details Content */
.blog_details_content {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.blog_details_content .blog_image .alignwide {
  border-radius: 10px;
}

.blog_details_content .blog_image .caption {
  margin-top: 12px;
  font-style: italic;
}

.blog_details_content .blog_image .caption *, .blog_details_content .blog_image .caption a {
  color: #999999;
}

/* Post Category */
.post_category li:first-child,
.post_tag li:first-child {
  margin-right: 10px;
}

.post_category li.media-body,
.post_tag li.media-body {
  margin-top: -2px;
}

.post_category li a,
.post_tag li a {
  font-size: 14px;
  font-style: italic;
  color: #555555;
}

.post_category li a:not(:last-child):after,
.post_tag li a:not(:last-child):after {
  content: ', ';
}

/* Post Count */
.post_count li:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
}

/* Post Share */
.post_share li:not(:last-child) {
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .post_share li:not(:last-child) {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 379px) {
  .post_share li:not(:last-child) {
    margin-right: 10px;
  }
}

.post_share li a {
  color: #555555;
}

/* Author Info */
.author-info p {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
}

/* Post Navigation */
.post-navigation .single-nav {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media only screen and (max-width: 479px) {
  .post-navigation .single-nav {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.post-navigation .single-nav .nav-text {
  max-width: 200px;
}

.post-navigation .single-nav .nav-text h5 {
  margin-bottom: 5px;
}

.post-navigation .single-nav .nav-text a {
  display: block;
  font-size: 15px;
  line-height: 1.33;
}

@media only screen and (max-width: 479px) {
  .post-navigation .nav-previous {
    border: none;
    margin-bottom: 30px;
  }
}

.post-navigation .nav-previous .nav-image {
  margin-right: 20px;
}

.post-navigation .nav-next {
  border-left: 1px solid #d8d8d8;
}

@media only screen and (max-width: 479px) {
  .post-navigation .nav-next {
    direction: rtl;
    text-align: left !important;
  }
}

.post-navigation .nav-next .nav-image {
  margin-left: 20px;
}

@media only screen and (max-width: 479px) {
  .post-navigation .nav-next .nav-image {
    margin-left: 0;
    margin-right: 20px;
  }
}

/* Post Comment */
.post-comments-wrap .single-comment-wrapper:not(:last-child) {
  margin-bottom: 42px;
}

.post-comments-wrap .single-comment-wrapper .single-comment-wrapper {
  margin-left: 85px;
}

.post-comments-wrap > h4 {
  margin-bottom: 42px;
}

.post-comments-wrap .single-post-comment:not(:last-child) {
  margin-bottom: 42px;
}

.post-comments-wrap .single-post-comment .comment-author-image {
  margin-right: 20px;
  min-width: 65px;
}

.post-comments-wrap .single-post-comment .comment-content {
  max-width: calc(100% - 85px);
}

.post-comments-wrap .single-post-comment .comment-content .author_name {
  margin-bottom: 10px;
}

.post-comments-wrap .single-post-comment .comment-content p {
  margin-bottom: 5px;
}

.post-comments-wrap .single-post-comment .reply-btn {
  font-size: 14px;
}

.post-comments-wrap .single-post-comment .reply-btn i {
  margin-right: 10px;
}

.post-comments-wrap .post-comment-reply {
  margin-left: 85px;
}

/* Comment Form */
.comment-respond, .review-form {
  padding: 50px;
  background-color: #f9f9f9;
  position: relative;
}

.comment-respond .logged-in-as a:hover, .review-form .logged-in-as a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 575px) {
  .comment-respond, .review-form {
    padding: 30px;
  }
}

.comment-respond form .form-control, .review-form form .form-control, .comment-respond form .woocommerce-MyAccount-content .woocommerce-input-wrapper input, .woocommerce-MyAccount-content .woocommerce-input-wrapper .comment-respond form input, .review-form form .woocommerce-MyAccount-content .woocommerce-input-wrapper input, .woocommerce-MyAccount-content .woocommerce-input-wrapper .review-form form input {
  margin-bottom: 50px;
}

.comment-respond form textarea, .review-form form textarea {
  min-height: 120px;
}

.comment-respond form .subscribe-btn, .review-form form .subscribe-btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.comment-respond form .col-12:last-child, .review-form form .col-12:last-child {
  position: static;
}

.comment-respond .akismet_comment_form_privacy_notice, .review-form .akismet_comment_form_privacy_notice {
  margin-top: 30px;
}

/* Blog Sidebar */
.blog_sidebar,
.page_sidebar {
  padding: 50px 0;
}

@media only screen and (max-width: 991px) {
  .blog_sidebar,
  .page_sidebar {
    margin-top: 100px;
  }
}

/* Common Styles */
.blog_details_content h1,
.blog_details_content h2,
.blog_details_content h3,
.blog_details_content h4,
.blog_details_content h5,
.blog_details_content h6,
.product-description h1,
.product-description h2,
.product-description h3,
.product-description h4,
.product-description h5,
.product-description h6,
.page--content h1,
.page--content h2,
.page--content h3,
.page--content h4,
.page--content h5,
.page--content h6,
.post-comments-wrap h1,
.post-comments-wrap h2,
.post-comments-wrap h3,
.post-comments-wrap h4,
.post-comments-wrap h5,
.post-comments-wrap h6 {
  line-height: inherit;
}

.blog_details_content p:not(:last-child),
.product-description p:not(:last-child),
.page--content p:not(:last-child),
.post-comments-wrap p:not(:last-child) {
  margin-bottom: 20px;
}

.blog_details_content ul:not(.wp-block-gallery),
.blog_details_content ol:not(.wp-block-gallery),
.product-description ul:not(.wp-block-gallery),
.product-description ol:not(.wp-block-gallery),
.page--content ul:not(.wp-block-gallery),
.page--content ol:not(.wp-block-gallery),
.post-comments-wrap ul:not(.wp-block-gallery),
.post-comments-wrap ol:not(.wp-block-gallery) {
  padding-left: 40px;
  margin-bottom: 1em;
}

.blog_details_content ul:not(.wp-block-gallery) ol, .blog_details_content ul:not(.wp-block-gallery) ul,
.blog_details_content ol:not(.wp-block-gallery) ol,
.blog_details_content ol:not(.wp-block-gallery) ul,
.product-description ul:not(.wp-block-gallery) ol,
.product-description ul:not(.wp-block-gallery) ul,
.product-description ol:not(.wp-block-gallery) ol,
.product-description ol:not(.wp-block-gallery) ul,
.page--content ul:not(.wp-block-gallery) ol,
.page--content ul:not(.wp-block-gallery) ul,
.page--content ol:not(.wp-block-gallery) ol,
.page--content ol:not(.wp-block-gallery) ul,
.post-comments-wrap ul:not(.wp-block-gallery) ol,
.post-comments-wrap ul:not(.wp-block-gallery) ul,
.post-comments-wrap ol:not(.wp-block-gallery) ol,
.post-comments-wrap ol:not(.wp-block-gallery) ul {
  margin-bottom: 0;
}

.blog_details_content ul li,
.blog_details_content ol li,
.product-description ul li,
.product-description ol li,
.page--content ul li,
.page--content ol li,
.post-comments-wrap ul li,
.post-comments-wrap ol li {
  list-style-type: inherit;
}

.blog_details_content ol,
.product-description ol,
.page--content ol,
.post-comments-wrap ol {
  list-style-type: decimal;
}

.blog_details_content ul,
.product-description ul,
.page--content ul,
.post-comments-wrap ul {
  list-style-type: disc;
}

.blog_details_content ul ul,
.product-description ul ul,
.page--content ul ul,
.post-comments-wrap ul ul {
  list-style-type: circle;
}

.blog_details_content ul ul ul,
.product-description ul ul ul,
.page--content ul ul ul,
.post-comments-wrap ul ul ul {
  list-style-type: square;
}

.blog_details_content table,
.product-description table,
.page--content table,
.post-comments-wrap table {
  width: 100%;
}

.blog_details_content table td,
.blog_details_content table th,
.product-description table td,
.product-description table th,
.page--content table td,
.page--content table th,
.post-comments-wrap table td,
.post-comments-wrap table th {
  border: 1px solid #d7d7d7;
  padding: 10px;
}

.blog_details_content .wp-caption,
.product-description .wp-caption,
.page--content .wp-caption,
.post-comments-wrap .wp-caption {
  max-width: 100%;
}

.blog_details_content .wp-caption .wp-caption-text,
.product-description .wp-caption .wp-caption-text,
.page--content .wp-caption .wp-caption-text,
.post-comments-wrap .wp-caption .wp-caption-text {
  font-style: italic;
}

.blog_details_content .gallery img,
.product-description .gallery img,
.page--content .gallery img,
.post-comments-wrap .gallery img {
  border: none !important;
}

/* BlockQuote */
blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large {
  margin-top: 40px;
  text-align: center;
  background-color: #F3FDE5;
  padding: 50px;
  position: relative;
  margin-bottom: 5px;
  border: none !important;
}

blockquote:after,
.wp-block-quote:after,
.wp-block-quote.is-style-large:after {
  content: '‘’';
  position: absolute;
  left: 50%;
  top: -25px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

blockquote p,
.wp-block-quote p,
.wp-block-quote.is-style-large p {
  max-width: 730px;
  margin: 0 auto 24px;
  font-style: italic;
}

blockquote p:last-child,
.wp-block-quote p:last-child,
.wp-block-quote.is-style-large p:last-child {
  margin-bottom: 0;
}

blockquote cite,
.wp-block-quote cite,
.wp-block-quote.is-style-large cite {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
}

/* Chat */
.single-format-chat .blog_details_content p:nth-child(odd) {
  padding: 5px 10px;
  background-color: #F3FDE5;
}

/* Password Form */
.post-password-form form {
  max-width: 400px;
}

/* Service Details */
/* ************************
   2.5: Widgets
   ********************* */
.widget {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 60px;
  padding: 0 30px;
}

.widget .widget_header {
  margin-bottom: 30px;
}

.widget .widget_header h5 {
  line-height: 1;
}

.widget ul li {
  line-height: 2.4;
}

.widget > ul {
  margin-top: -10px;
}

.widget a {
  color: #555555;
}

.widget.about_widget .about-content {
  margin-top: -7px;
}

.widget.widget_contact_info li {
  padding-left: 37px;
  position: relative;
  line-height: 1.6;
}

.widget.widget_contact_info li:not(:last-child) {
  margin-bottom: 7px;
}

.widget.widget_contact_info li i {
  position: absolute;
  left: 1px;
  font-size: 16px;
  line-height: inherit;
  color: #777777;
}

.widget.widget_social_icons li a {
  height: 40px;
  width: 40px;
  border: 1px solid;
  text-align: center;
  line-height: 38px;
  display: block;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 16px;
}

.widget.widget_social_icons li a:hover {
  color: #ffffff;
}

.widget.widget_products .single_product .product_title {
  margin-bottom: 0;
}

.widget.widget_products .single_product .product_price {
  font-weight: 700;
}

.widget.widget_latest_post .single_post .post_img, .widget.popular_posts_widget .single_post .post_img {
  margin-right: 20px;
}

.widget.widget_latest_post .single_post .date, .widget.popular_posts_widget .single_post .date {
  font-size: 14px;
  color: #999999;
}

.widget.widget_latest_post .single_post .post_title, .widget.popular_posts_widget .single_post .post_title {
  margin-bottom: 0;
}

.widget.widget_search form, .widget.widget_subscribe form {
  position: relative;
}

.widget.widget_search form input, .widget.widget_subscribe form input {
  border: 1px solid;
  height: 60px;
  width: 100%;
  padding: 0 25px;
}

.widget.widget_search form button, .widget.widget_subscribe form button {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  height: 100%;
  font-size: 18px;
  padding: 0 20px;
  border-radius: 0 10px 10px 0;
}

.widget.widget_categories {
  font-size: 16px;
}

.widget.widget_categories .posts-count {
  font-size: 12px;
}

.widget.widget_subscribe {
  padding: 40px 30px;
}

.widget.widget_subscribe .widget_header h5 {
  color: #ffffff;
}

.widget.widget_subscribe p {
  line-height: 1.5;
  margin-bottom: 25px;
}

.widget.widget_subscribe .subscribe-form input {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
  color: #ffffff;
}

.widget.widget_subscribe .subscribe-form input::-webkit-input-placeholder {
  color: #ffffff !important;
}

.widget.widget_subscribe .subscribe-form input::-moz-placeholder {
  color: #ffffff !important;
}

.widget.widget_subscribe .subscribe-form input:-ms-input-placeholder {
  color: #ffffff !important;
}

.widget.widget_subscribe .subscribe-form input::-ms-input-placeholder {
  color: #ffffff !important;
}

.widget.widget_subscribe .subscribe-form input::placeholder {
  color: #ffffff !important;
}

.widget.widget_subscribe .subscribe-form button {
  background-color: #ffffff !important;
}

/* ************************
   2.6: Footer
   ********************* */
/* Footer Top */
.footer-top {
  background-image: url(../img/footer-bg.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  margin-bottom: -1px;
  z-index: 1;
}

.footer-top hr {
  margin-top: 0;
  margin-bottom: 30px;
  border-color: #EBEBEB;
}

.footer-top .widget {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px;
}

.footer-top .widget:not(.widget_subscribe) {
  padding: 0;
}

.footer-top .widget .widget_header,
.footer-top .widget .footer_logo {
  margin-bottom: 25px;
}

.footer-top .widget.widget_nav_menu {
  margin-bottom: 16px;
}

.footer-top .widget.widget_nav_menu ul li {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

@media only screen and (max-width: 767px) {
  .footer-top .widget.widget_nav_menu ul li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 379px) {
  .footer-top .widget.widget_nav_menu ul li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.footer-top .widget.widget_products, .footer-top .widget.widget_latest_post,
.footer-top .widget.widget_nav_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.footer-top .widget.widget_products li, .footer-top .widget.widget_latest_post li,
.footer-top .widget.widget_nav_menu ul li {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.footer-top .widget .widget_header {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.footer-top .widget .single_product,
.footer-top .widget .single_post {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 0 !important;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .footer-top .widget .single_product,
  .footer-top .widget .single_post {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.footer-top .widget.widget_latest_post .widget_header, .footer-top .widget.widget_products .widget_header {
  margin-bottom: 6px;
  padding-right: 10px;
  padding-left: 10px;
}

/* Footer Bottom */
.footer_bottom {
  padding: 45px 0;
}

.footer_bottom .footer_bottom_menu li:not(:first-child) {
  margin-left: 20px;
}

.footer_bottom .footer_bottom_menu li a {
  color: #ffffff;
}

/* ************************
   2.7: 404
   ********************* */
.bg-404 {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .not-found-content {
    padding-top: 100px;
  }
}

.not-found-content h1 {
  margin-bottom: 7px;
  font-size: 48px;
}

.not-found-content p {
  margin-bottom: 35px;
}

/* ************************
   3.1: Service
   ********************* */
/* Single Core Service */
.single-core-service {
  padding: 40px;
  background-color: #ffffff;
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .single-core-service {
    padding: 40px 20px;
  }
}

.single-core-service .service-icon {
  margin-bottom: 25px;
}

.single-core-service .service-icon i {
  font-size: 30px;
  line-height: 1;
}

.single-core-service .service-content h6 {
  margin-bottom: 5px;
}

.single-core-service .service-content h4 {
  margin-bottom: 20px;
}

.single-core-service .service-content .btn-icon {
  margin-top: 22px;
}

/* Single Service */
.single-service, .single-process {
  margin-bottom: 50px;
}

.single-service .icon, .single-process .icon {
  margin-bottom: 25px;
  min-height: 40px;
}

.single-service .icon i, .single-process .icon i {
  font-size: 30px;
  line-height: 1;
}

.single-service .content h4, .single-process .content h4,
.single-service .content h5,
.single-process .content h5 {
  margin-bottom: 20px;
}

.single-service .content p, .single-process .content p {
  margin-bottom: 17px;
}

.single-service .content a, .single-process .content a {
  color: inherit;
}

/* Page Title */
.service_page_title h3 {
  line-height: 1.4;
}

.service_page_title p {
  line-height: 1.5;
  max-width: 540px;
}

.service_page_title p span {
  font-size: 20px;
  font-weight: 700;
}

/* ************************
   3.2: Steps
   ********************* */
.single-step {
  margin-bottom: 50px;
}

.single-step .step-icon {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  border: 1px solid;
  border-radius: 50%;
}

@media only screen and (max-width: 991px) {
  .single-step .step-icon {
    height: 120px;
    width: 120px;
  }
}

.single-step .step-icon .step-count {
  position: absolute;
  font-size: 40px;
  font-weight: 700;
  height: 45px;
  width: 45px;
  line-height: 44px;
  background-color: #fcfcfc;
  top: 25px;
  left: 3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
}

.single-step .step-content h5 {
  margin-top: 35px;
  margin-bottom: 15px;
}

.single-step .step-content p {
  max-width: 270px;
  margin: 0 auto;
}

.single-step.left-indicator {
  position: relative;
}

.single-step.left-indicator:after {
  position: absolute;
  right: -27px;
  top: 50px;
  content: "";
  border-left: 22px solid #eeeeee;
  border-bottom: 28px solid transparent;
  border-top: 28px solid transparent;
  -webkit-animation: fadeInLeft ease-in-out 3s infinite;
  animation: fadeInLeft ease-in-out 3s infinite;
}

@media only screen and (max-width: 991px) {
  .single-step.left-indicator:after {
    display: none;
  }
}

/* ************************
   3.3: Features
   ********************* */
/* Quick Feature */
.single-quick-feature {
  margin-bottom: 30px;
}

.single-quick-feature img,
.single-quick-feature i {
  min-height: 45px;
}

.single-quick-feature i {
  line-height: 1;
  font-size: 40px;
}

.single-quick-feature p {
  margin-top: 20px;
}

/* Feature List */
.feature-list .feature-title {
  margin-bottom: 25px;
}

.feature-list .feature-title img {
  margin-right: 20px;
}

/* Service Feature */
.single-service-feature {
  margin-top: -8px;
}

.single-service-feature h3 {
  margin-top: 10px;
  margin-bottom: 8px;
}

.single-service-feature p {
  color: #f1ffdf;
}

/* Page Banner Feature */
.page_banner_feature {
  min-height: 490px;
}

@media only screen and (max-width: 991px) {
  .page_banner_feature {
    min-height: 442px;
  }
}

.page_banner_feature .banner_feature {
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
  padding: 25px;
  padding-right: 20px;
  background-color: #ffffff;
  width: 230px;
}

@media only screen and (max-width: 991px) {
  .page_banner_feature .banner_feature:not(:last-child) {
    margin-bottom: 30px;
  }
}

.page_banner_feature .banner_feature.feature_2, .page_banner_feature .banner_feature.feature_3 {
  position: absolute;
}

@media only screen and (max-width: 991px) {
  .page_banner_feature .banner_feature.feature_1, .page_banner_feature .banner_feature.feature_2, .page_banner_feature .banner_feature.feature_3 {
    position: static;
    width: 100%;
    height: auto;
  }
}

.page_banner_feature .banner_feature.feature_2 {
  left: 134px;
  top: 120px;
}

.page_banner_feature .banner_feature.feature_3 {
  right: 0;
  top: 65px;
}

.page_banner_feature .banner_feature strong {
  font-size: 14px;
  font-weight: 700;
}

.page_banner_feature .banner_feature h5 {
  margin-top: 10px;
  margin-bottom: 5px;
}

/* ************************
   3.4: Counter
   ********************* */
.single-counter {
  line-height: 1;
  margin-bottom: 50px;
}

.single-counter h2 {
  margin-bottom: 20px;
}

/* ************************
   3.5: Features
   ********************* */
/* Pricing Banner Cloud */
.banner-cloud {
  position: relative;
  z-index: 1;
}

.banner-cloud:after {
  position: absolute;
  content: '';
  left: 0;
  top: 85px;
  width: 100%;
  height: calc(100% - 85px);
  background-image: url(../img/pricing-cloud.png);
  background-repeat: no-repeat;
  background-position: top right;
}

/* Pricing Nav */
.pricing_nav {
  border: 0;
  font-size: 20px;
  font-weight: 700;
}

.pricing_nav li a {
  margin: 0 20px;
  position: relative;
  color: #777777;
}

.pricing_nav li a:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 15px;
  height: 3px;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
}

.pricing_nav li a.active:after, .pricing_nav li a:hover:after {
  opacity: 1;
  visibility: visible;
}

/* Tab Content */
.tab-content {
  margin-top: 70px;
}

/* Single Pricing Table */
.single_pricing_table {
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
  margin-bottom: 50px;
}

.single_pricing_table.highlighted {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.single_pricing_table .pt_header {
  padding: 50px 40px;
  color: #ffffff;
  position: relative;
}

.single_pricing_table .pt_header.pt_shape {
  background-image: url(../img/shape.png);
  background-position: top right;
  background-repeat: no-repeat;
}

.single_pricing_table .pt_header .badge {
  position: absolute;
  left: 0;
  top: 0;
  color: #ff0101;
  font-weight: 700;
  font-size: 16px;
  background-color: #fff600;
  padding: 15px 40px;
  -webkit-transform: rotate(-45deg) translate(-22%, -67%);
  -ms-transform: rotate(-45deg) translate(-22%, -67%);
  transform: rotate(-45deg) translate(-22%, -67%);
}

.single_pricing_table .pt_header .badge:before, .single_pricing_table .pt_header .badge:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 7px;
}

.single_pricing_table .pt_header .badge:before {
  z-index: 0;
  top: 48px;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.single_pricing_table .pt_header .badge:after {
  background-color: #000000;
  z-index: -1;
  top: 46px;
  opacity: .1;
}

.single_pricing_table .pt_header .pt_title h3 {
  color: #ffffff;
}

.single_pricing_table .pt_header .pt_title span {
  opacity: .7;
}

.single_pricing_table .pt_header .pt_price {
  position: relative;
}

.single_pricing_table .pt_header .pt_price .offer_price {
  font-size: 60px;
  font-weight: 700;
  vertical-align: top;
  line-height: 72px;
}

.single_pricing_table .pt_header .pt_price small {
  font-size: 70%;
}

.single_pricing_table .pt_header .pt_price .previous_price {
  position: absolute;
  right: 0;
  top: -15px;
  font-size: 18px;
  line-height: 1;
}

.single_pricing_table .pt_body {
  padding: 40px;
  background-color: #fff;
}

.single_pricing_table .pt_body .pt_feature li {
  line-height: 1.5;
  padding: 5px 0;
}

.single_pricing_table .pt_body .pt_feature .pt_feature_heading {
  margin-top: 15px;
  display: block;
  font-weight: 700;
}

.single_pricing_table .pt_footer {
  padding: 0 40px 40px;
  text-align: center;
}

.single_pricing_table .pt_footer .btn, .single_pricing_table .pt_footer .single_add_to_cart_button, .single_pricing_table .pt_footer .blog_details_content .wp-block-button__link, .blog_details_content .single_pricing_table .pt_footer .wp-block-button__link,
.single_pricing_table .pt_footer .blog_details_content .wp-block-file__button, .blog_details_content .single_pricing_table .pt_footer .wp-block-file__button,
.single_pricing_table .pt_footer .product-description .wp-block-button__link, .product-description .single_pricing_table .pt_footer .wp-block-button__link,
.single_pricing_table .pt_footer .product-description .wp-block-file__button, .product-description .single_pricing_table .pt_footer .wp-block-file__button,
.single_pricing_table .pt_footer .page--content .wp-block-button__link, .page--content .single_pricing_table .pt_footer .wp-block-button__link,
.single_pricing_table .pt_footer .page--content .wp-block-file__button, .page--content .single_pricing_table .pt_footer .wp-block-file__button,
.single_pricing_table .pt_footer .post-comments-wrap .wp-block-button__link, .post-comments-wrap .single_pricing_table .pt_footer .wp-block-button__link,
.single_pricing_table .pt_footer .post-comments-wrap .wp-block-file__button, .post-comments-wrap .single_pricing_table .pt_footer .wp-block-file__button, .single_pricing_table .pt_footer .sumo_affiliates_submit_registration_form, .single_pricing_table .pt_footer .form-table input[type="submit"], .form-table .single_pricing_table .pt_footer input[type="submit"], .single_pricing_table .pt_footer .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .single_pricing_table .pt_footer input[type="submit"], .single_pricing_table .pt_footer .shop_table .woocommerce-MyAccount-downloads-file, .shop_table .single_pricing_table .pt_footer .woocommerce-MyAccount-downloads-file, .single_pricing_table .pt_footer .woocommerce .return-to-shop .button, .woocommerce .return-to-shop .single_pricing_table .pt_footer .button, .single_pricing_table .pt_footer .woocommerce .woocommerce-form-coupon .input-wrap .button, .woocommerce .woocommerce-form-coupon .input-wrap .single_pricing_table .pt_footer .button, .single_pricing_table .pt_footer .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .single_pricing_table .pt_footer .button, .single_pricing_table .pt_footer .woocommerce-MyAccount-content button, .woocommerce-MyAccount-content .single_pricing_table .pt_footer button, .single_pricing_table .pt_footer #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .single_pricing_table .pt_footer .button,
.single_pricing_table .pt_footer #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .single_pricing_table .pt_footer .button, .single_pricing_table .pt_footer #bbpress-forums #subscription-toggle a, #bbpress-forums #subscription-toggle .single_pricing_table .pt_footer a {
  border: 1px solid;
}

.payment_method_list {
  margin-bottom: 25px;
}

/* ************************
   3.6: Testimonial
   ********************* */
/* Single Testimonial */
@media only screen and (max-width: 991px) {
  .single-testimonial {
    margin: 0 50px;
  }
}

.single-testimonial .testimonial-icon {
  font-size: 30px;
  line-height: 1;
  color: #f1f1f1;
}

.single-testimonial .testimonial-author {
  margin-top: 20px;
}

.single-testimonial .testimonial-text {
  max-width: 700px;
  margin: 16px auto;
  font-style: italic;
}

.single-testimonial .testi-rating .rating-number {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin: 20px 0 6px;
}

.single-testimonial .testi-rating .stars {
  font-size: 18px;
  color: #ffd21e;
}

/* Testimonial Slider */
.testimonial-slider .owl-nav button.owl-prev, .testimonial-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  font-size: 40px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .5;
}

.testimonial-slider .owl-nav button.owl-prev:hover, .testimonial-slider .owl-nav button.owl-next:hover {
  opacity: 1;
}

.testimonial-slider .owl-nav button.owl-prev.disabled, .testimonial-slider .owl-nav button.owl-next.disabled {
  opacity: .3;
  cursor: not-allowed;
}

.testimonial-slider .owl-nav button.owl-prev {
  left: 0;
}

.testimonial-slider .owl-nav button.owl-next {
  right: 0;
}

.testimonial-slider .owl-dots {
  bottom: -40px;
}

/* ************************
   3.7: CTA
   ********************* */
.cta-bg {
  background-size: cover;
  background-position: center center;
}

.cta-text h2,
.cta-text h3,
.cta-text h4 {
  color: #ffffff;
}

.cta-text h2 {
  margin-top: -6px;
  margin-bottom: 5px;
}

.cta-text h3,
.cta-text h4 {
  margin-bottom: 30px;
}

.cta-text p {
  margin-bottom: 23px;
  max-width: 500px;
}

.cta-text.text-center p {
  margin: 0 auto 23px;
}

.affiliate-cta {
  position: relative;
  z-index: 1;
}

.affiliate-cta:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  content: '';
  z-index: -1;
}

/* ************************
   3.8: Newsletter
   ********************* */
/* Newsletter Text */
.newsletter_text h2 {
  line-height: 1;
  margin-bottom: 15px;
}

/* Subscribe Form */
@media only screen and (max-width: 767px) {
  .subscribe_form {
    margin-top: 50px;
  }
}

.subscribe_form form {
  position: relative;
}

.subscribe_form .input-wrap, .subscribe_form .woocommerce-MyAccount-content .woocommerce-input-wrapper, .woocommerce-MyAccount-content .subscribe_form .woocommerce-input-wrapper {
  width: 85%;
}

@media only screen and (max-width: 991px) {
  .subscribe_form .input-wrap, .subscribe_form .woocommerce-MyAccount-content .woocommerce-input-wrapper, .woocommerce-MyAccount-content .subscribe_form .woocommerce-input-wrapper {
    width: 80%;
  }
}

.subscribe_form .form-control, .subscribe_form .woocommerce-MyAccount-content .woocommerce-input-wrapper input, .woocommerce-MyAccount-content .woocommerce-input-wrapper .subscribe_form input {
  margin-bottom: 14px;
}

.subscribe_form .subscribe-btn {
  position: absolute;
  right: 0;
  bottom: -14px;
}

/* ************************
   3.9: Back to Top
   ********************* */
.back-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  text-align: right;
  font-size: 30px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
}

.back-top:after {
  position: absolute;
  content: '';
  height: 30px;
  width: 30px;
  background-color: #a9e471;
  border-radius: 100%;
  opacity: .4;
  bottom: -15px;
  right: -6px;
  z-index: -1;
}

.back-top i {
  color: #4cae4e;
}

.back-top.back-top-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.back-top:hover i {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

/* ************************
   3.10: Working Process
   ********************* */
.single-process {
  padding: 0 30px;
}

.single-process .icon {
  min-height: 90px;
}

/* ************************
   3.11: FAQ
   ********************* */
.single_faq {
  margin-bottom: 50px;
}

.single_faq .faq_icon {
  min-width: 50px;
}

.single_faq .faq_icon i {
  font-size: 25px;
}

.single_faq .faq_content h5 {
  color: #555555;
  margin-bottom: 20px;
}

.single_faq .faq_content p {
  color: #777777;
}

/* ************************
   3.12: About
   ********************* */
/* Homepage About */
.home-about-text h2 {
  margin-bottom: 60px;
}

.home-about-text p {
  max-width: 730px;
  margin-bottom: 30px;
}

/* Timeline */
.single-timeline:not(:last-child) {
  margin-bottom: 30px;
}

.single-timeline span {
  position: absolute;
  font-size: 60px;
  color: #f9f9f9;
  left: -23px;
  line-height: 1;
  z-index: -1;
  display: block;
  top: -5px;
  width: 30px;
  text-align: right;
}

.single-timeline h4 {
  margin-bottom: 0;
}

.single-timeline .media-body {
  margin-left: 30px;
}

.single-timeline .media-body h6 {
  margin-bottom: 5px;
}

/* ************************
   3.13: Behind Process
   ********************* */
.single-behind-process:not(:last-child), .single-promotion:not(:last-child) {
  margin-bottom: 40px;
}

.single-behind-process .icon, .single-promotion .icon {
  min-width: 55px;
}

.single-behind-process .icon i, .single-promotion .icon i {
  font-size: 30px;
}

.single-behind-process h5, .single-promotion h5 {
  margin-bottom: 6px;
}

.behind-wrapper {
  min-height: 730px;
  margin-top: -20px;
}

@media only screen and (max-width: 991px) {
  .behind-wrapper {
    margin-top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .behind-wrapper {
    width: 450px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 479px) {
  .behind-wrapper {
    min-height: 430px;
    width: 320px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 379px) {
  .behind-wrapper {
    width: 290px;
  }
}

@media only screen and (max-width: 991px) {
  .behind-content p br {
    display: block;
  }
}

.behind-content .center {
  width: 378px;
  height: 378px;
  background: -o-linear-gradient(135deg, #fdfdfd 0%, #e9eaeb 100%);
  background: -o-linear-gradient(315deg, #fdfdfd 0%, #e9eaeb 100%);
  background: linear-gradient(135deg, #fdfdfd 0%, #e9eaeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e9eaeb',GradientType=1);
  border-radius: 100%;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

@media only screen and (max-width: 575px) {
  .behind-content .center {
    height: 278px;
    width: 278px;
  }
}

@media only screen and (max-width: 479px) {
  .behind-content .center {
    height: 180px;
    width: 180px;
    text-align: center;
  }
}

.behind-content .center h2 {
  font-size: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#fcaa00), to(#25abcb));
  background: -o-linear-gradient(left, #fcaa00 0%, #25abcb 100%);
  background: linear-gradient(to right, #fcaa00 0%, #25abcb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 479px) {
  .behind-content .center h2 {
    font-size: 30px;
  }
}

.behind-content .center h2 p {
  line-height: 1.5;
}

@media only screen and (max-width: 575px) {
  .behind-content .center h2 p {
    font-size: 14px;
  }
}

.behind-content .sub {
  border-radius: 100%;
  -webkit-box-shadow: 0 24px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
  top: 50%;
  left: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.behind-content .sub .sub-wrapper {
  text-align: center !important;
}

.behind-content .sub.sub-1 {
  z-index: 9;
  height: 150px;
  width: 150px;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  background: -o-linear-gradient(135deg, #f3cc4f 0%, #ffa000 100%);
  background: -o-linear-gradient(315deg, #f3cc4f 0%, #ffa000 100%);
  background: linear-gradient(135deg, #f3cc4f 0%, #ffa000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3cc4f', endColorstr='#ffa000',GradientType=1);
}

@media only screen and (max-width: 479px) {
  .behind-content .sub.sub-1 {
    height: 110px;
    width: 110px;
  }
}

.behind-content .sub.sub-2 {
  z-index: 8;
  height: 175px;
  width: 175px;
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
  background: -o-linear-gradient(135deg, #d3e23b 0%, #afb42b 100%);
  background: -o-linear-gradient(315deg, #d3e23b 0%, #afb42b 100%);
  background: linear-gradient(135deg, #d3e23b 0%, #afb42b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3e23b', endColorstr='#afb42b',GradientType=1);
}

@media only screen and (max-width: 479px) {
  .behind-content .sub.sub-2 {
    height: 120px;
    width: 120px;
  }
}

.behind-content .sub.sub-3 {
  z-index: 7;
  height: 240px;
  width: 240px;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
  background: -o-linear-gradient(135deg, #65e86b 0%, #388e3c 100%);
  background: -o-linear-gradient(315deg, #65e86b 0%, #388e3c 100%);
  background: linear-gradient(135deg, #65e86b 0%, #388e3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65e86b', endColorstr='#388e3c',GradientType=1);
}

@media only screen and (max-width: 575px) {
  .behind-content .sub.sub-3 {
    height: 200px;
    width: 200px;
  }
}

@media only screen and (max-width: 479px) {
  .behind-content .sub.sub-3 {
    height: 140px;
    width: 140px;
  }
}

.behind-content .sub.sub-4 {
  z-index: 6;
  height: 230px;
  width: 230px;
  -webkit-transition-delay: .55s;
  -o-transition-delay: .55s;
  transition-delay: .55s;
  background: -o-linear-gradient(135deg, #4bd3e5 0%, #00838f 100%);
  background: -o-linear-gradient(315deg, #4bd3e5 0%, #00838f 100%);
  background: linear-gradient(135deg, #4bd3e5 0%, #00838f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bd3e5', endColorstr='#00838f',GradientType=1);
}

@media only screen and (max-width: 575px) {
  .behind-content .sub.sub-4 {
    height: 200px;
    width: 200px;
  }
}

@media only screen and (max-width: 479px) {
  .behind-content .sub.sub-4 {
    height: 130px;
    width: 130px;
  }
}

.behind-content .sub.sub-5 {
  z-index: 5;
  height: 230px;
  width: 230px;
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
  background: -o-linear-gradient(135deg, #7986cb 0%, #3949ab 100%);
  background: -o-linear-gradient(315deg, #7986cb 0%, #3949ab 100%);
  background: linear-gradient(135deg, #7986cb 0%, #3949ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7986cb', endColorstr='#3949ab',GradientType=1);
}

@media only screen and (max-width: 575px) {
  .behind-content .sub.sub-5 {
    height: 200px;
    width: 200px;
  }
}

@media only screen and (max-width: 479px) {
  .behind-content .sub.sub-5 {
    height: 130px;
    width: 130px;
  }
}

.behind-content .sub.sub-6 {
  z-index: 4;
  height: 180px;
  width: 180px;
  -webkit-transition-delay: .85s;
  -o-transition-delay: .85s;
  transition-delay: .85s;
  background: -o-linear-gradient(135deg, #ba68c8 0%, #8e24aa 100%);
  background: -o-linear-gradient(315deg, #ba68c8 0%, #8e24aa 100%);
  background: linear-gradient(135deg, #ba68c8 0%, #8e24aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba68c8', endColorstr='#8e24aa',GradientType=1);
}

@media only screen and (max-width: 479px) {
  .behind-content .sub.sub-6 {
    height: 120px;
    width: 120px;
  }
}

.behind-content .sub h2,
.behind-content .sub p {
  color: #ffffff;
}

.behind-content .sub p {
  font-size: 14px;
}

@media only screen and (max-width: 479px) {
  .behind-content .sub p {
    line-height: 1.2;
  }
}

@media only screen and (max-width: 479px) {
  .behind-content .sub h2 {
    font-size: 20px;
  }
}

.behind-content.active .sub {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.behind-content.active .sub:hover {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.behind-content.active .sub.sub-1 {
  top: calc(0% - 112px);
  left: 77px;
}

@media only screen and (max-width: 575px) {
  .behind-content.active .sub.sub-1 {
    left: 0;
  }
}

@media only screen and (max-width: 479px) {
  .behind-content.active .sub.sub-1 {
    top: -80px;
    left: 0;
  }
}

.behind-content.active .sub.sub-2 {
  top: calc(0% - 125px);
  left: 210px;
}

@media only screen and (max-width: 575px) {
  .behind-content.active .sub.sub-2 {
    left: 110px;
  }
}

@media only screen and (max-width: 479px) {
  .behind-content.active .sub.sub-2 {
    top: calc(0% - 97px);
    left: 85px;
  }
}

.behind-content.active .sub.sub-3 {
  top: calc(0% - 36px);
  left: 321px;
}

@media only screen and (max-width: 575px) {
  .behind-content.active .sub.sub-3 {
    top: -80px;
    left: 220px;
  }
}

@media only screen and (max-width: 479px) {
  .behind-content.active .sub.sub-3 {
    top: -40px;
    left: 150px;
  }
}

.behind-content.active .sub.sub-4 {
  top: calc(100% - 205px);
  left: 332px;
}

@media only screen and (max-width: 575px) {
  .behind-content.active .sub.sub-4 {
    top: calc(100% - 210px);
    left: 240px;
  }
}

@media only screen and (max-width: 479px) {
  .behind-content.active .sub.sub-4 {
    top: 60px;
    left: 160px;
  }
}

.behind-content.active .sub.sub-5 {
  top: calc(100% - 65px);
  left: 174px;
}

@media only screen and (max-width: 575px) {
  .behind-content.active .sub.sub-5 {
    top: calc(100% - 70px);
    left: 160px;
  }
}

@media only screen and (max-width: 479px) {
  .behind-content.active .sub.sub-5 {
    top: 140px;
    left: 105px;
  }
}

.behind-content.active .sub.sub-6 {
  top: calc(100% - 40px);
  left: 15px;
}

@media only screen and (max-width: 575px) {
  .behind-content.active .sub.sub-6 {
    top: calc(100% - 40px);
    left: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .behind-content.active .sub.sub-6 {
    top: calc(100% - 26px);
    left: 15px;
  }
}

/* ************************
   3.14: Promotion
   ********************* */
.single-promotion {
  padding: 30px 40px 30px 50px;
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}

.single-promotion .icon {
  min-width: 70px;
}

/* ************************
   3.15: Contact
   ********************* */
.single-form-selector .form-heading {
  font-size: 18px;
  font-weight: 700;
}

.single-form-selector p {
  margin-top: 7px;
  margin-left: 28px;
  line-height: 1.5;
}

.single-form-selector p a {
  font-weight: 700;
  text-decoration: underline;
}

/* Single Form */
.single-form {
  display: none;
}

.single-form.active {
  display: block;
}

.single-form .form-control, .single-form .woocommerce-MyAccount-content .woocommerce-input-wrapper input, .woocommerce-MyAccount-content .woocommerce-input-wrapper .single-form input {
  margin-bottom: 60px;
}

.single-form textarea {
  height: 200px;
}

/* Map Info */
.map-info {
  top: 0;
  right: 15%;
  padding: 30px;
  width: 350px;
  z-index: 2;
}

.map-info .icon {
  min-width: 50px;
  font-size: 30px;
  line-height: 1;
}

/* ************************
   3.17: Registration/Forget Password
   ********************* */
/* Registration Form */
.registration-form .input-wrap, .registration-form .woocommerce-MyAccount-content .woocommerce-input-wrapper, .woocommerce-MyAccount-content .registration-form .woocommerce-input-wrapper,
.registration-form h2,
.login-form .input-wrap,
.login-form .woocommerce-MyAccount-content .woocommerce-input-wrapper,
.woocommerce-MyAccount-content .login-form .woocommerce-input-wrapper,
.login-form h2 {
  margin-bottom: 50px;
}

.registration-form form .input-wrap textarea, .registration-form form .woocommerce-MyAccount-content .woocommerce-input-wrapper textarea, .woocommerce-MyAccount-content .registration-form form .woocommerce-input-wrapper textarea,
.login-form form .input-wrap textarea,
.login-form form .woocommerce-MyAccount-content .woocommerce-input-wrapper textarea,
.woocommerce-MyAccount-content .login-form form .woocommerce-input-wrapper textarea {
  min-height: 130px;
}

.registration-form form .custom-checkbox label,
.login-form form .custom-checkbox label {
  margin-bottom: 50px;
}

.registration-form .nav-tabs,
.login-form .nav-tabs {
  border: none;
}

.registration-form .nav .nav-item a,
.login-form .nav .nav-item a {
  margin: 0 5px;
  font-style: normal;
  font-size: 16px;
}

.registration-form .nav .nav-item a:hover:after, .registration-form .nav .nav-item a.active:after,
.login-form .nav .nav-item a:hover:after,
.login-form .nav .nav-item a.active:after {
  width: 100%;
}

.registration-form .woocommerce-password-strength,
.login-form .woocommerce-password-strength {
  margin-top: 15px;
}

/* Forget Password */
.forget-password-form .input-wrap, .forget-password-form .woocommerce-MyAccount-content .woocommerce-input-wrapper, .woocommerce-MyAccount-content .forget-password-form .woocommerce-input-wrapper,
.forget-password-form p {
  margin-bottom: 50px;
}

.forget-password-form p {
  color: #777777;
}

/* Affiliate */
.registration-form .sumo_affiliate_creation {
  margin-bottom: 20px;
}

.registration-form table.form-table tr, .registration-form .sumo_affiliates_frontend_management table.sumoaffiliates_menu_content tr, .sumo_affiliates_frontend_management .registration-form table.sumoaffiliates_menu_content tr {
  margin-bottom: 30px !important;
  display: block;
}

.registration-form table.form-table tr th, .registration-form .sumo_affiliates_frontend_management table.sumoaffiliates_menu_content tr th, .sumo_affiliates_frontend_management .registration-form table.sumoaffiliates_menu_content tr th,
.registration-form table.form-table tr td,
.registration-form .sumo_affiliates_frontend_management table.sumoaffiliates_menu_content tr td,
.sumo_affiliates_frontend_management .registration-form table.sumoaffiliates_menu_content tr td {
  display: block !important;
  width: 100%;
}

.registration-form table.form-table tr th, .registration-form .sumo_affiliates_frontend_management table.sumoaffiliates_menu_content tr th, .sumo_affiliates_frontend_management .registration-form table.sumoaffiliates_menu_content tr th {
  margin-bottom: 10px;
}

#sumo_affiliates_registration_form table.form-table th, #sumo_affiliates_registration_form .sumo_affiliates_frontend_management table.sumoaffiliates_menu_content th, .sumo_affiliates_frontend_management #sumo_affiliates_registration_form table.sumoaffiliates_menu_content th,
#sumo_affiliates_registration_form table.form-table td,
#sumo_affiliates_registration_form .sumo_affiliates_frontend_management table.sumoaffiliates_menu_content td,
.sumo_affiliates_frontend_management #sumo_affiliates_registration_form table.sumoaffiliates_menu_content td {
  border: none;
}

.sumo_affiliates_submit_registration_form {
  border: none;
  margin-top: 30px;
  margin-left: auto;
  display: block;
}

.form-table select, .sumo_affiliates_frontend_management .sumoaffiliates_menu_content select {
  display: block;
  border: 1px solid #222222;
  padding: 0 12px;
  height: 40px;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}

.form-table input:not([type="submit"]), .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input:not([type="submit"]),
.form-table textarea,
.sumo_affiliates_frontend_management .sumoaffiliates_menu_content textarea {
  border: none;
  border-bottom: 1px solid;
  border-color: #222222;
  height: 40px;
  padding: 0 10px;
}


.form-table textarea,
.sumo_affiliates_frontend_management .sumoaffiliates_menu_content textarea {
  min-height: 150px;
}

.sumo_affiliates_frontend_management {
  background-color: transparent !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sumo_affiliates_frontend_management .sumoaffiliates_menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  background-color: transparent !important;
}

@media only screen and (max-width: 991px) {
  .sumo_affiliates_frontend_management .sumoaffiliates_menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.sumo_affiliates_frontend_management .sumoaffiliates_menu ul li a {
  background-color: transparent !important;
}

.sumo_affiliates_frontend_management .sumoaffiliates_menu ul li a.current:after {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.sumo_affiliates_frontend_management .sumoaffiliates_menu .sumoaffiliates_mobile_menu select {
  border: 1px solid;
  height: 40px;
  padding: 0 10px;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}

.sumo_affiliates_frontend_management .sumoaffiliates_menu_content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 0 0 30px;
}

@media only screen and (max-width: 991px) {
  .sumo_affiliates_frontend_management .sumoaffiliates_menu_content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}

.sumo_affiliates_frontend_management .sumoaffiliates_menu_content h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.sumo_affiliates_frontend_management .sumoaffiliates_menu_content table {
  margin: 15px 0;
}

.sumo_affiliates_frontend_management .sumoaffiliates_menu_content table:first-child {
  margin-top: 0;
}

.sumo_affiliates_frontend_management .sumoaffiliates_menu_content #sumoaffiliate_link_generation {
  margin-bottom: 30px;
}

.sumo_affiliates_frontend_management .sumoaffiliates_menu_content #sumoaffiliate_link_generation p + p {
  display: inline-block;
}

.sumo_affiliates_frontend_management .sumoaffiliates_menu_content table.sumo-paginated {
  margin-top: 0 !important;
}

.sumo_affiliates_frontend_management .sumoaffiliates_menu_content thead.paginated {
  background-color: transparent !important;
  color: #333;
}

.sumo_affiliates_frontend_management .sumoaffiliates_menu_content tbody.paginated {
  background-color: transparent;
}

.sumo_affiliates_frontend_management .sumoaffiliates_menu_content .pager {
  text-align: left !important;
}

#ui-datepicker-div {
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  width: 250px;
}

#ui-datepicker-div .ui-datepicker-calendar {
  width: 100%;
}

#ui-datepicker-div .ui-datepicker-next.ui-corner-all {
  float: right;
}

/* ************************
   3.17: Joblist
   ********************* */
.job--list {
  background-color: #ffffff;
}

.job--list .job--list__item {
  background-color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 30px 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.job--list .job--list__item:not(:last-child) {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .job--list .job--list__item {
    display: block;
  }
}

.job--list .job--list__item:hover {
  background-color: #ffffff;
}

.job--list .job--list__title {
  margin-bottom: 11px;
  font-size: 18px;
  line-height: 28px;
}

.job--list .job--list__summary th {
  padding-right: 8px;
  color: #252525;
  font-weight: 400;
}

.job--list .job--list__summary td {
  position: relative;
  padding-left: 9px;
  z-index: 0;
}

.job--list .job--list__summary td:before {
  content: ":";
  position: absolute;
  top: 0;
  left: 0;
}

.job--list .job--list__summary th,
.job--list .job--list__summary td {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: top;
}

.job--list .job--list__summary tr + tr th,
.job--list .job--list__summary tr + tr td {
  padding-top: 7px;
}

.job--list .job--list__summary tr + tr td:before {
  top: 7px;
}

.job--list .job--list__action {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .job--list .job--list__action {
    margin-top: 17px;
  }
}

/* X.X. Job Details */
.job--details {
  background-color: #fff;
  padding: 30px;
}

.job--details .job--details__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
}

@media only screen and (max-width: 575px) {
  .job--details .job--details__header {
    display: block;
  }
}

.job--details .job--details__title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.5;
}

.job--details .job--details__positions span {
  font-weight: 700;
}

.job--details .job--details__action {
  margin-left: auto;
}

@media only screen and (max-width: 575px) {
  .job--details .job--details__action {
    margin-top: 12px;
  }
}

.job--details .job--details__header + .job--details__content {
  border-top: 1px solid #e7e7e7;
}

.job--details .job--details__content > p {
  margin-bottom: 15px;
}

.job--details .job--details__content dt {
  font-weight: 700;
  margin-bottom: 5px;
}

.job--details .job--details__content dd {
  margin-bottom: 0;
  padding-left: 35px;
}

.job--details .job--details__content dd + dd {
  margin-top: 8px;
}

.job--details .job--details__content li {
  position: relative;
  z-index: 0;
  padding-left: 20px;
}

.job--details .job--details__content li:not(:last-child) {
  margin-bottom: 3px;
}

.job--details .job--details__content li:before {
  font-family: 'FontAwesome';
  content: "";
  margin-right: 7px;
  color: #009053;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.job--details .job--details__content,
.job--details .job--details__footer {
  padding-top: 30px;
}

/* ************************
   4.1: Single Product
   ********************* */
.product {
  margin-bottom: 40px;
}

.product .product-wrap {
  background-color: #fcfcfc;
  border-radius: 5px;
  overflow: hidden;
}

.product .product-wrap .product-top .product-image img {
  width: 100%;
}

.product .product-wrap .product-top .product-image.owl-carousel .owl-nav button {
  position: absolute;
  z-index: 99;
  background-color: #000;
  width: 25px;
  height: 25px;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  color: #fff !important;
  line-height: 23px !important;
  font-size: 20px !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
}

@media only screen and (max-width: 991px) {
  .product .product-wrap .product-top .product-image.owl-carousel .owl-nav button {
    opacity: .2;
    visibility: visible;
    left: -12.5px;
  }
}

.product .product-wrap .product-top .product-image.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 5px;
}

@media only screen and (max-width: 991px) {
  .product .product-wrap .product-top .product-image.owl-carousel .owl-nav button.owl-next {
    right: -12.5px;
  }
}

.product .product-wrap .product-top .product-image.owl-carousel:hover .owl-nav button {
  opacity: .2;
  visibility: visible;
  left: -12.5px;
}

.product .product-wrap .product-top .product-image.owl-carousel:hover .owl-nav button.owl-next {
  left: auto;
  right: -12.5px;
}

.product .product-wrap .product-bottom {
  padding: 20px;
}

.product .product-wrap .product-bottom .price {
  margin-right: 20px;
  line-height: 1;
}

.product .product-wrap .product-bottom .price .amount {
  font-weight: 700;
  font-size: 18px;
}

.product .product-wrap .product-bottom .price del .amount {
  font-size: 14px;
  margin-left: 5px;
  color: #999999;
}

.product .product-wrap .product-bottom .product-title p {
  margin-bottom: 1em;
}

.product .product-wrap .product-bottom .product-title a {
  font-size: 14px;
  margin-bottom: 12px;
}

.product .product-wrap .product-bottom .product-action .add_to_cart_button,
.product .product-wrap .product-bottom .product-action .product_type_grouped,
.product .product-wrap .product-bottom .product-action .added_to_cart.wc-forward,
.product .product-wrap .product-bottom .product-action .product_type_external {
  margin-right: 15px;
}

.product .product-wrap .product-bottom .product-action .additional-text {
  font-size: 13px;
  color: #999999;
  font-style: italic;
}

.product .product-wrap:hover .preview-wrap {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  bottom: -17.5px;
}

/* Star Rating */
.star-rating {
  height: 10px;
  line-height: 10px;
  overflow: hidden;
  position: relative;
  width: 57px;
  font-size: 10px;
  color: #f9df00;
}

.star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  display: inline-block;
  font-family: "FontAwesome";
  left: 0;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
}

.star-rating span {
  width: 80%;
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 10px;
  position: absolute;
  top: 0;
  color: #f9df00;
}

.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  display: inline-block;
  font-family: "FontAwesome";
  left: 0;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
}

.star-rating.envato-rating {
  width: 60px;
}

.star-rating.envato-rating:before {
  display: none;
}

.star-rating.envato-rating span {
  padding-top: 15px;
}

/* product Label */
.product-label {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 12px;
  display: inline-block;
  padding: 1px 14px;
  border-radius: 0 50px 50px 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}

/* Quick Note */
.quick_note h1 {
  font-size: 48px;
  margin-right: 15px;
}

.quick_note p {
  line-height: 1.25;
  color: #333333;
}

.quick_note p a {
  border-bottom: 1px solid;
}

/* Product Nav */
.product_nav {
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
  padding: 0 60px;
  border-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .product_nav {
    padding: 25px 20px;
  }
}

.product_nav .nav {
  font-family: "PT Sans", sans-serif;
}

@media only screen and (max-width: 991px) {
  .product_nav .product_nav_dropdown .nav li {
    position: relative;
  }
  .product_nav .product_nav_dropdown .nav ul.sub-menu {
    display: none;
    padding-left: 30px;
  }
  .product_nav .product_nav_dropdown .nav .submenu-button {
    height: 38px;
    width: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .product_nav .product_nav_dropdown .nav .submenu-button:after {
    display: block;
    text-align: center;
    font-size: 12px;
    font-family: 'FontAwesome';
    content: "";
  }
  .product_nav .product_nav_dropdown .nav .submenu-button.submenu-opened:after {
    content: "\f068" !important;
  }
}

.product_nav .nav-wrapper {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.product_nav .nav-wrapper .nav {
  font-family: "PT Sans", sans-serif;
}

@media only screen and (max-width: 991px) {
  .product_nav .nav-wrapper .nav {
    display: none;
  }
}

.product_nav .nav-wrapper .nav li a {
  color: #555555;
}

.product_nav .nav-wrapper .nav > li > a {
  line-height: 100px;
}

.product_nav .nav-wrapper .nav.hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.product_nav .nav-wrapper .nav.show {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  .product_nav .nav-wrapper .nav {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    z-index: 99;
    padding: 50px;
    -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
  }
}

.product_nav .search-form {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0px;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 991px) {
  .product_nav .search-form {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
}

.product_nav .search-form.active {
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.product_nav .search-form .form-control, .product_nav .search-form .woocommerce-MyAccount-content .woocommerce-input-wrapper input, .woocommerce-MyAccount-content .woocommerce-input-wrapper .product_nav .search-form input {
  padding: 0 30px 0 7px;
}

.product_nav .search-form button {
  position: absolute;
  right: 0;
  z-index: 98;
}

.product_nav .form-trigger,
.product_nav .menu-toggle {
  min-height: 30px;
  min-width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_nav .form-trigger svg,
.product_nav .menu-toggle svg {
  line-height: 1;
}

.product_nav .form-trigger svg + svg,
.product_nav .menu-toggle svg + svg {
  display: none;
}

.product_nav .form-trigger.active svg,
.product_nav .menu-toggle.active svg {
  display: none;
}

.product_nav .form-trigger.active svg + svg,
.product_nav .menu-toggle.active svg + svg {
  display: block;
  opacity: 1;
}

.product_nav .menu-toggle {
  padding: 5px;
  border-radius: 5px;
  margin-right: 20px;
}

.product_nav .product_nav_dropdown {
  display: none;
  left: 0;
  top: calc(100% - 10px);
  width: 100%;
  z-index: 99;
  background-color: #fff;
  padding: 30px 50px 30px;
  border-radius: 0 0 10px 10px;
}

.product_nav .product_nav_dropdown .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.product_nav .product_nav_dropdown .nav li {
  line-height: 38px;
}

/* Review Form */
#review_form .comment-form-rating .stars a {
  margin-right: 10px;
  display: inline-block;
  letter-spacing: 2px;
  font-size: 0;
  line-height: 1.4;
  color: #b1b1b1;
  width: auto;
  height: auto;
}

#review_form .comment-form-rating .stars a:after {
  font-family: "FontAwesome";
  line-height: 28px;
  font-size: 12px;
  color: #d1d1d1;
}

#review_form .comment-form-rating .stars a.star-1:after {
  content: "\f006";
}

#review_form .comment-form-rating .stars a.star-2:after {
  content: "\f006\f006";
}

#review_form .comment-form-rating .stars a.star-3:after {
  content: "\f006\f006\f006";
}

#review_form .comment-form-rating .stars a.star-4:after {
  content: "\f006\f006\f006\f006";
}

#review_form .comment-form-rating .stars a.star-5:after {
  content: "\f006\f006\f006\f006\f006";
}

#review_form .comment-form-rating .stars a:hover:after, #review_form .comment-form-rating .stars a.active:after {
  color: #fdbf70;
}

#review_form .comment-form-rating .stars a:hover.star-1:after, #review_form .comment-form-rating .stars a.active.star-1:after {
  content: "\f005";
}

#review_form .comment-form-rating .stars a:hover.star-2:after, #review_form .comment-form-rating .stars a.active.star-2:after {
  content: "\f005\f005";
}

#review_form .comment-form-rating .stars a:hover.star-3:after, #review_form .comment-form-rating .stars a.active.star-3:after {
  content: "\f005\f005\f005";
}

#review_form .comment-form-rating .stars a:hover.star-4:after, #review_form .comment-form-rating .stars a.active.star-4:after {
  content: "\f005\f005\f005\f005";
}

#review_form .comment-form-rating .stars a:hover.star-5:after, #review_form .comment-form-rating .stars a.active.star-5:after {
  content: "\f005\f005\f005\f005\f005";
}

/* ************************
   4.2: Product Details
   ********************* */
.item-details-content .item_thumb .product-label {
  font-size: 16px;
  top: 30px;
  z-index: 9;
  padding: 10px 15px 10px 30px;
  line-height: 1;
}

.item-details-content .item_thumb .thumb_action {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: inherit;
  opacity: 0;
  visibility: hidden;
}

.item-details-content .item_thumb .thumb_action .shop_action_btn {
  margin: 0 5px;
  opacity: 0;
  visibility: hidden;
}

.item-details-content .item_thumb .thumb_action .shop_action_btn:nth-child(1) {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

.item-details-content .item_thumb .thumb_action .shop_action_btn:nth-child(2) {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.item-details-content .item_thumb .thumb_action .shop_action_btn:nth-child(3) {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.item-details-content:hover .thumb_action {
  opacity: 1;
  visibility: visible;
}

.item-details-content:hover .thumb_action .shop_action_btn {
  opacity: 1;
  visibility: visible;
}

/* Product Discription Tabs */
.product-discription-tabs {
  margin-top: 60px;
}

.product-discription-tabs .nav {
  margin-bottom: 40px;
}

.product-discription-tabs .nav li:not(:last-child) {
  margin-right: 60px;
}

@media only screen and (max-width: 479px) {
  .product-discription-tabs .nav li:not(:last-child) {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 379px) {
  .product-discription-tabs .nav li:not(:last-child) {
    margin-right: 15px;
  }
}

.product-discription-tabs .nav li .product--nav-item {
  font-size: 18px;
  position: relative;
}

.product-discription-tabs .nav li .product--nav-item:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -13px;
  width: 15px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  visibility: hidden;
}

.product-discription-tabs .nav li .product--nav-item:hover:after, .product-discription-tabs .nav li .product--nav-item.active:after {
  opacity: 1;
  visibility: visible;
}

.product-discription-tabs .tab-content {
  margin-top: 0;
}

.product-discription-tabs ul:not(.nav) {
  margin-bottom: 1rem;
}

.product-discription-tabs ul:not(.nav) li:not(:last-child) {
  margin-bottom: 5px;
}

.product-discription-tabs .product-discription h2 {
  margin: 20px 0;
}

.theme_feature {
  margin-bottom: 50px;
}

.theme_feature p {
  margin-top: 20px;
}

/* Product Discription */
.product-discription .theme_list_style li, .product-discription .service_details_wrapper ul li, .service_details_wrapper .product-discription ul li, .product-discription .product-discription-tabs ul:not(.nav) li, .product-discription-tabs .product-discription ul:not(.nav) li {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-left: 25px;
}

@media only screen and (max-width: 767px) {
  .product-discription .theme_list_style li, .product-discription .service_details_wrapper ul li, .service_details_wrapper .product-discription ul li, .product-discription .product-discription-tabs ul:not(.nav) li, .product-discription-tabs .product-discription ul:not(.nav) li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.product-discription .theme_list_style li:after, .product-discription .service_details_wrapper ul li:after, .service_details_wrapper .product-discription ul li:after, .product-discription .product-discription-tabs ul:not(.nav) li:after, .product-discription-tabs .product-discription ul:not(.nav) li:after {
  height: 5px;
  width: 5px;
}

/* Video Wrap */
.vdo-wrap {
  height: 400px;
  z-index: 1;
}

.vdo-wrap:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  z-index: -1;
  background: #73cc00;
  background: -webkit-gradient(linear, left top, left bottom, from(#73cc00), to(#4cae4e));
  background: -o-linear-gradient(top, #73cc00 0%, #4cae4e 100%);
  background: linear-gradient(to bottom, #73cc00 0%, #4cae4e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73cc00', endColorstr='#4cae4e',GradientType=0);
}

.vdo-wrap .vdo-inner-text {
  max-width: 430px;
}

.vdo-wrap .vdo-inner-text .play_btn {
  height: 75px;
  width: 75px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
}

.vdo-wrap .vdo-inner-text .play_btn i {
  margin-left: 2px;
  margin-top: 1px;
}

.vdo-wrap .vdo-inner-text h4 {
  margin-top: 25px;
  margin-bottom: 10px;
}

.vdo-wrap .vdo-inner-text p {
  font-size: 15px;
  line-height: 1.45;
}

/* Change Log */
.single_change-log:not(:last-child) {
  margin-bottom: 40px;
}

.single_change-log h5 {
  margin-bottom: 10px;
}

.single_change-log h5 span {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin-left: 25px;
}

.single_change-log ul li {
  position: relative;
  padding-left: 15px;
  font-size: 15px;
  line-height: 2;
}

.single_change-log ul li:before {
  content: '-';
  position: absolute;
  left: 0;
}

/* Review */
.single-product-review:not(:last-child) {
  margin-bottom: 40px;
}

.single-product-review .review-author-image {
  margin-right: 20px;
  border-radius: 10px;
}

.review-form {
  margin-top: 60px;
  margin-bottom: 31px;
}

/* Item Sidebar */
.item-sidebar .item-price #price-change {
  line-height: 1;
  margin-bottom: 20px;
}

.item-sidebar .item-price #price-change ins {
  font-size: 48px;
  text-decoration: none;
  margin-right: 18px;
}

.item-sidebar .item-price #price-change del span {
  color: #555555;
  font-size: 24px;
}

.item-sidebar .download-count {
  margin-right: 45px;
}

.item-sidebar .star-rating {
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  width: 75px;
  margin-right: 10px;
}

.item-sidebar .recommended-service > p {
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
}

.item-sidebar .recommended-service > p span {
  background-color: #fff;
  display: inline-block;
  padding-right: 10px;
}

.item-sidebar .recommended-service > p:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  margin-top: .5px;
  background-color: #d7d7d7;
  z-index: -1;
}

.item-sidebar .recommended-service li {
  margin-bottom: 5px;
  font-size: 15px;
}

.item-sidebar .sub-total-price {
  margin: 20px 0 50px;
  border-top: 1px solid #d7d7d7;
  padding-top: 20px;
  font-size: 15px;
  padding-left: 25px;
}

.item-sidebar .action-btn-group {
  margin-bottom: 60px;
}

.item-sidebar .action-btn-group .btn:not(:last-child), .item-sidebar .action-btn-group .single_add_to_cart_button:not(:last-child), .item-sidebar .action-btn-group .blog_details_content .wp-block-button__link:not(:last-child), .blog_details_content .item-sidebar .action-btn-group .wp-block-button__link:not(:last-child),
.item-sidebar .action-btn-group .blog_details_content .wp-block-file__button:not(:last-child), .blog_details_content .item-sidebar .action-btn-group .wp-block-file__button:not(:last-child),
.item-sidebar .action-btn-group .product-description .wp-block-button__link:not(:last-child), .product-description .item-sidebar .action-btn-group .wp-block-button__link:not(:last-child),
.item-sidebar .action-btn-group .product-description .wp-block-file__button:not(:last-child), .product-description .item-sidebar .action-btn-group .wp-block-file__button:not(:last-child),
.item-sidebar .action-btn-group .page--content .wp-block-button__link:not(:last-child), .page--content .item-sidebar .action-btn-group .wp-block-button__link:not(:last-child),
.item-sidebar .action-btn-group .page--content .wp-block-file__button:not(:last-child), .page--content .item-sidebar .action-btn-group .wp-block-file__button:not(:last-child),
.item-sidebar .action-btn-group .post-comments-wrap .wp-block-button__link:not(:last-child), .post-comments-wrap .item-sidebar .action-btn-group .wp-block-button__link:not(:last-child),
.item-sidebar .action-btn-group .post-comments-wrap .wp-block-file__button:not(:last-child), .post-comments-wrap .item-sidebar .action-btn-group .wp-block-file__button:not(:last-child), .item-sidebar .action-btn-group .sumo_affiliates_submit_registration_form:not(:last-child), .item-sidebar .action-btn-group .form-table input:not(:last-child)[type="submit"], .form-table .item-sidebar .action-btn-group input:not(:last-child)[type="submit"], .item-sidebar .action-btn-group .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input:not(:last-child)[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .item-sidebar .action-btn-group input:not(:last-child)[type="submit"], .item-sidebar .action-btn-group .shop_table .woocommerce-MyAccount-downloads-file:not(:last-child), .shop_table .item-sidebar .action-btn-group .woocommerce-MyAccount-downloads-file:not(:last-child), .item-sidebar .action-btn-group .woocommerce .return-to-shop .button:not(:last-child), .woocommerce .return-to-shop .item-sidebar .action-btn-group .button:not(:last-child), .item-sidebar .action-btn-group .woocommerce .woocommerce-form-coupon .input-wrap .button:not(:last-child), .woocommerce .woocommerce-form-coupon .input-wrap .item-sidebar .action-btn-group .button:not(:last-child), .item-sidebar .action-btn-group .woocommerce-MyAccount-content .button:not(:last-child), .woocommerce-MyAccount-content .item-sidebar .action-btn-group .button:not(:last-child), .item-sidebar .action-btn-group .woocommerce-MyAccount-content button:not(:last-child), .woocommerce-MyAccount-content .item-sidebar .action-btn-group button:not(:last-child), .item-sidebar .action-btn-group #bbpress-forums .bbp-submit-wrapper .button:not(:last-child), #bbpress-forums .bbp-submit-wrapper .item-sidebar .action-btn-group .button:not(:last-child),
.item-sidebar .action-btn-group #bbpress-forums #bbp-your-profile .button:not(:last-child), #bbpress-forums #bbp-your-profile .item-sidebar .action-btn-group .button:not(:last-child), .item-sidebar .action-btn-group #bbpress-forums #subscription-toggle a:not(:last-child), #bbpress-forums #subscription-toggle .item-sidebar .action-btn-group a:not(:last-child) {
  margin-right: 14px;
}

.item-sidebar .product_meta,
.item-sidebar .social-share {
  background-color: #fafafa;
  padding: 30px 20px;
}

.item-sidebar .product_meta {
  margin-bottom: 30px;
}

.item-sidebar .product_meta li:not(:last-child) {
  margin-bottom: 15px;
}

.item-sidebar .product_meta li a:not(:last-child):after {
  content: ',';
}

.item-sidebar .product_meta li strong i:not(:last-child) {
  margin-right: 5px;
}

.item-sidebar .social-share li:not(:last-child) {
  margin-right: 26px;
}

.item-sidebar .social-share li a {
  font-size: 18px;
}

/* Product Meta */
.product_meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space: nowrap;
}

.product_meta li strong {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  margin-left: 15px;
  white-space: normal;
}

/* Sidebar */
.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

/* Variable Products */
.variations_form .variations {
  width: 100%;
}

.variations_form .variations label {
  margin-bottom: 0;
  font-weight: 700;
}

.variations_form .variations .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.variations_form .variations .value select {
  height: 38px;
  padding: 0 20px;
  border: 1px solid;
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}

.variations_form .variations .value .reset_variations {
  margin-left: 10px;
  font-weight: 700;
}

.variations_form .variations tbody tr:not(:last-child) td,
.variations_form .variations tbody tr:not(:last-child) th {
  margin-bottom: 20px;
}

.variations_form .variations tbody tr label {
  display: block;
  margin-bottom: 20px;
}

.variations_form .variations tbody td,
.variations_form .variations tbody th {
  vertical-align: middle;
}

.single_variation_wrap {
  margin-top: 20px;
}

.single_variation_wrap .woocommerce-variation-price {
  font-weight: 700;
  margin-top: 10px;
}

.single_variation_wrap .quantity {
  margin-bottom: 20px;
}

.single_variation_wrap .quantity input {
  padding: 0 10px;
}

.recommended-service .sub-total-price,
.single_variation_wrap .sub-total-price {
  padding-left: 0;
}

/* ************************
   4.3: Cart
   ********************* */
.shop_table {
  width: 100%;
}

.shop_table thead th {
  padding: 20px 15px;
  background-color: #f3f3f3;
  border: none;
}

.shop_table th,
.shop_table td {
  vertical-align: middle;
  padding: 15px;
}

.shop_table tr:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}

.shop_table tr.cart-subtotal td:first-child, .shop_table tr.order-total td:first-child {
  text-align: left;
}

.shop_table tfoot {
  border-top: 1px solid #333333;
}

.shop_table tfoot tr:last-child th,
.shop_table tfoot tr:last-child td {
  border-bottom: none;
}

.shop_table td {
  border: none;
}

.shop_table td.product-thumbnail {
  min-width: 100px;
  padding-left: 0;
  padding-right: 0;
}

.shop_table td.product-thumbnail, .shop_table td.product-name {
  text-align: left;
}

.shop_table td.product-price, .shop_table td.product-quantity {
  min-width: 100px;
}

.shop_table td.product-remove {
  width: 80px;
}

.shop_table td.product-remove a {
  color: #cfcfcf;
}

.shop_table td.product-remove a:hover {
  color: #ff7070;
}

.shop_table td button {
  -webkit-box-shadow: none;
  box-shadow: none;
  white-space: nowrap;
}

.shop_table td .coupon {
  text-align: left;
  width: 40%;
}

@media only screen and (max-width: 991px) {
  .shop_table td .coupon {
    width: 100%;
  }
}

.shop_table td .coupon input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #222222;
  padding: 0 20px;
}

.shop_table td .coupon button {
  right: 0;
  top: 50%;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cart-collaterals h4 {
  margin-bottom: 50px;
}

.cart-collaterals .shop_table td {
  border-top: none;
  border-bottom: 1px solid #d7d7d7;
  padding: 25px 20px;
  vertical-align: middle;
}

.cart-collaterals .shop_table td:last-child {
  text-align: right;
}

.cart-collaterals .wc-proceed-to-checkout {
  margin-top: 35px;
}

.cart-collaterals .wc-proceed-to-checkout .btn, .cart-collaterals .wc-proceed-to-checkout .single_add_to_cart_button, .cart-collaterals .wc-proceed-to-checkout .blog_details_content .wp-block-button__link, .blog_details_content .cart-collaterals .wc-proceed-to-checkout .wp-block-button__link,
.cart-collaterals .wc-proceed-to-checkout .blog_details_content .wp-block-file__button, .blog_details_content .cart-collaterals .wc-proceed-to-checkout .wp-block-file__button,
.cart-collaterals .wc-proceed-to-checkout .product-description .wp-block-button__link, .product-description .cart-collaterals .wc-proceed-to-checkout .wp-block-button__link,
.cart-collaterals .wc-proceed-to-checkout .product-description .wp-block-file__button, .product-description .cart-collaterals .wc-proceed-to-checkout .wp-block-file__button,
.cart-collaterals .wc-proceed-to-checkout .page--content .wp-block-button__link, .page--content .cart-collaterals .wc-proceed-to-checkout .wp-block-button__link,
.cart-collaterals .wc-proceed-to-checkout .page--content .wp-block-file__button, .page--content .cart-collaterals .wc-proceed-to-checkout .wp-block-file__button,
.cart-collaterals .wc-proceed-to-checkout .post-comments-wrap .wp-block-button__link, .post-comments-wrap .cart-collaterals .wc-proceed-to-checkout .wp-block-button__link,
.cart-collaterals .wc-proceed-to-checkout .post-comments-wrap .wp-block-file__button, .post-comments-wrap .cart-collaterals .wc-proceed-to-checkout .wp-block-file__button, .cart-collaterals .wc-proceed-to-checkout .sumo_affiliates_submit_registration_form, .cart-collaterals .wc-proceed-to-checkout .form-table input[type="submit"], .form-table .cart-collaterals .wc-proceed-to-checkout input[type="submit"], .cart-collaterals .wc-proceed-to-checkout .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .cart-collaterals .wc-proceed-to-checkout input[type="submit"], .cart-collaterals .wc-proceed-to-checkout .shop_table .woocommerce-MyAccount-downloads-file, .shop_table .cart-collaterals .wc-proceed-to-checkout .woocommerce-MyAccount-downloads-file, .cart-collaterals .wc-proceed-to-checkout .woocommerce .return-to-shop .button, .woocommerce .return-to-shop .cart-collaterals .wc-proceed-to-checkout .button, .cart-collaterals .wc-proceed-to-checkout .woocommerce .woocommerce-form-coupon .input-wrap .button, .woocommerce .woocommerce-form-coupon .input-wrap .cart-collaterals .wc-proceed-to-checkout .button, .cart-collaterals .wc-proceed-to-checkout .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .cart-collaterals .wc-proceed-to-checkout .button, .cart-collaterals .wc-proceed-to-checkout .woocommerce-MyAccount-content button, .woocommerce-MyAccount-content .cart-collaterals .wc-proceed-to-checkout button, .cart-collaterals .wc-proceed-to-checkout #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .cart-collaterals .wc-proceed-to-checkout .button,
.cart-collaterals .wc-proceed-to-checkout #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .cart-collaterals .wc-proceed-to-checkout .button, .cart-collaterals .wc-proceed-to-checkout #bbpress-forums #subscription-toggle a, #bbpress-forums #subscription-toggle .cart-collaterals .wc-proceed-to-checkout a {
  width: 300px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cart-collaterals .shipping-calculator-form {
  margin-top: 30px;
}

.cart-collaterals .shipping-calculator-form button {
  font-size: 16px;
}

.cart-collaterals .select2-container--default .select2-selection--single,
.cart-collaterals .form-row input {
  background-color: #fff;
  border: none;
  border-radius: 0px;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  height: 35px;
  margin: 0;
}

.select2-container--default .select2-selection--single,
.form-row input {
  background-color: #fff;
  border: none;
  border-radius: 0px;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  height: 35px;
  margin: 0;
}

.form-row {
  margin-left: 0;
  margin-right: 0;
}

.form-row:not(:last-child) {
  margin-bottom: 30px;
}

.form-row > span,
.form-row > input {
  width: 100%;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

.woocommerce .wishlist_table {
  font-size: inherit;
}

.woocommerce .wishlist_table .product-add-to-cart a {
  display: inline-block !important;
}

.woocommerce .wishlist_table .add_to_cart.button {
  padding: 15.5px 30px;
  border-radius: 50px;
}

/* ************************
   4.4: Checkout
   ********************* */
.checkout.woocommerce-checkout h4 {
  margin-bottom: 50px;
}

.checkout.woocommerce-checkout input::-webkit-input-placeholder,
.checkout.woocommerce-checkout textarea::-webkit-input-placeholder {
  color: #777777 !important;
}

.checkout.woocommerce-checkout input::-moz-placeholder,
.checkout.woocommerce-checkout textarea::-moz-placeholder {
  color: #777777 !important;
}

.checkout.woocommerce-checkout input:-ms-input-placeholder,
.checkout.woocommerce-checkout textarea:-ms-input-placeholder {
  color: #777777 !important;
}

.checkout.woocommerce-checkout input::-ms-input-placeholder,
.checkout.woocommerce-checkout textarea::-ms-input-placeholder {
  color: #777777 !important;
}

.checkout.woocommerce-checkout input::placeholder,
.checkout.woocommerce-checkout textarea::placeholder {
  color: #777777 !important;
}

.checkout.woocommerce-checkout select {
  color: #777777;
}

.checkout.woocommerce-checkout .form-row {
  margin-bottom: 50px;
}

.checkout.woocommerce-checkout textarea {
  min-height: 140px;
}

.checkout .shop_table tbody tr:last-child td {
  border-bottom: 1px solid #222222;
}

.checkout .shop_table thead th,
.checkout .shop_table thead td,
.checkout .shop_table tbody th,
.checkout .shop_table tbody td,
.checkout .shop_table tfoot th,
.checkout .shop_table tfoot td {
  padding: 25px 20px;
  border: none;
  border-bottom: 1px solid #d7d7d7;
}

.place-order .btn, .place-order .single_add_to_cart_button, .place-order .blog_details_content .wp-block-button__link, .blog_details_content .place-order .wp-block-button__link,
.place-order .blog_details_content .wp-block-file__button, .blog_details_content .place-order .wp-block-file__button,
.place-order .product-description .wp-block-button__link, .product-description .place-order .wp-block-button__link,
.place-order .product-description .wp-block-file__button, .product-description .place-order .wp-block-file__button,
.place-order .page--content .wp-block-button__link, .page--content .place-order .wp-block-button__link,
.place-order .page--content .wp-block-file__button, .page--content .place-order .wp-block-file__button,
.place-order .post-comments-wrap .wp-block-button__link, .post-comments-wrap .place-order .wp-block-button__link,
.place-order .post-comments-wrap .wp-block-file__button, .post-comments-wrap .place-order .wp-block-file__button, .place-order .sumo_affiliates_submit_registration_form, .place-order .form-table input[type="submit"], .form-table .place-order input[type="submit"], .place-order .sumo_affiliates_frontend_management .sumoaffiliates_menu_content input[type="submit"], .sumo_affiliates_frontend_management .sumoaffiliates_menu_content .place-order input[type="submit"], .place-order .shop_table .woocommerce-MyAccount-downloads-file, .shop_table .place-order .woocommerce-MyAccount-downloads-file, .place-order .woocommerce .return-to-shop .button, .woocommerce .return-to-shop .place-order .button, .place-order .woocommerce .woocommerce-form-coupon .input-wrap .button, .woocommerce .woocommerce-form-coupon .input-wrap .place-order .button, .place-order .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .place-order .button, .place-order .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .place-order .button, .place-order .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .place-order .button, .place-order .woocommerce-MyAccount-content button, .woocommerce-MyAccount-content .place-order button, .place-order #bbpress-forums .bbp-submit-wrapper .button, #bbpress-forums .bbp-submit-wrapper .place-order .button,
.place-order #bbpress-forums #bbp-your-profile .button, #bbpress-forums #bbp-your-profile .place-order .button, .place-order #bbpress-forums #subscription-toggle a, #bbpress-forums #subscription-toggle .place-order a {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 280px;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-notice--success,
.woocommerce .cart-empty {
  padding: 10px 20px;
  position: relative;
  background-color: #f8f8f8;
  border-top: 2px solid #dff0d8;
  width: auto;
  word-wrap: break-word;
  margin-bottom: 30px;
}

.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-notice--success a,
.woocommerce .cart-empty a {
  font-weight: 700;
}

.woocommerce .woocommerce-error,
.woocommerce .cart-empty {
  border-color: #b81c23;
}

.woocommerce .woocommerce-order .woocommerce-order-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.woocommerce .woocommerce-order .woocommerce-order-overview li {
  background-color: #f8f8f8;
  width: 100%;
  padding: 20px;
}

.woocommerce .woocommerce-order .woocommerce-order-overview li:not(:last-child) {
  border-right: 1px dotted #e3cece;
}

.woocommerce .woocommerce-order .woocommerce-order-overview li strong {
  display: block;
}

.woocommerce .woocommerce-order h2 {
  margin: 30px 0 20px;
  font-size: 24px;
}

.woocommerce .woocommerce-order .woocommerce-order-details .order_details {
  width: 100%;
}

.woocommerce .woocommerce-order .woocommerce-order-details .order_details thead th {
  padding: 20px 15px;
  background-color: #f3f3f3;
  border: none;
}

.woocommerce .woocommerce-order .woocommerce-order-details .order_details tbody tr:not(:last-child),
.woocommerce .woocommerce-order .woocommerce-order-details .order_details tfoot tr:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}

.woocommerce .woocommerce-order .woocommerce-order-details .order_details tbody td,
.woocommerce .woocommerce-order .woocommerce-order-details .order_details tbody th,
.woocommerce .woocommerce-order .woocommerce-order-details .order_details tfoot td,
.woocommerce .woocommerce-order .woocommerce-order-details .order_details tfoot th {
  padding: 15px;
  border: none;
}

.woocommerce .woocommerce-order .woocommerce-order-details .order_details tfoot tr:first-child {
  border-top: 1px solid #222222;
}

.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-form-coupon {
  margin-bottom: 30px;
}

.woocommerce .woocommerce-form-login p,
.woocommerce .woocommerce-form-coupon p {
  margin-bottom: 20px;
}

.woocommerce .woocommerce-form-login p.lost_password,
.woocommerce .woocommerce-form-coupon p.lost_password {
  font-style: italic;
}

.woocommerce .woocommerce-form-coupon .input-wrap .button, .woocommerce .woocommerce-form-coupon .woocommerce-MyAccount-content .woocommerce-input-wrapper .button, .woocommerce-MyAccount-content .woocommerce .woocommerce-form-coupon .woocommerce-input-wrapper .button {
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
}

.woocommerce .wc_payment_methods .wc_payment_method {
  margin-bottom: 10px;
}

.woocommerce .wc_payment_methods .wc_payment_method .payment_box {
  padding: 10px 20px;
  background-color: #F3FDE5;
  margin-top: 10px;
}

.woocommerce .woocommerce-terms-and-conditions-wrapper {
  margin-top: 30px;
}

.woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p:before {
  font-family: 'FontAwesome';
  content: "";
  margin-right: 5px;
}

.woocommerce address {
  border: 1px solid #efefef;
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 20px;
}

@media only screen and (max-width: 991px) {
  .woocommerce address br {
    display: block;
  }
}

.woocommerce #ship-to-different-address-checkbox {
  margin-bottom: 0;
}

/* Select 2 */
.select2-container--default .select2-selection--single {
  border: none;
  line-height: 38px;
  height: 38px;
  border-bottom: 1px solid;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  padding-left: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.woocommerce-billing-fields .form-row {
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}

.woocommerce-billing-fields .form-row .form-row-first,
.woocommerce-billing-fields .form-row .form-row-last {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

/* ************************
   4.5: Account
   ********************* */
.woocommerce-columns,
.woocommerce-Addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.woocommerce-columns.col2-set .col-1,
.woocommerce-columns.col2-set .col-2,
.woocommerce-Addresses.col2-set .col-1,
.woocommerce-Addresses.col2-set .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {
  .woocommerce-columns.col2-set .col-1,
  .woocommerce-columns.col2-set .col-2,
  .woocommerce-Addresses.col2-set .col-1,
  .woocommerce-Addresses.col2-set .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.woocommerce-columns .woocommerce-column__title,
.woocommerce-Addresses .woocommerce-column__title {
  margin-bottom: 30px;
}

.woocommerce-columns .woocommerce-Address-title,
.woocommerce-Addresses .woocommerce-Address-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.woocommerce-columns .woocommerce-Address-title h3,
.woocommerce-Addresses .woocommerce-Address-title h3 {
  margin-bottom: 0;
}

/* woocommerce-MyAccount-navigation */
.woocommerce-MyAccount-navigation, .sumo_affiliates_frontend_management .sumoaffiliates_menu {
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 767px) {
  .woocommerce-MyAccount-navigation, .sumo_affiliates_frontend_management .sumoaffiliates_menu {
    margin-bottom: 50px;
  }
}

.woocommerce-MyAccount-navigation ul, .sumo_affiliates_frontend_management .sumoaffiliates_menu ul {
  padding: 20px 0;
  overflow: hidden;
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li, .sumo_affiliates_frontend_management .sumoaffiliates_menu ul li {
  margin: 10px 0;
  display: block;
  width: 100%;
  float: left;
}

.woocommerce-MyAccount-navigation ul li a, .sumo_affiliates_frontend_management .sumoaffiliates_menu ul li a {
  line-height: 1.44;
  font-size: 18px;
  font-weight: 700;
  padding: 0 30px;
  display: block;
  position: relative;
  color: #333333;
}

.woocommerce-MyAccount-navigation ul li a:after, .sumo_affiliates_frontend_management .sumoaffiliates_menu ul li a:after {
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  height: 100%;
  content: '';
  opacity: 0;
  visibility: hidden;
}

.woocommerce-MyAccount-navigation ul li.is-active > a:after, .sumo_affiliates_frontend_management .sumoaffiliates_menu ul li.is-active > a:after, .woocommerce-MyAccount-navigation ul li:hover > a:after, .sumo_affiliates_frontend_management .sumoaffiliates_menu ul li:hover > a:after {
  opacity: 1;
  visibility: visible;
  left: 0;
}

/* yith-wcmbs-my-account-accordion */
.woocommerce-MyAccount-content {
  display: block;
  width: 100%;
}

.woocommerce-MyAccount-content .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-Message {
  padding: 20px;
}

.woocommerce-MyAccount-content .woocommerce-message a,
.woocommerce-MyAccount-content .woocommerce-Message a {
  margin-right: 20px;
}

.woocommerce-MyAccount-content .button {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 11.5px 25px;
}

.woocommerce-MyAccount-content p {
  margin-bottom: 15px;
}

.woocommerce-MyAccount-content p strong {
  font-size: 18px;
  font-weight: 700;
}

.woocommerce-MyAccount-content p a:hover {
  text-decoration: underline;
}

.woocommerce-MyAccount-content .woocommerce-input-wrapper input {
  width: 100%;
}

.woocommerce-MyAccount-content .mark,
.woocommerce-MyAccount-content mark {
  background-color: #F3FDE5;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.woocommerce-MyAccount-content label {
  font-weight: 700;
}

.woocommerce-MyAccount-content .required {
  color: red;
}

.woocommerce-MyAccount-content .yith-wcmbs-my-account-accordion h3 {
  border: none !important;
  background-color: #F3FDE5 !important;
}

.woocommerce-MyAccount-content .yith-wcmbs-my-account-membership-container {
  border: none !important;
}

.woocommerce-MyAccount-content .yith-wcmbs-my-account-membership-status-container {
  padding: 0 !important;
  padding-top: 20px !important;
}

.woocommerce-MyAccount-content table.yith-wcmbs-membership-table {
  border-collapse: collapse;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

.woocommerce-MyAccount-content table.yith-wcmbs-membership-table td,
.woocommerce-MyAccount-content table.yith-wcmbs-membership-table th {
  border-right: none;
}

.woocommerce-MyAccount-content .yith-wcmbs-tabs {
  padding: 0;
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody tr td {
  padding: 20px 15px;
}

.woocommerce-MyAccount-content .woocommerce-customer-details {
  margin-top: 50px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  margin-bottom: 50px;
}

.woocommerce-pagination {
  margin-top: 30px;
}

.woocommerce-pagination a + a {
  margin-left: 10px;
}

/* ************************
   5.1: Forum
   ********************* */
.forum-banner-text a {
  font-style: italic;
  border-bottom: 1px solid;
}

.support-datetime {
  padding: 30px 40px;
}

@media only screen and (max-width: 991px) {
  .support-datetime {
    padding: 0;
    margin-bottom: 50px;
  }
  .support-datetime.box-shadow-fixed, .support-datetime.box-shadow:hover, .support-datetime.single-core-service:hover, .job--list .support-datetime.job--list__item:hover, .support-datetime.box-shadow.active, .support-datetime.active.single-core-service, .support-datetime.search-form, .product_nav .support-datetime.product_nav_dropdown {
    padding: 30px 40px;
  }
}

.support-datetime .icon {
  margin-right: 25px;
}

.support-datetime li:not(:last-child) {
  margin-bottom: 5px;
}

.support-datetime li strong {
  margin-right: 5px;
}

.support-datetime li span:not(:last-child) {
  margin-right: 30px;
}

.forum_banner_img {
  min-height: 450px;
}

.forum-count {
  line-height: 1;
}

.forum-count.count-1 {
  width: 110px;
  height: 110px;
  left: 0;
  bottom: 130px;
  background-color: #fff1f1;
}

@media only screen and (max-width: 991px) {
  .forum-count.count-1 {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.forum-count.count-2 {
  width: 140px;
  height: 140px;
  left: 40px;
  bottom: 260px;
  background-color: #fffaf1;
}

@media only screen and (max-width: 991px) {
  .forum-count.count-2 {
    bottom: 80px;
    left: 0;
  }
}

.forum-count.count-3 {
  width: 120px;
  height: 120px;
  left: 200px;
  top: 0;
  background-color: #fbfff1;
}

@media only screen and (max-width: 991px) {
  .forum-count.count-3 {
    top: 50%;
    left: 85px;
    -webkit-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    transform: translateY(-140%);
  }
}

.forum-count.count-4 {
  width: 160px;
  height: 160px;
  right: 40px;
  top: 60px;
  background-color: #f1fff2;
}

@media only screen and (max-width: 991px) {
  .forum-count.count-4 {
    top: 55%;
    right: 65px;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
  }
}

.forum-count.count-5 {
  width: 120px;
  height: 120px;
  right: 0;
  bottom: 80px;
  background-color: #f7f3ff;
}

@media only screen and (max-width: 991px) {
  .forum-count.count-5 {
    bottom: 80px;
    right: 0;
  }
}

#bbpress-forums {
  font-size: 14px;
  line-height: 1.4;
}

#bbpress-forums select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
  background: #f9f9f9;
  border: 1px solid #ddd;
}

#bbpress-forums select,
#bbpress-forums input:not([type="checkbox"]) {
  height: 40px;
  padding: 0 10px;
}

#bbpress-forums select:focus,
#bbpress-forums input:not([type="checkbox"]):focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
  border: none;
}

#bbpress-forums ul li.bbp-header, #bbpress-forums ul li.bbp-footer {
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  padding: 0;
}

#bbpress-forums ul li.bbp-header li,
#bbpress-forums ul li.bbp-header .bbp-search-author,
#bbpress-forums ul li.bbp-header .bbp-search-content, #bbpress-forums ul li.bbp-footer li,
#bbpress-forums ul li.bbp-footer .bbp-search-author,
#bbpress-forums ul li.bbp-footer .bbp-search-content {
  padding: 25px 15px 25px 40px;
}

@media only screen and (max-width: 991px) {
  #bbpress-forums ul li.bbp-header li,
  #bbpress-forums ul li.bbp-header .bbp-search-author,
  #bbpress-forums ul li.bbp-header .bbp-search-content, #bbpress-forums ul li.bbp-footer li,
  #bbpress-forums ul li.bbp-footer .bbp-search-author,
  #bbpress-forums ul li.bbp-footer .bbp-search-content {
    padding: 25px 10px;
  }
}

#bbpress-forums ul li.bbp-header a, #bbpress-forums ul li.bbp-footer a {
  color: #ffffff;
}

#bbpress-forums ul li.bbp-body li,
#bbpress-forums ul li.bbp-body .bbp-topic-header,
#bbpress-forums ul li.bbp-body .bbp-reply-header {
  padding: 25px 40px;
  line-height: 1.4;
}

@media only screen and (max-width: 991px) {
  #bbpress-forums ul li.bbp-body li,
  #bbpress-forums ul li.bbp-body .bbp-topic-header,
  #bbpress-forums ul li.bbp-body .bbp-reply-header {
    padding: 10px;
  }
}

#bbpress-forums ul li.bbp-body .bbp-forum-title,
#bbpress-forums ul li.bbp-body .bbp-topic-title .bbp-topic-permalink {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  display: inline-block;
}

#bbpress-forums ul li.bbp-body > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#bbpress-forums ul li.bbp-body > ul.topic, #bbpress-forums ul li.bbp-body > ul.forum {
  border: none;
  padding: 0;
}

#bbpress-forums ul li.bbp-body div.bbp-forum-header,
#bbpress-forums ul li.bbp-body div.bbp-topic-header,
#bbpress-forums ul li.bbp-body div.bbp-reply-header {
  border: none;
}

#bbpress-forums ul li.bbp-body li,
#bbpress-forums ul li.bbp-body .bbp-forum-info .bbp-forum-content,
#bbpress-forums ul li.bbp-body p.bbp-topic-meta,
#bbpress-forums ul li.bbp-body div.bbp-forum-header,
#bbpress-forums ul li.bbp-body div.bbp-topic-header,
#bbpress-forums ul li.bbp-body div.bbp-reply-header {
  font-size: 14px;
  font-weight: 400;
}

#bbpress-forums ul li.bbp-body li a,
#bbpress-forums ul li.bbp-body .bbp-forum-info .bbp-forum-content a,
#bbpress-forums ul li.bbp-body p.bbp-topic-meta a,
#bbpress-forums ul li.bbp-body div.bbp-forum-header a,
#bbpress-forums ul li.bbp-body div.bbp-topic-header a,
#bbpress-forums ul li.bbp-body div.bbp-reply-header a {
  color: #555555;
}

#bbpress-forums ul li.bbp-body li a:hover,
#bbpress-forums ul li.bbp-body .bbp-forum-info .bbp-forum-content a:hover,
#bbpress-forums ul li.bbp-body p.bbp-topic-meta a:hover,
#bbpress-forums ul li.bbp-body div.bbp-forum-header a:hover,
#bbpress-forums ul li.bbp-body div.bbp-topic-header a:hover,
#bbpress-forums ul li.bbp-body div.bbp-reply-header a:hover {
  text-decoration: underline;
}

#bbpress-forums ul li.bbp-body div.bbp-forum-content,
#bbpress-forums ul li.bbp-body div.bbp-topic-content,
#bbpress-forums ul li.bbp-body div.bbp-reply-content {
  font-size: 14px;
}

#bbpress-forums ul .forum-titles li {
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  #bbpress-forums ul .forum-titles li {
    font-size: 14px;
  }
}

#bbpress-forums ul.bbp-forums .bbp-forums-list {
  padding: 0;
  margin: 0;
  border: none;
}

#bbpress-forums ul.bbp-forums .bbp-forums-list li {
  padding: 0;
}

#bbpress-forums ul.bbp-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums ul.bbp-forums div.bbp-template-notice img.avatar,
#bbpress-forums ul.bbp-forums .widget_display_topics img.avatar,
#bbpress-forums ul.bbp-forums .widget_display_replies img.avatar {
  margin-bottom: 0;
  border: none;
}

#bbpress-forums ul.bbp-forums .bbp-forum-info .bbp-forum-content {
  font-size: 14px;
}

#bbpress-forums ul.bbp-forums p.bbp-topic-meta {
  margin-top: 10px;
}

#bbpress-forums ul.bbp-forums p.bbp-topic-meta span {
  white-space: normal;
}

@media only screen and (max-width: 991px) {
  #bbpress-forums ul.bbp-forums p.bbp-topic-meta {
    white-space: unset;
  }
}

#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
  border-radius: 50%;
  display: block;
}

#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
  margin-left: 190px;
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  margin-bottom: 0;
  border: none;
}

#bbpress-forums div.bbp-template-notice p {
  padding: 4px 0;
}

#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
  min-width: 190px;
}

#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
  font-size: 16px;
  margin-top: 15px;
}

#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
  font-style: normal;
  font-size: 14px;
}

#bbpress-forums div.bbp-forum-author br,
#bbpress-forums div.bbp-topic-author br,
#bbpress-forums div.bbp-reply-author br {
  display: none;
}

#bbpress-forums .bbp-meta .bbp-topic-freshness-author {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  #bbpress-forums .bbp-meta .bbp-topic-freshness-author {
    display: block;
  }
}

#bbpress-forums .bbp-meta a,
#bbpress-forums span.bbp-admin-links a {
  color: #999999;
}

#bbpress-forums .bbp-submit-wrapper,
#bbpress-forums #bbp-your-profile {
  float: none;
}

@media only screen and (max-width: 767px) {
  #bbpress-forums .bbp-pagination-count,
  #bbpress-forums .bbp-pagination-links {
    width: 100%;
    display: block;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  #bbpress-forums .bbp-pagination-links {
    margin-top: 20px;
  }
}

#bbpress-forums .bbp-pagination-links .page-numbers {
  height: 25px;
  width: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 23px;
}

#bbpress-forums .bbp-pagination-links .page-numbers.current {
  color: #ffffff;
}

#bbpress-forums span.bbp-author-ip {
  word-break: break-word;
  margin: 0 5px;
}

#bbpress-forums #bbp-your-profile fieldset div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#bbpress-forums #bbp-your-profile fieldset label[for] {
  text-align: left;
  width: 40%;
}

#bbpress-forums #bbp-your-profile select {
  width: 60%;
}

#bbpress-forums #bbp-single-user-details {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #bbpress-forums #bbp-single-user-details {
    width: 100%;
  }
}

#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  #bbpress-forums #bbp-user-body {
    margin-left: 0;
  }
}

#bbpress-forums #subscription-toggle {
  float: right;
}

#bbpress-forums #subscription-toggle a {
  padding: 0;
}

#bbpress-forums p.bbp-topic-meta span {
  white-space: normal;
}

@media screen and (max-width: 320px) {
  #bbpress-forums li.bbp-header > ul > li {
    width: 25% !important;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

#bbpress-forums .bbp-header div.bbp-forum-content:after,
#bbpress-forums .bbp-header div.bbp-topic-content:after,
#bbpress-forums .bbp-header div.bbp-reply-content:after,
#bbpress-forums .bbp-footer div.bbp-forum-content:after,
#bbpress-forums .bbp-footer div.bbp-topic-content:after,
#bbpress-forums .bbp-footer div.bbp-reply-content:after {
  display: initial;
}

#bbpress-forums .bbp-replies .bbp-header > div,
#bbpress-forums .bbp-replies .bbp-footer > div {
  padding: 25px 40px;
}

#bbpress-forums .bbp-user-subscriptions .is-favorite a,
#bbpress-forums .bbp-user-subscriptions .is-subscribed a {
  height: 15px;
  width: 15px;
  font-size: 15px !important;
  display: inline-block;
  text-align: center;
  line-height: 13px !important;
  margin-right: 8px;
  border-radius: 0 !important;
}

#bbpress-forums .bbp-user-subscriptions .is-favorite a:hover,
#bbpress-forums .bbp-user-subscriptions .is-subscribed a:hover {
  text-decoration: none !important;
}

#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
#bbpress-forums #bbp-user-wrapper ul.bbp-topics,
#bbpress-forums #bbp-user-wrapper ul.bbp-forums,
#bbpress-forums #bbp-user-wrapper ul.bbp-replies {
  clear: both;
}

#bbpress-forums .bbp-user-section p {
  margin-bottom: 5px !important;
}

#bbpress-forums .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

#bbpress-forums .panel .panel-body {
  padding: 15px;
  padding-top: 5px;
}

#bbpress-forums .panel .panel-body table {
  margin-bottom: 0;
}

#bbpress-forums .panel .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

#bbpress-forums .panel .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

#bbpress-forums .panel .panel-title a.collapsed, #bbpress-forums .panel .panel-title a[aria-expanded="true"] {
  color: #333333 !important;
}

#bbpress-forums .panel .panel-title a:hover, #bbpress-forums .panel .panel-title a[class=""] {
  color: #73cb01 !important;
}

#bbpress-forums .purchased-prodinfo > h4 {
  margin-bottom: 10px;
}

#bbpress-forums .wp-editor-container input {
  height: 40px;
  padding: 10px !important;
}

#bbpress-forums fieldset.bbp-form {
  padding: 20px;
}

#bbpress-forums fieldset.bbp-form label {
  font-weight: 700;
}

.login-info {
  border: #cee1ef 1px solid;
  background-color: #f0f8ff;
}

.tl-av-rating .star-rating {
	margin-bottom: 5px;
}
.item--like {
	color: #73cb01;
}
.item--like .fa-heart {
	margin-right: 3px;
}
.product-action .download-count {
	color: #73cb01;
}
.product-action a {
	margin-right: 0px !important;
}
.product-bottom .star-rating.envato-rating {
	text-indent: unset;
	height: auto;
}
.product-action .btn-inline {
	color: #999999 !important;
}
.product-action .btn-inline:hover {
	color: #73cb01 !important;
}


/*# sourceMappingURL=app.css.map */
