/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --primary: #3f2b96;
  --secondary: #106eea;
  --bg-color: #f8f8f8;
  --text-color: #212529;
  --gray: #f8f8f8;


  --h-bg-color: #fff;
  --h-font-family: 'Calibri';
  --h-btn-color: #000;
  --h-btn-hovor-color: inherit;
  --h-btn-font-color : #fff;
  --h-cart-btn-color : #17a2b8;
  --h-cart-btn-font-color : #17a2b8;
  --h-profile-btn-color: #C6891F;
  --h-profile-btn-font-color: #fff;
  --h-user-color: #fff;
  --h-login-btn-color:#17a2b8;
  --h-login-btn-font-color:#fff;
  --h-site-title-color:#000;
  --h-site-title-font: 'Calibri';
  --footer-bg-color: #fff;
  --footer-text-color: #000;
  --footer-font: 'Calibri';
  --body-font: 'Calibri';
  --banner-btn-color: #000;
  --banner-btn-font-color: #fff;
  --baner-btn-font: 'Calibri';
  --banner-back-color: #fff;
  --widget-back-color: #fff;
  --widget-height: 475px;
  --widget-title-color: #000;
  --widget-title-font: 'Calibri';
  --widget-body-font-color: #000;
  --widget-body-font: 'Calibri';
  --poweredBy-color: #000;
  --poweredBy-font: 'Calibri';
  --header-btn-space: 0px;
  --header-logo-space: 0px;
  --header-title-space: 0px;
  --widget-btn-color: #000;
  --widget-btn-hovor-color: #000;
  --widget-btn-font-color: #fff;
  --widget-btn-font: 'Calibri';
  --tagline-color: #000;
  --tagline-font: 'Calibri';

  --h-anchor-color:#3f2b96;
  --h-anchor-hovor-color:#3f2b96;

  --f-anchor-color:#3f2b96;
  --f-anchor-hovor-color:#3f2b96;

  --widget-anchor-color:#3f2b96;
  --widget-anchor-hovor-color:#3f2b96;

  --a-primary-color: #fff;
  --a-hover-color: #734ed8;
  --text-color-white-bg: #000000;

  --a-secondary-color: #fff;
  --a-secondary-hover-color: #734ed8;

  --primary-border: #3f2b96;
  --secondary-border: #106eea;

  --dash-text-color:#212529;
  --dash-text-font:'Calibri';
  --dash-anchor-color:#fff;
  --dash-anchor-hovor-color:#734ed8;
  --dash-box-color:#fff;


  --copyright-text-color:#fff;
  --copyright-anchor-color:#fff;
  --copyright-anchor-hovor-color:#734ed8;

  --content-page-back-color:#fff;
  --content-page-font-color:#000;
  --content-page-font:'Calibri';

  --title-font-color:#000;
  --title-font:'Calibri';
  --title-font-size:30px;



}

/* Webfont: BurfordInline */
@font-face {
  font-family: 'BurfordInline';
  src: url('fonts/BurfordInline.eot'); /* IE9 Compat Modes */
  src: url('fonts/BurfordInline.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('fonts/BurfordInline.woff') format('woff'),
    /* Modern Browsers */ url('fonts/BurfordInline.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('fonts/BurfordInline.svg#BurfordInline')
      format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/*
@font-face {
  font-family: "CopperPlate";
  src: url("fonts/2hXzmNaFRuKTSBR9nRGO-A.woff2") format("woff2"),
  url("fonts/kU6VHbqMAZhaN_nXCmLQsQ.woff") format("woff");

}*/


.blue-theme {
  --primary: #3f2b96;
  --secondary: #106eea;
  --text-color-btn: #fff;
  --a-primary-color: #fff;
  --a-hover-color: #734ed8;
  --bg-color: var(--gray);
  --text-color: #fff;
  --text-color-white-bg: #000000;
  --a-secondary-color: #fff;
  --a-secondary-hover-color: #734ed8;

  --primary-border: #3f2b96;
  --secondary-border: #106eea;

  --h-anchor-color:#fff;
  --h-anchor-hovor-color:#734ed8;

  --f-anchor-color:#fff;
  --f-anchor-hovor-color:#734ed8;

  --widget-anchor-color:#fff;
  --widget-anchor-hovor-color:#734ed8;
  --widget-btn-hovor-color: #000;

  --h-bg-color: #fff;
  --h-font-family: 'Calibri';
  --h-btn-color: #000;
  --h-btn-hovor-color: #ffff;
  --h-btn-font-color : #fff;
  --h-cart-btn-color : #17a2b8;
  --h-cart-btn-font-color : #17a2b8;
  --h-profile-btn-color: #C6891F;
  --h-profile-btn-font-color: #fff;
  --h-user-color: #fff;
  --h-login-btn-color:#17a2b8;
  --h-login-btn-font-color:#fff;
  --h-site-title-color:#000;
  --h-site-title-font: 'Calibri';
  --footer-bg-color: #fff;
  --footer-text-color: #000;
  --footer-font: 'Calibri';
  --body-font: 'Calibri';
  --banner-btn-color: #000;
  --banner-btn-font-color: #fff;
  --baner-btn-font: 'Calibri';
  --banner-back-color: #fff;
  --widget-back-color: #fff;
  --widget-height: 475px;
  --widget-title-color: #000;
  --widget-title-font: 'Calibri';
  --widget-body-font-color: #000;
  --widget-body-font: 'Calibri';
  --poweredBy-color: #000;
  --poweredBy-font: 'Calibri';
  --header-btn-space: 0px;
  --header-logo-space: 0px;
  --header-title-space: 0px;
  --widget-btn-color: #000;
  --widget-btn-font-color: #fff;
  --widget-btn-font: 'Calibri';
  --tagline-color: #000;
  --tagline-font: 'Calibri';

  --dash-text-color:#212529;
  --dash-text-font:'Calibri';
  --dash-anchor-color:#fff;
  --dash-anchor-hovor-color:#734ed8;
  --dash-box-color:#fff;

  --copyright-text-color:#fff;
  --copyright-anchor-color:#fff;
  --copyright-anchor-hovor-color:#734ed8;

  --content-page-back-color:#fff;
  --content-page-font-color:#000;
  --content-page-font:'Calibri';
}
.bcra-theme {
  --primary: #000;
  --text-color-btn: #fff;
  --a-primary-color: #fff;
  --a-hover-color: #456b62;
  --a-secondary-color: #fff;
  --a-secondary-hover-color: #456b62;

  --primary-border: #000;
  --secondary-border: #456b62;

  --secondary: #456b62;
  --bg-color: #fff;
  --text-color: #44302c;
  --text-color-white-bg: #456b62;

  --h-anchor-color:#3f2b96;
  --h-anchor-hovor-color:#3f2b96;

  --f-anchor-color:#3f2b96;
  --f-anchor-hovor-color:#3f2b96;

  --widget-anchor-color:#3f2b96;
  --widget-anchor-hovor-color:#3f2b96;
  --widget-btn-hovor-color: #000;


  --h-bg-color: #fff;
  --h-font-family: 'Calibri';
  --h-btn-color: #000;
  --h-btn-font-color : #fff;
  --h-cart-btn-color : #17a2b8;
  --h-cart-btn-font-color : #17a2b8;
  --h-profile-btn-color: #C6891F;
  --h-profile-btn-font-color: #fff;
  --h-user-color: #fff;
  --h-login-btn-color:#17a2b8;
  --h-login-btn-font-color:#fff;
  --h-site-title-color:#000;
  --h-site-title-font: 'Calibri';
  --footer-bg-color: #fff;
  --footer-text-color: #000;
  --footer-font: 'Calibri';
  --body-font: 'Calibri';
  --banner-btn-color: #000;
  --banner-btn-font-color: #fff;
  --baner-btn-font: 'Calibri';
  --banner-back-color: #fff;
  --widget-back-color: #fff;
  --widget-height: 475px;
  --widget-title-color: #000;
  --widget-title-font: 'Calibri';
  --widget-body-font-color: #000;
  --widget-body-font: 'Calibri';
  --poweredBy-color: #000;
  --poweredBy-font: 'Calibri';
  --header-btn-space: 0px;
  --header-logo-space: 0px;
  --header-title-space: 0px;
  --widget-btn-color: #000;
  --widget-btn-font-color: #fff;
  --widget-btn-font: 'Calibri';
  --tagline-color: #000;
  --tagline-font: 'Calibri';
  --h-btn-hovor-color: #ffff;

  --dash-text-color:#212529;
  --dash-text-font:'Calibri';
  --dash-anchor-color:#fff;
  --dash-anchor-hovor-color:#734ed8;
  --dash-box-color:#fff;

  --copyright-text-color:#fff;
  --copyright-anchor-color:#fff;
  --copyright-anchor-hovor-color:#734ed8;

  --content-page-back-color:#fff;
  --content-page-font-color:#000;
  --content-page-font:'Calibri';
}
.blue-bg-theme {
  --primary: #fff;
  --text-color-btn: #1a2650;
  --a-primary-color: #fff;
  --a-hover-color: #734ed8;
  --secondary: #106eea;
  --bg-color: #1a2650;
  --text-color: #fff;
  --text-color-white-bg: #000000ad;
  --a-secondary-color: #fff;
  --a-secondary-hover-color: #734ed8;

  --primary-border: #fff;
  --secondary-border: #106eea;

  --h-anchor-color:#3f2b96;
  --h-anchor-hovor-color:#3f2b96;

  --f-anchor-color:#3f2b96;
  --f-anchor-hovor-color:#3f2b96;

  --widget-anchor-color:#3f2b96;
  --widget-anchor-hovor-color:#3f2b96;
  --widget-btn-hovor-color: #000;


  --h-bg-color: #fff;
  --h-font-family: 'Calibri';
  --h-btn-color: #000;
  --h-btn-font-color : #fff;
  --h-cart-btn-color : #17a2b8;
  --h-cart-btn-font-color : #17a2b8;
  --h-profile-btn-color: #C6891F;
  --h-profile-btn-font-color: #fff;
  --h-user-color: #fff;
  --h-login-btn-color:#17a2b8;
  --h-login-btn-font-color:#fff;
  --h-site-title-color:#000;
  --h-site-title-font: 'Calibri';
  --footer-bg-color: #fff;
  --footer-text-color: #000;
  --footer-font: 'Calibri';
  --body-font: 'Calibri';
  --banner-btn-color: #000;
  --banner-btn-font-color: #fff;
  --baner-btn-font: 'Calibri';
  --banner-back-color: #fff;
  --widget-back-color: #fff;
  --widget-height: 475px;
  --widget-title-color: #000;
  --widget-title-font: 'Calibri';
  --widget-body-font-color: #000;
  --widget-body-font: 'Calibri';
  --poweredBy-color: #000;
  --poweredBy-font: 'Calibri';
  --header-btn-space: 0px;
  --header-logo-space: 0px;
  --header-title-space: 0px;
  --widget-btn-color: #000;
  --widget-btn-font-color: #fff;
  --widget-btn-font: 'Calibri';
  --tagline-color: #000;
  --tagline-font: 'Calibri';
  --h-btn-hovor-color: #ffff;

  --dash-text-color:#212529;
  --dash-text-font:'Calibri';
  --dash-anchor-color:#fff;
  --dash-anchor-hovor-color:#734ed8;
  --dash-box-color:#fff;

  --copyright-text-color:#fff;
  --copyright-anchor-color:#fff;
  --copyright-anchor-hovor-color:#734ed8;

  --content-page-back-color:#fff;
  --content-page-font-color:#000;
  --content-page-font:'Calibri';

}

.red-theme {
  --primary: #f3353e;
  --secondary: #f77d7d;
  --bg-color: var(--gray);
  --text-color-btn: #fff;
  --a-primary-color: #fff;
  --a-hover-color: #734ed8;
  --a-secondary-color: #fff;
  --a-secondary-hover-color: #734ed8;

  --primary-border: #f3353e;
  --secondary-border: #f77d7d;

  --text-color: #fff;
  --text-color-white-bg: #000000ad;

  --h-anchor-color:#3f2b96;
  --h-anchor-hovor-color:#3f2b96;

  --f-anchor-color:#3f2b96;
  --f-anchor-hovor-color:#3f2b96;

  --widget-anchor-color:#3f2b96;
  --widget-anchor-hovor-color:#3f2b96;
  --widget-btn-hovor-color: #000;


  --h-bg-color: #fff;
  --h-font-family: 'Calibri';
  --h-btn-color: #000;
  --h-btn-font-color : #fff;
  --h-cart-btn-color : #17a2b8;
  --h-cart-btn-font-color : #17a2b8;
  --h-profile-btn-color: #C6891F;
  --h-profile-btn-font-color: #fff;
  --h-user-color: #fff;
  --h-login-btn-color:#17a2b8;
  --h-login-btn-font-color:#fff;
  --h-site-title-color:#000;
  --h-site-title-font: 'Calibri';
  --footer-bg-color: #fff;
  --footer-text-color: #000;
  --footer-font: 'Calibri';
  --body-font: 'Calibri';
  --banner-btn-color: #000;
  --banner-btn-font-color: #fff;
  --baner-btn-font: 'Calibri';
  --banner-back-color: #fff;
  --widget-back-color: #fff;
  --widget-height: 475px;
  --widget-title-color: #000;
  --widget-title-font: 'Calibri';
  --widget-body-font-color: #000;
  --widget-body-font: 'Calibri';
  --poweredBy-color: #000;
  --poweredBy-font: 'Calibri';
  --header-btn-space: 0px;
  --header-logo-space: 0px;
  --header-title-space: 0px;
  --widget-btn-color: #000;
  --widget-btn-font-color: #fff;
  --widget-btn-font: 'Calibri';
  --tagline-color: #000;
  --tagline-font: 'Calibri';
  --h-btn-hovor-color: #ffff;

  --dash-text-color:#212529;
  --dash-text-font:'Calibri';
  --dash-anchor-color:#fff;
  --dash-anchor-hovor-color:#734ed8;
  --dash-box-color:#fff;

  --copyright-text-color:#fff;
  --copyright-anchor-color:#fff;
  --copyright-anchor-hovor-color:#734ed8;

  --content-page-back-color:#fff;
  --content-page-font-color:#000;
  --content-page-font:'Calibri';
}
.dark-theme {
  --primary: #2c2c2e;
  --secondary: #796e6f;
  --text-color-btn: #fff;
  --a-primary-color: #fff;
  --a-hover-color: #734ed8;
  --a-secondary-color: #fff;
  --a-secondary-hover-color: #734ed8;

  --primary-border: #2c2c2e;
  --secondary-border: #796e6f;

  --bg-color: var(--gray);
  --text-color: #413e3e;
  --text-color-white-bg: #000000ad;

  --h-anchor-color:#3f2b96;
  --h-anchor-hovor-color:#3f2b96;

  --f-anchor-color:#3f2b96;
  --f-anchor-hovor-color:#3f2b96;

  --widget-anchor-color:#3f2b96;
  --widget-anchor-hovor-color:#3f2b96;
  --widget-btn-hovor-color: #000;


  --h-bg-color: #fff;
  --h-font-family: 'Calibri';
  --h-btn-color: #000;
  --h-btn-font-color : #fff;
  --h-cart-btn-color : #17a2b8;
  --h-cart-btn-font-color : #17a2b8;
  --h-profile-btn-color: #C6891F;
  --h-profile-btn-font-color: #fff;
  --h-user-color: #fff;
  --h-login-btn-color:#17a2b8;
  --h-login-btn-font-color:#fff;
  --h-site-title-color:#000;
  --h-site-title-font: 'Calibri';
  --footer-bg-color: #fff;
  --footer-text-color: #000;
  --footer-font: 'Calibri';
  --body-font: 'Calibri';
  --banner-btn-color: #000;
  --banner-btn-font-color: #fff;
  --baner-btn-font: 'Calibri';
  --banner-back-color: #fff;
  --widget-back-color: #fff;
  --widget-height: 475px;
  --widget-title-color: #000;
  --widget-title-font: 'Calibri';
  --widget-body-font-color: #000;
  --widget-body-font: 'Calibri';
  --poweredBy-color: #000;
  --poweredBy-font: 'Calibri';
  --header-btn-space: 0px;
  --header-logo-space: 0px;
  --header-title-space: 0px;
  --widget-btn-color: #000;
  --widget-btn-font-color: #fff;
  --widget-btn-font: 'Calibri';
  --tagline-color: #000;
  --tagline-font: 'Calibri';
  --h-btn-hovor-color: #ffff;

  --dash-text-color:#212529;
  --dash-text-font:'Calibri';
  --dash-anchor-color:#fff;
  --dash-anchor-hovor-color:#734ed8;
  --dash-box-color:#fff;

  --copyright-text-color:#fff;
  --copyright-anchor-color:#fff;
  --copyright-anchor-hovor-color:#734ed8;

  --content-page-back-color:#fff;
  --content-page-font-color:#000;
  --content-page-font:'Calibri';
}
.wind-theme {
  --primary: #F2CB54;
  --secondary: #796e6f;
  --text-color-btn: #000000;
  --a-primary-color: #fff;
  --a-hover-color: #734ed8;
  --a-secondary-color: #fff;
  --a-secondary-hover-color: #734ed8;

  --primary-border: #F2CB54;
  --secondary-border: #796e6f;

  --bg-color: var(--gray);
  --text-color: #413e3e;
  --text-color-white-bg: #000000ad;
  --h-anchor-color:#3f2b96;
  --h-anchor-hovor-color:#3f2b96;

  --f-anchor-color:#3f2b96;
  --f-anchor-hovor-color:#3f2b96;

  --widget-anchor-color:#3f2b96;
  --widget-anchor-hovor-color:#3f2b96;
  --widget-btn-hovor-color: #000;


  --h-bg-color: #000;
  --h-font-family: 'Calibri';
  --h-btn-color: #000;
  --h-btn-font-color : #fff;
  --h-cart-btn-color : #17a2b8;
  --h-cart-btn-font-color : #17a2b8;
  --h-profile-btn-color: #C6891F;
  --h-profile-btn-font-color: #fff;
  --h-user-color: #fff;
  --h-login-btn-color:#17a2b8;
  --h-login-btn-font-color:#fff;
  --h-site-title-color:#000;
  --h-site-title-font: 'Calibri';
  --footer-bg-color: #fff;
  --footer-text-color: #000;
  --footer-font: 'Calibri';
  --body-font: 'Calibri';
  --banner-btn-color: #000;
  --banner-btn-font-color: #fff;
  --baner-btn-font: 'Calibri';
  --banner-back-color: #fff;
  --widget-back-color: #fff;
  --widget-height: 475px;
  --widget-title-color: #000;
  --widget-title-font: 'Calibri';
  --widget-body-font-color: #000;
  --widget-body-font: 'Calibri';
  --poweredBy-color: #000;
  --poweredBy-font: 'Calibri';
  --header-btn-space: 0px;
  --header-logo-space: 0px;
  --header-title-space: 0px;
  --widget-btn-color: #000;
  --widget-btn-font-color: #fff;
  --widget-btn-font: 'Calibri';
  --tagline-color: #000;
  --tagline-font: 'Calibri';
  --h-btn-hovor-color: #ffff;

  --dash-text-color:#212529;
  --dash-text-font:'Calibri';
  --dash-anchor-color:#fff;
  --dash-anchor-hovor-color:#734ed8;
  --dash-box-color:#fff;

  --copyright-text-color:#fff;
  --copyright-anchor-color:#fff;
  --copyright-anchor-hovor-color:#734ed8;

  --content-page-back-color:#fff;
  --content-page-font-color:#000;
  --content-page-font:'Calibri';

}
.brown-theme {
  --primary: brown;
  --text-color-btn: #fff;
  --secondary: rgba(165, 42, 42, 0.384);
  --a-primary-color: #fff;
  --a-hover-color: #734ed8;
  --a-secondary-color: #fff;
  --a-secondary-hover-color: #734ed8;

  --primary-border: brown;
  --secondary-border: rgba(165, 42, 42, 0.384);

  --bg-color: var(--gray);
  --text-color: #fff;
  --text-color-white-bg: #000000ad;
  --h-anchor-color:#3f2b96;
  --h-anchor-hovor-color:#3f2b96;

  --f-anchor-color:#3f2b96;
  --f-anchor-hovor-color:#3f2b96;

  --widget-anchor-color:#3f2b96;
  --widget-anchor-hovor-color:#3f2b96;
  --widget-btn-hovor-color: #000;


  --h-bg-color: #fff;
  --h-font-family: 'Calibri';
  --h-btn-color: #000;
  --h-btn-font-color : #fff;
  --h-cart-btn-color : #17a2b8;
  --h-cart-btn-font-color : #17a2b8;
  --h-profile-btn-color: #C6891F;
  --h-profile-btn-font-color: #fff;
  --h-user-color: #fff;
  --h-login-btn-color:#17a2b8;
  --h-login-btn-font-color:#fff;
  --h-site-title-color:#000;
  --h-site-title-font: 'Calibri';
  --footer-bg-color: #fff;
  --footer-text-color: #000;
  --footer-font: 'Calibri';
  --body-font: 'Calibri';
  --banner-btn-color: #000;
  --banner-btn-font-color: #fff;
  --baner-btn-font: 'Calibri';
  --banner-back-color: #fff;
  --widget-back-color: #fff;
  --widget-height: 475px;
  --widget-title-color: #000;
  --widget-title-font: 'Calibri';
  --widget-body-font-color: #000;
  --widget-body-font: 'Calibri';
  --poweredBy-color: #000;
  --poweredBy-font: 'Calibri';
  --header-btn-space: 0px;
  --header-logo-space: 0px;
  --header-title-space: 0px;
  --widget-btn-color: #000;
  --widget-btn-font-color: #fff;
  --widget-btn-font: 'Calibri';
  --tagline-color: #000;
  --tagline-font: 'Calibri';
  --h-btn-hovor-color: #ffff;

  --dash-text-color:#212529;
  --dash-text-font:'Calibri';
  --dash-anchor-color:#fff;
  --dash-anchor-hovor-color:#734ed8;
  --dash-box-color:#fff;

  --copyright-text-color:#fff;
  --copyright-anchor-color:#fff;
  --copyright-anchor-hovor-color:#734ed8;

  --content-page-back-color:#fff;
  --content-page-font-color:#000;
  --content-page-font:'Calibri';

}
.green-theme {
  --primary: green;
  --text-color-btn: #fff;
  --secondary: rgba(0, 128, 0, 0.342);

  --primary-border: green;
  --secondary-border: rgba(0, 128, 0, 0.342);

  --a-primary-color: #fff;
  --a-hover-color: #734ed8;
  --bg-color: var(--gray);
  --text-color: #fff;
  --text-color-white-bg: #000000ad;
  --h-anchor-color:#3f2b96;
  --h-anchor-hovor-color:#3f2b96;
  --a-secondary-color: #fff;
  --a-secondary-hover-color: #734ed8;

  --f-anchor-color:#3f2b96;
  --f-anchor-hovor-color:#3f2b96;

  --widget-anchor-color:#3f2b96;
  --widget-anchor-hovor-color:#3f2b96;
  --widget-btn-hovor-color: #000;


  --h-bg-color: #fff;
  --h-font-family: 'Calibri';
  --h-btn-color: #000;
  --h-btn-font-color : #fff;
  --h-cart-btn-color : #17a2b8;
  --h-cart-btn-font-color : #17a2b8;
  --h-profile-btn-color: #C6891F;
  --h-profile-btn-font-color: #fff;
  --h-user-color: #fff;
  --h-login-btn-color:#17a2b8;
  --h-login-btn-font-color:#fff;
  --h-site-title-color:#000;
  --h-site-title-font: 'Calibri';
  --footer-bg-color: #fff;
  --footer-text-color: #000;
  --footer-font: 'Calibri';
  --body-font: 'Calibri';
  --banner-btn-color: #000;
  --banner-btn-font-color: #fff;
  --baner-btn-font: 'Calibri';
  --banner-back-color: #fff;
  --widget-back-color: #fff;
  --widget-height: 475px;
  --widget-title-color: #000;
  --widget-title-font: 'Calibri';
  --widget-body-font-color: #000;
  --widget-body-font: 'Calibri';
  --poweredBy-color: #000;
  --poweredBy-font: 'Calibri';
  --header-btn-space: 0px;
  --header-logo-space: 0px;
  --header-title-space: 0px;
  --widget-btn-color: #000;
  --widget-btn-font-color: #fff;
  --widget-btn-font: 'Calibri';
  --tagline-color: #000;
  --tagline-font: 'Calibri';
  --h-btn-hovor-color: #ffff;

  --dash-text-color:#212529;
  --dash-text-font:'Calibri';
  --dash-anchor-color:#fff;
  --dash-anchor-hovor-color:#734ed8;
  --dash-box-color:#fff;

  --copyright-text-color:#fff;
  --copyright-anchor-color:#fff;
  --copyright-anchor-hovor-color:#734ed8;

  --content-page-back-color:#fff;
  --content-page-font-color:#000;
  --content-page-font:'Calibri';

}
.yellow-theme {
  --primary: yellow;
  --text-color-btn: #fff;
  --secondary: rgba(255, 255, 0, 0.534);
  --a-primary-color: #fff;
  --a-hover-color: #734ed8;
  --bg-color: var(--gray);
  --text-color: #fff;
  --blackColor: #000;
  --text-color-white-bg: #000000ad;
  --a-secondary-color: #fff;
  --a-secondary-hover-color: #734ed8;

  --primary-border: yellow;
  --secondary-border: rgba(255, 255, 0, 0.534);;

  --h-anchor-color:#3f2b96;
  --h-anchor-hovor-color:#3f2b96;

  --f-anchor-color:#3f2b96;
  --f-anchor-hovor-color:#3f2b96;

  --widget-anchor-color:#3f2b96;
  --widget-anchor-hovor-color:#3f2b96;
  --widget-btn-hovor-color: #000;


  --h-bg-color: #fff;
  --h-font-family: 'Calibri';
  --h-btn-color: #000;
  --h-btn-font-color : #fff;
  --h-cart-btn-color : #17a2b8;
  --h-cart-btn-font-color : #17a2b8;
  --h-profile-btn-color: #C6891F;
  --h-profile-btn-font-color: #fff;
  --h-user-color: #fff;
  --h-login-btn-color:#17a2b8;
  --h-login-btn-font-color:#fff;
  --h-site-title-color:#000;
  --h-site-title-font: 'Calibri';
  --footer-bg-color: #fff;
  --footer-text-color: #000;
  --footer-font: 'Calibri';
  --body-font: 'Calibri';
  --banner-btn-color: #000;
  --banner-btn-font-color: #fff;
  --baner-btn-font: 'Calibri';
  --banner-back-color: #fff;
  --widget-back-color: #fff;
  --widget-height: 475px;
  --widget-title-color: #000;
  --widget-title-font: 'Calibri';
  --widget-body-font-color: #000;
  --widget-body-font: 'Calibri';
  --poweredBy-color: #000;
  --poweredBy-font: 'Calibri';
  --header-btn-space: 0px;
  --header-logo-space: 0px;
  --header-title-space: 0px;
  --widget-btn-color: #000;
  --widget-btn-font-color: #fff;
  --widget-btn-font: 'Calibri';
  --tagline-color: #000;
  --tagline-font: 'Calibri';
  --h-btn-hovor-color: #ffff;

  --dash-text-color:#212529;
  --dash-text-font:'Calibri';
  --dash-anchor-color:#fff;
  --dash-anchor-hovor-color:#734ed8;
  --dash-box-color:#fff;

  --copyright-text-color:#fff;
  --copyright-anchor-color:#fff;
  --copyright-anchor-hovor-color:#734ed8;

  --content-page-back-color:#fff;
  --content-page-font-color:#000;
  --content-page-font:'Calibri';

}

.sra-theme {
  --primary: #c6891f;
  --text-color-btn: #fff;
  --secondary: #d69930;
  --a-primary-color: #c6891f;
  --a-hover-color: #d69930;
  --bg-color: var(--gray);
  --h-bg-color: #fff;
  --text-color: #fff;
  --blackColor: #000;
  --border-color: #c6891f;
  --text-color-white-bg: #000000;
  --a-secondary-color: #c6891f;
  --a-secondary-hover-color: #d69930;
  --primary-border: #c6891f;
  --secondary-border: #d69930;

  --h-anchor-color:#3f2b96;
  --h-anchor-hovor-color:#3f2b96;

  --f-anchor-color:#3f2b96;
  --f-anchor-hovor-color:#3f2b96;

  --widget-anchor-color:#3f2b96;
  --widget-anchor-hovor-color:#3f2b96;
  --widget-btn-hovor-color: #000;


  --h-bg-color: #fff;
  --h-font-family: 'Calibri';
  --h-btn-color: #000;
  --h-btn-font-color : #fff;
  --h-cart-btn-color : #17a2b8;
  --h-cart-btn-font-color : #17a2b8;
  --h-profile-btn-color: #C6891F;
  --h-profile-btn-font-color: #fff;
  --h-user-color: #fff;
  --h-login-btn-color:#17a2b8;
  --h-login-btn-font-color:#fff;
  --h-site-title-color:#000;
  --h-site-title-font: 'Calibri';
  --footer-bg-color: #fff;
  --footer-text-color: #000;
  --footer-font: 'Calibri';
  --body-font: 'Calibri';
  --banner-btn-color: #000;
  --banner-btn-font-color: #fff;
  --baner-btn-font: 'Calibri';
  --banner-back-color: #fff;
  --widget-back-color: #fff;
  --widget-height: 475px;
  --widget-title-color: #000;
  --widget-title-font: 'Calibri';
  --widget-body-font-color: #000;
  --widget-body-font: 'Calibri';
  --poweredBy-color: #000;
  --poweredBy-font: 'Calibri';
  --header-btn-space: 0px;
  --header-logo-space: 0px;
  --header-title-space: 0px;
  --widget-btn-color: #000;
  --widget-btn-font-color: #fff;
  --widget-btn-font: 'Calibri';
  --tagline-color: #000;
  --tagline-font: 'Calibri';
  --h-btn-hovor-color: #ffff;

  --dash-text-color:#212529;
  --dash-text-font:'Calibri';
  --dash-anchor-color:#fff;
  --dash-anchor-hovor-color:#734ed8;
  --dash-box-color:#fff;

  --copyright-text-color:#fff;
  --copyright-anchor-color:#fff;
  --copyright-anchor-hovor-color:#734ed8;

  --content-page-back-color:#fff;
  --content-page-font-color:#000;
  --content-page-font:'Calibri';
}

.cwr-theme {
  --primary: #fff;
  --text-color-btn: #ee3425;
  --a-primary-color: #000000;
  --a-hover-color: #f5e07f;
  --secondary: #ee3425;
  --bg-color: #262626;
  --text-color: #ee3425;
  --text-color-white-bg: #000000;
  --a-secondary-color: #000000;
  --a-secondary-hover-color: #f5e07f;

  --primary-border: #fff;
  --secondary-border: #ee3425;

  --h-anchor-color:#3f2b96;
  --h-anchor-hovor-color:#3f2b96;

  --f-anchor-color:#3f2b96;
  --f-anchor-hovor-color:#3f2b96;

  --widget-anchor-color:#3f2b96;
  --widget-anchor-hovor-color:#3f2b96;
  --widget-btn-hovor-color: #000;


  --h-bg-color: #fff;
  --h-font-family: 'Calibri';
  --h-btn-color: #000;
  --h-btn-font-color : #fff;
  --h-cart-btn-color : #17a2b8;
  --h-cart-btn-font-color : #17a2b8;
  --h-profile-btn-color: #C6891F;
  --h-profile-btn-font-color: #fff;
  --h-user-color: #fff;
  --h-login-btn-color:#17a2b8;
  --h-login-btn-font-color:#fff;
  --h-site-title-color:#000;
  --h-site-title-font: 'Calibri';
  --footer-bg-color: #fff;
  --footer-text-color: #000;
  --footer-font: 'Calibri';
  --body-font: 'Calibri';
  --banner-btn-color: #000;
  --banner-btn-font-color: #fff;
  --baner-btn-font: 'Calibri';
  --banner-back-color: #fff;
  --widget-back-color: #fff;
  --widget-height: 475px;
  --widget-title-color: #000;
  --widget-title-font: 'Calibri';
  --widget-body-font-color: #000;
  --widget-body-font: 'Calibri';
  --poweredBy-color: #000;
  --poweredBy-font: 'Calibri';
  --header-btn-space: 0px;
  --header-logo-space: 0px;
  --header-title-space: 0px;
  --widget-btn-color: #000;
  --widget-btn-font-color: #fff;
  --widget-btn-font: 'Calibri';
  --tagline-color: #000;
  --tagline-font: 'Calibri';
  --h-btn-hovor-color: #ffff;

  --dash-text-color:#212529;
  --dash-text-font:'Calibri';
  --dash-anchor-color:#fff;
  --dash-anchor-hovor-color:#734ed8;
  --dash-box-color:#fff;

  --copyright-text-color:#fff;
  --copyright-anchor-color:#fff;
  --copyright-anchor-hovor-color:#734ed8;

  --content-page-back-color:#fff;
  --content-page-font-color:#000;
  --content-page-font:'Calibri';
}

.bigbob-theme {
  --primary: #fff;
  --text-color-btn: #272424;
  --a-primary-color: #fff;
  --a-hover-color: #419e46;
  --secondary: #419e46;
  --bg-color: #fff;
  --text-color: #060909;
  --text-color-white-bg: #419e46;
  --a-secondary-color: #fff;
  --a-secondary-hover-color: #419e46;

  --primary-border: #fff;
  --secondary-border: #419e46;

  --h-anchor-color:#3f2b96;
  --h-anchor-hovor-color:#3f2b96;

  --f-anchor-color:#3f2b96;
  --f-anchor-hovor-color:#3f2b96;

  --widget-anchor-color:#3f2b96;
  --widget-anchor-hovor-color:#3f2b96;
  --widget-btn-hovor-color: #000;


  --h-bg-color: #fff;
  --h-font-family: 'Calibri';
  --h-btn-color: #000;
  --h-btn-font-color : #fff;
  --h-cart-btn-color : #17a2b8;
  --h-cart-btn-font-color : #17a2b8;
  --h-profile-btn-color: #C6891F;
  --h-profile-btn-font-color: #fff;
  --h-user-color: #fff;
  --h-login-btn-color:#17a2b8;
  --h-login-btn-font-color:#fff;
  --h-site-title-color:#000;
  --h-site-title-font: 'Calibri';
  --footer-bg-color: #fff;
  --footer-text-color: #000;
  --footer-font: 'Calibri';
  --body-font: 'Calibri';
  --banner-btn-color: #000;
  --banner-btn-font-color: #fff;
  --baner-btn-font: 'Calibri';
  --banner-back-color: #fff;
  --widget-back-color: #fff;
  --widget-height: 475px;
  --widget-title-color: #000;
  --widget-title-font: 'Calibri';
  --widget-body-font-color: #000;
  --widget-body-font: 'Calibri';
  --poweredBy-color: #000;
  --poweredBy-font: 'Calibri';
  --header-btn-space: 0px;
  --header-logo-space: 0px;
  --header-title-space: 0px;
  --widget-btn-color: #000;
  --widget-btn-font-color: #fff;
  --widget-btn-font: 'Calibri';
  --tagline-color: #000;
  --tagline-font: 'Calibri';
  --h-btn-hovor-color: #ffff;

  --dash-text-color:#212529;
  --dash-text-font:'Calibri';
  --dash-anchor-color:#fff;
  --dash-anchor-hovor-color:#734ed8;
  --dash-box-color:#fff;
  
  --copyright-text-color:#fff;
  --copyright-anchor-color:#fff;
  --copyright-anchor-hovor-color:#734ed8;

  --content-page-back-color:#fff;
  --content-page-font-color:#000;
  --content-page-font:'Calibri';
}

.stone-theme {
  --primary: #659293;
  --text-color-btn: #fff;
  --a-primary-color: #659293;
  --a-hover-color: #263a3a;
  --secondary: #519193;
  --bg-color: #fff;
  --text-color: #519193;
  --text-color-white-bg: #060909;
  --a-secondary-color: #659293;
  --a-secondary-hover-color: #263a3a;

  --primary-border: #659293;
  --secondary-border: #519193;

  --h-anchor-color:#3f2b96;
  --h-anchor-hovor-color:#3f2b96;

  --f-anchor-color:#3f2b96;
  --f-anchor-hovor-color:#3f2b96;

  --widget-anchor-color:#3f2b96;
  --widget-anchor-hovor-color:#3f2b96;
  --widget-btn-hovor-color: #000;


  --h-bg-color: #fff;
  --h-font-family: 'Calibri';
  --h-btn-color: #000;
  --h-btn-font-color : #fff;
  --h-cart-btn-color : #17a2b8;
  --h-cart-btn-font-color : #17a2b8;
  --h-profile-btn-color: #C6891F;
  --h-profile-btn-font-color: #fff;
  --h-user-color: #fff;
  --h-login-btn-color:#17a2b8;
  --h-login-btn-font-color:#fff;
  --h-site-title-color:#000;
  --h-site-title-font: 'Calibri';
  --footer-bg-color: #fff;
  --footer-text-color: #000;
  --footer-font: 'Calibri';
  --body-font: 'Calibri';
  --banner-btn-color: #000;
  --banner-btn-font-color: #fff;
  --baner-btn-font: 'Calibri';
  --banner-back-color: #fff;
  --widget-back-color: #fff;
  --widget-height: 475px;
  --widget-title-color: #000;
  --widget-title-font: 'Calibri';
  --widget-body-font-color: #000;
  --widget-body-font: 'Calibri';
  --poweredBy-color: #000;
  --poweredBy-font: 'Calibri';
  --header-btn-space: 0px;
  --header-logo-space: 0px;
  --header-title-space: 0px;
  --widget-btn-color: #000;
  --widget-btn-font-color: #fff;
  --widget-btn-font: 'Calibri';
  --tagline-color: #000;
  --tagline-font: 'Calibri';
  --h-btn-hovor-color: #ffff;

  --dash-text-color:#212529;
  --dash-text-font:'Calibri';
  --dash-anchor-color:#fff;
  --dash-anchor-hovor-color:#734ed8;
  --dash-box-color:#fff;

  --copyright-text-color:#fff;
  --copyright-anchor-color:#fff;
  --copyright-anchor-hovor-color:#734ed8;

  --content-page-back-color:#fff;
  --content-page-font-color:#000;
  --content-page-font:'Calibri';
}
.sandcreek-theme {
  --primary: #507171;
  --secondary: #A8B8AE;
  --bg-color: #fff;
  --text-color-btn: #fff;
  --a-primary-color: #DCDAD0;
  --a-hover-color: #263a3a;
  --text-color: #519193;
  --text-color-white-bg: #060909;
  --a-secondary-color: #DCDAD0;
  --a-secondary-hover-color: #263a3a;

  --primary-border: #507171;
  --secondary-border: #A8B8AE;

  --h-anchor-color:#3f2b96;
  --h-anchor-hovor-color:#3f2b96;

  --f-anchor-color:#3f2b96;
  --f-anchor-hovor-color:#3f2b96;

  --widget-anchor-color:#3f2b96;
  --widget-anchor-hovor-color:#3f2b96;
  --widget-btn-hovor-color: #000;


  --h-bg-color: #fff;
  --h-font-family: 'Calibri';
  --h-btn-color: #000;
  --h-btn-font-color : #fff;
  --h-cart-btn-color : #17a2b8;
  --h-cart-btn-font-color : #17a2b8;
  --h-profile-btn-color: #C6891F;
  --h-profile-btn-font-color: #fff;
  --h-user-color: #fff;
  --h-login-btn-color:#17a2b8;
  --h-login-btn-font-color:#fff;
  --h-site-title-color:#000;
  --h-site-title-font: 'Calibri';
  --footer-bg-color: #fff;
  --footer-text-color: #000;
  --footer-font: 'Calibri';
  --body-font: 'Calibri';
  --banner-btn-color: #000;
  --banner-btn-font-color: #fff;
  --baner-btn-font: 'Calibri';
  --banner-back-color: #fff;
  --widget-back-color: #fff;
  --widget-height: 475px;
  --widget-title-color: #000;
  --widget-title-font: 'Calibri';
  --widget-body-font-color: #000;
  --widget-body-font: 'Calibri';
  --poweredBy-color: #000;
  --poweredBy-font: 'Calibri';
  --header-btn-space: 0px;
  --header-logo-space: 0px;
  --header-title-space: 0px;
  --widget-btn-color: #000;
  --widget-btn-font-color: #fff;
  --widget-btn-font: 'Calibri';
  --tagline-color: #000;
  --tagline-font: 'Calibri';
  --h-btn-hovor-color: #ffff;

  --dash-text-color:#212529;
  --dash-text-font:'Calibri';
  --dash-anchor-color:#fff;
  --dash-anchor-hovor-color:#734ed8;
  --dash-box-color:#fff;

  --copyright-text-color:#fff;
  --copyright-anchor-color:#fff;
  --copyright-anchor-hovor-color:#734ed8;

  --content-page-back-color:#fff;
  --content-page-font-color:#000;
  --content-page-font:'Calibri';
}

.darlands-theme {
  --primary: #C1B7B0;
  --text-color-btn: #fff;
  --a-primary-color: #fff;
  --a-hover-color: #52483F;
  --secondary: #999999;
  --bg-color: #fff;
  --text-color: #519193;
  --text-color-white-bg: #060909;
  --container-button-color: #26231F;
  --a-secondary-color: #fff;
  --a-secondary-hover-color: #52483F;

  --primary-border: #C1B7B0;
  --secondary-border: #999999;

  --h-anchor-color:#3f2b96;
  --h-anchor-hovor-color:#3f2b96;

  --f-anchor-color:#3f2b96;
  --f-anchor-hovor-color:#3f2b96;

  --widget-anchor-color:#3f2b96;
  --widget-anchor-hovor-color:#3f2b96;
  --widget-btn-hovor-color: #000;


  --h-bg-color: #fff;
  --h-font-family: 'Calibri';
  --h-btn-color: #000;
  --h-btn-font-color : #fff;
  --h-cart-btn-color : #17a2b8;
  --h-cart-btn-font-color : #17a2b8;
  --h-profile-btn-color: #C6891F;
  --h-profile-btn-font-color: #fff;
  --h-user-color: #fff;
  --h-login-btn-color:#17a2b8;
  --h-login-btn-font-color:#fff;
  --h-site-title-color:#000;
  --h-site-title-font: 'Calibri';
  --footer-bg-color: #fff;
  --footer-text-color: #000;
  --footer-font: 'Calibri';
  --body-font: 'Calibri';
  --banner-btn-color: #000;
  --banner-btn-font-color: #fff;
  --baner-btn-font: 'Calibri';
  --banner-back-color: #fff;
  --widget-back-color: #fff;
  --widget-height: 475px;
  --widget-title-color: #000;
  --widget-title-font: 'Calibri';
  --widget-body-font-color: #000;
  --widget-body-font: 'Calibri';
  --poweredBy-color: #000;
  --poweredBy-font: 'Calibri';
  --header-btn-space: 0px;
  --header-logo-space: 0px;
  --header-title-space: 0px;
  --widget-btn-color: #000;
  --widget-btn-font-color: #fff;
  --widget-btn-font: 'Calibri';
  --tagline-color: #000;
  --tagline-font: 'Calibri';
  --h-btn-hovor-color: #ffff;

  --dash-text-color:#212529;
  --dash-text-font:'Calibri';
  --dash-anchor-color:#fff;
  --dash-anchor-hovor-color:#734ed8;
  --dash-box-color:#fff;

  --copyright-text-color:#fff;
  --copyright-anchor-color:#fff;
  --copyright-anchor-hovor-color:#734ed8;

  --content-page-back-color:#fff;
  --content-page-font-color:#000;
  --content-page-font:'Calibri';
}

.rockingd-theme {
  --primary: #659293;
  --text-color-btn: #fff;
  --a-primary-color: #659293;
  --a-hover-color: #263a3a;
  --secondary: #519193;
  --bg-color: #fff;
  --text-color: #519193;
  --text-color-white-bg: #060909;
  --a-secondary-color: #659293;
  --a-secondary-hover-color: #263a3a;

  --primary-border: #659293;
  --secondary-border: #519193;

  --h-anchor-color:#3f2b96;
  --h-anchor-hovor-color:#3f2b96;

  --f-anchor-color:#3f2b96;
  --f-anchor-hovor-color:#3f2b96;

  --widget-anchor-color:#3f2b96;
  --widget-anchor-hovor-color:#3f2b96;
  --widget-btn-hovor-color: #000;


  --h-bg-color: #fff;
  --h-font-family: 'Calibri';
  --h-btn-color: #000;
  --h-btn-font-color : #fff;
  --h-cart-btn-color : #17a2b8;
  --h-cart-btn-font-color : #17a2b8;
  --h-profile-btn-color: #C6891F;
  --h-profile-btn-font-color: #fff;
  --h-user-color: #fff;
  --h-login-btn-color:#17a2b8;
  --h-login-btn-font-color:#fff;
  --h-site-title-color:#000;
  --h-site-title-font: 'Calibri';
  --footer-bg-color: #fff;
  --footer-text-color: #000;
  --footer-font: 'Calibri';
  --body-font: 'Calibri';
  --banner-btn-color: #000;
  --banner-btn-font-color: #fff;
  --baner-btn-font: 'Calibri';
  --banner-back-color: #fff;
  --widget-back-color: #fff;
  --widget-height: 475px;
  --widget-title-color: #000;
  --widget-title-font: 'Calibri';
  --widget-body-font-color: #000;
  --widget-body-font: 'Calibri';
  --poweredBy-color: #000;
  --poweredBy-font: 'Calibri';
  --header-btn-space: 0px;
  --header-logo-space: 0px;
  --header-title-space: 0px;
  --widget-btn-color: #000;
  --widget-btn-font-color: #fff;
  --widget-btn-font: 'Calibri';
  --tagline-color: #000;
  --tagline-font: 'Calibri';
  --h-btn-hovor-color: #ffff;

  --dash-text-color:#212529;
  --dash-text-font:'Calibri';
  --dash-anchor-color:#fff;
  --dash-anchor-hovor-color:#734ed8;
  --dash-box-color:#fff;

  --copyright-text-color:#fff;
  --copyright-anchor-color:#fff;
  --copyright-anchor-hovor-color:#734ed8;

  --content-page-back-color:#fff;
  --content-page-font-color:#000;
  --content-page-font:'Calibri';
}

.detailContent{
  color: var(--content-page-font-color) !important;
  font-family: var(--content-page-font) !important;
  background-color:  var(--content-page-back-color) !important;
}
.link-secondary:not(.btn):not(.filteractive){
  color: var(--a-secondary-color) !important;
}
.link-secondary:not(.btn):not(.filteractive):hover{
  color: var(--a-secondary-hover-color) !important;
}
.filteractive {
  color: red !important;
  font-weight: bold;
}
.dashSection{
  color:var(--dash-text-color) !important;
  font-family: var(--dash-text-font) !important;
}

.dashSection a{
  color:var(--dash-anchor-color) !important; 
}

.dashSection .box{
  background-color:var(--dash-box-color) !important; 
}

.copyright{
  color: var(--copyright-text-color) !important;
}

.copyright a{
  color: var(--copyright-anchor-color) !important;
}

.link-primary:not(.btn){
  color: var(--a-primary-color) !important;
}
.link-primary:not(.btn):hover{
  color: var(--a-hover-color) !important;
}

.text-onwhite-bg {
  color: var(--text-color-white-bg);
}
.text-color {
  color: var(--text-color);
}

.btn-primary:hover {
  background: var(--primary);
}
.btn-secondary:hover {
  background: var(--secondary);
}


.btn-xxs {
  padding: 2px;
  border-radius: 2px;
  font-size: x-small;
}

.btn-outline-green {
  color: green;
  border-color: green;
  background-color: transparent;
}
.btn-green {
  background-color: green;
  border-color: green;
  color : white;
}

.btn-outline-green:hover {
  background-color: green;
  border-color: green;
  color : white;
}

.btn-primary {
  background: var(--primary);
  border: solid var(--primary-border) 1px;
  color: var(--text-color-btn);
  font-weight: bold;
}
.btn-secondary {
  background: var(--secondary);
  border: solid var(--secondary-border) 1px;
  color: var(--text-color-btn);
}
.text-secondary {
  color: var(--secondary) !important;
}
.bg-secondary {
  background: var(--secondary) !important;
}
.text-primary {
  color: var(--primary) !important;
}
.bg-primary {
  background-color: var(--primary) !important;
}
.btn-primary:hover {
  background: var(--primary);
  border: solid var(--primary-border) 1px;
  color: var(--text-color-btn) !important;
}

.btn-secondary:hover {
  background: var(--secondary);
  border: solid var(--secondary-border) 1px;
}
a {
  color: var(--a-primary-color);
  text-decoration: none;
}
a:not(.btn):hover {
  color: var(--a-hover-color) !important;
}
.dashSection a:hover{
  color:var(--dash-anchor-hovor-color) !important; 
}

.copyright a:hover{
  color: var(--copyright-anchor-hovor-color) !important;
}

.imagePopup {
  cursor: pointer;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: var(--blackColor);
  position: relative;
  padding-bottom: 12px;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-outline-default {
  color: var(--bs-gray-600) !important;
  border-color: var(--bs-gray-600) !important;
}
.btn-outline-default:hover {
  color: var(--white) !important;
  background-color: var(--bs-gray-600) !important;
  border-color: var(--bs-gray-600) !important;
}
.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-info:hover {
  color: #fff !important;
}

.card-header:focus {
  outline: none;
  box-shadow: none !important;
}
.card-header {
  background-color: transparent !important;
  color: #000 !important;
  cursor: pointer;
}

.btnPrimary {
  background: #c6891f !important;
  color: white !important;
}
.card-header:not(.collapsed) {
  font-weight: bold;
}
.collapsing {
  transition: none;
}
.psudoDiv:before,
.psudoDiv:after {
  content: '';
  display: block;
  width: 100%;
  margin: 8px;
  height: 2px;
  background: #c6891f;
  margin-top: -12px;
  margin-bottom: -13px;
}
.accordion .btnPlusMinus:after {
  font-family: 'FontAwesome';
  content: '\f068';
  float: right;
}
.accordion .collapsed .btnPlusMinus:after {
  /* symbol for "collapsed" panels */
  content: '\f067';
}
.month {
  font-weight: 600;
}
.boxes {
  padding: 20px;
}

.item-image img {
  margin: 2px;
  width: 100%;
  height: auto;
}

.item-content {
  margin-top: 10px;
}

.item-title h4 {
  margin: 0;
}

.item-time {
  color: #888;
  font-size: 14px;
}

.item-footer {
  margin-top: 20px;
}

.item-email,
.item-phone {
  display: inline-block;
  margin-right: 10px;
}

.item-email a,
.item-phone p {
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .box-item {
    width: 100%;
  }
}
.remove-link-style {
  text-decoration: none;
  color: inherit;
}
.remove-link-style:hover {
  text-decoration: none;
  color: inherit;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
  outline: none;
}
.link-font {
  font-size: 16px;
  margin-bottom: 1rem;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--text-color);
  background-color: var(--primary);
}
.nav-tabs .nav-link {
  font-size: 1.2rem;
}


/* Stone theme Style */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
  font-family: "Lato-Light";
  src: url("fonts/2hXzmNaFRuKTSBR9nRGO-A.woff2") format("woff2"),
  url("fonts/kU6VHbqMAZhaN_nXCmLQsQ.woff") format("woff");
font-display: block;
}
@font-face {
  font-family: "Lato-Light";
  font-weight: 700;
  src: url("fonts/7nLfsQCzhQW_PwpkrwroYw.woff2") format("woff2"),
  url("fonts/I1Pn3gihk5vyP0Yw5GqKsQ.woff") format("woff");
font-display: block;
}
@font-face {
  font-family: "Lato-Light";
  font-style: italic;
  src: url("fonts/XNVd6tsqi9wmKNvnh5HNEFtXRa8TVwTICgirnJhmVJw.woff2") format("woff2"),
  url("fonts/XNVd6tsqi9wmKNvnh5HNED8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
font-display: block;
}
@font-face {
  font-family: "Lato-Light";
  font-weight: 700;
  font-style: italic;
  src: url("fonts/AcvTq8Q0lyKKNxRlL28Rn1tXRa8TVwTICgirnJhmVJw.woff2") format("woff2"),
  url("fonts/AcvTq8Q0lyKKNxRlL28Rnz8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
font-display: block;
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 400;
src: local('Lato Italic'), local('Lato-Italic'), url("fonts/S6u8w4BMUTPHjxsAUi-qNiXg7eU0.woff2") format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
font-display: block;
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 400;
src: local('Lato Italic'), local('Lato-Italic'), url("fonts/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2") format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
font-display: block;
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 700;
src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url("fonts/S6u_w4BMUTPHjxsI5wq_FQftx9897sxZ.woff2") format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
font-display: block;
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 700;
src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url("fonts/S6u_w4BMUTPHjxsI5wq_Gwftx9897g.woff2") format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
font-display: block;
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'), url("fonts/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2") format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
font-display: block;
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'), url("fonts/S6uyw4BMUTPHjx4wXiWtFCc.woff2") format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
font-display: block;
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
src: local('Lato Bold'), local('Lato-Bold'), url("fonts/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2") format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
font-display: block;
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
src: local('Lato Bold'), local('Lato-Bold'), url("fonts/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2") format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
font-display: block;
}
  @font-face {
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    src: local('Forum'), url("fonts/6aey4Ky-Vb8Ew8IcOpI43XnSBTM.woff2") format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
    }
    @font-face {
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    src: local('Forum'), url("fonts/6aey4Ky-Vb8Ew8IVOpI43XnSBTM.woff2") format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
    }
    @font-face {
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    src: local('Forum'), url("fonts/6aey4Ky-Vb8Ew8IfOpI43XnSBTM.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
    }
    @font-face {
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    src: local('Forum'), url("fonts/6aey4Ky-Vb8Ew8IROpI43XnS.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
    }
  @font-face {
    font-family: 'Caudex';
    font-style: italic;
    font-weight: 400;
    src: local('Caudex Italic'), local('Caudex-Italic'), url("fonts/esDS311QOP6BJUr4yMKPtbosEJimIMs.woff2") format('woff2');
    unicode-range: U+1F00-1FFF;
    font-display: block;
    }
    @font-face {
    font-family: 'Caudex';
    font-style: italic;
    font-weight: 400;
    src: local('Caudex Italic'), local('Caudex-Italic'), url("fonts/esDS311QOP6BJUr4yMKAtbosEJimIMs.woff2") format('woff2');
    unicode-range: U+0370-03FF;
    font-display: block;
    }
    @font-face {
    font-family: 'Caudex';
    font-style: italic;
    font-weight: 400;
    src: local('Caudex Italic'), local('Caudex-Italic'), url("fonts/esDS311QOP6BJUr4yMKNtbosEJimIMs.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
    }
    @font-face {
    font-family: 'Caudex';
    font-style: italic;
    font-weight: 400;
    src: local('Caudex Italic'), local('Caudex-Italic'), url("fonts/esDS311QOP6BJUr4yMKDtbosEJim.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
    }
    @font-face {
    font-family: 'Caudex';
    font-style: italic;
    font-weight: 700;
    src: local('Caudex Bold Italic'), local('Caudex-BoldItalic'), url("fonts/esDV311QOP6BJUr4yMo4kK8NMpWMGsLAjdA.woff2") format('woff2');
    unicode-range: U+1F00-1FFF;
    font-display: block;
    }
    @font-face {
    font-family: 'Caudex';
    font-style: italic;
    font-weight: 700;
    src: local('Caudex Bold Italic'), local('Caudex-BoldItalic'), url("fonts/esDV311QOP6BJUr4yMo4kK8CMpWMGsLAjdA.woff2") format('woff2');
    unicode-range: U+0370-03FF;
    font-display: block;
    }
    @font-face {
    font-family: 'Caudex';
    font-style: italic;
    font-weight: 700;
    src: local('Caudex Bold Italic'), local('Caudex-BoldItalic'), url("fonts/esDV311QOP6BJUr4yMo4kK8PMpWMGsLAjdA.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
    }
    @font-face {
    font-family: 'Caudex';
    font-style: italic;
    font-weight: 700;
    src: local('Caudex Bold Italic'), local('Caudex-BoldItalic'), url("fonts/esDV311QOP6BJUr4yMo4kK8BMpWMGsLA.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
    }
    @font-face {
    font-family: 'Caudex';
    font-style: normal;
    font-weight: 400;
    src: local('Caudex'), url("fonts/esDQ311QOP6BJUr4wfKBv70OEqin.woff2") format('woff2');
    unicode-range: U+1F00-1FFF;
    font-display: block;
    }
    @font-face {
    font-family: 'Caudex';
    font-style: normal;
    font-weight: 400;
    src: local('Caudex'), url("fonts/esDQ311QOP6BJUr4zvKBv70OEqin.woff2") format('woff2');
    unicode-range: U+0370-03FF;
    font-display: block;
    }
    @font-face {
    font-family: 'Caudex';
    font-style: normal;
    font-weight: 400;
    src: local('Caudex'), url("fonts/esDQ311QOP6BJUr4w_KBv70OEqin.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
    }
    @font-face {
    font-family: 'Caudex';
    font-style: normal;
    font-weight: 400;
    src: local('Caudex'), url("fonts/esDQ311QOP6BJUr4zfKBv70OEg.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
    }
    @font-face {
    font-family: 'Caudex';
    font-style: normal;
    font-weight: 700;
    src: local('Caudex Bold'), local('Caudex-Bold'), url("fonts/esDT311QOP6BJUrwdteUnp8DOJKuGPLB.woff2") format('woff2');
    unicode-range: U+1F00-1FFF;
    font-display: block;
    }
    @font-face {
    font-family: 'Caudex';
    font-style: normal;
    font-weight: 700;
    src: local('Caudex Bold'), local('Caudex-Bold'), url("fonts/esDT311QOP6BJUrwdteUkZ8DOJKuGPLB.woff2") format('woff2');
    unicode-range: U+0370-03FF;
    font-display: block;
    }
    @font-face {
    font-family: 'Caudex';
    font-style: normal;
    font-weight: 700;
    src: local('Caudex Bold'), local('Caudex-Bold'), url("fonts/esDT311QOP6BJUrwdteUnJ8DOJKuGPLB.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
    }
    @font-face {
    font-family: 'Caudex';
    font-style: normal;
    font-weight: 700;
    src: local('Caudex Bold'), local('Caudex-Bold'), url("fonts/esDT311QOP6BJUrwdteUkp8DOJKuGA.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
    }
    @font-face {
      font-family: 'Prompt';
      font-style: italic;
      font-weight: 400;
      src: url("fonts/-W_9XJnvUD7dzB2KZeoLTkYBeZ0lTiM.woff2") format('woff2');
      unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
    font-display: block;
    }
    @font-face {
      font-family: 'Prompt';
      font-style: italic;
      font-weight: 400;
      src: url("fonts/-W_9XJnvUD7dzB2KZeoQTkYBeZ0lTiM.woff2") format('woff2');
      unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    font-display: block;
    }
    @font-face {
      font-family: 'Prompt';
      font-style: italic;
      font-weight: 400;
      src: url("fonts/-W_9XJnvUD7dzB2KZeoRTkYBeZ0lTiM.woff2") format('woff2');
      unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
    }
    @font-face {
      font-family: 'Prompt';
      font-style: italic;
      font-weight: 400;
      src: url("fonts/-W_9XJnvUD7dzB2KZeofTkYBeZ0l.woff2") format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
    }
    @font-face {
      font-family: 'Prompt';
      font-style: italic;
      font-weight: 700;
      src: url("fonts/-W_6XJnvUD7dzB2KZeKka1M4W5APdCox2gU.woff2") format('woff2');
      unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
    font-display: block;
    }
    @font-face {
      font-family: 'Prompt';
      font-style: italic;
      font-weight: 700;
      src: url("fonts/-W_6XJnvUD7dzB2KZeKka1MjW5APdCox2gU.woff2") format('woff2');
      unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    font-display: block;
    }
    @font-face {
      font-family: 'Prompt';
      font-style: italic;
      font-weight: 700;
      src: url("fonts/-W_6XJnvUD7dzB2KZeKka1MiW5APdCox2gU.woff2") format('woff2');
      unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
    }
    @font-face {
      font-family: 'Prompt';
      font-style: italic;
      font-weight: 700;
      src: url("fonts/-W_6XJnvUD7dzB2KZeKka1MsW5APdCox.woff2") format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
    }
    @font-face {
      font-family: 'Prompt';
      font-style: normal;
      font-weight: 400;
      src: url("fonts/-W__XJnvUD7dzB2KdNodREEje60k.woff2") format('woff2');
      unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
    font-display: block;
    }
    @font-face {
      font-family: 'Prompt';
      font-style: normal;
      font-weight: 400;
      src: url("fonts/-W__XJnvUD7dzB2Kb9odREEje60k.woff2") format('woff2');
      unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    font-display: block;
    }
    @font-face {
      font-family: 'Prompt';
      font-style: normal;
      font-weight: 400;
      src: url("fonts/-W__XJnvUD7dzB2KbtodREEje60k.woff2") format('woff2');
      unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
    }
    @font-face {
      font-family: 'Prompt';
      font-style: normal;
      font-weight: 400;
      src: url("fonts/-W__XJnvUD7dzB2KYNodREEjew.woff2") format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
    }
    @font-face {
      font-family: 'Prompt';
      font-style: normal;
      font-weight: 700;
      src: url("fonts/-W_8XJnvUD7dzB2C2_8IfWMuUZctdhow.woff2") format('woff2');
      unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC;
    font-display: block;
    }
    @font-face {
      font-family: 'Prompt';
      font-style: normal;
      font-weight: 700;
      src: url("fonts/-W_8XJnvUD7dzB2C2_8IZmMuUZctdhow.woff2") format('woff2');
      unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
    font-display: block;
    }
    @font-face {
      font-family: 'Prompt';
      font-style: normal;
      font-weight: 700;
      src: url("fonts/-W_8XJnvUD7dzB2C2_8IZ2MuUZctdhow.woff2") format('woff2');
      unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
    }
    @font-face {
      font-family: 'Prompt';
      font-style: normal;
      font-weight: 700;
      src: url("fonts/-W_8XJnvUD7dzB2C2_8IaWMuUZctdg.woff2") format('woff2');
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
    }

    .close-button h2 {
      font-size: 26px;
      font-family: 'Caudex';
      color: #406c65; 
    }
    .footer-section .logo-text a {
      font-family: 'Caudex';
    }
  .sign-up-wrap .form-heading.row h2 {
    font-family: 'Forum';
    text-transform: uppercase;
  }
  .footer-section .logo-text p, .footer-section p, .footer-section ul li a,
  .footer-section .footer-contact a {
    font-family: 'Prompt', sans-serif;
  }
  .sign-up-wrap .form-heading.row h3 span {
    font-family: 'Prompt', sans-serif;
    font-style: normal;
  }
  .stone-video-wrap .content h2 {
    font-family: 'Forum';
    font-size: 40px;
    text-transform: uppercase;
    color: #8a4f57;
    margin-bottom: 15px;
  }
.stone-theme header {
  background: transparent;
}
.stone-banner {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px; 
}
.stone-banner .stone-banner-slide { 
 overflow: hidden;
}
.stone-banner .stone-banner-slide img {
  width: 100%;
}
body.stone-theme {
background: #f5f5f5 !important;
}
.header-new {
  position: relative;
}
.stone-banner::after,
.header-new::after {
  content: '';
  background: #a0b4b6;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  max-width: 450px;
  max-height: 1118px;
 }
.stone-banner .banner-column-content .row {
  align-items: baseline;
}
.stone-banner .banner-column-content {
  margin-top: -120px;
}
.stone-banner .banner-column-content h1 {
  /* font-family: 'Lato', sans-serif; */
  font-family: "Lato-Light";
  font-weight: 100;
  font-size: 43px;
  color: #8a4f57;
  line-height: normal;
  margin: 0 auto;
  max-width: 530px;
}
.stone-banner .banner-column-content .links-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-top: 30px;
  max-width: 430px;
  margin: 0 auto;
}
.stone-banner .banner-column-content .links-wrap a {
  transition: all 0.2s ease, visibility 0s;
  padding: 11px;
  border-radius: 50px;
  border: 0px solid rgb(63, 118, 82);
  background: #6E8F91; 
  margin: 0px 4px 0px 0px;
  color: #FFFFFF !important;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.25em;
  font-family: avenir-lt-w01_35-light1475496,sans-serif;
  font-size: 15px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
  max-width: 400px;
}
.stone-banner .banner-column-content .links-wrap a:hover {
  border: 0px solid rgb(63, 118, 82);
  background: #495F61; 
  transition: all 0.2s ease, visibility 0s;
}
.stone-banner .banner-column-content .links-wrap a:hover img {
 margin-left: 3px;
}
.stone-banner .banner-column-content>div>img {
  padding-left: 30px;
}
.stone-video-wrap {
  position: relative;
  padding: 120px 0px;
}
.stone-video-wrap video.fullscreen {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stone-video-wrap video.fullscreen::-webkit-media-controls {
  display: none !important;
}
.stone-video-wrap .content {
  max-width: 1020px;
  margin: 0 auto;
  align-items: center;
}
.stone-video-wrap .content p {
  max-width: 1020px;
  margin: 0 auto;
  align-items: center;
  color: #996a70;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Prompt', sans-serif;
  letter-spacing: 0;
}
.stone-video-wrap .overlay-image {
  margin-top: -55px;
}
.sign-up-wrap {
  background: #495f61;
  max-width: 1190px;
  margin: 0 auto;
  padding: 120px 0px;
}
.sign-up-wrap form {
  border: 1px solid #000;
  overflow: auto;
  width: 100%;
  max-width: 744px;
  margin: 0 auto;
  background: white;
}
.sign-up-wrap form input {
  float: left; 
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 12px 22px;
  border: 1px solid #ccc; 
  border-right: 1px solid #000;
  width: 100%;
  max-width: 650px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Prompt', sans-serif;
}
.sign-up-wrap form input::placeholder {
  color: #000;
}
.sign-up-wrap form button {
  float: right;
  padding: 6px;
  margin-top: 0px;
  margin-right: px;
  background: white;
  font-size: 17px;
  border: none;
  cursor: pointer;
  width: 91px;
  border-radius: 0;
  height: 50px;
}
.sign-up-wrap form button:hover {
  background: #6e8f91;
  color: white;
}
.sign-up-wrap .form-heading.row  {
  padding-bottom: 30px;
  max-width: 705px;
  margin: 0 auto;
  align-items: center;
}

.sign-up-wrap .form-heading.row h2, .sign-up-wrap .form-heading.row h3  {
  color: white;
}
.sign-up-wrap .form-heading.row h2 {
  font-size: 33px;
  line-height: normal; 
  color: white;
}
.sign-up-wrap .form-heading.row h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sign-up-wrap .form-heading.row h3 span {
  font-size: 18px;
  line-height: normal; 
  color: white;
}
.footer-section {
  border: 1px solid #495f61;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0;
}
.footer-section div.row div.col-xs-12 {
  padding: 50px;
}
.footer-section div.row div.col-xs-12:nth-child(1) {
  border-right: 1px solid #495f61;
}
.footer-section p, .footer-section ul li a,
.footer-section .footer-contact a {
  font-size: 16px;
  color: #3a6c65;
  padding: 0;
  margin: 0;
}
.footer-section .logo-text {
  margin-bottom: 30px;
} 
.footer-section .logo-text a {
  line-height: normal;
  font-size: 26px;
  color: #874f57;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
.logo h3 {
  font-family: 'Caudex';
  text-transform: uppercase;
  font-style: normal;
}
.footer-section .logo-text p {
  font-size: 15px;
  line-height: 1.6em;
  color: #3a6c65;
}
.footer-section .footer-contact {
  display: flex;
  flex-direction: column;
  margin: 30px 0px;
}
.footer-section ul {
  padding: 0;
  margin: 0;
}
.footer-section ul li {
  list-style: none;
}
.footer-section ul li a {
  display: block;
  margin-bottom: 20px;
  color: #874f57;
}
.footer-section .row {
  align-items: center;
}
.header-new .logo img {
  max-height: 150px;
}
.menu-wrap {
  background: #874f57;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 50px 0px;
  z-index: 1;
  transform: translate(0, -200px);
  visibility: hidden; 
  transition: all .6s ease-out;
}
.menu-wrap.open {  
  visibility: visible;
  transition: all .6s ease-out;
  transform: translate(0, 0px);
}

.menu-wrap .close-button {
  max-width: 900px;
  margin: 0 auto;
  text-align: right;
  padding-bottom: 50px;
  color: white;
}
.menu-wrap ul {
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 30px;
  justify-content: center;
}
.menu-wrap ul li {
  list-style: none;
}
.menu-wrap ul li a {
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-family: cormorantgaramond-semibold,cormorantgaramond,"cormorant garamond",serif;
  font-size: 18px; 
  border: 1px solid transparent;
  padding: 10px;
  color: white;
}
.menu-wrap ul li a:hover, .menu-wrap ul li a.active-nan { 
  border: 1px solid white;  
  border-left: 1px solid transparent;
  border-right:  1px solid transparent;
  color: white !important;
}
.close-button h2, .close-button img {
  cursor: pointer;
}
.shop-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.shop-section .container-products {
  display: flex;
  column-gap: 20px;
  max-width: 970px;
  margin: 0 auto;
  flex-wrap: wrap;
  row-gap: 20px;
}
.shop-section .container-products .product-wrap {
  width: 31.9%;
  padding: 20px;
  border: 1px solid #874f57;
}
.shop-section .container-products .product-wrap .thumbnail-wrap {
   position: relative;
   overflow: hidden;
}
.shop-section .container-products .product-wrap .thumbnail-wrap .cat-name {
  position: absolute;
  background: white;
  padding: 2px 15px;
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
  color: #874f57;
  top: 7px;
  left: 7px; 
}
.shop-section .container-products .product-wrap .thumbnail-wrap .quick-view {
  position: absolute;
  transform: translate(0, 100px);
  visibility: hidden;
  transition: all .6s ease-out;
  bottom: 0;
  background: #ffffffa6;
  text-align: center;
  width: 100%;
}
.shop-section .container-products .product-wrap:hover .thumbnail-wrap .quick-view {
  transform: translate(0, 0px);
  visibility: visible; 
  transition: all .6s ease-out;
}
.shop-section .container-products .product-wrap .thumbnail-wrap .quick-view a {
   color: #874f57;
   text-align: center; 
   font-size: 14px;
  /* font-family: 'Lato', sans-serif; */
  font-family: "Lato-Light";
   font-weight: 300;
   display: block;
   padding: 12px;
}
.shop-section .container-products .product-wrap h4 {
   color: #3a6c65;  
   font-size: 17px;
  /* font-family: 'Lato', sans-serif; */
  font-family: "Lato-Light";
   font-weight: 600;
}
.shop-section .container-products .product-wrap span,
.shop-section .container-products .product-wrap .product-description a {
   font-size: 16px;
  /* font-family: 'Lato', sans-serif; */
  font-family: "Lato-Light";
   font-weight: 300;
}
.shop-section .container-products .product-wrap span {
  display: block;
  margin-bottom: 20px;
}
.shop-section .container-products .product-wrap .product-description a {
   background: #3a6c65;
   color: white;
   display: block;
   padding: 8px;
   text-align: center;
   border-radius: 5px;
   font-size: 15px;
}
.shop-section .container-products .product-wrap:hover .product-description a {
  background: #96adaf;
  color: white;
}
.shop-section .container-products .product-wrap .product-description {
  padding-top: 30px;
}
.shop-section .container-products .product-wrap img.hover-img {
  display: none;
}
.shop-section .container-products .product-wrap:hover img.hover-img {
  display: block;
}
.shop-section .container-products .product-wrap:hover img.default-img {
  display: none;
}

@media (max-width: 991px) {
  .shop-section .container-products .product-wrap {
    width: 48.5%; 
}
.shop-section .container-products .product-wrap img {
  width: 100%;
}
.menu-wrap ul { 
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 0px; 
}
.sign-up-wrap form input { 
  max-width: 560px; 
}
.sign-up-wrap .form-heading.row h2 {
  font-size: 26px; 
}
.footer-section div.row div.col-xs-12 {
  padding: 30px;
}
.footer-section .col-xs-12 {
  flex: 0 0 50%;
  max-width: 50%;
}
.sign-up-wrap { 
  padding: 70px 0px;
}
.menu-wrap .close-button { 
  padding-right: 30px;
}
}
@media (max-width: 767px) {
  .shop-section .container-products .product-wrap {
    width: 47.9%;
  }
  .sign-up-wrap form input {
    max-width: 385px;
  }
  .sign-up-wrap { 
    padding: 60px 0px;
    text-align: center;
  }
  .sign-up-wrap .form-heading.row h3 { 
    flex-direction: column;
}
.sign-up-wrap .form-heading.row h3 img { 
  display: block;
  transform: rotate(90deg);
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-section .col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.footer-section .row { 
  flex-direction: column-reverse;
}
.footer-section .row .col-xs-12.col-md-7 {
  border-top: 25px solid #8a909c;
  border-bottom: 25px solid #8a909c;
}

.footer-section ul li a,
.footer-section .footer-contact + p { 
  text-align: center;
}
.footer-section div.row div.col-xs-12 {
  padding: 30px 0px;
}
.footer-section {
  border: 0; 
}
.footer-section div.row div.col-xs-12:nth-child(1) {
  border-right: 0px;
}
.footer-section {
  border-bottom: 25px solid #8a909c;
}
.header-new .col-xs-12.col-md-3 {
    width: 20%;
}
.header-new .col-xs-12.col-md-4 {
  width: 80%;
}
.header-new .col-xs-12.col-md-5 {
  width: 100%;
  order: 1;
}
}
@media (max-width: 575px) {
  .shop-section .container-products .product-wrap {
    width: 100%;
}
.sign-up-wrap { 
  padding: 50px 0px;
}
.footer-section .logo-text a { 
  font-size: 20px; 
}
.sign-up-wrap form {
  display: flex;
}
.menu-wrap .close-button {
  padding-left: 15px;
  text-align: left;
}
.menu-wrap { 
  padding: 26px 0px 50px; 
}
.menu-wrap ul li { 
  width: 100%; 
  padding: 0px 30px;
}
.menu-wrap ul li a:hover, .menu-wrap ul li a.active-nan {
  border: 0;
  border-left: 0;
  border-right: 0; 
  padding: 10px 0px;
}
.header-new { 
  padding-top: 15px;
}


}

.custom-swal-confirm-button {
    background-color: var(--primary);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
.custom-swal-popup {
    background-color: #f4f4f4; /* Match your app's background color */
    border-radius: 10px; /* Rounded corners */
    border: 1px solid #ccc; /* Border to match theme */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow */
}
.custom-swal-title {
    font-family: 'Arial', sans-serif; /* Match your app's font */
    font-size: 18px;
    color: var(--bs-dark);

}
.custom-swal-cancel-button {
    background-color:  var(--primary);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
/* End Stone theme Style */

/* Remove default button styles */
.icon-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Optional: Add hover effect */
.icon-button:hover {
  color: #007bff; /* Change to your desired color */
}