/* --------------------------------------
$Author: ThemeMascot
$URL: https://themeforest.net/user/ThemeMascot

----------------------------------------- */
:root {
  --theme-color1: #b8ff7a;
  --theme-color1-rgb: 184, 255, 122;
  --theme-color1-lighter: #d6ffb2;
  --theme-color1-darker: #9aff42;
  --theme-color2: #6d46e2;
  --theme-color2-rgb: 109, 70, 226;
  --theme-color2-lighter: #9376ea;
  --theme-color2-darker: #4c21cf;
  --theme-color3: #8d56fa;
  --theme-color3-rgb: 141, 86, 250;
  --theme-color3-lighter: #b28cfc;
  --theme-color3-darker: #6820f8;
  --theme-color4: #4d84ff;
  --theme-color4-rgb: 77, 132, 255;
  --theme-color4-lighter: #85abff;
  --theme-color4-darker: #155dff;
  --gradient-1: linear-gradient(180deg, #1dc8cf 0%, #4a37c4 100%);
  --gradient-6: linear-gradient(180deg, #040b1d 43.39%, #0745e3 156.01%);
  --gradient-7: linear-gradient(180deg, #040b1d 33.14%, #0745e3 101.28%);
  --gradient-8: linear-gradient(276.76deg, #b443ff 2.43%, #3055eb 47.44%, #1aafd8 91.01%);
  --theme-color1-text-color: #090a09;
  --theme-color2-text-color: #fff;
  --theme-color3-text-color: #fff;
  --theme-color4-text-color: #fff;
  --hover-theme-color: #b8ff7a;
  --footer-default-theme-color: var(--theme-color3);
  --footer-default-hover-theme-color: var(--theme-color3);
  --footer-default-text-color-on-bg-theme-color: var(--theme-color3-text-color);
}

/*
 * border: theme-color
 * -----------------------------------------------
*/
.widget .line-bottom:after,
.widget .line-bottom:after,
.pager.theme-colored a {
  border: 1px solid var(--theme-color1);
}

.hr-divider {
  border-top-color: rgba(184, 255, 122, 0.2) !important;
}

/* -------- Text Theme Color ---------- */
.text-theme-colored1 {
  color: var(--theme-color1) !important;
}

.text-theme-colored2 {
  color: var(--theme-color2) !important;
}

.text-theme-colored3 {
  color: var(--theme-color3) !important;
}

.text-theme-colored4 {
  color: var(--theme-color4) !important;
}

.bg-theme-colored1 {
  background-color: var(--theme-color1) !important;
}

.bg-theme-colored2 {
  background-color: var(--theme-color2) !important;
}

.bg-theme-colored3 {
  background-color: var(--theme-color3) !important;
}

.bg-theme-colored4 {
  background-color: var(--theme-color4) !important;
}

.border-theme-colored1 {
  border-color: var(--theme-color1) !important;
}

.border-theme-colored2 {
  border-color: var(--theme-color2) !important;
}

.border-theme-colored3 {
  border-color: var(--theme-color3) !important;
}

.border-theme-colored4 {
  border-color: var(--theme-color4) !important;
}

/*
 * blog-single.scss
 * -----------------------------------------------
*/
/*
 * Shortcode: blog.scss
 * -----------------------------------------------
*/
.tm-sc-blog.blog-classic article .entry-header .post-single-meta {
  background: var(--theme-color1);
}
.tm-sc-blog.blog-modern article .entry-header .post-single-meta {
  background: var(--theme-color1);
}
.tm-sc-blog.blog-modern article .entry-content .post-btn-readmore {
  border-color: var(--theme-color1);
  background-color: #fff;
}
.tm-sc-blog.blog-modern article:hover .entry-content .post-btn-readmore {
  background-color: var(--theme-color1);
}
.tm-sc-blog.blog-modern article:hover .entry-content .post-btn-readmore .btn-plain-text-with-arrow:after {
  color: #fff;
}
.tm-sc-blog.blog-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n+1) article .post-thumb .post-thumb-inner .thumb:after, .tm-sc-blog.blog-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n+3) article .post-thumb .post-thumb-inner .thumb:after, .tm-sc-blog.blog-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n+6) article .post-thumb .post-thumb-inner .thumb:after, .tm-sc-blog.blog-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n+8) article .post-thumb .post-thumb-inner .thumb:after {
  background-color: rgba(184, 255, 122, 0.94);
}

/*
 * Shortcode: buttons.scss
 * -----------------------------------------------
*/
.btn-theme-colored1 {
  --bs-btn-color: #000;
  --bs-btn-bg: #b8ff7a;
  --bs-btn-border-color: #b8ff7a;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c3ff8e;
  --bs-btn-hover-border-color: #bfff87;
  --bs-btn-focus-shadow-rgb: 156, 217, 104;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6ff95;
  --bs-btn-active-border-color: #bfff87;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #b8ff7a;
  --bs-btn-disabled-border-color: #b8ff7a;
}

.btn-theme-colored2 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6d46e2;
  --bs-btn-border-color: #6d46e2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5d3cc0;
  --bs-btn-hover-border-color: #5738b5;
  --bs-btn-focus-shadow-rgb: 131, 98, 230;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5738b5;
  --bs-btn-active-border-color: #5235aa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6d46e2;
  --bs-btn-disabled-border-color: #6d46e2;
}

.btn-theme-colored3 {
  --bs-btn-color: #000;
  --bs-btn-bg: #8d56fa;
  --bs-btn-border-color: #8d56fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #9e6ffb;
  --bs-btn-hover-border-color: #9867fb;
  --bs-btn-focus-shadow-rgb: 120, 73, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #a478fb;
  --bs-btn-active-border-color: #9867fb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #8d56fa;
  --bs-btn-disabled-border-color: #8d56fa;
}

.btn-theme-colored4 {
  --bs-btn-color: #000;
  --bs-btn-bg: #4d84ff;
  --bs-btn-border-color: #4d84ff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #6896ff;
  --bs-btn-hover-border-color: #5f90ff;
  --bs-btn-focus-shadow-rgb: 65, 112, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #719dff;
  --bs-btn-active-border-color: #5f90ff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #4d84ff;
  --bs-btn-disabled-border-color: #4d84ff;
}

.btn-outline-theme-colored1 {
  --bs-btn-color: #b8ff7a;
  --bs-btn-border-color: #b8ff7a;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #b8ff7a;
  --bs-btn-hover-border-color: #b8ff7a;
  --bs-btn-focus-shadow-rgb: 184, 255, 122;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #b8ff7a;
  --bs-btn-active-border-color: #b8ff7a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #b8ff7a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #b8ff7a;
  --bs-gradient: none;
}

.btn-outline-theme-colored2 {
  --bs-btn-color: #6d46e2;
  --bs-btn-border-color: #6d46e2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6d46e2;
  --bs-btn-hover-border-color: #6d46e2;
  --bs-btn-focus-shadow-rgb: 109, 70, 226;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6d46e2;
  --bs-btn-active-border-color: #6d46e2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6d46e2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6d46e2;
  --bs-gradient: none;
}

.btn-outline-theme-colored3 {
  --bs-btn-color: #8d56fa;
  --bs-btn-border-color: #8d56fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #8d56fa;
  --bs-btn-hover-border-color: #8d56fa;
  --bs-btn-focus-shadow-rgb: 141, 86, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #8d56fa;
  --bs-btn-active-border-color: #8d56fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #8d56fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #8d56fa;
  --bs-gradient: none;
}

.btn-outline-theme-colored4 {
  --bs-btn-color: #4d84ff;
  --bs-btn-border-color: #4d84ff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #4d84ff;
  --bs-btn-hover-border-color: #4d84ff;
  --bs-btn-focus-shadow-rgb: 77, 132, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4d84ff;
  --bs-btn-active-border-color: #4d84ff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4d84ff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4d84ff;
  --bs-gradient: none;
}

.btn-theme-colored1 {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
}
.btn-theme-colored1:hover, .btn-theme-colored1:focus {
  color: var(--theme-color2-text-color);
  background-color: var(--theme-color1);
  border-color: var(--theme-color1);
}
.btn-theme-colored1:before {
  background-color: var(--theme-color2);
}

.btn-theme-colored2 {
  color: var(--theme-color2-text-color);
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}
.btn-theme-colored2:hover, .btn-theme-colored2:focus {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color2);
  border-color: var(--theme-color2);
}
.btn-theme-colored2:before {
  background-color: var(--theme-color1);
}

.btn-theme-colored3 {
  color: var(--theme-color3-text-color);
  background-color: var(--theme-color3);
  border-color: var(--theme-color3);
}
.btn-theme-colored3:hover, .btn-theme-colored3:focus {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color3);
  border-color: var(--theme-color3);
}

.btn-theme-colored4 {
  color: var(--theme-color4-text-color);
  background-color: var(--theme-color4);
  border-color: var(--theme-color4);
}
.btn-theme-colored4:hover, .btn-theme-colored4:focus {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color4);
  border-color: var(--theme-color4);
}

.btn-theme-colored3:before,
.btn-theme-colored4:before,
.btn-outline-theme-colored3:before,
.btn-outline-theme-colored3:before {
  background: var(--theme-color1);
}

.btn-outline-theme-colored1 {
  color: var(--theme-color1);
  border-color: var(--theme-color1);
}
.btn-outline-theme-colored1:hover {
  border-color: var(--theme-color3) !important;
  color: #fff !important;
}

.btn-outline-theme-colored2 {
  color: var(--theme-color2);
  border-color: var(--theme-color2);
}
.btn-outline-theme-colored2:hover {
  border-color: var(--theme-color3) !important;
  color: #fff !important;
}

.btn-outline-theme-colored3 {
  color: var(--theme-color3);
  border-color: var(--theme-color3);
}
.btn-outline-theme-colored3:hover {
  border-color: var(--theme-color3) !important;
  color: #fff !important;
}

input[type=submit].btn-theme-colored1:hover, input[type=submit].btn-theme-colored1:focus {
  color: var(--theme-color2-text-color);
  background-color: var(--theme-color2);
}

input[type=submit].btn-theme-colored2:hover, input[type=submit].btn-theme-colored2:focus {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
}

input[type=submit].btn-theme-colored3:hover, input[type=submit].btn-theme-colored3:focus {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
}

input[type=submit].btn-theme-colored4:hover, input[type=submit].btn-theme-colored4:focus {
  color: var(--theme-color1-text-color);
  background-color: var(--theme-color1);
}

.btn-light:before,
.btn-dark:before {
  background-color: rgba(var(--theme-color2-rgb), 0.2);
}
.btn-light:hover, .btn-light:focus,
.btn-dark:hover,
.btn-dark:focus {
  color: var(--theme-color2-text-color);
}
.btn-light:hover:before, .btn-light:focus:before,
.btn-dark:hover:before,
.btn-dark:focus:before {
  background-color: var(--theme-color2);
}

.btn-outline-light {
  color: #fff;
}

.btn-outline-light:hover,
.btn-outline-dark:hover {
  background-color: transparent;
}
.btn-outline-light:before,
.btn-outline-dark:before {
  background-color: rgba(var(--theme-color2-rgb), 0.2);
}
.btn-outline-light:hover, .btn-outline-light:focus,
.btn-outline-dark:hover,
.btn-outline-dark:focus {
  color: var(--theme-color2-text-color);
}
.btn-outline-light:hover:before, .btn-outline-light:focus:before,
.btn-outline-dark:hover:before,
.btn-outline-dark:focus:before {
  background-color: var(--theme-color2);
}

/*
 * shop.scss
 * -----------------------------------------------
*/
/*
 * shop-common
 * -----------------------------------------------
*/
.woocommerce .button:not(.compare):not([name=apply_coupon]),
.woosc_table .button,
.woosc_table .added_to_cart,
.woosw-item .added_to_cart {
  --bs-btn-color: #000;
  --bs-btn-bg: #b8ff7a;
  --bs-btn-border-color: #b8ff7a;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c3ff8e;
  --bs-btn-hover-border-color: #bfff87;
  --bs-btn-focus-shadow-rgb: 156, 217, 104;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6ff95;
  --bs-btn-active-border-color: #bfff87;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #b8ff7a;
  --bs-btn-disabled-border-color: #b8ff7a;
  color: var(--theme-color1-text-color);
}
.woocommerce .button:not(.compare):not([name=apply_coupon]):hover,
.woosc_table .button:hover,
.woosc_table .added_to_cart:hover,
.woosw-item .added_to_cart:hover {
  color: var(--theme-color3-text-color);
}
.woocommerce .button:not(.compare):not([name=apply_coupon]):focus,
.woosc_table .button:focus,
.woosc_table .added_to_cart:focus,
.woosw-item .added_to_cart:focus {
  color: var(--theme-color3-text-color);
  box-shadow: none;
}
.woocommerce .button:not(.compare):not([name=apply_coupon]):disabled, .woocommerce .button:not(.compare):not([name=apply_coupon]).disabled,
.woosc_table .button:disabled,
.woosc_table .button.disabled,
.woosc_table .added_to_cart:disabled,
.woosc_table .added_to_cart.disabled,
.woosw-item .added_to_cart:disabled,
.woosw-item .added_to_cart.disabled {
  color: var(--theme-color1-text-color);
  opacity: 0.5;
}
.woocommerce .button:not(.compare):not([name=apply_coupon]):disabled:hover, .woocommerce .button:not(.compare):not([name=apply_coupon]).disabled:hover,
.woosc_table .button:disabled:hover,
.woosc_table .button.disabled:hover,
.woosc_table .added_to_cart:disabled:hover,
.woosc_table .added_to_cart.disabled:hover,
.woosw-item .added_to_cart:disabled:hover,
.woosw-item .added_to_cart.disabled:hover {
  color: var(--theme-color3-text-color);
}

/*
 *  common.scss
 * -----------------------------------------------
*/
.scroll-to-top a {
  background-image: linear-gradient(to right, #b8ff7a 0%, #ddffbf 51%, #b8ff7a 100%);
}
.scroll-to-top a:hover {
  box-shadow: 0 10px 20px rgba(184, 255, 122, 0.5);
  background-position: right center;
}