/* Store Notice */
.woocommerce-store-notice, 
p.demo_store {
	/*display: block;*/
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    right: 0;
    margin: 0;
    padding: 1em 1.41575em;
    background-color: #3d9cd2;
	color: #fff;
    z-index: 9998;
}

.woo-store-notice-enabled footer#colophon{
	margin-bottom: 58px;
}

.admin-bar p.demo_store {
	top: auto;
}

/**
* Product Pagination
*/
.code-manas-product-pagination {
	display: block; 
	clear: both;
}
.code-manas-product-pagination a img {
	max-width: 90px;
	border-radius: 0; 
}
.code-manas-product-pagination a[rel='prev'] img {
	margin-left: 1.41575em; 
}
.code-manas-product-pagination a[rel='prev'] .code-manas-product-pagination__title {
	margin-right: auto; 
}
.code-manas-product-pagination a[rel='next'] img {
	margin-right: 1.41575em; 
}
.code-manas-product-pagination a[rel='next'] .code-manas-product-pagination__title {
	margin-left: auto; 
} 
.code-manas-product-pagination a[rel="next"]::after {
    content: "\f105";
    padding-left: 1.41575em;
    font-family: fontawesome;
}
.code-manas-product-pagination a[rel="prev"]::after {
    content: "\f104";
    padding-right: 1.41575em;
    font-family: fontawesome;
}
.code-manas-no-img.code-manas-product-pagination a {
	padding: 15px 0;
}

.code-manas-middle-pagination .code-manas-product-pagination a {
	position: fixed;
	top: 50%;
	width: 500px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	z-index: 1499;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
    align-items: center; 
}
.code-manas-middle-pagination .code-manas-product-pagination a[rel='prev'] {
	left: -455px;
	-webkit-transition: left 0.3s ease-out;
	transition: left 0.3s ease-out;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding-left: 1em; 
}
.code-manas-middle-pagination .code-manas-product-pagination a[rel='prev']:hover {
	left: 0; 
}
.code-manas-middle-pagination .code-manas-product-pagination a[rel='next'] {
	right: -455px;
	-webkit-transition: right 0.3s ease-in;
	transition: right 0.3s ease-in;
	padding-right: 1em; 
}
.code-manas-middle-pagination .code-manas-product-pagination a[rel='next']:hover {
	right: 0; 
}

.code-manas-bottom-pagination .code-manas-product-pagination a {
	width: 250px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	z-index: 1499;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
    align-items: center; 
}
.code-manas-bottom-pagination .code-manas-product-pagination a[rel='prev'] {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding-left: 1em; 
	float: left;
}
.code-manas-bottom-pagination .code-manas-product-pagination a[rel='next'] {
	padding-right: 1em; 
	float: right;
}

/* Single product tabs */
.woocommerce-tabs ul.tabs {
	margin-right: 5.8823529412%; 
}

.woocommerce-tabs ul.tabs li.active::after {
	right: 1em; 
}

.woocommerce-tabs .panel {
	width: 64.7058823529%;
	margin-right: 0;
	margin-top: 0; 
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
	border-radius: 0;
	background-color: #fff;
	border-bottom: 1px solid
	rgba(255, 255, 255, 0.2);
	margin-bottom: 15px;
	padding: 8px 13px;
	text-transform: none;
	font-size: 20px;
	letter-spacing: 0;
	display: inline-block;
	z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	margin-bottom: 15px;
	padding: 8px 13px;
	text-transform: none;
	font-size: 16px;
	letter-spacing: 0;
	background-color:#e5e5e5;
	display: inline-block;
	z-index: 1;
}

.single-product #reviews #comments {
	margin-top: 0px;
}

.single-product section.related.products {
	display: inline-block;
}

.code-manas-vertical-tab .woocommerce-tabs ul.tabs {
	width: 29.4117647059%;
	float: left;
}
.code-manas-vertical-tab .woocommerce-tabs .panel {
	float: right;
}

.woocommerce-account .woocommerce button.button {
	margin-top: 15px;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button, 
.woocommerce input.button {
	border-radius: 0;
	font-size: 16px;
	padding: 10px 30px;
	color: #ffffff;
	border-radius: 0px;
	background: #c8836e;
	border: none;
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background-color: #e66239;
	border-color: transparent;
	color: #fff;
}

.woocommerce ul.products li.product .price {
    font-size: 16px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	line-height: 25px;
	margin-top: 15px;
}

.woocommerce ul.products li.product a img {
	margin: 0;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
}

.woocommerce.post-type-archive-product .products li.product,
.woocommerce .related.products .products li.product {
	text-align: center;
}

.woocommerce nav.woocommerce-pagination {
    text-align: start;
    float: left;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 5px;
	text-align: center;
	background-color:
	transparent;
	color: #7b7b7b;
	display: inline-block;
	margin: 0 3px;
	line-height: 20px;/*32px;*/
	font-size: 20px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	font-family: Oxygen, Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20px;/*32px;*/
	color: #e76239;
	text-transform: none;
	background: none;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
	background: none;
	color: #e76239;
}

.woocommerce .woocommerce-ordering {
    margin: 0px 0px 0em 1em;
}

.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering {
    float: right;
}

.woocommerce .woocommerce-result-count {
    margin: 0.5em 0px 1em;
    float: right;
    font-size: 0.765em;
}

.stars a {
	color: #c8836e;
}

.woocommerce .star-rating {
	color: #c8836e;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li {

    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;

}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    text-decoration: none;
    padding: 0.875em 0;
    display: block;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
	content: "\f15c";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\f291";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
    content: "\f1c6";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\f015";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\f007";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\f08b";
}
.woocommerce-MyAccount-navigation ul li a::before{
	font-family: 'fontawesome';
    content: "\f3fd";
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	line-height: 1.618;
	margin-left: 0.5407911001em;
	width: 1.41575em;
	text-align: right;
	float: right;
}
.woocommerce-MyAccount-navigation ul {
	padding-right: 3em;
}

.woocommerce ul.products li.product .onsale {
    top: 20px;
    right: 0;
}

.woocommerce span.onsale {
	min-height: 0;
	padding: 0px 15px;
	font-size: 13px;
	border-radius: 0;
	line-height: 2.236;
}

.woocommerce .products .star-rating {
    display: inline-block;
}

.price .woocommerce-Price-amount.amount, .price ins .woocommerce-Price-amount.amount {
    color: #e7623f;
    font-weight: 700;
}

.price del .woocommerce-Price-amount.amount {
    color: #000;
    font-weight: 700;
}

.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover {
	background: #c8836e;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	display: block;
}

#cm-shop-banner {
    padding: 6%;
    text-align: center;
    background-position: center;
	background-size: cover;
}

#cm-shop-banner h3 {
	font-size: 3em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #c8836e;
}

.woocommerce-product-search button {
	margin: 0;
}

.woocommerce-store-notice, 
p.demo_store, 
p.demo_store a {
    font-family: Oxygen, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    text-transform: none;
    color: #fff;
    background-color: #c8836e;
}