:root {
--font: verdana;


--base-color: #242424;


--base-text-color: #fff;


--footer-color: #242424;


--footer-text-color: #fff;


--button-color: #e98300;


--button-hover-color: #e98300;


--button-text-color: #fff;


--header-color: #242424;


--header-text-color: #ffffff;


--clear-filters-display-text: inline-block;


--clear-filters-display-icon: inline-block;

}

	.es-clear-all-filters-button .button-text {
	display: var(--clear-filters-display-text);
	}

	.es-clear-all-filters-button .button-icon {
	display: var(--clear-filters-display-icon);
	}

/* =====================================
			n-General Styles
===================================== */

/* Current Reset time 2.30 H */

/* font-family: 'Font Awesome 5 Free'; */

/* Include in javascript 
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=chevron_right" /> */

/* Google Icons
   font-family: 'Material Symbols Outlined' !important;
   font-family: 'Material Symbols Rounded' !important;
   font-family: 'Material Symbols Sharp' !important;
*/
 :root {
     --white:#fff;
     --black:#000;
     --color3:#5F259F;
     --color4:#ccc;
     --radius:10px;
     --awesome:"Font Awesome 5 Free";
     --icon:'Material Symbols Rounded' !important;
}


/* General */
h1, h2, h3, h4, h4, h5, h6, p, span {
    /*color:var(--base-color)!important;*/
}
.first-page-content .section .images {
    padding: 0;
}

/* Header */
#body > div.header-wrapper.collapse > div > div.row.header-bar.clearfix > div.header-bar-section.left > ul > li:nth-child(1) {
    padding-left: 0px;
}
#body > div.header-wrapper.collapse > div > div.row.header-bar.clearfix > div.header-bar-section.right > ul > li:nth-child(2) {
    padding-right: 0px;
}

.header-wrapper.fixed {
    background-color: #242424; /* Replace with your color */
    color: #ffffff;            /* Optional: text color */
}

/* Buttons */
.buy-button {
    background-color: var(--button-color)!important;
}
.buy-button:hover, .buy-button:focus, .buy-button:active {
    background-color: var(--button-hover-color)!important;
}


/* Icons */

i.fas.fa-chevron-left {
    transform: rotateY(183deg);
}

/* Buttons */
.minibasket .minibasket-icon {
    background-color: var(--button-color)!important;
}
.minibasket .minibasket-icon:hover {
    background-color: var(--button-hover-color)!important;
}

/* =====================================
			n-Menu
===================================== */

.menu-bar-desktop-products-menu-show-more {
    font-size: .8rem;
    font-weight: bold;
    padding-left: 0px;
}
.menu-bar-desktop-products-menu-items {padding-left:0px;transition:.2s ease-in-out;}
.menu-bar-desktop-products-menu-items a {transition:.2s ease-in-out;}
.menu-bar-desktop-products-menu-items a:hover {padding-left:10px;transition:.2s ease-in-out;}
.menu-bar-desktop-products-menu-items a:hover:before {
    content: "\e5cc";
    font-family: var(--icon);
    margin-right: 3px;
    color: #aaa;
    transition: .2s ease-in-out;
    font-size: 18px;
    position: absolute;
    margin-left: -15px;
    margin-top: -4px;
    font-weight: 600;
}
.menu-bar-desktop-categories-menu-item {
    border-bottom: none;
    cursor: pointer;
    line-height: 34px;
    padding-left: 15px;
    position: relative;
    width: fit-content;
}
ul.menu-bar-desktop-categories-menu-items {
    padding: 14px 0px;
}
.menu-bar-desktop-products-menus {
    padding: 14px;
}
.menu-bar-desktop-products-menu-label {
    border-bottom: none;
}
.menu-bar-desktop-categories-menu-item:hover {
    background-color: transparent;
    box-shadow: inset 7px 0px 0px 0px var(--black);
    transition:.2s ease-in-out;
}
.menu-bar-desktop-categories-menu-item:hover>a {
    color: #aaa;
}
.minibasket {
    display: none !important;
}


/* Resource menu */
.resource-menu-desktop ul li>ul>li:hover {background: none;}

/* Login Box */
.message-box {
    position: absolute;
    bottom: 0px;
    font-size: 13px;
}
button.button.login-form-button {
	background-color: var(--button-hover-color)!important;
	border-radius: 2px;
	padding: 11px 30px;
	color: #fff;
	font-weight: 700;
	float: right;
}
.login-container, .checkout-login-container {
	width: 1200px!important;
	background-color: var(--base-color);
}
.login-form-forgot-password {
	background-color: transparent!important;
	color: --base-text-color!important;
	float: right;
	margin-right: 24px;
}
label.forgot-password-email.input-required {
	color: #fafafa;
}
.login-form-forgot-password::before {
    content: "\f0e0";
    margin-right: 6px;
    top: 0px;
    position: relative;
    font-family: 'Font Awesome 5 Free';
}
.login-form-register {
	float: right;
	color: #D60115!important;
	border: 2px solid #D60115;
	background-color: transparent!important;
	font-weight: bold;
	position: absolute;
	top: 16px;
	right: 41px;
	border-radius: 2px;
}
form#loginform {
	position: relative;
	height: 190px;
}
#loginform {
	padding: 40px;
	padding: 48px 40px 40px 40px;
}
.forgot-password-form {
	padding: 40px;
}
#loginform .login-username, #loginform .login-password {
	width: 50%;
	float: left;
	color: #fafafa;
}
#loginform label:nth-child(2) {
	float: right;
}
.login-username {
	padding-right: 10px;
}
.login-password {
	padding-left: 10px;
}
#loginform input[type="text"], input[type="password"] {
	border-radius: 3px;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
	box-shadow: none;
}
button.login-form-forgot-password:hover {
	background-color: transparent;
	opacity:0.6!important;
}
.login-username.input-required {
	color: #fafafa!important;
}

/* =====================================
			n-Front page
===================================== */

.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}





/* =====================================
			n-Filter Page
===================================== */

/* Filter Menu */
.es-filters-wrapper {
    box-shadow: none;
    background-color: #fff;
    padding: 1px 17px 12px;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
}

.row.medium-uncollapse.es-product-list .columns.small-12.medium-3 {
    padding-left: 0px !important;
}



/* =====================================
			n-Product Page
===================================== */


.product-card .product-card-price .price .price-text {
    font-size: 2rem;
    font-weight: bold;
    color: #1c1c1c;
}
.product-card__tablinks {
    margin-top: 10px;
}
.admin-tablink {
    border-left: 1px solid var(--black);
    padding: 0px;
}
.product-card-information-container > div > div.product-card__tablinks > a:nth-child(2), .product-card-information-container > div > div.product-card__tablinks > a:nth-child(3) {padding-left:7px; margin-right:5px;}

/* Accordion */

.accordion-title {
  font-size: 16px;
  font-weight: 700;
}
.product-card-tabs .accordion-title {
  padding: 17px 22px;
  background-color: #fff;
  font-weight: bold;
}
.product-card-tabs .accordion li {
  border: none;
  margin-bottom: 5px;
  background-color: #fff;
}
.product-card-tabs .accordion-title:after {
  content: inherit;
}
i.fas.fa-plus.tab-expand {
  content: inherit;
  position: inherit;
  right: inherit;
  top: inherit;
}
i.fas.fa-minus.tab-fold {
  content: inherit;
  position: inherit;
  right: inherit;
  top: inherit;
}
.tab-expand, .tab-fold {
  color: #231F20;
}
.product-card-tabs .accordion-title:hover {
  background-color: #fff;
}
table tbody tr:nth-child(odd) {
  box-shadow: inset 0px -1px #D9D9D9;
  background-color: #fff;
}
table tbody tr:nth-child(even) {
  box-shadow: inset 0px -1px #D9D9D9;
  background-color: #fff;
}
.product-card-tabs .accordion-content {
  background-color: transparent;
  padding: 0px 22px!important;
  margin: 0px;
}
.product-card-tabs .accordion {
  background-color: transparent;
}
th.product-card-specification-label {
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 28px;
  text-align: left;
}
:last-child:not(.is-active)>.accordion-title {
  border-bottom: 0px;
  border-radius: 0 0 0 0;
}
:last-child>.accordion-content:last-child {
  border-bottom: none;
}
.product-card-tab-information {
  padding-bottom: 20px;
}
.ccs-ds-extendedSpec-header {
    background: none!important;
}
/* =====================================
			n-Landing Page 
===================================== */






/* =====================================
			n-Order & n-Basket Page 
===================================== */

/* Basket */
.fa-minus-circle:before {
    content: "\f068";
}
.fa-plus-circle:before {
    content: "\2b";
}
.basket .basket-qty-minus, .basket .basket-remove {
    color: #585858;
    font-size: .7rem;
}
.basket .basket-qty-plus {
    color: #585858;
    font-size: 1.2rem;
}
ul.no-bullet.basket-totals-list li {
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
}

/* =====================================
			n-Footer
===================================== */



/* =====================================
			n-Media Queries
===================================== */

/* Smartphones in portrait mode (up to 575px wide) */
@media only screen and (max-width: 575px) {

}

/* Smartphones in landscape mode (576px to 767px wide) */
@media only screen and (min-width: 576px) and (max-width: 767px) {

}

/* Tablets in portrait mode (768px to 991px wide) */
@media only screen and (min-width: 768px) and (max-width: 991px) {

}

/* Tablets in landscape mode, small laptops, or large phones (992px to 1199px wide) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer .footer-wrapper .content-footer-wrapper {
        margin-left: 0px;
    }
    .footer .footer-wrapper .content-footer-wrapper li {
        margin-left: 0px;
    }
}

/* Laptops and desktops (1200px to 1599px wide) */
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .menu-bar-items {
        padding:0px;
    }
    .header-wrapper .row.header .logo-container {
        padding:0px;
    }
    .row.header .minibasket {
            display: none !important;
}
    }

    .footer .footer-wrapper .content-footer-wrapper {
        margin-left: 0px;
    }
    .footer .footer-wrapper .content-footer-wrapper li {
        margin-left: 0px;
    }
    
}

/* Large desktops and high-resolution devices (1600px and up) */
@media only screen and (min-width: 1600px) {

}


/* Change link text color */
ul.header-bar-section-links li a {
  color: #ffffff;
}

/* Optional: change icon color too */
ul.header-bar-section-links li a i {
  color: #ffffff;
}

ul.header-bar-section-links li a i {
  color: inherit; /* keep same as link text */
}

.header-bar-section.right label {
  color: #ffffff; 
}

.menu-bar-item.menu-bar-menu-pages {
  display: none !important;
}


/* n-Search */
.product-search-input-container {
    position: relative;
    padding: 0px 8px;
    background-color: #ffffff;
    border-radius: 30px;
    border:none;
}

.product-search .product-search-input {
    display: inline-block;
    width: 85%;
    margin-bottom: 0;
border: none;
    box-shadow: none;
    color: #242424 !important;
    background-color: transparent;
   outline: none;
}

.fas.fa-times.product-search-clear-button {
    display: none !important; /* this hides the element */
   }

.search-result-products  i.fas.fa-shopping-cart.buy-button-icon {
    transform: scale(0.25);
    top: -33px;
    position: relative;
}
.product-search .product-search-button {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    color: #e98300;
    padding: 7px 6.4px;
    float: right;
}

i.fas.fa-search.product-search-button {
    color: var(--button-color);
}

.fa-question-circle::before {
content: "\f0e0";
font-weight:600;
color: #e98300;
 font-size: 26px;
}

li.menu-bar-desktop-categories-menu-item[data-node="/nodeapi/product_menu_my_products"] {
  display: none !important;
}

.product__compare {
  display: none !important;
}

