/*!
Theme Name: ecommerce
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ecommerce
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ecommerce is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

	 /* =====woocommerce css starts =====*/
	 .site-main{
	 	width: 84%;
	 	margin: 0 auto;
	 	max-width: 1440px;
	 	padding: 5% 0;
	 }
	 .entry-footer, .comments-area{
	 	display: none;
	 }
	 .woocommerce div.product p.price, .woocommerce div.product span.price {
	 	color: #ff7900!important;
	 }
	 .product .entry-header .entry-title{
	 	color: #333;
	 	margin-bottom: 20px;
	 	font-size: 28px;
	 	font-family: "Inter", sans-serif;
	 }
	 .woocommerce div.product form.cart {
	 	margin-bottom: 1em;
	 }
	 .product_meta .posted_in, .product_meta .tagged_as {
	 	font-weight: 600;
	 	display: block;
	 	margin-bottom: 10px;
	 }
	 .product_meta .posted_in a, .product_meta .tagged_as a{
	 	font-weight: normal;
	 	color: #0f885e;
	 	transition: all .3s ease-in-out;
	 }
	 .product_meta .posted_in a:hover{
	 	color: #ff7900;
	 }
	 .woocommerce a.button,
	 .wp-element-button,
	.wc-block-grid__product-add-to-cart a{
	 	display: inline-block;
	 	padding: 10px 20px;
	 	border-radius: 30px;
	 	background-color: #0f885e;
	 	color: #fff;
	 	font-weight: 400;
	 	font-size: 16px;
	 	text-align: center;
	 	transition: all .3s ease-in-out!important;
	 }
	 .woocommerce a.button:hover,
	 .wp-element-button:hover,
	.wc-block-grid__product-add-to-cart a:hover{
	 	background-color: #ff7900;
	 	color: #fff;
	 }
	 .woocommerce div.product div.images img
	 {
	 	border-radius: 20px;
	 }
	 .woocommerce-product-details__short-description p{
	 	color: #666;
	 }
	 .woocommerce-Tabs-panel p{
	 	color: #666;
	 }
	 .woocommerce div.product .woocommerce-tabs ul.tabs li {
	 	border: none;
	 	background-color: #ebe9eb;
	 	position: relative;
	 	z-index: 0;
	 	border-radius: 0;
	 	margin: 0 10px 6px 0;
	 	transition: all .3s ease-in-out;
	 }
	 .woocommerce div.product .woocommerce-tabs ul.tabs li a{
	 	font-weight: 500;
	 	font-size: 16px;
	 	font-family: "Inter", sans-serif;text-transform: uppercase;
	 }
	 .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
	 .woocommerce div.product .woocommerce-tabs ul.tabs li:hover{
	 	background: #0f885e;
	 }
	 .woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
	 .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a{
	 	color: #fff;
	 }
	 .woocommerce div.product .woocommerce-tabs ul.tabs::before {
	 	content: none;
	 }
	 .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
	 	box-shadow: unset;
	 }
	 .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
	 	box-shadow: unset;
	 }
	 .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	 	content: none;
	 }
	 .woocommerce div.product .woocommerce-tabs ul.tabs {
	 	padding: 0;
	 	margin: 0 0 4px;
	 }
	 .woocommerce div.product .woocommerce-tabs .panel {
	 	margin: 0;
	 	padding: 20px;
	 	background-color: #f6f4ec;

	 }
	 .wc-block-components-totals-item span,
	 .wc-block-components-totals-shipping .wc-block-components-totals-item strong{
	 	font-weight: 500!important;
	 }
	 .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, 
	 .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{
	 	font-size: 16px!important;
	 }
	 .wc-block-components-text-input input[type=text]{
	 	border-color: #ccc!important;
	 }
	 .wc-block-cart .wc-block-cart__totals-title{
	 	font-size: 16px!important;
	 	font-weight: 600!important;
	 }
	 .woocommerce-MyAccount-navigation{
	 	padding: 20px;
	 	background-color: #f6f4ec;
	 }
	 .woocommerce-MyAccount-navigation-link{
	 	margin-bottom: 10px;
	 }
	 .woocommerce-MyAccount-navigation-link a{
	 	color: #333;
	 	transition: all .3s ease-in-out;
	 }
	 .woocommerce-MyAccount-navigation-link a:hover{
	 	color: #0f885e;
	 }
	 .wp-block-woocommerce-checkout-order-summary-block{
	 	border: none!important;
	 }
	 .wp-block-woocommerce-checkout{
	 	padding-top: 0!important;
	 }
	 .wc-block-components-sidebar .wc-block-components-panel, 
	 .wc-block-components-sidebar .wc-block-components-totals-coupon, 
	 .wc-block-components-sidebar .wc-block-components-totals-item{
	 	padding: 0!important;
	 }
	 .is-medium .wc-block-cart__sidebar, 
	 .is-mobile .wc-block-cart__sidebar, 
	 .is-small .wc-block-cart__sidebar{
	 	margin-bottom: 0!important;
	 }
	 .wc-block-components-totals-wrapper{
	 	padding: 16px 0;
	 }
	  .wc-block-components-totals-wrapper{
	  	padding-left: 0!important;
	  	padding-right: 0!important;
	  }
	 .woocommerce div.product div.images.woocommerce-product-gallery{
	 	display: flex;
	 }
	 .related.products{
	 	display: inline-block;
	 }
	 .related.products h2{
	 	margin-bottom: 20px;
	 }
	 .related.products .products .product a img{
	 	border: 1px solid #ddd;
	 }
	 .woocommerce div.product div.images .flex-control-thumbs{
	 	order:-1;
	 	margin-right: 6px;
	 }
	 .woocommerce div.product div.images .flex-control-thumbs li{
	 	margin-bottom: 6px;
	 	width: auto!important;
	 }
	 .woocommerce div.product div.images .flex-control-thumbs li img{
	 	border: 1px solid #ddd;
	 	width: 100px;
	 }

	 .woocommerce ul.products li.product .woocommerce-loop-category__title, 
	 .woocommerce ul.products li.product .woocommerce-loop-product__title, 
	 .woocommerce ul.products li.product h3 {
	 	color: #444;
	 }
	 .woocommerce ul.products li.product .button {
	 	margin-top: 6px;
	 }
	 .nav-previous span{
	 	color: #333;
	 }
	 .nav-previous .nav-subtitle{
	 	font-weight: 600;
	 }
	 .nav-previous .nav-title{
	 	transition: all .3s ease-in-out;
	 }
	 .nav-previous .nav-title:hover{
	 	color: #ff7900;
	 }
	 .default-page{
	 	padding: 5% 0;
	 }
	 .woocommerce-cart-form table tr .product-name a{
	 	color: #333;
	 	font-weight: 700;
	 	transition: all .3s ease-in-out;
	 }
	 .woocommerce table.cart td.actions .input-text{
	 	width: 160px;
	 	padding: 4px;
	 }
	 .woocommerce table.cart td.actions button{
	 	background-color: #0f885e;
	 	color: #fff;
	 	transition: all .3s ease-in-out;
	 }
	 .woocommerce table.cart td.actions button:hover{
	 	background-color: #ff7900;
	 }
	 .woocommerce #respond input#submit.alt, 
	 .woocommerce a.button.alt, 
	 .woocommerce button.button.alt, 
	 .woocommerce input.button.alt {
	 	background-color: #0f885e;
	 	transition: all .3s ease-in-out;
	 	font-weight: normal;
	 }
	 .woocommerce #respond input#submit.alt:hover, 
	 .woocommerce a.button.alt:hover, 
	 .woocommerce button.button.alt:hover, 
	 .woocommerce input.button.alt:hover{
	 	background-color: #ff7900;
	 }
	 .cart_totals h2{
	 	font-family: "Nunito", sans-serif;
	 	font-weight: 800;
	 	font-size: 30px;
	 }

	 .woocommerce form .form-row input.input-text, 
	 .woocommerce form .form-row textarea {
	 	padding: 6px;
	 	border: 1px solid #aaa;
	 }
	 .select2-container--default .select2-selection--single .select2-selection__rendered{
	 	line-height: unset;
	 }
	 .woocommerce form .form-row .select2-container{
	 	line-height: unset;
	 }
	 .select2-container .select2-selection--single{
	 	height: unset;
	 }
	 .select2-container--default .select2-selection--single {
	 	background-color: #fff;
	 	border: 1px solid #aaa;
	 	border-radius: 4px;
	 	padding: 6px;
	 }
	 .woocommerce form .form-row label, .woocommerce-page form .form-row label {
	 	font-weight: 500;
	 	color: #444;
	 }
	 .woocommerce-billing-fields h3, 
	 .woocommerce-additional-fields h3,
	 #order_review_heading{
	 	font-size: 24px;
	 	color: #03837f;
	 	font-weight: 600;
	 }
	 .woocommerce-billing-fields{
	 	margin-bottom: 20px;
	 }
	 .woocommerce form .form-row textarea{
	 	height: 200px;	
	 }
	 .woocommerce-info {
	 	border-top-color: #0f885e;
	 }
	 .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	 	padding: 20px;
	 	margin: 2em 0 0;
	 }
	 .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	 	background: #0f885e;
	 	color: #fff;
	 	transition: all .3s ease-in-out;
	 }
	 .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
	 	background: #ff7900;
	 	color: #fff;
	 }
	 .woocommerce-LostPassword.lost_password a{
	 	color: #2196f3;
	 }
	 .flex-control-thumbs .slick-dots{
	 	display: flex;
	 	justify-content: center;
	 }
	 .flex-control-thumbs .slick-dots li button{
	 	height: 22px;
	 	line-height: 22px;
	 	width: 22px;
	 	border-radius: 50%;
	 	font-size: 16px;
	 }
	 .flex-control-thumbs .slick-dots li{
	 	margin: 2px!important;
	 }
	 .flex-control-thumbs .slick-dots li.slick-active button{
	 	background-color: #03837f;
	 	color: #fff;
	 }
	 .woocommerce span.onsale {
	 	min-height: unset;
	 	padding: 0.4em;
	 	line-height: unset;
	 	font-size: 15px;
	 }
	 .woocommerce div.product form.cart{
	 	display: flex;
	 	align-items: center;
	 }
	 .input-text.qty.text{
	 	margin-bottom: 0;
	 }
	 .wc-block-cart-item__wrap .wc-block-components-product-name{
	 	color: #333;
	 	font-weight: 500;
	 }
	 .wc-block-components-sidebar{
	 	background-color: #f6f4ec;
	 	padding: 20px!important;
	 }
	 .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title{
	 	display: block!important;
	 }
	 .wc-block-cart__submit{
	 	margin: 0!important;
	 }
	 .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-of-type{
	 	padding-top: 0!important;
	 	border-top: none!important;
	 }
	 .wc-block-cart .wc-block-cart__totals-title{
	 	text-transform: uppercase;
	 	padding: 0 0 8px 0!important;
	 }

	.woocommerce ul.products li.product .woocommerce-loop-product__title{
		font-size: 18px;
		font-weight: 600;
		color: #222;
		font-family: "Inter", sans-serif;
		margin-bottom: 6px;
		padding: 0;
	}
	.woocommerce ul.products li.product .price,
	.wc-block-grid__product .wc-block-grid__product-price{
		color: #0F885E;
		margin: 0;
		font-size: 16px;
	}
	.wc-block-grid__product .wc-block-grid__product-price ins{
		text-decoration: none;
	}
	.wc-block-grid__product .wc-block-grid__product-price del{
		opacity: .5;
	}
	.woocommerce ul.products li.product .price ins{
		font-weight: 500!important;
	}
	.card2 .price del .amount{
		font-size: 16px;
		color: #777;
		font-weight: 300;
	}
	.card2 .price ins .amount{
		font-size: 18px;
	}
	.card2 .price ins{
		text-decoration: none;
	}
	.entry-summary del .amount{
		color: #666;
	}
	.entry-summary ins{
		text-decoration: none;
	}
	.entry-summary ins .amount{
		color: #0f885e;
	}
	.woocommerce ul.products li.product a img{
		margin-bottom: 10px;
	}
	.wc-block-grid__product .wc-block-grid__product-title{
		font-size: 18px;
		font-weight: 600;
		color: #222;
		font-family: "Inter", sans-serif;
		margin-bottom: 6px!important;
		padding: 0;
	}
	.wc-block-grid__products{
		padding: 0!important;
		margin: 0!important;
	}
	.wc-block-grid__products .wc-block-grid__product{
		list-style-type: none;
	}
	.wp-block-woocommerce-empty-cart-block .wp-block-heading{
		margin-bottom: 1rem;
		font-size: 20px;
	}
	@media screen and (max-width: 1300px){
		.woocommerce ul.products li.product .woocommerce-loop-product__title{
			font-size: 16px;
		}
	}

	 @media screen and (max-width:991px){	
	 	.entry-header .entry-title {
	 		font-size: 26px;
	 	}
	 }
	 @media screen and (max-width:767px){
	 	.product .entry-header .entry-title {
	 		font-size: 24px;
	 	}
	 	.entry-header .entry-title {
	 		font-size: 24px;
	 	}
	 	.woocommerce-billing-fields h3, .woocommerce-additional-fields h3, #order_review_heading {
	 		font-size: 20px;
	 	}
	 	.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	 		padding: 10px;
	 		margin: 1em 0 0;
	 	}
	 	.entry-content .woocommerce h2 {
	 		font-size: 20px;
	 	}
	 	.flex-control-thumbs .slick-dots li button{
	 		height: 18px;
	 		line-height: 18px;
	 		width: 18px;
	 		border-radius: 50%;
	 		font-size: 12px;
	 	}

	 	.flex-control-thumbs .slick-dots{
	 		display: block;
	 	}
	 }
	 @media screen and (max-width:575px){
	 	.woocommerce div.product div.images,
	 	.woocommerce div.product div.summary{
	 		margin-bottom: 1em;
	 	}
	 	.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	 		font-size: 15px;
	 	}
	 	.woocommerce div.product .woocommerce-tabs .panel {
	 		padding: 0;
	 		background-color: transparent;
	 	}
	 	.product .entry-header .entry-title {
	 		font-size: 18px;
	 		margin-bottom: 10px;
	 	}	
	 	.entry-header .entry-title {
	 		font-size: 16px;
	 	}
	 	.woocommerce-billing-fields h3, .woocommerce-additional-fields h3, #order_review_heading {
	 		font-size: 18px;
	 	}
	 	.entry-content .woocommerce h2 {
	 		font-size: 16px;
	 	}
	 	.woocommerce div.product div.images .flex-control-thumbs li img {
	 		width: 80px;
	 	}
		 .card2 .price ins .amount{
			 font-size: 16px;
		 }
		 .card2 .price del .amount{
			 font-size: 14px;
		 }
		 .woocommerce ul.products li.product .woocommerce-loop-product__title{
			font-size: 14px;
		}
		 .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
			 margin-bottom: 10px;
		 }
		 .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
			 float: left;
		 }
	 }
/* =====woocommerce css ends =====*/
#secondary{
	display: none;
}
.subscription-content .product-intro{
	text-align: center;
}
.subscription-content .product-intro h4{
	font-size: 20px;
}
.subscription-content .product-intro h5{
	font-size: 18px;
	font-weight: 300;
}
.subscription-content .product-intro .price{
	font-family: "Kaushan Script", cursive;
	font-size: 24px;
}
.subscription-content .product-intro .price span{
	font-weight: 100;
	color: #0f885e;
}
@media (max-width: 575px){
	.subscription-content .product-intro h4{
		font-size: 17px;
	}
	.subscription-content .product-intro h5{
		font-size: 15px;
	}
	.subscription-content .product-intro .price{
		font-size: 20px;
	}
}
