html, body {
	width: 100%;
}

header {
	height: 5em;
	width: 100%;
	background-color: white;
}

p {
	margin: 0 !important;
}

.container, .row {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.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: #F1582A !important;
	color: #F1582A !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 !important;
	text-decoration: none;
	box-shadow: 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: 0;
	position: fixed;
	z-index: 1002;
	top: 0;
	right: 0;
	background-color: black;
	overflow-x: hidden;
	padding-top: 5em;
	transition: 0.5s;
	text-decoration: none;
	/*border-right: 0.1em solid gray;*/
}
.secondSidenav {
	height: 100%;
	width: 0;
	position: absolute;
	z-index: 1002;
	top: 0;
	left: 0;
	background-color: black;
	overflow-x: hidden;
	padding-top: 1em;
	transition: 0.5s;
	text-decoration: none;
	margin-top: 4em;
	height: 90%;
}
.adminSidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1002;
	top: 0;
	left: 0;
	background-color: black;
	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;
	left: 0.5em;
	font-size: 2.5em;
	padding-left: 0 !important;
}
.sidenav .closebtn:hover {
	color: #62463D !important;
}

.cart_nav {
	position: fixed;
	right: 0;
	top: 9em;
	z-index: 1001;
	width: 20% !important;
	height: 75%;
	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: 3;
}
#accept_cookies_button:hover {
	background-color: #CA5632 !important;
}

#myModalAccountAdvise, #myModalAdminOrdersNotifications {
	width: 25%;
	height: 25%;
	background-color: rgba(0, 0, 0, 0);
	left: 37.5%;
	top: auto;
	bottom: 0;
	z-index: 2;
}
#cancel_account_advise:hover {
	background-color: #CA5632 !important;
}

.header_main_row {
	height: 100%;
}
.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, #header_account_menu_mobile {
	width: 75% !important;
	background-color: black;
	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: 1001;
	
	box-shadow: 0px 0px 10px #F1582A;
}
#header_account_menu_mobile {
	top: 115%;
}
#header_account_menu .row, #header_account_menu_mobile .row {
	margin-top: 1em !important;
}
#header_account_menu .row a, #header_account_menu_mobile .row a {
	color: white;
	text-decoration: none;
}
#header_account_menu .row a:hover, #header_account_menu_mobile .row a:hover {
	color: #F1582A;
}

.header_location_col p, .header_orders_col p {
	font-weight: bold;
	font-size: 1.2em;
}

.header_logo_col a {
	min-width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
}
.header_logo_col a img {
	width: auto !important;
	max-width: 90% !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_info_row {
	padding: 0.5em 0em !important;
	display: none;
	font-weight: bold;
}

.header_nav_row {
	height: 4em;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 999;
	background-color: white;
	width: 100%;
}

.header_nav_row_second {
	height: 100%;
	margin-left: 17% !important;
	width: 66.6% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-x: auto;
	overflow-y: hidden;
}
.header_nav_row_second::-webkit-scrollbar { 
	width: 5px;
	height: 5px;
	z-index: 1999;
}
.header_nav_row_second::-webkit-scrollbar-track { 
	background: #F1582A77;
	z-index: 1999;
} 
.header_nav_row_second::-webkit-scrollbar-thumb { 
	background: #F1582AFF;
	border-radius: 5px;
	z-index: 1999;
} 
.header_nav_row_second::-webkit-scrollbar-thumb:hover { 
	background: #CA5632;
} 
.header_nav_row_second::-webkit-scrollbar-button { 
	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;
	background-color: #F1582A;
	border-radius: 25px;
	padding: 0.5em 1em;
}
.header_nav_row .col-sm-2 {
	width: 0;
	padding: 0;
}
.header_nav_row .col-sm-1 {
	height: 100%;
	padding: 0;
	width: auto;
	padding: 0 1em !important;
	font-weight: bold;
	flex-shrink: 0;
}
.header_nav_row .col-sm-1 a {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: black;
}
.header_nav_row .col-sm-1 a:hover {
	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 !important;
}
#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_products a p img {
	margin-right: 0 !important;
	margin-left: 0.5em;
}

.header_mobile {
	padding: 0.75em 0em 0em 0em !important;
	height: 4em;
}

#header_nav_row_second_subcategories {
	background-color: black;
}

/* ===== [BEGIN] ===== GLOBAL CONTACT ===== */
#global_cart {
	background-color: #F1582A;
	border-radius: 40px;
	width: 4em;
	height: 4em;
	position: fixed;
	bottom: 6em;
	right: 1.5em;
	z-index: 998;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease-in-out .5s;
	cursor: pointer;
}
#global_cart img {
	width: 2em;
	height: 2em;
}
#global_contact_general {
	background-color: #F1582A;
	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 ===== */

.home_discount_codes {
	margin-top: 1em !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: 0;
	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: #F1582A;
	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;
}
#myModalImageZoom_content {
	background-size: contain;
}

.locations_option:hover {
	background-color: #DDDDDDAA;
}

.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;
}
.page_main_header_darken {
	height: 100%;
	width: 100%;
	background-color: #000000AA;
	display: flex;
	align-items: center;
	justify-content: center;
}
.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-color: #F1582A;
	margin: -2em 0em 0em -1em !important;
	border-radius: 50px;
	width: 0.75em;
	height: 0.75em;
	font-size: 1em;
	font-weight: bold;
	padding: 0.75em !important;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.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:hover {
	box-shadow: 0px 0px 5px #555555 !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;
}

.choose_product_button {
	background-color: #F1582A;
}
.choose_product_button:hover {
	background-color: #D15F3D;
}

.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;
}

.change_page_button p:hover {
	background-color: #DDDDDD;
}

.product_add:hover {
	background-color: #D15F3D !important;
}

.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: #F1582A;
	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: #865141 !important;
	color: white;
	font-weight: bold;
	border-radius: 25px;
	text-decoration: none;
	background: linear-gradient(#F1582A, #F1582A);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition: all .5s ease-out;
}
.main_aboutus_left .button a:hover {
	background-size: 100% 100%;
	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_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/contact_image.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(#CA5632, #CA5632);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 0% 0%;
	transition: all .2s ease-out;
}
.home_contact_box .row .col-sm-8 .container a:hover {
	background-size: 100% 100%;
	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;
}

.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_row_first .aboutus_main_col_left {
	background-color: #EEEEEE;
	height: 50em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.aboutus_main_row_first .aboutus_main_col_right {
	background-color: #EEEEEE;
	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;
	background-color: #EEEEEE;
	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;
	background-color: #EEEEEE;
	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: 10em !important;
}
.contact_info_row_second {
	text-align: center;
}
.contact_info_row_second .col-sm-4 {
	background-color: #EEEEEE;
	min-height: 17em;
}
.contact_info_row_second .col-sm-12 {
	background-color: #EEEEEE;
	border-radius: 10px;
}
.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 {
	transition: ease 1s;
}

.contact_main_row {
	margin-top: 5em !important;
}
.contact_main_row_second {
	display: flex;
	align-items: center;
}
.contact_main_row_second .right_col p {
	text-align: right;
}
.contact_main_row_second .right_col p span {
	font-size: 1.2em;
	padding: 0.75em 1.5em !important;
	background-color: #F1582A;
	border-radius: 100px;
	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;
	cursor: pointer;
}
.contact_main_row_second .right_col p span:hover, .delivery_zones_button:hover {
	background-color: #F1582ABB;
}

.delivery_zones_button {
	font-size: 1.2em;
	padding: 0.5em 1em !important;
	background-color: #F1582A;
	border-radius: 100px;
	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;
	cursor: pointer;
}
.delivery_zones_button:hover {
	background-color: #F1582ABB;
}

.legal_info_container {
	margin-top: 5em !important;
	background-color: #000000AA;
	padding: 2em !important;
	color: white;
	text-align: center;
	font-size: 1.2em;
	border-radius: 5px;
}

.location_container {
	margin-top: 5em !important;
	background-color: #EEEEEE;
}
.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 {
	width: 75%;
	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: 0.5em !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;
}

.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: 10% !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 .col-sm-6 {
	padding: 0;
	font-size: 1.1em;
}

.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_menu2, .account_menu {
	margin-top: 10em !important;
	text-align: center;
	color: black;
	border: 0.1em solid black;
	padding: 2em 1em !important;
	margin-bottom: 2em !important;
	background-color: lightgrey;
	overflow: hidden !important;
	border-radius: 10px;
}
.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;
	z-index: 1000;
	width: 16.6% !important;
	height: 100%;
	transition: all .1s ease-in-out;
}
.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 {
	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;
}

.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;
}

#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;
}

#header_nav_row_element_logo_col {
	transition: all .2s ease-in-out;
}

#order_info_delivery div {
	padding: 1em;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #555555;
}
#order_info_delivery h4 {
	text-align: center;
	font-weight: bold;
}
#order_info_delivery p {
	font-size: 1.2em;
	word-break: break-all;
}
#order_info_delivery p font {
	font-weight: bold;
}

.admin_order_delivery_status:hover, .admin_order_payment_status:hover, .admin_order_ready_time:hover {
	color: #F1582A;
	font-weight: bold;
}

.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;
}

.contact_workpoints_container .col-sm-8 .container .col-sm-3 {
	margin-top: 2em;
}

#shipping_address_input_container p {
	padding: 0.2em 0em !important;
	cursor: pointer;
}
#shipping_address_input_container p:hover {
	background-color: #0096FF !important;
	color: white !important;
}



/* ===== [BEGIN] ===== FOOTER ===== */
footer {
	margin-top: 10em !important;
	padding: 1em;
	background-color: black;
	color: white;
	height: 35em;
	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;
}
/* ===== [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%;
	}
	.home_products_popular .popular_row .col-sm-8 .row .home_popular_col {
		width: 25.5%;
	}
	
	.contact_workpoints_container .col-sm-8 .container .col-sm-3 {
		width: 33.33%;
	}
}

/* LAPTOP (big) & LAPTOP (small) & TABLET & MOBILE */
@media only screen and (max-width: 1300px) {
	.domain_logo {
		height: 15em !important;
	}
	
	#header_account_menu, #header_account_menu_mobile {
		width: 100% !important;
	}
	
	.header_location_col div, .header_orders_col a {
		display: none !important;
	}
	.header_info_row {
		display: flex;
	}
	.header_info_row .col-sm-4 {
		width: 34.4%;
	}
	
	#myModalAccountAdvise, #myModalAdminOrdersNotifications {
		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;
	}

	.products_info_nav_row {
		margin-top: 12% !important;
	}
	@media only screen and (min-height: 700px) {
		.products_info_nav_row {
			margin-top: 20% !important;
		}
	}
	@media only screen and (min-height: 900px) {
		.products_info_nav_row {
			margin-top: 25% !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: 0.5em;
	}
	.product_add_row {
		flex-direction: column;
		justify-content: center;
	}
	.product_add_row .product_add_col_right {
		margin-top: 0.5em !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;
	}
	
	.home_discount_codes .codes_row {
		height: 15em !important;
	}
	.home_products_popular .popular_row .col-sm-8 .row .home_popular_col {
		width: 34%;
	}
	
	.orders_display_period {
		flex-direction: column !important;
	}
	.orders_display_period h3 font {
		padding: 1px 10px !important;
		font-size: 0.9em;
	}

	.contact_main_row_second .col-sm-6 {
		width: 50%;
	}
	.contact_main_row_second .right_col p {
		text-align: right;
	}

	#couriers_orders_period_row {
		flex-direction: column;
		align-items: flex-start !important;
		justify-content: center !important;
	}
	
	footer {
		height: 40em;
	}
}

/* LAPTOP (small) & TABLET & MOBILE */
@media only screen and (max-width: 1100px) {
	.domain_logo {
		height: 10em !important;
	}
	
	@media only screen and (max-height: 800px) {
		.header_nav_row .col-sm-1 a p {
			font-size: 0.8em !important;
		}
		.header_nav_row .col-sm-1 a p img {
			width: 1.25em !important;
			height: 1.25em !important;
		}
	}
	
	#header_account_menu, #header_account_menu_mobile {
		width: 125% !important;
	}
	
	#myModalCookies {
		height: 35%;
		top: 65%;
	}
	
	#myModalAccountAdvise, #myModalAdminOrdersNotifications {
		width: 40%;
		height: 30%;
		left: 30%;
	}
	
	.cart_nav {
		width: 30% !important;
		margin-right: -35% !important;
	}
	
	.home_discount_codes .codes_row .col-sm-8 .row .home_code_col {
		width: 25.5%;
	}
	
	.a_panel_nav {
		width: 18% !important;
	}
	
	.contact_workpoints_container .col-sm-8 .container .col-sm-3 {
		width: 50%;
	}
	
	footer {
		height: 55em;
	}
	.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, #header_account_menu_mobile {
		width: 150% !important;
	}
	
	.cart_nav {
		width: 40% !important;
		margin-right: -45% !important;
	}
	
	.home_discount_codes .codes_row .col-sm-8 .row .home_code_col {
		width: 35%;
	}
	.home_products_popular .popular_row .col-sm-8 .row .home_popular_col {
		width: 52%;
	}
	
	.contact_workpoints_container .col-sm-8 .container .col-sm-3 .container {
		min-height: 30em;
		height: auto;
	}
}

/* MOBILE */
@media only screen and (max-width: 767px) {
	.header {
		display: none;
	}
	.header_info_row .col-sm-4 {
		width: 50%;
	}
	.header_main_row {
		height: 100%;
	}
	.header_nav_row_second {
		margin-left: 0 !important;
		width: 100% !important;
	}
	.header_spare_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 {
		width: auto !important;
		max-width: 75% !important;
		height: 100% !important;
	}
	.header_icons_col {
		justify-content: center !important;
		margin-top: -0.5em;
		height: 35% !important;
	}
	
	#header_account_menu, #header_account_menu_mobile {
		width: 50% !important;
		right: auto;
		left: 0.5em;
	}
	
	.nav_icon_img_desktop {
		display: none;
	}
	
	.modal_ann {
		margin-top: 5em;
	}
	
	.home_discount_codes .codes_row, .home_products_popular .popular_row {
		justify-content: center;
	}
	.home_products_popular .title_row {
		text-align: center;
	}
	.home_discount_codes .codes_row .col-sm-8 .row .home_code_col {
		width: 45%;
	}
	.home_products_popular .popular_row .col-sm-8 .row .home_popular_col {
		width: 85%;
	}
	.home_products_popular .popular_row .col-sm-8 .row .home_popular_col .container .first_row {
		display: flex;
		align-items: center;
	}
	.home_products_popular .popular_row .col-sm-8 .row .home_popular_col .container .first_row .col-sm-5 {
		width: 41.7%;
	}
	.home_products_popular .popular_row .col-sm-8 .row .home_popular_col .container .first_row .col-sm-7 {
		width: 58.3%;
	}
	
	#choose_product_modal_content .container .col-sm-5 {
		margin-top: 5%;
		height: 30% !important;
	}
	#choose_product_modal_content .container .col-sm-7 {
		height: 67.4% !important;
		padding-top: 1em;
	}
	.choose_product_recommended_container {
		height: 50% !important;
	}
	.choose_product_recommended_container .row {
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
	.choose_product_right_col_container {
		margin-top: 0 !important;
		height: 75% !important;
	}
	
	.choose_product_button_div {
		width: 80% !important;
		right: 10% !important;
		bottom: 1em !important;
	}
	
	.cart_amount {
		width: 0.5em;
		height: 0.5em;
		font-size: 0.8em;
		padding: 0.65em !important;
	}
	
	#myModalCookies {
		width: 100%;
		left: 0;
		height: 45%;
		top: 60%;
	}
	
	#myModalAccountAdvise, #myModalAdminOrdersNotifications {
		width: 75%;
		height: 35%;
		left: 12.5%;
	}
	
	#global_cart, #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: 15%;
		height: 85%;
	}
	
	.home_contact_box {
		padding-left: 1em !important;
		padding-right: 1em !important;
	}

	.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 .col-sm-12 {
		padding: 2em 1em 2em 1em;
	}
	.contact_info_middle {
		border-top: 0.1em solid gray;
		border-bottom: 0.1em solid gray;
	}

	.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: 0 !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_info_nav_row {
		margin-top: 62% !important;
	}
	.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_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: 75% !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;
	}
	
	#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;
	}
	
	#add_product_automated {
		margin-top: 1em !important;
	}
	
	.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;
	}
	
	.home_discount_codes .codes_row {
		height: 12em !important;
	}
	#codes_discount_modal_content {
		height: 35em !important;
	}
	
	.home_discount_codes .title_row {
		text-align: center;
	}
	
	.home_codes_back, .home_codes_next, .home_popular_back, .home_popular_next {
		display: none !important;
	}
	.home_discount_codes .codes_row .col-sm-1, .home_products_popular .popular_row .col-sm-1 {
		margin-left: 0 !important;
	}
	.home_discount_codes .codes_row .col-sm-8, .home_products_popular .popular_row .col-sm-8 {
		width: 83.33% !important;
	}
	
	.a_panel_page_title_row {
		padding-top: 2em !important;
	}
	
	#myModalImageZoom_content {
		width: 20em !important;
		height: 20em !important;
	}
	
	.header_nav_row_second {
		-ms-overflow-style: none !important;  /* IE and Edge */
		scrollbar-width: none !important;  /* Firefox */
	}
	.header_nav_row_second::-webkit-scrollbar {
		width: 0px;
		background: transparent; /* make scrollbar transparent */
	}
	
	.contact_main_row_second {
		flex-direction: column;
	}
	.contact_main_row_second .right_col {
		margin-top: 2em;
	}
	
	.home_newsletter, .home_contact_box {
		padding-left: 1em !important;
		padding-right: 1em !important;
	}
	
	.contact_main_row {
		margin-top: 3em !important;
	}
	.contact_main_row_second .col-sm-6 {
		width: 100%;
		margin-left: 0;
	}
	.contact_main_row_second .col-sm-6 p {
		text-align: center;
	}
	.contact_workpoints_container .col-sm-8 .container .col-sm-3 {
		width: 100%;
	}
	.contact_workpoints_container .col-sm-8 .container .col-sm-3 .container {
		min-height: 0em;
		height: auto;
	}
	
	footer {
		height: 60em;
	}
	.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_mobile {
		display: none;
	}
	
	.nav_icon_img {
		display: none;
	}
	
	.sidenav {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1002;
		top: 0;
		left: auto;
		right: 0;
		background-color: black;
		overflow-x: hidden;
		padding-top: 5em;
		transition: 0.5s;
		text-decoration: none;
	}
	.sidenav .closebtn {
		right: auto;
		left: 0.5em;
		padding-left: 0 !important;
		background-color: transparent !important;
		text-decoration: none !important;
	}
	.sidenav 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;
		background-color: #62463D;
		cursor: pointer;
	}
	
	#global_cart, #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_cart:hover, #global_contact_general:hover {
		width: 5em;
		height: 5em;
	}
	
	#choose_product_modal_content {
		width: 50%;
	}
	#choose_product_modal_content .container .col-sm-5, #choose_product_modal_content .container .col-sm-7 {
		height: 100%;
	}
	
	.cart_container_main_mobile {
		display: none;
	}
	.payment_checkbox_group label {
		padding-left: 0;
	}
	
	.home_codes_back:hover, .home_codes_next:hover {
		font-size: 3em;
	}
	
	.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: ease 0.5s;
	}
	.contact_info_row_second .col-sm-12 {
		min-height: 25em;
	}
	.contact_info_row_second .col-sm-4:hover {
		padding-top: 1em;
		background-color: #F1582A !important;
	}
	.contact_info_row_second .col-sm-12:hover {
		padding-top: 1em;
		color: white;
		background-color: #F1582A !important;
		color: black;
	}
	.contact_info_middle {
		border-left: 0.1em solid gray;
		border-right: 0.1em solid gray;
	}
	
	.admin_print_awb_button {
		background-color: transparent !important;
	}

	.a_panel_page_title_container_mobile {
		display: none;
	}

	#header_nav_row_element_logo_col {
		margin-left: 1em;
	}

	#header_nav_row_second_subcategories {
		border-radius: 5px;
	}

	.footer_policies p {
		margin-left: 2em !important;
	}
}

/* MOBILE (SIDEWAYS) */
@media only screen and (max-height: 650px) {
	header {
		height: 5em;
	}
	
	.cart_nav {
		top: 0;
		height: 100%;
	}
}
/* MOBILE - SMALL (SIDEWAYS) */
@media only screen and (max-height: 400px) {
	header {
		height: 5em;
	}
}



/* == [BEGIN] SCROLLBAR == */
body::-webkit-scrollbar { 
	width: 7px;
	height: 7px;
	z-index: 1999;
}
body::-webkit-scrollbar-track { 
	background: #F1582A77;
	z-index: 1999;
} 
body::-webkit-scrollbar-thumb { 
	background: #F1582AFF;
	border-radius: 10px;
	z-index: 1999;
} 
body::-webkit-scrollbar-thumb:hover { 
	background: #CA5632;
} 
body::-webkit-scrollbar-button { 
	display: none;
}
/* == [END] SCROLLBAR == */

/* ===== [BEGIN] ===== CHECKBOX - STYLING ===== */
/* Basic styling */
[type=checkbox] {
  width: 2rem;
  height: 2rem;
  color: #F1582A;
  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 ===== */
