/*---------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------- TOP ANNOUNCEMENT SECTION ------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------*/
.em-standard {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.em-featured {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
#top-header {
	background: #222324;
	width: 100%;
  	left: 0;
  	top: 0;
  	border-top: 0;
}
#emergency-response-opt {
	max-width: 1140px;
	margin: 0 auto;
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
  	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	border-radius: 20px;
	font-family: 'arial';
}
#emergency-response-opt .txt {
  	display: flex;
  	align-items: center;
}
#emergency-response-opt p {
	font-size: .9rem;
	margin-bottom: 0;
	color: #fff;
	line-height: 20px;
  	margin-right: 10px;
}
#emergency-response-opt p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
}
#emergency-response-opt .emergency_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#emergency-response-opt .txt.full {
	width: 65%;
}

h3{
	height: auto !important;
}


/* Extra small devices (phones, less than 576px) */
@media screen and (max-width: 364.98px) {
    /* Styles for extra small devices */
}


/* Extra small devices (phones, less than 576px) */
@media screen and (min-width: 365px) and (max-width: 575.98px) {
    /* Styles for extra small devices */
}

/* Small devices (phones, 576px and up) */
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for small devices */
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    /* Styles for medium devices */
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* Styles for large devices */
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    /* Styles for extra large devices */
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media screen and (min-width: 1400px) {
    /* Styles for extra extra large devices */
}
/*---------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------- END TOP ANNOUNCEMENT SECTION -----------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------- AJAX ERROR POINTS CSS --------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------*/
.ajax-message{
	margin-bottom: 2rem;
}
.ajax-message h3{
	font-weight: 600;
	font-size: 1.1rem;
	padding-top: 1rem;
}

.ajax-message ul{
	text-align: left;
	padding: 1rem 2rem;
}
.ajax-message li{
	font-size: .9rem;
	color: #fff !important;
}

.ajax-message.error{
	background-color: #F56E70;
	border-radius: .5rem;
}
.ajax-message.error .main-p{
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.ajax-message p{
	font-size: .9rem !important;
	font-weight: 500 !important;
	text-align: left;
	color: #fff !important;
	margin: .8rem .8rem !important;
}
.ajax-message p i{
	font-size: .9rem !important;
	display: inline-block;
}
.ajax-message p span{
/*	display: block;*/
}

.is-invalid {
    border-color: #dc3545 !important;
}
.text-danger {
    color: #dc3545;
    font-size: 12px;
}
.ajax-message {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    display: none;
}
.ajax-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
.ajax-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}


/****************************************************
				ERROR MESSAGE CSS
****************************************************/
.error {
	color: red;
	font-size: 12px;
}

/*****************************************************
					FIELD ERRORS
*****************************************************/
span.field-errors{
	display: block;
	padding-top: .5rem;
}
.field-errors p{
	color: red;
	font-weight: 400;
	font-size: .8rem;
	float: left;
	text-align: left;
}


/*****************************************************
				MAKE EMAIL INPUT BE LOWERCASE
*****************************************************/
/*
form input[type="email"]{
	text-transform: lowercase !important;
}
*/

/*****************************************************
					HIDE SELECT CSS
*****************************************************/
select::-ms-expand {
	display: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

/****************************************************
				 	HONEYMOON CSS
*****************************************************/
.ohnohoney{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

/****************************************************
				PAGES PROMOBLOCK CSS
****************************************************/
.js__parallax-window.s-promo-block-v4:before {
	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	z-index: -1;
  	width: 100%;
  	height: 100%;
	background-image: linear-gradient(to bottom, rgba(34, 35, 36, 0.3) 0%, rgba(154, 205, 50, 0.3) 100%);
	background-repeat: repeat-x;
	content: " ";
}


/*---------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------- HEADER SECTION -----------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------*/
.s-header-v2__logo-link img{
	width: 80px;
}
.s-header-v2__nav-link {
	line-height: 2.5rem;
/*
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
*/
	font-size: .9rem;
	color: #2B2B2B;
	font-weight: 600;
}

.login-icon .s-header-v2__nav-link{
	padding-top: .5rem;
}

.s-header-v2__nav-link:hover{
	color: #9ACD32;
}

/* Flexbox for larger screens (above 990px) */
@media (min-width: 990px) {
    .s-header-v2__navbar-row {
        display: flex; /* Enables Flexbox */
        align-items: center; /* Vertically centers the content */
        justify-content: flex-start; /* Aligns items to the start (left) */
    }

    .s-header-v2__navbar-col {
        display: flex;
        align-items: center;
    }

    /* Specific styling for the logo column to ensure it stays on the left */
    .s-header-v2__navbar-col.s-header-v2__navbar-col-width--180 {
        margin-right: auto; /* Pushes the menu items to the right */
    }

    /* Hide the toggle button on larger screens */
    .s-header-v2__toggle {
        display: none; /* Hides the toggle button on screens larger than 990px */
    }
}

/* Flex properties for the logo to be properly aligned */
.s-header-v2__logo {
    display: flex;
    align-items: center;
}

/* Navbar and logo adjustments for smaller screens (below 990px) */
@media (max-width: 989px) {
    .s-header-v2__navbar-row {
        display: block; /* Stacks the content vertically */
    }
    .s-header-v2__navbar-col {
        display: block;
        justify-content: space-between; /* Logo on the left, toggle on the right */
        align-items: center;
    }
    .s-header-v2__navbar-col.s-header-v2__navbar-col-width--180 {
        flex: 1; /* Ensures the logo stays on the far left */
    }
    /* Show the toggle button on smaller screens */
    .s-header-v2__toggle {
        display: block; /* Makes sure the toggle button is visible on smaller screens */
        margin-left: auto; /* Pushes the toggle to the far right */
    }
    /* Adjusts the logo position to the left */
    .s-header-v2__logo {
        margin-right: auto; /* Pushes the logo to the far left */
    }
}



/*THIS IS TO MAKE SURE THAT THE HEADER STICKS WHEN IT IS SCROLLED UP*/
.navbar-fixed-bottom, .navbar-fixed-top{
	position: -webkit-sticky;
    position: sticky;
}

/**********************************
			CART SECTION
**********************************/
.cart .g-font-size-22--sm{
	font-weight: 500;
	font-size: 1.4rem !important;
}
.cart .s-header-v2__nav-link{
	padding-top: .5rem;
}
.cart p{
	font-weight: bold;
	padding: .3rem .1rem;
}

/*SPAN*/
.cart span.number{
	font-weight: 600;
	font-size: .8rem;
}


.gradient-custom {
	/* fallback for old browsers */
	background: #6a11cb;
	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-linear-gradient(left, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
	background: -o-linear-gradient(left, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
	background: linear-gradient(to right, rgba(106, 17, 203, 1), rgba(37, 117, 252, 1));
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* Extra small devices (phones, less than 576px) */
@media screen and (max-width: 364.98px) {
    /* Styles for extra small devices */
    .s-header-v2__nav-link{
		line-height: 1rem;
	}
	.s-header-v2__logo-link img{
		width: 60px;
	}
	.s-header-v2__logo-link {
		padding: 1rem 1.25rem .5rem 0;
	}
	.s-header-v2__toggle{
		line-height: 3.3rem;
    	padding: 0.5625rem 0.3125rem 0rem 0.625rem;
	}
}


/* Extra small devices (phones, less than 576px) */
@media screen and (min-width: 365px) and (max-width: 575.98px) {
    /* Styles for extra small devices */
    .s-header-v2__nav-link{
        font-size: 1.2rem;
    }
    .s-header-v2__nav-link{
		line-height: 1rem;
	}
	.s-header-v2__logo-link img{
		width: 60px;
	}
	.s-header-v2__logo-link {
		padding: 1rem 1.25rem .5rem 0;
	}
	.s-header-v2__toggle{
		line-height: 3.3rem;
    	padding: 0.5625rem 0.3125rem 0rem 0.625rem;
	}
}

/* Small devices (phones, 576px and up) */
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for small devices */
    .s-header-v2__nav-link{
		line-height: 1rem;
	}
	.s-header-v2__logo-link img{
		width: 60px;
	}
	.s-header-v2__logo-link {
		padding: 1rem 1.25rem .5rem 0;
	}
	.s-header-v2__toggle{
		line-height: 3.3rem;
    	padding: 0.5625rem 0.3125rem 0rem 0.625rem;
	}
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    /* Styles for medium devices */
    .s-header-v2__nav-link{
		line-height: 1rem;
	}
	.s-header-v2__logo-link img{
		width: 60px;
	}
	.s-header-v2__logo-link {
		padding: 1rem 1.25rem .5rem 0;
	}
	.s-header-v2__toggle{
		line-height: 3.3rem;
    	padding: 0.5625rem 0.3125rem 0rem 0.625rem;
	}
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* Styles for large devices */
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    /* Styles for extra large devices */
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media screen and (min-width: 1400px) {
    /* Styles for extra extra large devices */
}


/*---------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------- IMAGE HOVER ON PRODUCTS, CATEGORIES AND MAIN CATEGORIES SECTION --------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------*/
.img-container {
    position: relative;
    width: 100%;
}

.img-container img {
    width: 100%;
    transition: opacity 0.3s ease;
}

.img-primary {
    display: block;
}

.img-secondary {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.image-hover-wrapper:hover .img-primary {
    opacity: 0;
}

.image-hover-wrapper:hover .img-secondary {
    opacity: 1;
}



/*---------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------- FOOTER SECTION -----------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------*/
footer .g-padding-y-80--xs {
    padding-top: 3.5rem;
}
footer .g-padding-y-30--xs {
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.copyright .row {
    display: flex; /* Enable Flexbox */
    align-items: center; /* Vertically center items */
    justify-content: space-between; /* Space items across the row */
}

.copyright .col-xs-6 {
    /* Reset text alignment for both columns */
    text-align: left; /* Left align for the logo */
}

.copyright .col-xs-6:last-child {
    text-align: right; /* Align text to the right for the copyright */
}

.copyright p {
    margin: 0; /* Remove default margin from <p> for better vertical alignment */
}

.copyright img {
    max-height: 50px; /* Set a max-height for the logo to keep it within limits */
}

footer .g-padding-y-80--xs {
    padding-bottom: 2rem;
}
.copyright img{
	width: 70px;
}
footer .footer-header{
	font-weight: 600;
	color: #fff !important;
	font-size: 1rem;
	margin-bottom: 0.3rem;
}
footer .social-media-footer{
	padding-top: 1.5rem;
}
footer .g-font-size-18--xs {
margin-bottom: .5rem;
}
footer .g-ul-li-lr-15--xs > li {
    padding-left: 0rem;
    padding-right: 2rem;
}
footer .g-font-size-20--xs {
    font-size: 1.1rem !important;
}
.copyright .g-font-size-15--xs {
    font-size: 0.75rem !important;
}

/* Extra small devices (phones, less than 576px) */
@media screen and (max-width: 364.98px) {
    /* Styles for extra small devices */
    .footer .g-hor-divider__dashed--white-opacity-lightest{
        display: flex;                /* Enable Flexbox */
        flex-direction: column;       /* Stack items vertically */
        justify-content: center;      /* Center content vertically */
        align-items: center;          /* Center content horizontally */
        text-align: center;           /* Ensure text is centered */
        padding: 20px;   
    }
    .g-hor-divider__dashed--white-opacity-lightest .g-font-size-15--xs {
		font-size: .8rem !important;
	}
	footer .footer-header {
		font-size: .7rem !important;
	}
	footer .g-font-size-18--xs {
		font-size: .7rem !important;
	}
	footer p {
		font-size: 0.7rem !important;
	}
    footer .g-font-size-20--xs {
		font-size: .9rem !important;
	}
	footer .g-font-size-15--xs{
        font-size: 0.7rem !important;
    }
	footer .copyright .g-font-size-15--xs{
        font-size: 0.5rem !important;
    }
    footer .g-padding-y-80--xs {
		padding-top: 2rem;
		padding-bottom: .5rem;
	}
    .footer .g-padding-y-50--xs {
        padding-top: 1.125rem;
        padding-bottom: 1.125rem;
    }
    .ajax-message li {
		font-size: .8rem;
	}
    .copyright img{
        width: 50px;
    }
}


/* Extra small devices (phones, less than 576px) */
@media screen and (min-width: 365px) and (max-width: 575.98px) {
    /* Styles for extra small devices */
    .g-hor-divider__dashed--white-opacity-lightest .g-font-size-15--xs{
        font-size: 1rem !important;
    }
    .footer .g-hor-divider__dashed--white-opacity-lightest{
        display: flex;                /* Enable Flexbox */
        flex-direction: column;       /* Stack items vertically */
        justify-content: center;      /* Center content vertically */
        align-items: center;          /* Center content horizontally */
        text-align: center;           /* Ensure text is centered */
        padding: 20px;   
    }
	footer .footer-header{
		font-size: .9rem !important;
	}
    footer .g-width-100--xs {
		width: 4.25rem;
	}
	footer .g-padding-y-80--xs {
		padding-top: 2.5rem;
		padding-bottom: .5rem;
	}
	footer .g-padding-y-60--xs{
		padding-bottom: 1rem !important;
	}
	.g-padding-y-50--xs {
		padding-top: 1.125rem;
		padding-bottom: 1.125rem;
	}
    footer .g-padding-y-30--xs {
		padding-top: 1.3rem;
		padding-bottom: 1.3rem;
	}
	footer .g-font-size-14--xs {
		font-size: 0.475rem;
	}
	footer p {
		font-size: 0.8rem !important;
	}
	footer .g-ul-li-tb-5--xs > li {
		padding-top: 0.1125rem;
		padding-bottom: 0.1125rem;
	}
    footer .copyright .g-font-size-15--xs {
		font-size: 0.6rem !important;
	}
    #emergency-response-opt p {
		font-size: 13px;
	}
	#emergency-response-opt {
		padding: 10px 15px;
	}
    .em-featured {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#emergency-response-opt .emergency_header {
		text-align: center;
	}
	#emergency-response .txt.full {
		width: 100%;
	}
    .ajax-message p{
		font-size: .8rem !important;
	}
    .copyright img{
        width: 50px;
    }
}

/* Small devices (phones, 576px and up) */
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for small devices */
    .footer .g-hor-divider__dashed--white-opacity-lightest{
        display: flex;                /* Enable Flexbox */
        flex-direction: column;       /* Stack items vertically */
        justify-content: center;      /* Center content vertically */
        align-items: center;          /* Center content horizontally */
        text-align: center;           /* Ensure text is centered */
        padding: 20px;   
    }
    #emergency-response-opt p {
		font-size: 15px;
	}
	#emergency-response-opt {
   		padding: 10px; 
	}
    .intro .jumbotron h1 {
		color: #e70052;
		max-width: 100%;
	}
    footer .g-padding-y-80--xs {
        padding-bottom: .5rem;
    }
    footer .g-padding-y-50--xs {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .copyright img{
        width: 50px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    /* Styles for medium devices */
    .g-hor-divider__dashed--white-opacity-lightest{
        text-align: left;
    }
    .copyright img {
		width: 55px;
	}
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* Styles for large devices */
}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    /* Styles for extra large devices */
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media screen and (min-width: 1400px) {
    /* Styles for extra extra large devices */
}
