/*************************************
* TEMA COLOR 
*************************************/


/*
* Primary Color:     #e30613;
* RGB Color:         rgb(227, 6, 19);
*/

/* Text Color */
a:hover, .color-primary, .bread  .breadcrumb-item a:hover, .cart-item .cart-content h3 a:hover {color:#e30613;}
#loader .loader-svg .path {stroke:#e30613;}

/* Bakcground Color */
.bg-primary, .dropdown-item.active, .btn-primary, .heading-1:after, .page-account .account-item:hover,
.menu-toggler span  {background-color:#e30613;}
.btn-primary:hover, .btn-primary:focus  {background-color:#e30613 !important;}

/* Border Color */
.btn-primary, .header-search .form-control  {border-color:#e30613;}

.home-hero .hero-item .hero-icon:before, .sub-menu li.active a:before, .product-list .product-item .product-title:before, .heading-0:before {border-top-color:#e30613;border-left-color:#e30613; }
.sidebar-menu li.active a:after {border-left-color:#e30613; }



/*************************************
* TEMA 1 (theme-1) 
*************************************/
/*
* Primary Color:     #9baf1b;
* RGB Color:         rgb(155, 175, 27);
*/
.color-theme-1, .home-products .theme-1 h3 {color:#9baf1b;}
.bg-theme-1, .btn-theme-1 {background-color:#9baf1b;}



/*************************************
* TEMA 2 (theme-2) 
*************************************/
/*
* Primary Color:     #4b505b;
* RGB Color:         rgb(75, 80, 91);
*/
.color-theme-2 {color:#4b505b;}
.bg-theme-2, .btn-theme-2 {background-color:#4b505b;}



/*************************************
* TEMA 3 (theme-3) 
*************************************/
/*
* Primary Color:     #ba7a4a;
* RGB Color:         rgb(186, 122, 74);
*/
.color-theme-3 {color:#ba7a4a;}
.bg-theme-3, .btn-theme-3 {background-color:#ba7a4a;}



/*************************************
* TEMA 4 (theme-4) 
*************************************/
/*
* Primary Color:     #e71a3f;
* RGB Color:         rgb(231, 26, 63);
*/
.color-theme-4 {color:#e71a3f;}
.bg-theme-4, .btn-theme-4 {background-color:#e71a3f;}



/*************************************
* TEMA 5 (theme-5) 
*************************************/
/*
* Primary Color:     #e89e4d;
* RGB Color:         rgb(232, 158, 77);
*/
.color-theme-5 {color:#e89e4d;}
.bg-theme-5, .btn-theme-5 {background-color:#e89e4d;}


.color-theme-6 {color:#d3bbc7;}
.bg-theme-6, .btn-theme-6 {background-color:#d3bbc7;}

.color-theme-7 {color:#fed100;}
.bg-theme-7, .btn-theme-7 {background-color:#fed100;}


/*  TEXT SELECTION COLOR & CHROME SCROLLBAR
================================================================================================================================== */
::selection {color: #ffffff;background-color: #e30613;}
::-moz-selection {color: #ffffff;background-color: #e30613;}
::-webkit-scrollbar-track {background-color: #eeeeee;}
::-webkit-scrollbar{width: 10px;height: 10px;}
::-webkit-scrollbar-thumb {cursor: pointer;background: #e30613;border-radius: 0;}