/* --------------------------------------
$Author: ThemeMascot
$URL: https://themeforest.net/user/ThemeMascot

----------------------------------------- */
:root {
  --theme-color1: #6c43e3;
  --theme-color1-rgb: 108, 67, 227;
  --theme-color1-lighter: #9274ea;
  --theme-color1-darker: #4c1fcf;
  --theme-color2: #1b152c;
  --theme-color2-rgb: 27, 21, 44;
  --theme-color2-lighter: #322752;
  --theme-color2-darker: #040306;
  --theme-color3: #ed8a33;
  --theme-color3-rgb: 237, 138, 51;
  --theme-color3-lighter: #f2a867;
  --theme-color3-darker: #d56e13;
  --theme-color4: #a051e6;
  --theme-color4-rgb: 160, 81, 230;
  --theme-color4-lighter: #bb82ed;
  --theme-color4-darker: #8520df;
  --gradient-1: linear-gradient(to right, var(--theme-color1) 0%, var(--theme-color4) 100%);
  --gradient-2: linear-gradient(to left, rgba(var(--theme-color1-rgb), 1) 0%, rgba(var(--theme-color1-rgb), 0.7) 100%);
  --gradient-3: linear-gradient(180deg, var(--theme-color1) 0%, rgba(0, 0, 0, 0) 100%);
  --gradient-4: linear-gradient(180deg, rgba(217, 244, 95, 0) 0%, rgba(217, 244, 95, 0.5) 100%);
  --gradient-5: linear-gradient(180deg, var(--theme-color1) 0%, rgba(126, 142, 55, 0) 100%);
  --gradient-6: linear-gradient(180deg, #0a0a0a 0%, rgba(10, 10, 10, 0.3) 45%, #0a0a0a 90%);
  --gradient-7: linear-gradient(180deg, rgba(217, 244, 95, 0.7) 37.5%, rgba(255, 212, 212, 0) 100%);
  --theme-color1-text-color: #fff;
  --theme-color2-text-color: #fff;
  --theme-color3-text-color: #fff;
  --theme-color4-text-color: #fff;
  --hover-theme-color: #6c43e3;
  --footer-default-theme-color: var(--theme-color1);
  --footer-default-hover-theme-color: var(--theme-color1);
  --footer-default-text-color-on-bg-theme-color: var(--theme-color1-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(108, 67, 227, 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(108, 67, 227, 0.94);
}

/*
 * Shortcode: buttons.scss
 * -----------------------------------------------
*/
.btn-theme-colored1 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c43e3;
  --bs-btn-border-color: #6c43e3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c39c1;
  --bs-btn-hover-border-color: #5636b6;
  --bs-btn-focus-shadow-rgb: 130, 95, 231;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5636b6;
  --bs-btn-active-border-color: #5132aa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c43e3;
  --bs-btn-disabled-border-color: #6c43e3;
}

.btn-theme-colored2 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1b152c;
  --bs-btn-border-color: #1b152c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #171225;
  --bs-btn-hover-border-color: #161123;
  --bs-btn-focus-shadow-rgb: 61, 56, 76;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #161123;
  --bs-btn-active-border-color: #141021;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1b152c;
  --bs-btn-disabled-border-color: #1b152c;
}

.btn-theme-colored3 {
  --bs-btn-color: #000;
  --bs-btn-bg: #ed8a33;
  --bs-btn-border-color: #ed8a33;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f09c52;
  --bs-btn-hover-border-color: #ef9647;
  --bs-btn-focus-shadow-rgb: 201, 117, 43;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f1a15c;
  --bs-btn-active-border-color: #ef9647;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ed8a33;
  --bs-btn-disabled-border-color: #ed8a33;
}

.btn-theme-colored4 {
  --bs-btn-color: #000;
  --bs-btn-bg: #a051e6;
  --bs-btn-border-color: #a051e6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ae6bea;
  --bs-btn-hover-border-color: #aa62e9;
  --bs-btn-focus-shadow-rgb: 136, 69, 196;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #b374eb;
  --bs-btn-active-border-color: #aa62e9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #a051e6;
  --bs-btn-disabled-border-color: #a051e6;
}

.btn-outline-theme-colored1 {
  --bs-btn-color: #6c43e3;
  --bs-btn-border-color: #6c43e3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c43e3;
  --bs-btn-hover-border-color: #6c43e3;
  --bs-btn-focus-shadow-rgb: 108, 67, 227;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c43e3;
  --bs-btn-active-border-color: #6c43e3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c43e3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c43e3;
  --bs-gradient: none;
}

.btn-outline-theme-colored2 {
  --bs-btn-color: #1b152c;
  --bs-btn-border-color: #1b152c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1b152c;
  --bs-btn-hover-border-color: #1b152c;
  --bs-btn-focus-shadow-rgb: 27, 21, 44;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #1b152c;
  --bs-btn-active-border-color: #1b152c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1b152c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1b152c;
  --bs-gradient: none;
}

.btn-outline-theme-colored3 {
  --bs-btn-color: #ed8a33;
  --bs-btn-border-color: #ed8a33;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ed8a33;
  --bs-btn-hover-border-color: #ed8a33;
  --bs-btn-focus-shadow-rgb: 237, 138, 51;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ed8a33;
  --bs-btn-active-border-color: #ed8a33;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ed8a33;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ed8a33;
  --bs-gradient: none;
}

.btn-outline-theme-colored4 {
  --bs-btn-color: #a051e6;
  --bs-btn-border-color: #a051e6;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #a051e6;
  --bs-btn-hover-border-color: #a051e6;
  --bs-btn-focus-shadow-rgb: 160, 81, 230;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #a051e6;
  --bs-btn-active-border-color: #a051e6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #a051e6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #a051e6;
  --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);
}

.btn-gradient-theme-colored1,
.btn-gradient-theme-colored2,
.btn-gradient-theme-colored3,
.btn-gradient-theme-colored4 {
  position: relative;
  background: var(--gradient-1);
  z-index: 1;
  color: #fff;
  transition: all 500ms ease;
}
.btn-gradient-theme-colored1:hover, .btn-gradient-theme-colored1:focus,
.btn-gradient-theme-colored2:hover,
.btn-gradient-theme-colored2:focus,
.btn-gradient-theme-colored3:hover,
.btn-gradient-theme-colored3:focus,
.btn-gradient-theme-colored4:hover,
.btn-gradient-theme-colored4:focus {
  color: #fff;
  transition: all 500ms ease;
}
.btn-gradient-theme-colored1:before,
.btn-gradient-theme-colored2:before,
.btn-gradient-theme-colored3:before,
.btn-gradient-theme-colored4:before {
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  width: 100%;
  content: "";
  background-color: var(--theme-color1);
  transform: scale(1, 0);
  transform-origin: bottom left;
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  z-index: -1;
}
.btn-gradient-theme-colored1:hover:before,
.btn-gradient-theme-colored2:hover:before,
.btn-gradient-theme-colored3:hover:before,
.btn-gradient-theme-colored4:hover:before {
  transform-origin: top right;
  transform: scale(1, 1);
  transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
}

/*
 * shop.scss
 * -----------------------------------------------
*/
/*
 * shop-common
 * -----------------------------------------------
*/
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]),
.woosc_table .button,
.woosc_table .added_to_cart,
.woosw-item .added_to_cart {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c43e3;
  --bs-btn-border-color: #6c43e3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c39c1;
  --bs-btn-hover-border-color: #5636b6;
  --bs-btn-focus-shadow-rgb: 130, 95, 231;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5636b6;
  --bs-btn-active-border-color: #5132aa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c43e3;
  --bs-btn-disabled-border-color: #6c43e3;
  color: var(--theme-color1-text-color);
}
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):hover,
.woosc_table .button:hover,
.woosc_table .added_to_cart:hover,
.woosw-item .added_to_cart:hover {
  color: var(--theme-color1-text-color);
}
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):focus,
.woosc_table .button:focus,
.woosc_table .added_to_cart:focus,
.woosw-item .added_to_cart:focus {
  color: var(--theme-color1-text-color);
  box-shadow: none;
}
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):disabled, .woocommerce .button:not(.compare):not(.yith-wcqv-button):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(.yith-wcqv-button):not([name=apply_coupon]):disabled:hover, .woocommerce .button:not(.compare):not(.yith-wcqv-button):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-color1-text-color);
}

/*
 *  common.scss
 * -----------------------------------------------
*/
.scroll-to-top a {
  background-image: linear-gradient(to right, #6c43e3 0%, #9b7fec 51%, #6c43e3 100%);
}
.scroll-to-top a:hover {
  box-shadow: 0 10px 20px rgba(108, 67, 227, 0.5);
  background-position: right center;
}