html, body {
	width: 100%;
}

header {
	top: 0;
	height: 10em;
	position: sticky;
	width: 100%;
	z-index: 999;
	background-color: white;
}

p {
	margin: 0 !important;
}

.container, .row {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

@property --globalColor1 {
  syntax: '<color>';
  initial-value: #5B8E0A;
  inherits: false;
}

@property --globalColor2 {
  syntax: '<color>';
  initial-value: #0081E9;
  inherits: false;
}

.product_info_images_first_row {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product_info_images_scroll {
	font-size: 1.5em;
	padding: 0.5em;
	background-color: #DDDDDD;
	border-radius: 10px;
	cursor: pointer;
	transition: all .2s ease-in-out;
}
.product_info_images_scroll:hover {
	background-color: #5B8E0A !important;
	color: #0081E9 !important;
}

.product_info_images_main_container {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product_info_images_main_container .row {
	overflow: hidden;
	height: auto;
	text-align: center;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.product_info_images_main_container .row .product_info_image_container, .product_info_images_main_container .row .product_info_image_container_small {
	height: auto;
	width: 100%;
	padding: 0.5em;
	display: inline-block;
	flex-shrink: 0;
}
.product_info_images_main_container .row .product_info_image_container .container, .product_info_images_main_container .row .product_info_image_container .container_small {
	text-align: center;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ===== [BEGIN] ===== MODAL ===== */
.modal {
	align-items: center;
	position: fixed;
	z-index: 1;
	padding-top: 0%;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	overflow-x: hidden;
}
.modal-content {
	justify-content: center;
	background-color: #fefefe;
	margin: auto;
	padding: 2em;
	border: 0.1em solid #888;
	width: 80%;
	max-height: 40em;
	overflow: auto;
}
.close, .close0 {
	color: #aaaaaa;
	float: right;
	font-size: 1.8em;
	font-weight: bold;
}
.close0 {
	height: 1em;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-left: 0.25em;
}
.close:hover, .close:focus, .close0:hover, .close0:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
/* ===== [END] ===== MODAL ===== */

.modal_ann {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	position: fixed;
	z-index: 1001;
	margin-top: 10em;
	right: 0;
	top: 0;
	width: 25em;
	height: 8em;
	overflow: hidden;
	margin-right: -30em;
	transition: .5s;
}
.modal-content_ann {
	background-color: #fefefe;
	padding: 0em;
	border: 0.1em solid #888;
	border-radius: 5px;
	width: 25em;
	height: 8em;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.close {
	color: #aaaaaa;
	float: right;
	font-size: 1.8em;
	font-weight: bold;
	margin-right: 0.5em;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.annModal_row {
	display: flex;
}

.sidenav {
	height: 100%;
	width: 50%;
	position: fixed;
	z-index: 1002;
	top: 0;
	left: -75%;
	background-color: #5B8E0A;
	overflow-x: hidden;
	padding-top: 5em;
	transition: 0.5s;
	text-decoration: none;
	/*border-right: 0.1em solid gray;*/
}
.secondSidenav {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1002;
	top: 0;
	right: -125%;
	background-color: #5B8E0A;
	overflow-x: hidden;
	padding-top: 1em;
	transition: 0.5s;
	text-decoration: none;
	margin-top: 4em;
	height: 90%;
}
.adminSidenav {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1002;
	top: 0;
	right: -125%;
	background-color: #5B8E0A;
	overflow-x: hidden;
	padding-top: 5em;
	transition: 0.5s;
	text-decoration: none;
}
.sidenav a {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	font-size: 1.3em;
	color: white;
	font-weight: bold;
	display: block;
	transition: 0.3s;
	text-align: center;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}
#mySidenav a {
	text-align: left;
	padding-left: 1.5em;
}
.secondSidenav a, .adminSidenav a {
	text-align: center !important;
	padding-left: 0 !important;
}
.sidenav a:hover, .adminSidenav a:hover {
	color: white;
	text-shadow: none;
	text-decoration: none;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 0.5em;
	font-size: 2.5em;
}

.cart_nav {
	position: fixed;
	right: 0;
	top: 10em;
	z-index: 1001;
	width: 20% !important;
	height: 85%;
	background-color: white;
	margin-right: -25% !important;
	transition: all ease-in-out .5s;
}
#cart_nav_close:hover {
	color: red !important;
}

.nav_icon_img {
	margin-bottom: 0.4em;
	cursor: pointer;
}

#myModalCookies {
	width: 80%;
	height: 25%;
	background-color: rgba(0, 0, 0, 0);
	left: 10%;
	top: 75%;
	z-index: 2;
}
#accept_cookies_button:hover {
	background-color: #5B8E0A !important;
}
#accept_age_restriction:hover, #expiration_warning_ok:hover {
	background-color: #5B8E0A !important;
}
#accept_age_restriction_cancel:hover {
	background-color: #CCCCCC !important;
}

#myModalAccountAdvise {
	width: 25%;
	height: 25%;
	background-color: rgba(0, 0, 0, 0);
	left: 37.5%;
	top: auto;
	bottom: 0;
	z-index: 1;
}
#cancel_account_advise:hover {
	background-color: #5B8E0A !important;
}

.header_main_row {
	height: 60%;
}
.header_main_row .col-sm-2 {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header_main_row .col-sm-2 img {
	width: 75%;
	height: 75%;
}

#header_account_menu {
	width: 75% !important;
	background-color: #5B8E0A;
	border-radius: 10px;
	position: absolute;
	top: 100%;
	right: 0%;
	font-weight: bold;
	font-size: 1em !important;
	padding: 1em 1em 1em 1em !important;
	display: none;
	text-align: left;
	z-index: 1000;
	box-shadow: 0px 0px 10px #000000;
}
#header_account_menu .row {
	margin-top: 1em !important;
}
#header_account_menu .row a {
	color: white;
	text-decoration: none;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}
#header_account_menu .row a:hover {
	color: #0081E9;
}

.header_logo_col a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.header_logo_col a img {
	width: auto !important;
	max-width: 100% !important;
	height: 90% !important;
	display: flex;
	align-items: center;
}
.header_main_row .col-sm-4 {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_main_row .col-sm-4 input {
	border-radius: 25px;
	background-color: #DDDDDD !important;
	font-style: italic;
	background: url('../images/header/magnifying_glass_icon.png') no-repeat right;
	background-size: contain;
	padding-right: 2em;
}

.header_nav_row {
	height: 4em;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 999;
	width: 100%;
}

.header_nav_row_second {
	height: 100%;
	margin-left: 8.35% !important;
	width: 83.3% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-x: auto;
	overflow-y: hidden;
	background-image: linear-gradient(to right, #5B8E0A, #0081E9) !important;
}
.header_nav_row_second::-webkit-scrollbar { 
	display: none;
}

.header_nav_row_third {
	width: 100%;
	height: 100%;
	display: flex;
}
.header_nav_row_third .col-sm-1 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_nav_row_third .col-sm-1 a {
	height: auto !important;
	border-radius: 25px;
	padding: 0.5em 1em;
	color: white !important;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}
.header_nav_row .col-sm-2 {
	width: 0;
	padding: 0;
}
.header_nav_row .col-sm-1 {
	height: 100%;
	width: 10%;
	overflow: hidden;
	padding: 0 !important;
	font-weight: bold;
	flex-shrink: 0;
}
.header_nav_row .col-sm-1 a {
	height: 100% !important;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	text-decoration: none;
	color: black;
	padding: 0em 1em;
}
.header_nav_row .col-sm-1 a:hover {
	color: white;
	border: 0.1em solid white;
	border-radius: 5px;
}
#header_nav_row_categories .col-sm-1 a:hover {
	color: white;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}
.header_nav_row .col-sm-1 a p {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.header_nav_row .col-sm-1 a p img {
	margin-right: 0.5em;
}

#header_nav_row_second_categories {
	border-radius: 5px;
}

/* ===== [BEGIN] ===== GLOBAL CONTACT ===== */
#global_contact_general {
	background-image: linear-gradient(to right, #5B8E0A, #0081E9);
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
	border-radius: 40px;
	width: 4em;
	height: 4em;
	position: fixed;
	bottom: 0.5em;
	right: 1.5em;
	z-index: 998;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease-in-out .5s;
	cursor: pointer;
}
#global_contact_general p {
	color: white;
	font-weight: bold;
	font-size: 1.5em;
}
#global_phone_icon {
	background-color: red;
	border-radius: 40px;
	width: 3.9em;
	height: 3.9em;
	position: fixed;
	bottom: 0.5em;
	right: 1.5em;
	z-index: 997;
	display: none;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all ease-in-out .5s;
}
#global_phone_icon img {
	width: 2em;
	height: 2em;
}
#global_whatsapp_icon {
	width: 3.9em;
	height: 3.9em;
	position: fixed;
	bottom: 0.5em;
	right: 1.5em;
	z-index: 997;
	display: none;
	opacity: 0;
	transition: all ease-in-out .5s;
}
#global_email_icon {
	background-color: mediumpurple;
	border-radius: 40px;
	width: 3.9em;
	height: 3.9em;
	position: fixed;
	bottom: 0.5em;
	right: 1.5em;
	z-index: 996;
	display: none;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all ease-in-out .5s;
}
#global_email_icon img {
	width: 2em;
	height: 2em;
}
/* ===== [END] ===== GLOBAL CONTACT ===== */

.page_main_header {
	padding: 0 !important;
	height: 30%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-blend-mode: darken;
	border-radius: 5px;
}
.page_main_header_darken {
	height: 100%;
	width: 100%;
	background-color: #000000AA;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
.page_main_header_row p {
	color: white;
	font-size: 4em;
	font-weight: bold;
	text-align: center;
	color: white;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}

.page_simple_header {
	margin-top: 12% !important;
}
.page_simple_header p {
	font-size: 3em;
	font-weight: bold;
	text-align: center;
}

#cart_amount {
	background-image: linear-gradient(to right, #5B8E0A, #0081E9);
	margin: -2em 0em 0em -1em !important;
	border-radius: 50px;
	width: 0.75em;
	height: 0.75em;
	font-size: 1em;
	font-weight: bold;
	padding: 0.75em 0.75em 0.75em 0.75em !important;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}

.general_search_results_list {
	top: 4.5em;
	max-height: 20em;
	position: fixed;
	width: 100%;
	z-index: 1000;
	display: none;
}
.general_search_results_list .list_main_col {
	height: 100%;
}
.general_search_results_list .list_col {
	background-color: white;
	border: 0.1em solid gray;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.general_search_results_list .list_col::-webkit-scrollbar { 
	width: 5px;
	height: 5px;
} 
.general_search_results_list .list_col::-webkit-scrollbar-track { 
	background: #FFFFFF; 
} 
.general_search_results_list .list_col::-webkit-scrollbar-thumb { 
	background: #888;
	border-radius: 10px;	
} 
.general_search_results_list .list_col::-webkit-scrollbar-thumb:hover { 
	background: #555; 
} 
.general_search_results_list .list_col::-webkit-scrollbar-button { 
	display: none; 
}

.general_search_results_list .list_col .list_img {
	width: 4em;
	height: 5em;
}
.general_search_results_list .list_col .row {
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
}
.general_search_results_list .list_col .list_line {
	margin-top: 1em !important;
	border-top: 0.1em solid gray;
	margin: 0em 1em 0em 1em;
}

.products_subcateg_list {
	padding: 0 !important;
}
.products_subcateg_list .products_container {
	border: 0.1em solid gray;
	border-radius: 5px;
	border-top: 0;
	padding: 1em 0em 1em 0em !important;
}
.products_subcateg_list .products_container ul a {
	text-decoration: none;
	color: gray;
	font-weight: bold;
}
.products_subcateg_list .products_container ul a:hover {
	color: black;
}

.products_list_pages_row .col_left {
	margin-top: 1em !important;
	padding: 0px 5px;
}
.products_list_pages_row .col_left p {
	padding: 0.25em 0em;
	font-weight: bold;
}
.products_list_pages_row .col_right {
	display: flex;
	justify-content: flex-end;
	margin-top: 1em !important;
	padding: 0px 5px;
}
.products_list_pages_row .col_right p {
	padding: 0.25em 0.5em 0.25em 0.5em;
	background-color: white;
	border: 0.1em solid gray;
	border-radius: 5px;
	margin-left: 1em !important;
	font-weight: bold;
}
.products_list_pages_row .col_right a {
	text-decoration: none !important;
	color: black !important;
}

.productMainDiv, .recentProductMainDiv, .discountProductMainDiv, .similarProductMainDiv, .recommendedProductMainDiv, .recent_seenProductMainDiv, .favoriteProductMainDiv {
	background-color: white;
	border: 0.1em solid #BBBBBB;
}
.productMainDiv:hover, .recentProductMainDiv:hover, .discountProductMainDiv:hover, .similarProductMainDiv:hover, .recommendedProductMainDiv:hover, .recent_seenProductMainDiv:hover, .favoriteProductMainDiv:hover {
	box-shadow: 0px 0px 5px #4372BC !important;
}

.product_plus:hover, .product_minus:hover, .cartNav_product_plus:hover, .cartNav_product_minus:hover, #product_amount_plus:hover, #product_amount_minus:hover {
	color: red;
}

.change_page_button p:hover {
	background-color: #DDDDDD;
}

.discount_products, .popular_products, .recent_products, .brands_logos, .similar_products, .recommended_products, .recent_seen_products, .favorite_products {
	margin-top: 10em !important;
}
.discount_products_col , .popular_products_col, .recent_products_col, .brands_logos_col, .similar_products_col, .recommended_products_col, .recent_seen_products_col, .favorite_products_col {
	/* */
}
.discount_products_col .row .col-sm-8, .popular_products_col .row .col-sm-8, .recent_products_col .row .col-sm-8, .brands_logos_col .row .col-sm-8, .similar_products_col .row .col-sm-8, .recommended_products_col .row .col-sm-8, .recent_seen_products_col .row .col-sm-8, .favorite_products_col .row .col-sm-8 {
	width: 66.6%;
}
.discount_products_col .row .col-sm-4, .popular_products_col .row .col-sm-4, .recent_products_col .row .col-sm-4, .brands_logos_col .row .col-sm-4, .similar_products_col .row .col-sm-4, .recommended_products_col .row .col-sm-4, .recent_seen_products_col .row .col-sm-4, .favorite_products_col .row .col-sm-4 {
	width: 33.3%;
}

.discount_products_main_row, .popular_products_main_row, .recent_products_main_row, .brands_logos_main_row, .similar_products_main_row, .recommended_products_main_row, .recent_seen_products_main_row, .favorite_products_main_row {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.discount_products_main_row::-webkit-scrollbar, .popular_products_main_row::-webkit-scrollbar, .recent_products_main_row::-webkit-scrollbar, .brands_logos_main_row::-webkit-scrollbar, .similar_products_main_row::-webkit-scrollbar, .recommended_products_main_row::-webkit-scrollbar, .recent_seen_products_main_row::-webkit-scrollbar, .favorite_products_main_row::-webkit-scrollbar { /* Chrome, Safari and Opera */
	display: none;
}

.product_add {
	background-image: linear-gradient(to right, #5B8E0A, #0081E9) !important;
}
.product_add:hover {
	background-image: linear-gradient(to right, #428005, #0040A5) !important;
}

.main_images_arrow, .products_arrow {
	cursor: pointer;
	padding: 0.4em 0.8em;
	background-color: black;
	color: white;
	font-weight: bold;
	border-radius: 100px;
	font-size: 1.5em;
	position: absolute;
	top: 48%;
	z-index: 100;
	transition: all .2s ease-in-out;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}
.main_images_arrow:hover, .products_arrow:hover {
	font-size: 2em;
}

.categories_arrow {
	cursor: pointer;
	padding: 0.4em 0.8em;
	background-color: black;
	color: white;
	font-weight: bold;
	border-radius: 100px;
	font-size: 1.2em;
	position: absolute;
	top: 20%;
	z-index: 100;
	transition: all .2s ease-in-out;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}
.categories_arrow:hover {
	font-size: 1.5em;
}

.index_main_image_col {
	min-height: 0em !important;
	background-image: url("../images/home/main_images/main_image.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: darken;
	transition: 3s;
	border-radius: 5px;
}
.mobile_index_main_image_col {
	height: 20em;
	background-image: url("../images/home/main_images/main_image.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: darken;
	transition: 3s;
}

.present_index_main_image_col {
	margin-top: 10em !important;
	padding: 0 !important;
}
.present_index_main_image_col img {
	border-radius: 5px;
}

.subcateg_image_col a img {
	border-radius: 5px;
}

.main_aboutus {
	margin-top: 10em !important;
	box-shadow: 0px 0px 5px #555555;
	border-radius: 10px;
	padding: 0 !important;
}
.main_aboutus .col-sm-4 {
	padding: 0;
}

.main_aboutus_row {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_aboutus_left {
	padding-right: 1em !important;
}
.main_aboutus_left .title {
	text-align: left;
	font-size: 2em;
	color: #5B8E0A;
	font-weight: bold;
}
.main_aboutus_left .text {
	font-size: 1.2em;
	text-align: justify;
}
.main_aboutus_left .button a {
	font-size: 1.25em;
	padding: 0.5em 1em 0.5em 1em;
	background-color: #5B8E0A !important;
	color: white;
	font-weight: bold;
	border-radius: 25px;
	text-decoration: none;
	background: linear-gradient(#0081E9, #0081E9);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition: all .5s ease-out;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}
.main_aboutus_left .button a:hover {
	background-size: 100% 100%;
}
.main_aboutus_right {
	padding-left: 1em !important;
	min-height: 28em !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.home_contact_box {
	margin-top: 10em !important;
}
.home_contact_box .row {
	min-height: 10em;
}
.home_contact_box .row .col-sm-8 {
	background-color: #EEEEEE;
	min-height: 10em !important;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #000000;
	padding: 0;
	background-image: url('../images/home/home_contact.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: darken;
}
.home_contact_box .row .col-sm-8 .container {
	background-color: #000000AA;
	padding: 2em !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}
.home_contact_box .row .col-sm-8 .container a {
	background: linear-gradient(#5B8E0A, #5B8E0A);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 0% 0%;
	transition: all .2s ease-out;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}
.home_contact_box .row .col-sm-8 .container a:hover {
	background-size: 100% 100%;
}

.home_newsletter {
	margin-top: 5em !important;
}
.home_newsletter .row .col-sm-8 {
	padding: 0;
}
.home_newsletter .row .col-sm-8 .container {
	background-image: url('../images/home/home_newsletter.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #000000;
}

.aboutus_main_container {
	margin-top: 10em !important;
}
.aboutus_title_row {
	text-align: center;
}
.aboutus_title_row p {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: black;
}
.aboutus_main_text {
	margin-top: 3em !important;
}
.aboutus_main_text_col p {
	text-align: center;
	font-size: 1.2em;
}

.aboutus_main_container {
	margin-top: 10em !important;
}

.aboutus_main_container .col-sm-10 .container {
	box-shadow: 0px 0px 5px #000000;
	border-radius: 5px;
}

.aboutus_main_row_first .aboutus_main_col_left {
	border-top-left-radius: 5px;
	height: 50em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aboutus_main_row_first .aboutus_main_col_right {
	border-top-right-radius: 5px;
	height: 50em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aboutus_main_row_first .aboutus_main_col_left .text .title, .aboutus_main_row_first .aboutus_main_col_right .text .title {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
.aboutus_main_row_first .aboutus_main_col_left .text .subtext, .aboutus_main_row_first .aboutus_main_col_right .text .subtext {
	margin-top: 3em !important;
	font-size: 1.2em;
	text-align: center;
}

.aboutus_main_row_second .aboutus_main_col_left {
	border-top: 0.1em solid gray;
	border-bottom-left-radius: 5px;
	height: 50em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aboutus_main_row_second .aboutus_main_col_left .text .title, .aboutus_main_row_second .aboutus_main_col_right .text .title {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
.aboutus_main_row_second .aboutus_main_col_left .text .subtext, .aboutus_main_row_second .aboutus_main_col_right .text .subtext {
	margin-top: 3em !important;
	font-size: 1.2em;
	text-align: center;
}
.aboutus_main_row_second .aboutus_main_col_right {
	border-top: 0.1em solid gray;
	border-bottom-right-radius: 5px;
	height: 50em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact_main_container {
	margin-top: 10em !important;
}
.contact_title_row {
	text-align: center;
}
.contact_title_row p {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: black;
}
.contact_main_text {
	margin-top: 3em !important;
}
.contact_main_text_col p {
	text-align: center;
	font-size: 1.2em;
}

.contact_info_row {
	margin-top: 10em !important;
}
.contact_info_offers_row {
	margin-top: 5em !important;
}
.contact_info_row_second {
	text-align: center;
	box-shadow: 0px 0px 5px #000000;
	border-radius: 5px;
}
.contact_info_row_second .col-sm-4 {
	min-height: 17em;
}
.contact_info_row_second .col-sm-12 {
	box-shadow: 0px 0px 5px #000000;
	border-radius: 5px;
}
.contact_info_row_second .col-sm-4:hover {
	padding-top: 1em;
	color: white;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
	background-image: linear-gradient(to right, #5B8E0A, #0081E9) !important;
}
.contact_info_row_second .col-sm-12:hover {
	padding-top: 1em;
	color: white;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
	background-image: linear-gradient(to right, #5B8E0A, #0081E9) !important;
}
.contact_info_row_second .col-sm-4 img, .contact_info_row_second .col-sm-12 img {
	width: 3em;
	height: 3em;
}
.contact_info_row_second .col-sm-12 a img {
	width: 20em;
	height: 4em;
	margin-top: 2em;
}
.contact_info_title {
	margin-top: 1em !important;
	font-size: 1.5em;
	font-weight: bold;
}
.contact_info_first {
	margin-top: 2em !important;
	font-size: 1.3em;
	font-weight: bold;
}
.contact_info_second {
	font-size: 1.3em;
	font-weight: bold;
}
#contact_info_row_first, #contact_info_row_second {
	opacity: 0;
	transition: ease 1s;
}

.location_container {
	margin-top: 5em !important;
	box-shadow: 0px 0px 5px #000000;
	border-radius: 5px;
}
.location_title {
	margin-top: 1em !important;
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
}
.location_address {
	margin-top: 3em !important;
	padding-left: 1em !important;
	padding-right: 1em !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.location_address img {
	width: 3em;
	height: 3em;
}
.location_address p {
	font-size: 1.3em;
	font-weight: bold;
}
.location_map {
	margin-top: 3em !important;
	text-align: center;
}
.location_map iframe {
	width: 80%;
	height: 50em;
	margin-bottom: 4em;
}

.product_info_container {
	margin-top: 5% !important;
}

.product_info_col_left {
	text-align: center;
}
.product_info_col_left img {
	max-width: 90%;
	max-height: 35em;
}
.product_info_col_right {
	word-wrap: break-word;
}

.product_price_row {
	margin-top: 1em !important;
	font-size: 1.2em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product_price_row .col-sm-6 {
	padding: 0 !important;
}

.product_add_row {
	margin-top: 1em !important;
	font-size: 1.2em;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.product_add_col_left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: 0.1em solid gray;
	border-radius: 25px;
	width: 7em !important;
	padding: 0 !important;
	font-weight: bold;
	font-size: 1em;
	height: 2em;
	max-width: 50%;
}
.product_add_col_left p {
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product_add_col_right {
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.product_add_col_right p {
	width: 10em;
	background-color: black;
	color: white;
	border-radius: 25px;
	text-align: center;
	font-size: 1em;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.product_add_col_right p:hover {
	background-color: #777777;
}

.cart_title {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

.cart_empty {
	text-align: center;
	margin-top: 5em !important;
	font-size: 1.2em;
	font-weight: bold;
}

.keep_shopping {
	text-align: center;
	margin-top: 2em !important;
	font-size: 1.2em;
}
.keep_shopping a {
	text-decoration: none !important;
	color: black !important;
	border: 0.1em solid gray;
	border-radius: 25px;
	padding: 0.5em 1em 0.5em 1em;
}
.keep_shopping a:hover {
	background-color: #DDDDDD !important;
}

.cart_container_main {
	margin-top: 5em !important;
}

.cart_container_second {
	border: 0.1em solid gray;
	padding-bottom: 1em !important;
	background-color: white;
}

.cart_row_main {
	background-color: #EEEEEE;
	padding: 0.5em 0em 0.5em 0em !important;
	border-bottom: 0.1em solid gray;
	font-weight: bold;
}

.cart_product_row {
	margin-top: 1em !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cart_product_col_left {
	padding-left: 0 !important;
}

.cart_product_col_left .row {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart_product_col_left .row .col-sm-4 {
	padding: 0;
	padding-left: 0.25em;
}
.cart_product_col_left .row .col-sm-8 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 0;
	padding-left: 0.25em;
}

.cart_product_col_center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.cart_product_col_center .cart_product_col_center_row {
	width: 7em !important;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.1em solid gray;
	border-radius: 25px;
	font-weight: bold;
}

.product_remove:hover, .cartNav_product_remove:hover {
	color: red;
}

.product_minus, .cartNav_product_minus {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2em;
	border-right: 0.1em solid gray;
	height: 100%;
	padding-bottom: 0.1em;
	cursor: pointer;
}
.product_amount, .cartNav_product_amount {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3em;
	height: 100%;
}
.product_plus, .cartNav_product_plus {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2em;
	border-left: 0.1em solid gray;
	height: 100%;
	cursor: pointer;
}

.products_info_nav_row {
	margin-top: 2em !important;
}
.products_info_nav_row .col-sm-8 p {
	font-size: 1em;
	font-weight: bold;
	color: gray;
}
.products_info_nav_row .col-sm-8 p a {
	color: gray;
	text-decoration: none;
}
.products_info_nav_row .col-sm-8 p a:hover {
	color: black;
}

.cart_container_main_mobile {
	margin-top: 5em !important;
}

.total_container {
	margin-top: 3em !important;
}

.total_col_right .row {
	display: flex;
	align-items: center;
}
.total_col_right .row .col-sm-6 {
	padding: 0;
	font-size: 1.1em;
	width: 50%;
}

.total_subtotal_row, .total_total_row {
	display: flex;
}
.total_subtotal_row .col-sm-6, .total_total_row .col-sm-6 {
	width: 50%;
}

.cart_buttons_row {
	margin-top: 3em !important;
}

.cart_buttons_col_left p {
	border: 0.1em solid black;
	border-radius: 25px;
	width: 17em;
	text-align: center;
	padding: 0.5em 0.5em 0.5em 0.5em;
	cursor: pointer;
}
.cart_buttons_col_left p:hover {
	background-color: #DDDDDD;
}

.cart_buttons_col_right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.cart_buttons_col_right p {
	background-color: black;
	color: white;
	border-radius: 25px;
	width: 17em;
	text-align: center;
	padding: 0.5em 0.5em 0.5em 0.5em;
	cursor: pointer;
}
.cart_buttons_col_right p:hover {
	background-color: #777777;
}

.account_menu, #account_menu, #account_menu2 {	
	margin-top: 10em !important;
	text-align: center;
	color: black;
	border: 0 !important;
	box-shadow: 0px 0px 10px #000000;
	border-radius: 10px;
	background-color: #DDDDDD;
	padding: 2em 1em !important;
	margin-bottom: 2em !important;
	overflow: hidden !important;
}
.form-group .help-block {
	color: red;
}

#payment_menu {
	margin-top: 5em !important;
	text-align: center;
	color: black;
	overflow: hidden;
}
#payment_menu .form-horizontal .form-group .control-label {
	font-weight: normal !important;
}
#payment_menu .form-horizontal .form-group .help-block {
	color: red;
}

.shipping_contact_info, .billing_change_info {
	display: none;
}

.a_panel_nav {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 16.6% !important;
	z-index: 1000;
}
.a_panel_nav_main_row {
	height: 100%;
}
.a_panel_nav_main_row a {
	text-decoration: none !important;
}
.a_panel_nav_main_row .col-sm-12 {
	height: 100%;
	background-color: #1e1e2d;
	border-top: 0.1em solid black;
	border-right: 0.1em solid black;
	text-align: left;
	padding: 0em 1em !important;
	overflow-y: auto;
}

.a_panel_nav_title {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1em !important;
	color: white;
	border-bottom: 0.1em solid #a2a3b7;
	padding-bottom: 0.5em !important;
}

.a_panel_nav_item {
	border-top: 0.1em solid #a2a3b7;
	color: #a2a3b7;
}
.a_panel_nav_item p {
	font-size: 1.2em;
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
}
.a_panel_nav_item:hover {
	color: white !important;
	font-weight: bold;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}

.a_panel_page_title {
	font-weight: bold;
	font-size: 1.2em;
	background-color: #EAEBFF;
	padding: 0.5em 1em;
	border-radius: 5px;
}

.a_panel_main_page_container {
	margin-top: 0 !important;
	padding: 0em 5em 0em 5em !important;
}
.a_panel_main_page_container .row {
	text-align: left;
	margin-top: 1em !important;
}
.a_panel_main_page_container .container {
	overflow-x: auto;
	border: 0.1em solid black;
	border-radius: 5px;
}

.table_display th, .table_display td {
	text-align: center !important;
}

.privacy_policy {
	margin-top: 10em !important;
}
.privacy_policy h1 {
	text-align: center;
	font-weight: bold;
	margin: 0;
	margin-bottom: 2em;
}
.privacy_policy p {
	font-size: 1.2em;
	text-align: justify;
}
.privacy_policy hr {
	border-color: black;
}

.home_discount_codes {
	margin-top: 10em !important;
}
.home_products_popular {
	margin-top: 3em !important;
}
.home_discount_codes .codes_row {
	display: flex;
	height: 18em !important;
}
.home_products_popular .popular_row {
	display: flex;
	height: 8em !important;
}
.home_discount_codes .codes_row .col-sm-8, .home_products_popular .popular_row .col-sm-8 {
	padding: 1em 0em 0em 0em;
	overflow-x: hidden;
	overflow-y: visible;
	height: 100%;
	width: 66.66%;
}
.home_discount_codes .codes_row .col-sm-8 .main_row, .home_products_popular .popular_row .col-sm-8 .main_row {
	display: flex;
	align-items: center;
	overflow-x: auto;
	overflow-y: visible;
	width: 100% !important;
	padding: 0em 1em !important;
	height: 100%;
	-ms-overflow-style: none !important;  /* IE and Edge */
	scrollbar-width: none !important;  /* Firefox */
}
.home_discount_codes .codes_row .col-sm-8 .main_row::-webkit-scrollbar, .home_products_popular .popular_row .col-sm-8 .main_row::-webkit-scrollbar {
	width: 0px;
    background: transparent; /* make scrollbar transparent */
}
.home_discount_codes .codes_row .col-sm-8 .row .home_code_col {
	height: 100%;
	width: 16.6%;
	margin: 0% 0.4%;
	flex-shrink: 0;
	padding: 0.5em;
}
.home_products_popular .popular_row .col-sm-8 .row .home_popular_col {
	height: 100%;
	width: 20%;
	margin: 0% 0.4%;
	flex-shrink: 0;
	padding: 0.5em;
}
.home_discount_codes .codes_row .col-sm-8 .row .home_code_col .container, .home_products_popular .popular_row .col-sm-8 .row .home_popular_col .container {
	background-color: white;
	border: 0.1em solid gray;
	height: 100%;
	width: 100%;
	border-radius: 15px;
	transition: all .2s ease-in-out;
}
.home_discount_codes .codes_row .col-sm-8 .row .home_code_col .container:hover {
	box-shadow: 0px 0px 5px #000000;
	margin-top: -0.4em !important;
}
.home_products_popular .popular_row .col-sm-8 .row .home_popular_col .container:hover {
	box-shadow: 0px 0px 5px #000000;
	margin-top: -0.4em !important;
}
.home_discount_codes .codes_row .col-sm-8 .row .home_code_col .container .first_row, .home_products_popular .popular_row .col-sm-8 .row .home_popular_col .container .first_row {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 15px;
}
.home_discount_codes .codes_row .col_left, .home_products_popular .popular_row .col_left {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.home_discount_codes .codes_row .col_right, .home_products_popular .popular_row .col_right {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.home_codes_back, .home_codes_next, .home_popular_back, .home_popular_next {
	color: black;
	font-weight: bold;
	font-size: 2em;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

#codes_discount_modal_content, #myModalImageZoom_content {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.a_panel_dashboard_main {
	border: 0 !important;
	margin-top: 2em !important;
}
.a_panel_dashboard_main .col-sm-4 {
	margin-top: 2em;
}
.a_panel_dashboard_main .col-sm-4 .container {
	border: 0;
	padding: 0.5em !important;
	background: #1E1E2D;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #555555;
	min-height: 15em;
	display: flex;
	overflow: hidden;
	cursor: pointer;
	transition: all .2s ease-in-out;
}
.a_panel_dashboard_main .col-sm-4 .container:hover {
	margin-top: -1em !important;
	margin-bottom: 1em !important;
}
.a_panel_dashboard_main .col-sm-4 .container .col-sm-4 {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0;
}
.a_panel_dashboard_main .col-sm-4 .container .col-sm-4 div {
	background-color: white;
	padding: 1em;
	border-radius: 100px;
}
.a_panel_dashboard_main .col-sm-4 .container .col-sm-8 {
	display: flex;
	align-items: center;
	width: 75%;
	height: 100%;
}
.a_panel_dashboard_main .col-sm-4 .container .col-sm-8 .container {
	box-shadow: none;
	border: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.a_panel_dashboard_main .col-sm-4 .container .col-sm-8 .container:hover {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.a_panel_dashboard_main .col-sm-4 .container .col-sm-8 .container .title {
	text-align: center;
	font-size: 1.5em;
	color: white;
	font-weight: bold;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}
.a_panel_dashboard_main .col-sm-4 .container .col-sm-8 .container .data {
	color: white;
	font-size: 1.2em;
	font-weight: bold;
}

.a_panel_dashboard_charts {
	border: 0 !important;
	margin-top: 5em !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.a_panel_dashboard_charts .col-sm-6 {
	width: 50%;
}

.a_panel_salepoint .col-sm-12 .row, .a_panel_findpoint .col-sm-12 .row {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0.1em solid gray;
	border-bottom: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.a_panel_salepoint .col-sm-12 .row .col-sm-6, .a_panel_findpoint .col-sm-12 .row .col-sm-6 {
	color: gray;
	border-left: 0.1em solid gray;
	border-bottom: 0.3em solid gray;
	padding: 0.5em;
	cursor: pointer;
	width: 50%;
}
.a_panel_salepoint .col-sm-12 .row .col-sm-6:hover, .a_panel_findpoint .col-sm-12 .row .col-sm-6:hover {
	color: black !important;
	border-bottom: 0.3em solid #5B8E0A !important;
}
.a_panel_salepoint .col-sm-12 .row .col-sm-6 p, .a_panel_findpoint .col-sm-12 .row .col-sm-6 p {
	text-align: center;
	font-size: 1.2em;
}
.a_panel_salepoint_option_content, .a_panel_findpoint_option_content {
	display: none;
}

.choose_product_button {
	background-image: linear-gradient(to right, #5B8E0A, #0081E9) !important;
}
.choose_product_button:hover {
	background-image: linear-gradient(to right, #4D1171, #0470C3) !important;
}

.choose_product_right_col_container {
	margin-top: 2.5em !important;
}
.choose_product_right_col_container::-webkit-scrollbar { 
	width: 5px;
	height: 5px;
	z-index: 1999;
}
.choose_product_right_col_container::-webkit-scrollbar-track { 
	background: #A9A9A977;
	z-index: 1999;
} 
.choose_product_right_col_container::-webkit-scrollbar-thumb { 
	background: #A9A9A9FF;
	border-radius: 5px;
	z-index: 1999;
} 
.choose_product_right_col_container::-webkit-scrollbar-thumb:hover { 
	background: #808080;
} 
.choose_product_right_col_container::-webkit-scrollbar-button { 
	display: none;
}

#choose_product_modal_content_info_container {
	overflow: hidden;
	width: 17em !important;
	height: 7em;
	background-color: #000000;
	border-radius: 10px;
	position: absolute;
	top: 0.5em;
	left: 15px;
	margin-left: 1.5em !important;
	padding: 0.5em !important;
	color: white;
}

#choose_product_modal_content_info_container_second::-webkit-scrollbar { 
	width: 5px;
	height: 5px;
	z-index: 1999;
}
#choose_product_modal_content_info_container_second::-webkit-scrollbar-track { 
	background: #A9A9A977;
	z-index: 1999;
} 
#choose_product_modal_content_info_container_second::-webkit-scrollbar-thumb { 
	background: #A9A9A9FF;
	border-radius: 5px;
	z-index: 1999;
} 
#choose_product_modal_content_info_container_second::-webkit-scrollbar-thumb:hover { 
	background: #808080;
} 
#choose_product_modal_content_info_container_second::-webkit-scrollbar-button { 
	display: none;
}

.product_info_options .col-sm-8 .row .product_info_option {
	color: gray;
	border: 0.1em solid gray;
	border-bottom: 0.3em solid gray;
	padding: 0.5em;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.product_info_options .col-sm-8 .row .product_info_option:hover {
	color: black !important;
	border-bottom: 0.3em solid #5B8E0A !important;
}
.product_info_options .col-sm-8 .row .product_info_option p {
	text-align: center;
	font-size: 1.2em;
}
.product_info_option_content {
	display: none;
}

.a_panel_user_profile_options .row .a_panel_user_profile_option {
	color: gray;
	border: 0.1em solid gray;
	border-bottom: 0.3em solid gray;
	padding: 0.5em;
	cursor: pointer;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.a_panel_user_profile_options .row .a_panel_user_profile_option:hover {
	color: black !important;
	border-bottom: 0.3em solid #5B8E0A !important;
}
.a_panel_user_profile_options .row .a_panel_user_profile_option p {
	text-align: center;
	font-size: 1.2em;
}
.a_panel_user_profile_option_content {
	display: none;
}

.products_filter_sort_menu {
	display: none;
}

.home_icons_container {
	margin-top: 5em !important;
}
.home_icons_container .row .col-sm-2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.home_icons_container .first_row p {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #5B8E0A;
}
.home_icons_container .second_row {
	margin-top: 2em !important;
}
.home_icons_container .second_row .col-sm-2:hover {
	color: #5B8E0A;
}
.home_icons_container .second_row .col-sm-2 img {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 10000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 10000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 10000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.home_icons_container .second_row .col-sm-2 p, .home_icons_container .mobile_text_row p {
	margin-top: 1em !important;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
}
.home_icons_container .mobile_text_row {
	display: none;
}
.home_icons_container .mobile_text_row p {
	color: #5B8E0A;
	display: none;
}

#myModalWaitingPayment_Logo {
	-webkit-animation-name: spin;
    -webkit-animation-duration: 5000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 5000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 5000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.maintanance_container .col-sm-10 img {
	-webkit-animation-name: spin;
    -webkit-animation-duration: 10000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 10000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 10000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.maintanance_container .col-sm-10 .second_row img {
	-webkit-animation-name: spinZ;
    -webkit-animation-duration: 10000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinZ;
    -moz-animation-duration: 10000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinZ;
    -ms-animation-duration: 10000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spinZ;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


#proforma_action_icon, #factura_action_icon, #awb_action_icon {
	-webkit-animation-name: spinZ;
    -webkit-animation-duration: 10000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinZ;
    -moz-animation-duration: 10000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinZ;
    -ms-animation-duration: 10000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spinZ;
    animation-duration: 10000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}



/* ===== [BEGIN] ===== FOOTER ===== */
footer {
	margin-top: 10em !important;
	padding: 1em;
	background-color: #0070A1;
	color: white;
	height: 55em;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
footer .container .row {
	font-size: 1.2em;
	text-align: center;
}
.footer_contact {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_policies, .footer_policies .container {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_policies p a:hover {
	color: black !important;
}
/* ===== [END] ===== FOOTER ===== */



/* SPECIAL == LAPTOP (big) & LAPTOP (small) & TABLET & MOBILE */
@media only screen and (max-width: 1500px) {	
	.home_discount_codes .codes_row .col-sm-8 .row .home_code_col {
		width: 20.5%;
	}
}

/* LAPTOP (big) & LAPTOP (small) & TABLET & MOBILE */
@media only screen and (max-width: 1300px) {
	#header_account_menu {
		right: 5%;
	}
	
	#myModalAccountAdvise {
		width: 35%;
		height: 25%;
		left: 32.5%;
	}
	
	.header_nav_row .col-sm-1 a p {
		flex-direction: column;
	}
	.header_nav_row .col-sm-1 a p img {
		margin-right: 0;
	}
	#header_nav_row_products a p img {
		margin-left: 0;
	}
	
	.cart_nav {
		width: 25% !important;
		margin-right: -30% !important;
	}

	.product_box_add_row {
		flex-direction: column;
		justify-content: center !important;
		align-items: center;
	}
	.product_box_add_row div {
		max-width: 100% !important;
	}
	.product_box_add_row .product_add {
		margin-top: 1em;
	}
	.product_add_row {
		flex-direction: column;
		justify-content: center;
	}
	.product_add_row .product_add_col_right {
		margin-top: 1em !important;
		width: 100%;
		justify-content: center;
	}

	.product_price_row .col-sm-5 {
		padding-left: 0;
	}
	.product_price_row .col-sm-7 {
		padding-right: 0;
	}
	.product_price_row .col-sm-7 p {
		display: flex;
		flex-direction: column;
		font-size: 1em !important;
	}
	
	.orders_display_period {
		flex-direction: column !important;
	}
	.orders_display_period h3 font {
		padding: 1px 10px !important;
		font-size: 0.9em;
	}

	.home_discount_codes .codes_row {
		height: 15em !important;
	}

	.a_panel_dashboard_main .col-sm-4 {
		width: 50%;
	}

	#find_search_results_col {
		width: 150% !important;
		left: -25% !important;
	}

	.security_change_email, .security_change_password {
		width: 100% !important;
	}
	.security_change_password {
		margin-top: 0.5em;
	}

	.filter_submit_reset_row {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.filter_submit_reset_row #filter_reset {
		margin-top: 0.5em;
	}

	.history_period_row_main {
		flex-direction: column;
		align-items: flex-start !important;
		justify-content: center !important;
	}

	footer {
		height: 60em;
	}
}

/* LAPTOP (small) & TABLET & MOBILE */
@media only screen and (max-width: 1100px) {	
	.header_logo_col a img {
		height: 90% !important;
	}
	
	@media only screen and (max-height: 800px) {
		.header_nav_row .col-sm-10 .row .content_col a p {
			font-size: 0.8em !important;
		}
		.header_nav_row .col-sm-10 .row .content_col a p img {
			width: 1.25em !important;
			height: 1.25em !important;
		}
	}
	
	#header_account_menu {
		width: 90% !important;
		right: 10%;
	}
	
	#myModalCookies {
		height: 35%;
		top: 65%;
	}
	
	#myModalAccountAdvise {
		width: 40%;
		height: 30%;
		left: 30%;
	}
	
	.cart_nav {
		width: 30% !important;
		margin-right: -35% !important;
	}
	
	.products_subcateg_list .products_container ul {
		padding: 0;
		text-align: center;
	}
	
	.home_discount_codes .codes_row .col-sm-8 .row .home_code_col {
		width: 25.5%;
	}
	
	.a_panel_dashboard_charts {
		flex-direction: column;
	}
	.a_panel_dashboard_charts .col-sm-6 {
		width: 75%;
		margin-top: 3em;
	}
	#a_panel_dashboard_charts_2 {
		margin-top: 3em !important;
	}
	
	footer {
		height: 75em;
	}
	.footer_contact {
		flex-direction: column;
	}
	.footer_contact p {
		margin-top: 1em !important;
	}
	.footer_contact .separators {
		display: none;
	}
	.footer_policies p {
		margin-left: 1em !important;
	}
}

/* TABLET & MOBILE */
@media only screen and (max-width: 900px) {
	#header_account_menu {
		width: 115% !important;
		right: 0%;
	}
	
	.header_logo_col a img {
		height: 75% !important;
	}
	
	.cart_nav {
		width: 40% !important;
		margin-right: -45% !important;
	}
	
	.home_discount_codes .codes_row .col-sm-8 .row .home_code_col {
		width: 35%;
	}
	
	.a_panel_dashboard_main {
		flex-direction: column;
	}
	.a_panel_dashboard_main .col-sm-4 {
		width: 100%;
	}
	
	.a_panel_dashboard_charts {
		flex-direction: column;
	}
	.a_panel_dashboard_charts .col-sm-6 {
		width: 100%;
		margin-top: 3em;
	}
	#a_panel_dashboard_charts_2 {
		margin-top: 3em !important;
	}
	
	#find_search_results_col {
		width: 200% !important;
		left: -50% !important;
	}
	
	.products_subcateg_list .filter_sort_menu {
		display: none;
	}
	.products_filter_sort_menu {
		display: block;
	}
}

/* MOBILE */
@media only screen and (max-width: 767px) {
	header {
		height: auto;
		padding: 0.5em;
	}
	.header_main_row {
		height: auto;
	}
	.header_nav_row {
		display: none;
	}
	.header_nav_row_second {
		margin-left: 0 !important;
		width: 100% !important;
	}
	.header_spare_col, .header_logo_col {
		display: none !important;
	}
	.header_logo_col {
		justify-content: center !important;
		height: 35% !important;
		margin-top: 0.3em;
	}
	.header_logo_col a {
		justify-content: center;
	}
	.header_logo_col a img {
		max-width: 75% !important;
		height: 100% !important;
	}
	.header_logo_col_mobile {
		display: flex;
		justify-content: center !important;
		height: 4em;
		margin-top: 0.3em;
	}
	.header_logo_col_mobile a {
		display: flex;
		justify-content: center;
	}
	.header_logo_col_mobile a img {
		width: auto !important;
		max-width: 100% !important;
		height: 100% !important;
	}
	.header_search_col {
		height: 0 !important;
		display: none !important;
		margin-bottom: 0.5em;
	}
	.header_icons_col {
		display: flex;
		justify-content: center !important;
		height: auto !important;
	}
	.header_icons_col img {
		width: 2em !important;
		height: 2em !important;
	}
	.nav_icon_img {
		margin-right: 1em !important;
	}
	.nav_favorite_icon {
		display: none;
	}
	#header_cart_icon img {
		margin-left: 0 !important;
	}
	#cart_amount {
		width: 0.5em;
		height: 0.5em;
		font-size: 0.8em;
		padding: 0.65em !important;
	}
	#header_logo_mobile {
		margin: 0em 2em;
		width: auto !important;
		max-width: 10em;
		height: auto !important;
		max-height: 3em;
	}
	
	#header_account_menu {
		width: 50% !important;
		top: 3.5em;
		right: auto;
		left: 0;
	}
	
	#myModalCookies {
		width: 100%;
		left: 0;
		height: 45%;
		top: 60%;
	}
	
	#myModalAccountAdvise {
		width: 75%;
		height: 35%;
		left: 12.5%;
	}
	
	#global_contact_general {
		right: 0.5em;
	}
	#global_phone_icon, #global_email_icon, #global_whatsapp_icon {
		right: 0.55em;
	}
	
	#account_menu div, #account_menu2 div, .account_menu div {
		padding-left: 1em !important;
		padding-right: 1em !important;
	}
	
	.cart_nav {
		width: 100% !important;
		margin-right: -105% !important;
		top: auto;
		bottom: 0;
		height: 80%;
	}
	
	.home_icons_container .row .col-sm-2 {
		margin-top: 2em;
	}
	
	.home_newsletter, .home_contact_box {
		padding-left: 1em !important;
		padding-right: 1em !important;
	}
	
	.products_categ_list {
		display: none;
	}
	.present_index_main_image_col {
		border-radius: 0;
	}
	
	.subcateg_image_col a img {
		border-radius: 0;
	}

	.aboutus_main_row_first .aboutus_main_col_right {
		border-top: 0.1em solid gray;
	}

	.contact_info_row_second .col-sm-4, .contact_info_row_second .col-sm-12 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.contact_info_row_second .left_col {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.contact_info_row_second .right_col {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.contact_info_row_second .col-sm-12 {
		padding: 2em 1em 2em 1em;
	}
	.contact_info_middle {
		border-top: 0.1em solid gray;
		border-bottom: 0.1em solid gray;
	}

	.discount_products, .popular_products, .recent_products, .brands_logos, .similar_products, .recommended_products, .recent_seen_products, .favorite_products {
		padding: 0em 1em !important;
	}

	.main_aboutus_container {
		padding: 0em 1em !important;
	}
	.main_aboutus_row {
		display: block;
	}
	.main_aboutus_left, .main_aboutus_right {
		padding: 0 !important;
		text-align: center;
	}
	.main_aboutus_left {
		margin-top: 1em;
		padding-left: 1em !important;
		padding-right: 1em !important;
	}
	.main_aboutus_left .title {
		text-align: center;
	}
	.main_aboutus_right {
		margin-top: 2em;
	}
	
	.a_panel_nav {
		display: none;
	}
	
	.a_panel_main_page_container {
		padding: 0em 1em !important;
	}
	
	.general_search_results_list {
		top: 7em;
	}
	.products_subcateg_list {
		margin: 0em 1em !important;
	}
	.products_subcateg_list .products_container {
		margin-top: 0 !important;
		border-top: 0.1em solid gray;
		text-align: center;
	}
	.products_items_list {
		padding: 0em 1em !important;
	}
	#products_list_pages_row {
		display: flex;
		flex-direction: column-reverse;
	}
	.products_list_pages_row .col_left {
		text-align: center;
	}
	.products_list_pages_row .col_right {
		justify-content: center;
	}
	.products_filter_col_left {
		border-right: 0 !important;
		padding-right: 0 !important;
	}
	.products_filter_col_right {
		border-top: 0.1em solid #BBBBBB;
	}
	.products_filter_col_left .first_row p, .products_filter_col_right .first_row p {
		text-align: center !important;
	}
	.product_info_container {
		margin-top: 15% !important;
	}
	.product_info_container .col-sm-8 {
		padding: 0em 1em !important;
	}
	.product_info_col_left, .product_info_col_right {
		text-align: center;
	}
	.product_info_col_right .product_title {
		margin-top: 1em !important;
	}
	
	.products_info_reviews_container .right_col {
		margin-top: 3em;
		border-top: 0.1em solid #BBBBBB;
		padding-top: 3em;
	}
	
	.product_add_row {
		flex-direction: row;
		justify-content: space-between;
	}
	.product_box_add_row {
		flex-direction: row;
		justify-content: space-evenly !important;
	}
	.product_box_add_row div {
		max-width: 50% !important;
	}
	.product_box_add_row .product_add {
		margin-top: 0;
	}
	.product_add_row .col-sm-6 {
		width: 50%;
	}
	.product_add_row .product_add_col_right {
		margin-top: 0 !important;
	}
	.product_price_row {
		justify-content: space-between;
	}
	.product_price_row .col-sm-5 {
		width: 41%;
	}
	.product_price_row .col-sm-7 {
		width: 57%;
	}
	.cart_container_main {
		display: none;
	}
	.cart_row_main {
		text-align: center;
	}
	.cart_product_col_left {
		width: 65%;
	}
	.cart_product_col_left .row .col-sm-4 {
		width: 33.3%;
	}
	.cart_product_col_left .row .col-sm-8 {
		width: 66.6%;
	}
	.cart_product_col_center {
		padding: 0 !important;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 35%;
	}
	.product_price {
		margin-top: 0.5em !important;
	}
	.cart_buttons_col_left {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.cart_buttons_col_right {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 1em;
	}
	.payment_checkbox_group {
		justify-content: center;
	}
	.payment_methods_group, .delivery_methods_group {
		margin-top: 2em;
	}
	.payment_methods_group .col-sm-4, .delivery_methods_group .col-sm-4 {
		justify-content: center;
		padding-left: 0;
	}
	
	#add_product_automated {
		margin-top: 1em !important;
	}
	
	.products_arrow {
		display: none;
	}
	
	.categories_arrow {
		display: none;
	}
	
	.admin_print_awb_button {
		padding: 0.5em 1em;
		border: 0.1em solid black;
		border-radius: 10px;
		text-align: center !important;
	}
	.admin_print_awb_button span {
		padding: 0 !important;
		background-color: transparent !important;
		border-radius: 0 !important;
		border: 0 !important;
	}
	
	#accept_age_restriction_row {
		flex-direction: column;
	}
	#accept_age_restriction {
		margin-left: 0 !important;
	}
	
	.home_discount_codes .title_row {
		text-align: center;
	}
	.home_discount_codes .codes_row {
		justify-content: center;
	}
	.home_discount_codes .codes_row .col-sm-1 {
		margin-left: 0 !important;
	}
	.home_discount_codes .codes_row .col-sm-8 {
		width: 83.33% !important;
	}
	.home_discount_codes .codes_row .col-sm-8 .row .home_code_col {
		width: 45%;
	}
	.home_discount_codes .codes_row {
		height: 12em !important;
	}
	#codes_discount_modal_content {
		height: 35em !important;
	}
	.home_codes_back, .home_codes_next, .home_popular_back, .home_popular_next {
		display: none !important;
	}
	
	#find_search_results_col {
		width: 200% !important;
		left: -50% !important;
	}
	
	.account_menu, #account_menu, #account_menu2 {
		width: 94% !important;
		margin-left: 3% !important;
	}
	
	.a_panel_page_title {
		display: flex;
		width: 100%;
	}
	
	#choose_product_modal_content .container .col-sm-12 {
		height: 67.4% !important;
		padding-top: 1em;
	}
	.choose_product_recommended_container {
		height: auto !important;
	}
	.choose_product_recommended_container .row {
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
	.choose_product_right_col_container {
		margin-top: 5% !important;
		height: 95% !important;
	}
	.choose_product_right_col_container .container {
		height: 100%;
	}
	
	.choose_product_button_div {
		width: 80% !important;
		right: 10% !important;
		bottom: 1em !important;
	}
	
	#choose_product_modal_content_info_icon {
		margin-top: -13em;
		left: 1em !important;
	}
	#choose_product_modal_content_info_container {
		margin-top: -13em !important;
		left: 1em !important;
		width: 16em !important;
		height: 8em;
	}
	
	.product_info_options .col-sm-8 .row {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.a_panel_user_profile_options .row {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	
	.home_icons_container .second_row {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.home_icons_container .second_row .col-sm-2 img {
		width: 4em !important;
		height: 4em !important;
	}
	.home_icons_container .second_row .col-sm-2 p {
		display: none;
	}
	.home_icons_container .mobile_text_row {
		display: block;
	}
	
	.a_panel_user_profile_container .col-sm-8 {
		margin-top: 3em;
	}
	
	footer {
		height: 80em;
	}
	.footer_contact {
		flex-direction: column;
	}
	.footer_contact p {
		margin-top: 1em !important;
	}
	.footer_contact .separators {
		display: none;
	}
	.footer_policies {
		flex-direction: column;
	}
	.footer_policies .container {
		justify-content: center !important;
		margin-top: 0.5em !important;
	}
	.footer_policies .container p {
		margin-top: 0 !important;
		width: 50% !important;
	}
	.footer_policies .container .footer_policies_dot {
		display: none;
	}
	.footer_policies p {
		margin-left: 0 !important;
		margin-top: 0.5em !important;
	}
	#footer_anpc_sol_img {
		margin-top: 1em;
	}
}

/* TABLET & LAPTOP (small) & LAPTOP (big) & PC */
@media only screen and (min-width: 768px) {	
	.header_logo_col_mobile {
		display: none;
	}
	#header_mobile_search_icon {
		display: none;
	}

	.nav_icon_img {
		display: none;
	}
	#header_logo_mobile_a {
		display: none !important;
	}
	
	#global_contact_general {
		margin-bottom: 0.5em;
		right: 1em;
	}
	#global_phone_icon, #global_email_icon, #global_whatsapp_icon {
		margin-bottom: 0.5em;
		right: 1.05em;
	}
	#global_contact_general:hover {
		width: 5em;
		height: 5em;
	}
	
	.mobile_index_main_image_col {
		display: none;
	}
	.cart_container_main_mobile {
		display: none;
	}
	.payment_checkbox_group label {
		padding-left: 0;
	}
	
	.aboutus_main_row_first .aboutus_main_col_right {
		border-left: 0.1em solid gray;
	}
	.aboutus_main_row_second .aboutus_main_col_right {
		border-left: 0.1em solid gray;
	}

	.contact_info_row_second .col-sm-4, .contact_info_row_second .col-sm-12 {
		padding-top: 2em;
		transition: all ease-in-out .5s;
	}
	.contact_info_row_second .left_col {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.contact_info_row_second .right_col {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.contact_info_row_second .col-sm-12 {
		min-height: 25em;
		background-image: transparent;
	}
	.contact_info_middle {
		border-left: 0.1em solid gray;
		border-right: 0.1em solid gray;
	}
	.location_container {
		transition: all ease-in-out .5s;
	}
	.location_container:hover {
		background-image: linear-gradient(to right, #5B8E0A, #0081E9) !important;
		color: white;
		text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
	}
	
	.admin_print_awb_button {
		background-color: transparent !important;
	}

	.products_display_mode_select {
		display: none !important;
	}

	#choose_product_modal_content {
		width: 50%;
	}
	#choose_product_modal_content .container .col-sm-12 {
		height: 100%;
	}

	.footer_policies p {
		margin-left: 2em !important;
	}
}

/* MOBILE (SIDEWAYS) */
@media only screen and (max-height: 650px) {	
	.cart_nav {
		top: 0;
		height: 100%;
	}
}
/* MOBILE - SMALL (SIDEWAYS) */
@media only screen and (max-height: 400px) {
}

/* == [BEGIN] SCROLLBAR == */
body::-webkit-scrollbar { 
	width: 7px;
	height: 7px;
	z-index: 1999;
}
body::-webkit-scrollbar-track { 
	background-color: #5B8E0A;
	z-index: 1999;
} 
body::-webkit-scrollbar-thumb { 
	background-color: #0081E9;
	border-radius: 10px;
	z-index: 1999;
} 
body::-webkit-scrollbar-thumb:hover { 
	background: #0060C7;
} 
body::-webkit-scrollbar-button { 
	display: none;
}
/* == [END] SCROLLBAR == */

/* ===== [BEGIN] ===== CHECKBOX - STYLING ===== */
/* Basic styling */
[type=checkbox] {
  width: 2rem;
  height: 2rem;
  color: dodgerblue;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: background 300ms;
  cursor: pointer;
}

/* Pseudo element for check styling */
[type=checkbox]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}

/* Checked */
[type=checkbox]:checked {
  background-color: currentcolor;
}
[type=checkbox]:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

/* Disabled */
[type=checkbox]:disabled {
  background-color: #CCD3D8;
  opacity: 0.84;
  cursor: not-allowed;
}

/* IE */
[type=checkbox]::-ms-check {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}
[type=checkbox]:checked::-ms-check {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}
/* ===== [END] ===== CHECKBOX - STYLING ===== */




@-ms-keyframes spin {
    from { -ms-transform: rotateY(0deg); }
    to { -ms-transform: rotateY(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotateY(0deg); }
    to { -moz-transform: rotateY(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotateY(0deg); }
    to { -webkit-transform: rotateY(360deg); }
}
@keyframes spin {
    from {
        transform:rotateY(0deg);
    }
    to {
        transform:rotateY(360deg);
    }
}

@-ms-keyframes spinX {
    from { -ms-transform: rotateX(0deg); }
    to { -ms-transform: rotateX(360deg); }
}
@-moz-keyframes spinX {
    from { -moz-transform: rotateX(0deg); }
    to { -moz-transform: rotateX(360deg); }
}
@-webkit-keyframes spinX {
    from { -webkit-transform: rotateX(0deg); }
    to { -webkit-transform: rotateX(360deg); }
}
@keyframes spinX {
    from {
        transform:rotateX(0deg);
    }
    to {
        transform:rotateX(360deg);
    }
}

@-ms-keyframes spinZ {
    from { -ms-transform: rotateZ(0deg); }
    to { -ms-transform: rotateZ(360deg); }
}
@-moz-keyframes spinZ {
    from { -moz-transform: rotateZ(0deg); }
    to { -moz-transform: rotateZ(360deg); }
}
@-webkit-keyframes spinZ {
    from { -webkit-transform: rotateZ(0deg); }
    to { -webkit-transform: rotateZ(360deg); }
}
@keyframes spinZ {
    from {
        transform:rotateZ(0deg);
    }
    to {
        transform:rotateZ(360deg);
    }
}
