@media (max-width: 480px){
	.mobile-columns-2 {
	zoom:0.5;
	}

	.woostify-sorting {
		zoom:0.8;
	}
	
	.ekit_double_button {
		display: flex !important;
    zoom: 0.8 !important;
	}
	.topbar .woostify-container{
		display:none;
	}

/*  Shop Page | Product Title  */
	ul.products > li.product > div.product-loop-wrapper > div.text-center > h2 > a{
		font-size: 18px !important;
	}
/*  Shop Page | Product display  */
	ul.products > li.product {
		margin: 0px 10px 20px 0px;
	}
	
/*  Single product | Related products  */
	section.related > div.tns-outer > div.tns-ovh > div.tns-inner > ul.products > li.product {
		margin-right: 10px;
		padding-right: 0px !important;
	} 

	/*  Single product | Recently Viewed products  */
.woostify-product-recently-viewed-section > div.woostify-container > div.woostify-product-recently-viewed-inner > div.tns-outer > div.tns-ovh > div.tns-inner > ul.products > li.product {
		margin-right: 10px;
		padding-right: 0px !important;
	} 
	
/*  Filter Option*/
	.woostify-sorting {
	flex-direction: row;
	align-items: start;
	grid-gap: 8px;	
	justify-content: space-between;
	
}
/*  Filter Option*/

.filter {
	padding: 4px 10px !important;
}

	/*  Shop page top empty space*/
	.site-content {
    margin: 30px 0;
}
	
		/*  Left bar | Title name */
.widget-title {
	font-size: 16px;
	font-weight:500;
	text-decoration: underline;
}
		/* Left Bar | Product Category a tags*/
	ul.product-categories > li > a{
			font-size: 14px;
			color: #282828;
			font-weight: 400;		
	}
	
		/* Left Bar | Product Category List*/
	ul.product-categories > li {
		margin: -10px;
		padding-left: 10px;
	}
	
	/* Left Bar | Product Category*/
	.product-categories {
		margin-top: -20px;
		margin-bottom: -20px;
	}
	
		/* Single product container*/
	.product-page-container {
		padding-bottom: 30px;
	}
	/* Single product Title | Padding*/
	.product-summary > .entry-summary > .product_title {
		margin-top: -35px;
	}

	/* Hidden remeber password in login pop-up*/
	.xoo-aff-group > .xoo-el-form-label {
		display: none;
	}
		/* Padding | Forget password*/
	.xoo-el-lostpw-tgr {
		margin: 0px !important;
		font-size: 14px !important;
	}

/* Terms Agree | Sign Up*/
		.xoo-aff-checkbox_single > label  {
		font-size: 14px;
			font-weight: 500;
	}
	.xoo-aff-checkbox_single > label > a {
		font-size: 14px;
		font-weight: 500;
	}
	
		/*Product name  Size - Cart */
	.woocommerce-cart-form__cart-item > td.product-name > a {
	font-size: 14px;
	font-weight: 600
}
	
	/*  Home Page | product title color and size */
div.product-details-wrap> .eael-product-title > h2{
		font-size: 10px !important; 
	color: #282828 !important;
	font-weight: 500 !important;
	}
	
	/* HOME PAGE Product Selling Price color size*/

div.eael-product-price > del > .woocommerce-Price-amount.amount {
	color: #424242 !important;
	font-weight: 400;
	font-size: 11px !important;
}
.eael-product-price > ins > .woocommerce-Price-amount.amount {
	color: #282828 !important;
	font-weight: 500;
	font-size: 13px !important;
}
	
	


}

@media (min-width: 480px){
/*  Font decreased for the Checkout button in Web View */
	 .wc-forward{
		font-size: 16px;
	}

/*  Single product | Related products  */
		section.related > div.tns-outer > div.tns-ovh > div.tns-inner > ul.products > li.product {
		margin-right: 10px;
		padding-right: 0px !important;
	} 
	

	/*  Single product | Recently Viewed products  */
	.woostify-product-recently-viewed-section > div.woostify-container > div.woostify-product-recently-viewed-inner > div.tns-outer > div.tns-ovh > div.tns-inner > ul.products > li.product {
		margin-right: 10px;
		padding-right: 0px !important;
	} 
	
	
/* Terms Agree | Sign Up*/
		.xoo-aff-checkbox_single > label  {
		font-size: 14px;
			font-weight: 500;
	}
	.xoo-aff-checkbox_single > label > a {
		font-size: 14px;
		font-weight: 500;
	}

	/*Product name  Size - Cart */
	.woocommerce-cart-form__cart-item > td.product-name > a {
	font-size: 17px;
	font-weight: 600
} 
}

@media (min-width: 766px){
		/*HOME PAGE|| Product Display section*/
.eael-product-gallery.masonry .woocommerce ul.products {
    margin: 0 !important;
}
}


.flickity-prev-next-button
{
	background: none;
}

.flickity-prev-next-button {
	background:none;
}

/*Edit title - wishlist */
.wishlist-title:hover a.show-title-form {
    visibility: none;
}

/*Shop page font size increase*/
cart-sidebar-content .woocommerce-mini-cart__buttons a:not(.checkout), .product-loop-meta .button, .multi-step-checkout-button[data-action="back"], .multi-step-checkout-button[data-action="back"] .woostify-svg-icon, .review-information-link, a {
    color: #2b2b2b;
    font-size: 20px;
}


/* To hide the additional information tab 
li.additional_information_tab {
    display: none !important;
}

Below is for custom tabs

*/
li.custom_tab_2_tab  {
    display: none !important;
}
li.additional_information_tab {
	display: none !important;
}

/*  Product Original Price color size*/
.price > del {
	font-size: 14px !important;
	color: #424242 !important;
}
.price > del > .woocommerce-Price-amount.amount {
	color: #424242 !important;
	font-weight: 400;
	font-size: 14px !important;
}

/*  Product Selling Price color size*/
.price > ins > .woocommerce-Price-amount.amount {
	color: #282828 !important;
	font-weight: 500;
}


/* HOME PAGE Product Selling Price color size*/
.eael-product-price > del {
	font-size: 14px !important;
	color: #424242 !important;
}
.eael-product-price > del > .woocommerce-Price-amount.amount {
	color: #424242 !important;
	font-weight: 400;
	font-size: 14px !important;
}
.eael-product-price > ins > .woocommerce-Price-amount.amount {
	color: #282828 !important;
	font-weight: 500;
}
/*  Product Name color size*/
.product_title.entry-title {
	color: darken;
}


/*  SKU in Product page*/
.sku_wrapper{
	font-size: 16px;
}
.sku_wrapper > a{
	font-size: 15px;
}

/*  Category in Product page*/
.posted_in{
	font-size: 16px;
}
.posted_in > a{
	font-size: 15px;
}

/*  Tags in Product page*/
.tagged_as{
	font-size: 16px;
}
.tagged_as > a{
	font-size: 15px;
}

/*  Add to wishlist
.yith-wcwl-add-button i,.yith-wcwl-add-button span {
	font-size: 16px;
}
*/ 

/*  Size chart */
.md-size-chart-btn {
	font-size: 16px;	
}

/*  Footer Widget */
.site-footer-widget, .site-footer-widget li > a {
	font-size: 15px;
}


/*  Clear button in Product page */
.variations .reset_variations {
	font-size: 12px;
	color: red;
}

.mysticky-welcomebar-content {
	text-align: center;
	padding: 0 7px;
}

/*  Product page Gap TOP 

.product-page-container {
	padding-top:20px;
}
*/

/*  Hide Empty space in Login pop-up */

.xoo-el-sidebar {
	display: none;
}


/*  Hide Cart (Items-0) */

#wpmenucartli {
	display:none;
}

/*  Hide the pincode check in producy page */
#shiprocket_pincode_check {
	display:none;
}
#check_pincode{
	display:none;
}


/*Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].*/

/*  Display Images in Catalogue*/
.has-equal-image-height {
	height:auto;
	aspect-ratio: 3/4; 
	border-radius: 8px 8px 0 0;

}

/*  Shop page | product container box color */
ul.products > li {
	background-color: #F3F3F3;
	border-radius: 10px;
}

/*  Shop page | product title color and size */
h2.woocommerce-loop-product__title > a{
	font-size: 13px;
	color: #282828;
	font-weight: 500;
	display: flex;
	align-items: start;
	
}

/*  Home Page | product title color and size */
.product-details-wrap > .eael-product-title > h2{
	font-size: 13px !important; 
	color: #282828 !important;
	font-weight: 500 !important;
	display: flex ;
	align-items: start;
}

/*  Price column positioning*/
ul.products > li > div.product-loop-wrapper > div.text-center > div.product-loop-meta > div.animated-meta {
		display: flex;
    align-items: start;
}


/*  Shop page and product category container */
.woostify-container {
    padding: 0 20px;
		max-width: 100%;		
}

@media (min-width: 480px){
	/*  Shop page and product category container */
	.woostify-container {
		padding-left: 20px;
	}
	
	/*  Description Container*/
.layout-accordion {
	margin: 0 70px;
	}
	
	/* Nav Bar | Menu*/
	.site-navigation .has-nav-tab {
		margin-right: 20px;
	}
	/* Nav Bar | Login and Cart*/
	.site-tools {
		margin-right: 40px;
	}
	
	/* Left Bar | Product Category a tags*/
	ul.product-categories > li > a{
			font-size: 14px;
			color: #282828;
			font-weight: 400;
		
	}
	
	/* Left Bar | Product Category List*/
	ul.product-categories > li {
		margin: -10px;
		padding-left: 10px;
	}
	
	/* Left Bar | Product Category*/
	.product-categories {
		margin-top: -20px;
		margin-bottom: -20px;
	}
	
/* BreadCrumb in pages*/
	nav.woostify-breadcrumb > span > a {
		font-size: 14px;
	}
	
/* Previous | Next Navigation */
	.woostify-product-navigation {
		margin-right: 30px;
	}
	
	.woostify-product-navigation > div > a > span {
		font-size: 15px;
	}
/* Login | Register PopUp*/
	.open-popup {
	padding-right: 50px;
}
	/*  Web view Logo positioning */
.custom-logo {
	margin-left: 40px;
}
	/*  Left bar |Search bar alignment */
.search-field {
	margin-left: -5px;
}
	/*  Left bar | Title name */
.widget-title {
	font-size: 18px;
	font-weight:500;
}
	
}


/*  Description heading Color*/
.woostify-accordion-title {
	color: #E11B23;
}

/*  Related Products */
	section.products > h2{
		color: #E11B23;
	}

/*  Recently Viewed Products */
.woostify-product-recently-viewed-title {
	color: #E11B23;
}

/*  Single Image positionng Center*/
.product-images .image-item a {
	  display: flex;
    align-items: center;
    justify-content: center;
}

/*  Size selection */
.woo-variation-items-wrapper > .button-variable-items-wrapper >li  {
		padding: 4px 15px !important;
    border-radius: 20px !important;
}

/*  AddToCart | Padding */
.woocommerce-variation-add-to-cart {
	margin: -20px 0px 0px 0px  !important;
	padding: 2px;
}

/*  Description box padding */
.woocommerce-tabs  {
	padding-top: 10px;
	padding-bottom: 0px;
}

/*  Returning Customer | Checkout */
	.woocommerce-info > .showlogin  {
		font-size: 14px !important;
		font-weight: 600 !important;
	}


/*  Apply coupon | Checkout */
	.woocommerce-info > .showcoupon  {
		font-size: 14px !important;
		font-weight: 600 !important;
	}



/*  Size | Padding Cart page*/
.woocommerce-cart-form__cart-item > td.product-name {
    flex-direction: column;
    align-items: start !important;
}


/*  Page Extra spacing after the woostify container */
.site-footer {
	margin-top: 0px !important;
}

/*  Trending Sale Section Reduce Hover opacity */
.eael-woo-product-carousel-container.preset-2 .eael-product-carousel:hover .image-wrap a {
    opacity: 0.8;
}

/*  Removing sale tag in home page products */
.eael-onsale {
	display: none;
}

/*  Shop page product Sub category font size and position alignment  */
ul.product-categories > li > ul > li > a{
	font-size: 16px; 
	
}
ul.product-categories > li > ul > li {
	margin-top: -10px;
}

/*  Home page category button disable */
 .eael-cat-tab {
	display: none;
}
