/*Header*/
body{
background-color: #E9EBEE;
font-family: 'Lato', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.2;
color: #000;
margin-top: 12px;
margin-bottom: 18px;
font-family: 'Lora', serif;
}	  
.header
{
background-color: #FFFFFF;
}
.header-mobile .azeroth-dropdown .block-search
{
background-color: #FFFFFF;
}
.header.style-04 .header-middle {
    padding: 10px 0;
}
#loading {
    background: url('loading.gif') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
	background-color: #fff;
}
.addtocartbtn{
background-color: #C21300;
border-radius: 0px;
text-transform: uppercase;
font-weight:bold;
border:0px;
}
.themebtn
{
background-color: #C21300;
border-radius: 0px;
font-weight:bold;
border:0px;	
height: 35px;
}
.button
{
border-radius: 0px;	
}
.btn-sm
{
	height:25px;
}
.theme-color
{
	background-color: #C21300;
}
.theme-text-color
{
	color: #C21300;
}

.form-row {
    margin-bottom: 0px;
    display: flex;
}

.form-row select {
    border: 1px solid #ced4da;
    height: auto; 
    width: 100%;
}

.season-color
{
	background-color: #C21300;
}
.season-border-color {
border: 1px solid #C21300;
}


.tooltip-left
{
background-color: #fff; 
padding: 10px;
}
.azeroth-menu-next-panel:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.azeroth-menu-panels-actions-wrap .azeroth-menu-prev-panel:before {
    content: "\f104";
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.cursor-pointer{
cursor: pointer;
}
/*Product*/
@media (max-width: 1920px) {
	.product-item.style-04 .product-inner .group-button .add-to-cart,
	.product-item.style-04 .product-inner .group-button .yith-wcwl-add-to-wishlist,
	.product-item.style-04 .product-inner .group-button .compare-button,
	.product-item.style-04 .product-inner .group-button .yith-wcqv-button {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
/*Light box custom color */
.ekko-lightbox-nav-overlay a span
{
	color:#C21300;
}

.azeroth-heading.style-01 {
    padding-bottom: 10px; 
}
/*
.modal {
  padding: 0 !important; // override in line padding-right added from js
}
.modal .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal .modal-body {
  overflow-y: auto;
}
*/
/*Cart*/
.cart_totals .shop_table tr th
{
	width:60%;
}
/*Checkout*/
.flaticon-truck:before {
content: "\f48b";
font-weight: 900;
font-family: 'Font Awesome 5 Free';
}
.flaticon-box:before {
content: "\f362";
font-weight: 900;
font-family: 'Font Awesome 5 Free';
}
.flaticon-refresh-left-arrow:before {
content: "\f505";
font-weight: 900;
font-family: 'Font Awesome 5 Free';
} 
.cursor-pointer{
cursor: pointer;
}
@media (min-width: 992px) {

.zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;  
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
/**adjust scale to desired size, 
add browser prefixes**/
-ms-transform: scale(2.5);    
-moz-transform: scale(2.5);  
-webkit-transform: scale(2.5);  
-o-transform: scale(2.5);  
transform: scale(2.5);    
position:relative;      
z-index:100;  
}

/**TIP: Easy escape for touch screens,
give gallery's parent container a cursor: pointer.**/
.product-thumb {cursor: pointer}

}


/*****************************aze-attribute.css*********************************/
.variable-group::before,
.variable-group::after {
	content: '';
	display: table;
}
.variable-group::after {
	clear: both;
}
.variations {
	display: block;
	border: none;
	margin-bottom: 0;
}
.entry-summary .variations tr {
	display: block;
	margin-bottom: 12px;
}
.variations .label {
	vertical-align: middle;
	font-size: 14px;
	color: #333333;
	font-weight: 500;
	padding: 0 10px 0 0;
	line-height: inherit;
	text-align: left;
	border: none;
	border-radius: 0;
}
.variations td.label::after {
	content: ':';
}
.variations label {
	margin-bottom: 0;
	font-weight: inherit;
}
.variations .value {
	padding: 0;
	text-align: left;
	border: none;
	display: inline;
}
.variations select {
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	width: 120px;
}
.variations .reset_variations {
	margin-left: 10px;
	vertical-align: middle;
}
.variations select[data-attributetype="box_style"] {
	display: none !important;
}
.variations .data-val[data-attributetype="box_style"] {
	display: inline-block;
	vertical-align: middle;
}
.variations .data-val a.color {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	min-width: 16px;
	height: 16px;
	line-height: 14px;
	border-radius: 3px;
	font-size: 10px;
	margin: 7px;
	text-transform: uppercase;
	text-align: center;
}
.variations .data-val a.color[style="background: #ffffff;"],
.variations .data-val a.color[style="background: #FFFFFF;"] {
	background-color: #f8f8f8 !important;
	border: 1px solid #e4e4e4;
}
.variations .data-val a.color:hover::before,
.variations .data-val a.color.active::before {
	content: '\f00c';
	font-family: 'FontAwesome', sans-serif;
	color: #fff;
}
.variations .data-val a.photo img {
	max-height: 70px;
	max-width: 180px;
	opacity: 0.5;
}
.variations .data-val a.photo:last-child {
	margin-right: 0;
}
.variations .data-val a.photo:hover img,
.variations .data-val a.photo.active img {
	opacity: 1;
}
.variations .data-val a:not(.color) {
	display: inline-block;
	margin-right: 15px;
	border: 1px solid #a2a2a2;
	border-radius: 3px;
	padding: 0 5px;
	font-weight: 500;
}
.variations .data-val a:not(.color):last-child {
	margin-right: 0;
}
.variations .data-val a:not(.color):hover,
.variations .data-val a:not(.color).active {
	background-color: #C21300;
	color: #fff;
	border-color: transparent;
}
/*****************************aze-attribute.css*********************************/
