/* Quicksand Font - Apply globally */
body, html {
    font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Apply Quicksand to all elements */
*, *::before, *::after {
    font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* Preserve FontAwesome for icons - MUST come after global rule with higher specificity */
[class*="fa"]:not([class*="fast"]):not([class*="farmer"]),
[class*="fa"]:not([class*="fast"]):not([class*="farmer"])::before,
[class*="fa"]:not([class*="fast"]):not([class*="farmer"])::after,
[class^="fa"],
[class^="fa"]::before,
[class^="fa"]::after,
.fa, .fas, .far, .fal, .fab,
.fa::before, .fas::before, .far::before, .fal::before, .fab::before,
.fa::after, .fas::after, .far::after, .fal::after, .fab::after,
i[class*="fa"], i[class^="fa"],
i[class*="fa"]::before, i[class^="fa"]::before,
i[class*="fa"]::after, i[class^="fa"]::after,
i.fa, i.fas, i.far, i.fal, i.fab,
i.fa::before, i.fas::before, i.far::before, i.fal::before, i.fab::before,
i.fa::after, i.fas::after, i.far::after, i.fal::after, i.fab::after,
button i, a i, span i, div i,
button i::before, a i::before, span i::before, div i::before,
button i::after, a i::after, span i::after, div i::after {
    font-family: 'FontAwesome' !important;
}

/* Preserve flaticon icons */
[class*="flaticon-"], [class^="flaticon-"],
[class*="flaticon-"]::before, [class^="flaticon-"]::before,
[class*="flaticon-"]::after, [class^="flaticon-"]::after {
    font-family: inherit !important;
}

/* Preserve slick slider icons */
.slick-prev::before, .slick-next::before,
.slick-dots li button::before {
    font-family: 'slick' !important;
}

.footer-widget ul.social-links {
    color: #fff;
}

.footer-widget ul.social-links li a {
    font-size: 20px;
    color: #8e91a2;
}

.footer-widget ul.social-links li a:hover {
    color: #fff;
}

.footer-widget h3 > a {
    color: #fff;
}

.main-menu ul li.active a {
    text-decoration: none;
    color: #e41e2f;
}

.work-email {
    height: 0 !important;
}

.work-email textarea {
    position: fixed;
    top: -9999px;
    left: -9999px;
}

div.required label.control-label:after {
    content: ' *';
    color: #f55060;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #f55060;
}

.has-error .form-control {
    border-color: #f55060;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #8ace56;
}

.has-success .form-control {
    border-color: #8ace56;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.alert-info {
    color: #ffffff;
    background-color: rgba(34, 209, 210, 0.98);
    border-color: #22d1d2; }
.alert-info.alert-icon:before {
    content: "";
    color: #ffffff; }

.alert-success {
    color: #ffffff;
    background-color: rgba(138, 206, 86, 0.98);
    border-color: #8ace56; }
.alert-success.alert-icon:before {
    content: "";
    color: #ffffff; }

.alert-warning {
    color: #ffffff;
    background-color: rgba(241, 187, 21, 0.98);
    border-color: #f1bb15; }
.alert-warning.alert-icon:before {
    content: "";
    color: #ffffff; }

.alert-danger {
    color: #ffffff;
    background-color: rgba(245, 80, 96, 0.98);
    border-color: #f55060; }
.alert-danger.alert-icon:before {
    content: "";
    color: #ffffff; }

.socialbox{	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom:6px;
    float:right;
    width: 37px;
    line-height: 25px;
    height: 37px; border: 1px solid #ff7a00;
    border-radius: 100%;
    background: transparent;
    margin-right: 6px;
    font-size: 24px;
    text-align: center;
    padding-top: 3px;}
.socialbox i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #ff7a00;
}
.social-widget a:hover .socialbox {background: #ff7a00;}
.social-widget a:hover .socialbox i { color: #fff;}
.social-widget .socialbox i { font-size: 16px;}
.blog-share h4{float:left;}
.blog-share {margin-top:20px;margin-bottom:20px;background: #fff; border: 1px solid #f4f4f4; padding: 10px 15px 54px 15px;}


#cookiebar {
    position: fixed;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    bottom: 0;
    z-index: 9999;
    color: #727272;
    font-size: 16px;
    line-height: 20px;
    border-top: 3px solid #ff7a00;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.29);
    transition: all 1s ease-in-out;
}

#cookiebar.hide {
    bottom: -100%;
    transition: all 1s ease-in-out
}

#cookiebar .container {
    width: 1170px;
    margin: 0 auto
}

@media (max-width: 768px) {
    #cookiebar .container {
        width: 100%;
    }
}

#cookiebar h3 {
    font-size: 20px;
    font-weight: 500;
    color: #464646;
    margin-bottom: 10px
}

#cookiebar a {
    color: #ff7a00;
    text-decoration: none;
    margin-left: 20px
}

#cookiebar a:hover {
    text-decoration: underline;
    color: #026dbd;
}

#cookiebar a#okcookies {
    display: inline-block;
    background-color: #ff7a00;
    width: 210px;
    height: 50px;
    line-height: 50px;
    margin-left: 0;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-image: url('../img/check_mark_white.svg');
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: auto 16px;
    transition: all 0.3s ease-in-out
}

#cookiebar a#okcookies:hover {
    text-decoration: none;
    background-color: #026dbd;
    border-color: #026dbd;
}

#cookiebar a:hover {
    text-decoration: underline
}

#cookiebar button#okcookies {
    display: inline-block;
    background-color: #ff7a00;
    width: 210px;
    height: 50px;
    line-height: 50px;
    margin-left: 0;
    margin-top: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-color: #ff7a00;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: url('../img/check_mark_white.svg');
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: auto 16px;
    transition: all 0.3s ease-in-out
}

#cookiebar button#okcookies:hover {
    text-decoration: none;
    background-color: #000;
    border-color: #000;
}

#accept-cookies-form {
    margin: 0 15px;
}

/* TreeView */

.treeview {
    position: relative;
	border-bottom: transparent;
}

.treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.treeview ul ul {
    padding-left: 15px;
}
.treeview li {
    position: relative;
}
.treeview .subtree {
    display: none;
}
.treeview .subtree-open > .subtree {
    display: block;
}
.treeview .subtree-open > .subtree-header > .btn-subtree-toggle > span::before {
    content: '\f068';
}
.treeview a {
    border-radius: 0;
    padding: 10px 0;
    font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #333;
    font-weight: 600;
    display: block;
}
.treeview .subtree-open > .subtree-header > a {
    border-bottom-color: #ff7a00;
    color: #ff7a00;
}
.treeview .active > a,
.treeview a:hover {
    color: #ff7a00;
}
/* Subtree */
.treeview .has-subtree > .subtree-header {
    position: relative;
}
.treeview .has-subtree > .subtree-header > a {
    padding-right: 25px;
}
.treeview .btn-subtree-toggle {
    min-width: 20px;
    height: auto;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: #333;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.treeview .btn-subtree-toggle:focus,
.treeview .btn-subtree-toggle:hover {
    outline: none;
    color: #ff7a00;
}

.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    display: initial;
}

.col-1-5 {
    width: 50%;
}

@media(min-width: 768px){
    .col-1-5 {
        width: 20%;
    }
}

.img-wrapper {
    column-count: 1;
    column-gap: 30px;
}

@media (min-width: 992px) {
    .img-wrapper {
        column-count: 2;
        column-gap: 30px;
    }
}

.photos {
    line-height: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 0px;
    -moz-column-count: 3;
    -moz-column-gap: 0px;
    column-count: 3;
    column-gap: 10px;
}
.photos img {
    width: 100% !important;
    height: auto !important;
}
.photos {
    display:inline-block;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1200px) {
    .photos {
        -moz-column-count:    3;
        -webkit-column-count: 3;
        column-count:         3;
    }
}
@media (max-width: 1000px) {
    .photos {
        -moz-column-count:    3;
        -webkit-column-count: 3;
        column-count:         3;
    }
}
@media (max-width: 800px) {
    .photos {
        -moz-column-count:    2;
        -webkit-column-count: 2;
        column-count:         2;
    }
}
@media (max-width: 400px) {
    .photos {
        -moz-column-count:    1;
        -webkit-column-count: 1;
        column-count:         1;
    }
}

.img-ratio {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.50%;
}

.img-ratio-2 {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 99.00%;
}

.img-ratio .img-ratio-object, .img-ratio-2 .img-ratio-object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    -webkit-transform: none;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

/* TikTok icon styling to match other social icons */
svg.footer-tiktok {
    fill: #000000 !important;
    transition: all 0.4s ease 0s;
}

ul.social-links li a.tiktok:hover svg.footer-tiktok,
ul.social-links li a.tiktok:focus svg.footer-tiktok {
    fill: #ff7a00 !important;
}

.button, input, optgroup, select, textarea {
    color: #fff;
    font: inherit;
    margin: 0;
}

.form-group {
    margin-bottom: 10px;
    margin-right: 10px;
    width: 100%;
}

.breadcrumb ul li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.breadcrumb ul li.active {
    color: #fff !important;
}

.footer h4, .footer p {
    color: #fff;
}

.footer h4 {
    margin-bottom: 25px;
    font-size: 24px;
}

.footer .sitemap li {
    margin-bottom: 10px;
}

.footer p a {
    color: #fff;
}

.footer .sitemap li a {
    color: #fff;
}

.footer .copyright {
    margin-top: 30px;
}

.footer .logo {
    max-width: 250px;
    margin-top: -60px;
}

@media (max-width: 480px) {
    .footer .logo {
        max-width: 100%;
    }
}

.map {
    float: left;
    width: 67%;
    height: 420px;
}

@media (max-width: 480px) {
    .map {
        width: 100%;
        height: 250px;
    }
}

.btn-default {
    width: revert;
}

.checkbox-input input[type="checkbox"] {
    display: none; /* Hide the default checkbox */
}

.checkbox-input label:before {
    font-family: 'FontAwesome';
    content: "\f096";
    font-weight: 900;
    margin-right: 5px;
    color: #fff;
}

.checkbox-input input[type="checkbox"]:checked + label:before {
    content: "\f046";
    color: #ff7a00;
}

.appoimentbg a:hover {
    color: #fff;
}

.appoimentbg h4 {
    color: #fff;
}

.modal-backdrop {
    opacity: 0.5 !important;
}

.breadcrumb {
    background-color: transparent;
}

/* Add spacing between icons and text in contact info lists */
.contact-info ul li i,
.mobile-menu .contact-info ul li i,
.sidebar-info-contents .contact-info ul li i,
.footer-widget.contact-widget ul li p i {
    margin-right: 5px;
}

/* Alert messages styling */
.alert {
    position: relative;
    padding: 1em;
    margin: 0;
    border-radius: 0;
    line-height: normal;
}

.alert > .close {
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.8em !important;
    background: transparent;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.5em;
    opacity: 0.8;
}

.alert > .close:hover {
    opacity: 1;
}

.alert.alert-icon {
    padding-left: 3.5em;
    padding-right: 2.5em;
}

.alert.alert-icon:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 2em;
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -0.6em;
    opacity: 0.5;
}

body > .alert {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 2em;
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}

body > .alert > .close {
    right: 0.5em;
    margin-top: -0.5em;
    font-size: 2em;
}

body > .alert.alert-icon {
    padding-left: 5.625em;
    padding-right: 3em;
}

body > .alert.alert-icon:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 4em;
    left: 0.25em;
    top: 50%;
    margin-top: -0.6em;
    opacity: 0.5;
}

.alert-info {
    color: #ffffff;
    background-color: rgba(34, 209, 210, 0.98);
    border-color: #22d1d2;
}

.alert-info.alert-icon:before {
    content: "\f05a";
    color: #ffffff;
}

.alert-success {
    color: #ffffff;
    background-color: rgba(138, 206, 86, 0.98);
    border-color: #8ace56;
}

.alert-success.alert-icon:before {
    content: "\f058";
    color: #ffffff;
}

.alert-warning {
    color: #ffffff;
    background-color: rgba(241, 187, 21, 0.98);
    border-color: #f1bb15;
}

.alert-warning.alert-icon:before {
    content: "\f071";
    color: #ffffff;
}

.alert-danger,
.alert-error {
    color: #ffffff;
    background-color: rgba(245, 80, 96, 0.98);
    border-color: #f55060;
}

.alert-danger.alert-icon:before,
.alert-error.alert-icon:before {
    content: "\f057";
    color: #ffffff;
}

/* Add asterisk for required fields in membership page form */
.contact-style-two .default-form .field-membershipform-last_name.required,
.contact-style-two .default-form .field-membershipform-first_name.required,
.contact-style-two .default-form .field-membershipform-email.required,
.contact-style-two .default-form .field-membershipform-phone.required,
.contact-style-two .default-form [id^="field-membershipform-role"].required,
.contact-style-two .default-form [id^="field-membershipform-content"].required {
	position: relative;
}

.contact-style-two .default-form .field-membershipform-last_name.required:after,
.contact-style-two .default-form .field-membershipform-first_name.required:after,
.contact-style-two .default-form .field-membershipform-email.required:after,
.contact-style-two .default-form .field-membershipform-phone.required:after,
.contact-style-two .default-form [id^="field-membershipform-role"].required:after,
.contact-style-two .default-form [id^="field-membershipform-content"].required:after {
	content: " *";
	color: #e41e2f;
	font-weight: bold;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 18px;
}

.contact-style-two .default-form .field-membershipform-gender.required > label:after {
	content: " *";
	color: #e41e2f;
	font-weight: bold;
	margin-left: 5px;
}

/* Add asterisk for required fields in sidebar membership form */
.sidebar-info-contents .content-inner .content-box .booking-form .field-membershipform-last_name.required,
.sidebar-info-contents .content-inner .content-box .booking-form .field-membershipform-first_name.required,
.sidebar-info-contents .content-inner .content-box .booking-form .field-membershipform-email.required,
.sidebar-info-contents .content-inner .content-box .booking-form .field-membershipform-phone.required,
.sidebar-info-contents .content-inner .content-box .booking-form [id^="field-membershipform-role"].required,
.sidebar-info-contents .content-inner .content-box .booking-form [id^="field-membershipform-content"].required {
	position: relative;
}

.sidebar-info-contents .content-inner .content-box .booking-form .field-membershipform-last_name.required:after,
.sidebar-info-contents .content-inner .content-box .booking-form .field-membershipform-first_name.required:after,
.sidebar-info-contents .content-inner .content-box .booking-form .field-membershipform-email.required:after,
.sidebar-info-contents .content-inner .content-box .booking-form .field-membershipform-phone.required:after,
.sidebar-info-contents .content-inner .content-box .booking-form [id^="field-membershipform-role"].required:after,
.sidebar-info-contents .content-inner .content-box .booking-form [id^="field-membershipform-content"].required:after {
	content: " *";
	color: #e41e2f;
	font-weight: bold;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 18px;
}

.sidebar-info-contents .content-inner .content-box .booking-form .field-membershipform-gender.required > label:after {
	content: " *";
	color: #e41e2f;
	font-weight: bold;
	margin-left: 5px;
}

/* Search popup input group styling */
#search-popup .input-group {
	width: 100%;
	border-radius: 7px;
}

#search-popup .input-group .form-control {
	height: 70px;
	padding: 20px 30px;
	background: #ffffff;
	line-height: 30px;
	font-size: 24px;
	color: #233145;
	border: none;
	border-radius: 7px 0 0 7px;
}

#search-popup .input-group-append .theme-btn {
	height: 70px;
	width: 220px;
	padding: 20px 10px;
	border-radius: 0 7px 7px 0;
	font-size: 20px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
	#search-popup .input-group {
		flex-direction: column;
	}
	
	#search-popup .input-group .form-control {
		padding: 10px 20px;
		font-size: 16px;
		border-radius: 4px;
	}
	
	#search-popup .input-group-append {
		width: 100%;
		margin-top: 15px;
	}
	
	#search-popup .input-group-append .theme-btn {
		width: 100%;
		border-radius: 4px;
	}
}

/* Styles extracted from frontend/views/site/error.php */

/* Header Styles */
#header.otherpage {
	background: rgba(255, 255, 255, 0.9);
}

#header.homepage {
	background: none;
}

/* Override homepage background when sticky */
#header.homepage.header-sticky {
	background: #fff !important;
	background-color: rgba(255, 255, 255, 0.95) !important;
}

#header .menu ul li .nav-link {
	color: #000000;
}

/* Ensure consistent font-weight for navbar-nav on both homepage and otherpage */
#header.homepage .navbar-nav,
#header.otherpage .navbar-nav,
#header.homepage .navbar-nav .nav-link,
#header.otherpage .navbar-nav .nav-link,
#header.homepage .menu_lv1,
#header.otherpage .menu_lv1 {
	font-weight: 500;
}

#header .currencies-login .cart-login-search ul li a svg {
	fill: #000000;
}

#header .currencies-login .cart-login-search ul li a i {
	color: #000000;
}

#header .currencies-login .cart-login-search ul li .cart .number-cart {
	color: #000000;
}

/* Label Menu Styles */
.label_menu-ajax-load-more-hot-e62e05-2 {
	background-color: #e62e05;
}

.label_menu-ajax-load-more-hot-e62e05-2:before {
	border-top: 4px solid #e62e05;
}

.label_menu-banner-headingnew-1ad441-2 {
	background-color: #1ad441;
}

.label_menu-banner-headingnew-1ad441-2:before {
	border-top: 4px solid #1ad441;
}

.label_menu-backgroundhot-e62e05-6 {
	background-color: #e62e05;
}

.label_menu-backgroundhot-e62e05-6:before {
	border-top: 4px solid #e62e05;
}

.label_menu-top-filter-new-1ad441-1 {
	background-color: #1ad441;
}

.label_menu-top-filter-new-1ad441-1:before {
	border-top: 4px solid #1ad441;
}

.label_menu-acordition-filter-hot-e62e05-6 {
	background-color: #e62e05;
}

.label_menu-acordition-filter-hot-e62e05-6:before {
	border-top: 4px solid #e62e05;
}

.label_menu-simple-new-1ad441-1 {
	background-color: #1ad441;
}

.label_menu-simple-new-1ad441-1:before {
	border-top: 4px solid #1ad441;
}

.label_menu-variable-color-hot-e62e05-2 {
	background-color: #e62e05;
}

.label_menu-variable-color-hot-e62e05-2:before {
	border-top: 4px solid #e62e05;
}

.label_menu-external-affiliate-hot-e62e05-5 {
	background-color: #e62e05;
}

.label_menu-external-affiliate-hot-e62e05-5:before {
	border-top: 4px solid #e62e05;
}

.label_menu-9-product-hover-hot-e62e05-1 {
	background-color: #e62e05;
}

.label_menu-9-product-hover-hot-e62e05-1:before {
	border-top: 4px solid #e62e05;
}

.label_menu-ajax-minicart-new-1ad441-2 {
	background-color: #1ad441;
}

.label_menu-ajax-minicart-new-1ad441-2:before {
	border-top: 4px solid #1ad441;
}

.label_menu-full-screennew-1ad441-1 {
	background-color: #1ad441;
}

.label_menu-full-screennew-1ad441-1:before {
	border-top: 4px solid #1ad441;
}

.label_menu-about-us-hot-e62e05-1 {
	background-color: #e62e05;
}

.label_menu-about-us-hot-e62e05-1:before {
	border-top: 4px solid #e62e05;
}

.label_menu-login-registernew-1ad441-7 {
	background-color: #1ad441;
}

.label_menu-login-registernew-1ad441-7:before {
	border-top: 4px solid #1ad441;
}

.label_menu-carthot-e62e05-1 {
	background-color: #e62e05;
}

.label_menu-carthot-e62e05-1:before {
	border-top: 4px solid #e62e05;
}

.label_menu-no-sidebarnew-1ad441-1 {
	background-color: #1ad441;
}

.label_menu-no-sidebarnew-1ad441-1:before {
	border-top: 4px solid #1ad441;
}

.label_menu-videohot-e62e05-6 {
	background-color: #e62e05;
}

.label_menu-videohot-e62e05-6:before {
	border-top: 4px solid #e62e05;
}

.label_menu-left-sidebarnew-1ad441-2 {
	background-color: #1ad441;
}

.label_menu-left-sidebarnew-1ad441-2:before {
	border-top: 4px solid #1ad441;
}

.label_menu-gridhot-e62e05-6 {
	background-color: #e62e05;
}

.label_menu-gridhot-e62e05-6:before {
	border-top: 4px solid #e62e05;
}

/* Minicart Styles */
.js-minicart .relative {
	height: 100%;
}

/* Recover Password Form */
.RecoverPasswordForm {
	display: none;
}

.HideRecoverPasswordLink {
	cursor: pointer;
}

/* Account Button */
.menu_toolbar .btn_account a,
.product-popup .btn_account a {
	font-size: 20px;
}

/* Quick View Product Detail */
.br-product-detail__container.detail-info {
	top: 103.953px;
}

/* Hidden Select Element */
select.engoj-except-select2 {
	display: none;
}

/* Footer Styles */
.footer_v1 .top-footer {
	background: #fdf7f8;
}

.footer_v1 .copyright {
	background: #fdf7f8;
}

.footer_v1 .top-footer .info_footer .title_border:after {
	background-color: #000000;
}

.footer_v1 .top-footer .info_footer h4 {
	color: #000000;
}

.footer_v1 .top-footer .info_footer ul li a {
	color: #000000;
}

.footer_v1 .top-footer .info_footer .content_footer {
	color: #000000;
}

.footer_v1 .copyright .text-copyright {
	color: #000000;
}

.footer_v1 .top-footer .info_footer.end .list-icon ul li a {
	color: #000000;
}

/* Mobile menu tab styling consistency */
#tab_menu_mobile .mobile-menu-list,
#tab_account_mobile .mobile-menu-list {
	padding: 0;
	margin: 0;
}

#tab_account_mobile .menu-horizon-list {
	margin: 0;
	padding: 0;
}

#tab_account_mobile .menu-horizon-list a {
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #eee;
}

#tab_account_mobile .menu-horizon-list a:hover {
	background-color: #f8f9fa;
	color: #ff7a00;
}

#tab_account_mobile .menu-horizon-list:last-child a {
	border-bottom: none;
}

/* Override existing padding for mobile account tab */
.box_contentmenu .tab_content_menu_mobile .tab-content #tab_account_mobile {
	padding: 0 !important;
}

.page-content {
    margin: 80px 0;
    background-color: transparent !important;
}




/* Pagination styled like Engo swatch variant buttons */
.pagination.clearfix li a,
.pagination.clearfix li span {
    display: inline-block;
    min-width: unset !important;
    height: unset !important;
    line-height: unset;
    padding: 10px 15px;
    border: 1px solid #d7d7d7 !important;
    color: #979797;
    margin: 0 10px 10px 0 !important;
    text-align: center;
    transition: all .3s ease;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
}

/* Enabled (not disabled/current) pagination items: black border and text */
.pagination.clearfix li:not(.disabled):not(.current) a,
.pagination.clearfix li:not(.disabled):not(.current) span {
    border: 1px solid #000 !important;
    color: #000;
}

.pagination.clearfix li a:hover,
.pagination.clearfix li a:focus,
.pagination.clearfix li.active a,
.pagination.clearfix li.active span {
    border: 1px solid #000 !important;
    color: #fff !important;
    background: #000;
}

/* Current page styled with theme accent */
.pagination.clearfix li.current a,
.pagination.clearfix li.current span {
    border: 1px solid #ff7a00 !important;
    background: #ff7a00 !important;
    color: #fff !important;
}

/* Spacing for pagination container */
.pagination-wrapper {
    margin: 30px 0;
}

/* Blog list images: keep natural aspect ratio and remove enforced min-height */
.blog-page .content-blog-page .blog-list-view .blog_grid .post-thumb img {
    min-height: 0 !important;
    height: auto !important;
    width: 100% !important;
}

.close-search {
    font-size: 24px !important;
}

.search-form-wrapper {
    padding: 0 10%;
}

.nav-item.active a,
.nav-item.active .nav-link {
    color: #ff7a00 !important;
}

.menu-horizon-list.active a {
    color: #ff7a00 !important;
}

/* Social Share Buttons - Square Button Style */
.share-option .social-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #979797;
    text-decoration: none;
    transition: all .3s ease;
    font-size: 16px;
    border-radius: 0;
    text-align: center;
}

.share-option .social-share i {
    line-height: 1;
    vertical-align: middle;
}

.share-option .social-share:hover,
.share-option .social-share:focus {
    border-color: #000;
    background: #000;
    color: #fff;
    text-decoration: none;
    outline: none;
}

#header .menu ul .nav-item .nav-link {
    text-decoration: none;
    font-size: 17px;
    font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600 !important;
    text-transform: uppercase;
}

/* Slider font - Quicksand */
.section-slideshow-v1 {
    font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.section-slideshow-v1 .box-info,
.section-slideshow-v1 .box-info h3,
.section-slideshow-v1 .titlebig,
.section-slideshow-v1 .title-small,
.section-slideshow-v1 .button-main2.button-shop {
    font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}


.section-newsletter-v1 .newletter_email form .form-group .form-control {
     background-color: #fff !important;
}
.section-newsletter-v1 .newletter_email form .form-group .form-control {
    font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    border: 1px solid #807b7b;
    font-weight: 500;
    color: #495057;
    background-color: #fff;
    font-size: inherit;
}

.section-newsletter-v1 .newletter_email form .btn {
    position: relative;
}

.section-newsletter-v1 .newletter_email form .btn {
	font-size: inherit;
    border: 1px solid #ff7a00;
}

.footer_v1 .top-footer .info_footer .content_footer {
    font-size: inherit;
}

.footer_v1 .copyright .text-copyright {
    font-size: inherit;
}

.section-newsletter-v1 .newletter_email form .form-group .form-control{
    background-color:#f5f4f4;
}

.section-banner-v5 .banner-box .banner-info .button:hover{
    color:#ffffff!important;
    background: #ff7a00!important;
}

/* Header sticky on scroll */
#header.header-sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background-color: #fff !important;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease;
}

/* Override header-absolute positioning when sticky - highest specificity */
#header.header-sticky.header-absolute,
#header.header-absolute.header-sticky,
#header.homepage.header-sticky,
#header.homepage.header-absolute.header-sticky,
header#header.homepage.header-absolute.header-sticky,
header#header.header-sticky.header-absolute,
header#header.homepage.header-sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}

#header.header-sticky .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Compensate body padding when header is sticky */
body.header-sticky-active {
    padding-top: 0;
}

body.header-sticky-active #header.header-sticky ~ .wrap,
body.header-sticky-active #header.header-sticky ~ * {
    padding-top: 0;
}

#header {
    padding: 10px 0;
}

#header.header-sticky .container {
     padding-top: 0;
     padding-bottom: 0;
}

.scroll #header.header-absolute {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}