/*#1a7ef2*/
.breadcrumb-section
{
	background: #fdc606;
}

.width100 { width: 100%; }

.hide
{
	display: none !important;
}

.main-menu .brand-logo img
{
	height: 60px !important;
}

.theme-color-7 .top-header
{
	background: #fdc606;
}

.top-header .header-dropdown li ul li
{
	padding-top: 15px !important;
}

.onhover-dropdown .onhover-show-div
{
	top: 40px !important;
}

.logo_curve
{
	border-radius: 10px;
}

.color_white
{
	color: #d9d9d9;
}

.hover_underscore:hover
{
	text-decoration: underline;
}

.dropdown_wrapper ul
{
	width: 290px !important;
}

.theme_bg_color
{
	background: var(--theme-color);
}

a:hover
{
	/*color: black !important;*/
}

.fire_icon
{
	width: 30px;
}

.alert
{
	width: 100% !important;
}

.alert label
{
	margin-bottom: 0;
}

.reset_link
{
	display: block;
	padding-bottom: 20px;
	color: black;
}

.reset_link:hover
{
	text-decoration: underline;
}

.google_icon_service
{
	font-size: 250px;
}

.home_service_icon
{
	width: 90px;
}

.profile_wrapper label
{
	font-weight: bold;
}

.msg_alert img,
.msg_success img
{
	width: 20px;
}

.breadcrumb-section h2,
.breadcrumb-section .breadcrumb-item,
.breadcrumb-section .breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before
{
	color: black;
}

.basic-product.theme-product-1 .product-detail>div
{
	border-bottom: 0 !important;
}

.theme-modal .modal-dialog .modal-content .modal-body
{
	background: var(--theme-color) !important;
}

.full_modal_icon_wrapper
{
	padding: 10px 0;
	text-align: center;
}

.full_modal_icon
{
	width: 90px;
}

.full_modal_title_wrapper
{
	text-align: center;
}

.full_modal_title_wrapper h3
{
	font-size: 28px !important;
}

#full_modal_warn .modal-header,
#full_modal_info .modal-header,
#modal_order_confirm .modal-header
{
	display: block !important;
}

.full_modal_message_wrapper p
{
	font-size: 19px;
	text-align: center;
}

.full_modal_button_wrapper
{
	text-align: center;
}

.custom_loader {
  width: 124px;
  height: 24px;
  -webkit-mask: 
    conic-gradient(from 135deg at top   ,#0000,#000 .5deg 90deg,#0000 90.5deg) 0 0   ,
    conic-gradient(from -45deg at bottom,#0000,#000 .5deg 90deg,#0000 90.5deg) 0 100%;
  -webkit-mask-size:25% 50%;
  -webkit-mask-repeat:repeat-x;
  background: linear-gradient(#25b09b 0 0) left/0% 100% no-repeat #ddd;
  animation: l13 2s infinite linear;
	margin: 0 auto;
}
@keyframes l13 {
  100% {background-size: 100% 100%}
}

.loader_wrapper img
{
	width: 150px;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	border-radius: 15px;
}

.loader_wrapper
{
	width: 160px;
	text-align: center;
	margin: 0 auto;
}

.text_align_left
{
	text-align: left !important;
}

.text_align_right
{
	text-align: right !important;
}

.cart_loading td
{
	border-bottom: none;
}

.button_loader {
  border: 3px solid #f3f3f3; /* Light grey */
  border-top: 3px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 2s linear infinite;
	display: none;
	position: relative;
	top: 2px;	
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.copy_checkbox 
{
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.copy_checkbox_label
{
	position: relative;
	bottom: 5px;
	right: 3px;
}

.lblCheckoutTotal
{
	text-align: right;
}

.custom_success_msg
{
	line-height: 25px;
	text-transform: none !important;
	
}

.success_msg_wrapper 
{
	width: 500px;
	max-width: 90%;
	margin: 0 auto;
}

.success_msg_wrapper .font-weight-bold
{
	font-weight: bold;
}

.float_whatsapp
{
	position: fixed;
	bottom: 110px;
	right: 30px;
}

@media only screen and (max-width: 768px) {
  .float_whatsapp
	{
		bottom: 130px;
		right: 20px;
	}
}

.float_whatsapp img
{
	width: 45px;
}

.bank_wrapper img
{
	max-width: 250px;	
}

.bank_wrapper span
{
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

.about_us_img
{
	width: 720px;
	max-width: 90%;
	margin: 0 auto;
	display: block;
}

.about_us_paragraph p,
.fooer_about p
{
	text-align: justify;
}

.footer_logo_wrapper img
{
	width: 120px;
	height: auto !important;
}

.product_featured_span
{
	background: var(--theme-color);
	color: white;
	padding: 3px 5px;
	border-radius: 5px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 11px;
	font-weight: bold;
}

.product_stock_status_span
{
	background: orange;
	color: white;
	padding: 3px 5px;
	border-radius: 5px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 11px;
	font-weight: bold;
}

.product_stock_status_span.product_out_of_stock
{
	background: maroon;
}

.opacity50
{
	opacity: 0.45;
}

.header-container li,
.header-container a,
.header-container i
{
	color: black !important;
}

.btn-solid
{
	color: black !important;
}