/*
Theme Name: Endless Technologies

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
    float: left;
    width: 100%;
    padding-right: 15px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

/**** CART PAGE CSS ****/
.woocommerce-cart h1.entry-title {
    color: #242424;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 45px;
}
	
.woocommerce-cart table.shop_table {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-bottom: 0px;
    border-right: 0px;
}
	
.woocommerce-cart table.shop_table tr td, .woocommerce-cart table.shop_table tr th {
    border: 1px solid #e3e3e3;
    border-left: 0px;
    border-top: 0px;
    padding: 10px 15px;
    font-family: 'Montserrat', sans-serif;
}
	
.woocommerce-cart table.shop_table label {
    color: #000 !important;
	margin-bottom:10px;
}
	
.woocommerce-cart table.shop_table input {
	color:#000;
    width: 200px;
	height:46px;
}
	
.woocommerce-cart table.shop_table input.input-text.qty {
	width:250px;
	padding-right:0;
    padding-left: 15px;
}
	
.woocommerce-cart .woocommerce button,
.woocommerce-cart .woocommerce .button,.woocommerce-cart  a.post-edit-link {
    line-height: 46px;
    width: auto;
    border: 2px solid transparent;
    padding: 0px 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    background-color: #c0aa83;
    box-shadow: none;
    transition: all .3s;
	display:inline-block;
	vertical-align:middle;
    background: #04d2c8;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
	
.woocommerce-cart .woocommerce button:hover,
.woocommerce-cart .woocommerce .button:hover,
.woocommerce-cart .woocommerce a.post-edit-link:hover {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}

.woocommerce-cart table.shop_table .actions input {
	width:200px;
	height:50px;
    vertical-align: middle;
    padding-left: 15px;
}

.woocommerce-cart .actions .coupon {
    width: 80%;
    float: left;
}
	
.woocommerce-cart .actions .coupon button {
    vertical-align: middle;
    margin: 0;
    float: none;
}
	
.woocommerce-cart .actions button {
    vertical-align: middle;
    margin: 0;
    float: right;
}
	
.woocommerce-cart .cart_totals {
    margin-top: 35px;
}

.woocommerce-cart .checkout-button, .woocommerce-cart #contact-info a.post-edit-link {
	margin-top:20px;
}
	
.woocommerce-cart h2 {
    margin: 0;
	text-transform:inherit;
	letter-spacing:0;
    color: #42495b;
    font-size: 32px;
    margin: 15px 0px;
    font-weight: 700;
    margin-bottom: 25px;
}
	
	
/**** CHECKOUT PAGE CSS ****/
.woocommerce-checkout h1.entry-title {
    color: #242424;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 45px;
}
	
.woocommerce-checkout .woocommerce-info {
	display:inline-block;
	width:100%;
	background:none;
}

.woocommerce-checkout h3 {
    font-size: 24px;
}
	
#courses-new .woocommerce-checkout label {
	color:#000;
}
	
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 42px;
    font-family: 'Montserrat', sans-serif;
    padding-left: 20px;
    line-height: 42px;
	border-color:#d5dedf;
    color: #000;
}

.woocommerce-checkout select {
    background-color: transparent;
    border: 1px solid #d5dedf;
    border-radius: 0;
    box-sizing: border-box;
    color: #a6a19f;
    cursor: inherit;
    font-family: inherit;
    font-size: 13px;
    font-weight: inherit;
    height: 42px;
    line-height: 50px;
    margin: 0 0 15px;
    outline: 0;
    padding: 0 15px;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    font-weight: 300;
    color: #242424;
}

	
.woocommerce-checkout .select2-container .select2-selection--single {
    height: 42px;
    font-family: 'Montserrat', sans-serif;
	border-color:#d5dedf;
    color: #000;
}
	
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}

.woocommerce-checkout .woocommerce form .form-row .required {
	border:none;
	text-decoration:none;
}
	

.woocommerce-checkout table.shop_table {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-bottom: 0px;
    border-right: 0px;
}
	
.woocommerce-checkout table.shop_table tr td, .woocommerce-checkout table.shop_table tr th {
    border: 1px solid #e3e3e3;
    border-left: 0px;
    border-top: 0px;
    padding: 10px 15px;
}
	

.woocommerce-checkout .woocommerce button,
.woocommerce-checkout .woocommerce button,.woocommerce-checkout .woocommerce a.post-edit-link {
    line-height: 46px;
    width: auto;
    border: 2px solid transparent;
    padding: 0px 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    background-color: #c0aa83;
    box-shadow: none;
    font-size: 16px;
    transition: all .3s;
	display:inline-block;
	vertical-align:middle;
}
	
.woocommerce-checkout .woocommerce button:hover,
.woocommerce-checkout .woocommerce button:hover,
.woocommerce-checkout .woocommerce a.post-edit-link:hover {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}

.woocommerce-checkout .checkout-button, .woocommerce-checkout a.post-edit-link {
	margin-top:20px;
}
	
.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods {
    margin-top: 30px;
}
	
.woocommerce-checkout ul li.woocommerce-notice {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.62em;
    color: #453e3c;
}
	

.woocommerce-checkout input,
.woocommerce-checkout textarea {
    color: #000;
}


.woocommerce-checkout .woocommerce-info {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #42495b;
    margin-bottom:20px;
}

.woocommerce-checkout h3 {
    color: #42495b;
    font-size: 32px;
    margin: 15px 0px;
    font-weight: 700;
    margin-bottom: 25px;
	margin-top:0;
}

.col2-set .col-1 {
    float: left;
    width: 48%;
}

.col2-set .col-2 {
    float: right;
    width: 48%;
}

#order_review_heading {
    float: left;
    width: 100%;
    margin-top: 30px;
}

ul.wc_payment_methods.payment_methods.methods {
    padding: 0;
    margin: 0;
    list-style: none;
}

table.shop_table_responsive tr td {
    text-align: left;
}
	
.woocommerce-checkout input, .woocommerce-checkout .quantity input, .woocommerce-checkout textarea {
    background-color: transparent;
    border: 1px solid #d5dedf;
    border-radius: 0;
    box-sizing: border-box;
    color: #a6a19f;
    cursor: inherit;
    font-family: inherit;
    font-size: 13px;
    font-weight: inherit;
    height: 42px;
    line-height: 50px;
    margin: 0 0 15px;
    outline: 0;
    padding: 0 15px;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    font-weight: 300;
    color: #242424;
}

.woocommerce-checkout textarea {
	height:100px;
	resize:none;
}
	
.woocommerce-checkout button[type="submit"], .woocommerce-checkout button[type="submit"] {
    line-height: 46px;
    width: auto;
    border: 2px solid transparent;
    padding: 0px 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    box-shadow: none;
    transition: all .3s;
    display: inline-block;
    min-width: 152px;
    line-height: 46px;
    padding: 0px 25px;
    text-align: center;
    margin-top: 15px;
    background: #04d2c8;	
    font-size: 16px;
    border: none;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.woocommerce-checkout button[type="submit"]:hover {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}
	
/**** SHOP PAGE CSS ****/

	
#shop p.woocommerce-result-count {
    display: inline-block;
    width: 50%;
    margin: 1em 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #242424;
    font-family: 'Montserrat', sans-serif;
}
	
#shop form.woocommerce-ordering {
    display: inline-block;
    float: right;
}

#shop nav.woocommerce-breadcrumb, #shop header.woocommerce-products-header, #shop .woocommerce-result-count, #shop .woocommerce-ordering {
	display:none !important;
}

#shop ul.products {
	display:inline-block;
	width:100%;
	text-align:center;
}
	
#shop ul.products li:hover {
	box-shadow: 0 0px 10px rgba(146,146,146,.4);
}
	
#shop ul.products li {
    background: #fff;
    margin-bottom: 10px;
    padding: 25px 15px 45px 15px;
    position: relative;
    transition: all .3s ease;
    border: 1px solid #f6f6f6;
    margin-bottom: 30px;
}
	
#shop ul.products h2.woocommerce-loop-product__title {
    font-size: 20px;
    margin-bottom: .6em;
    font-weight: 700;
    margin: 20px 0 20px;
    color: #242424;
    color: #42495b;
	border:none;
}
	
#shop ul.products .add_to_cart_button {
    line-height: 46px;
    width: auto;
    border: 2px solid transparent;
    padding: 0px 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    font-family: 'Montserrat', sans-serif;
    box-shadow: none;
    transition: all .3s;
	display:inline-block;
    min-width: 152px;
    padding: 0px 25px;
    background: #04d2c8;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

#shop ul.products .add_to_cart_button:hover {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}
	
	
#shop span.price {
	display:inline-block;
	width:100%;
	margin-bottom:15px;
    margin-top: 11px;
    font-size: 16px;
    color: grey;
    line-height: 1.5;
}
	
#shop p.woocommerce-mini-cart__buttons.buttons {
	display:inline-block;
	width:100%;
}
	

#shop p.woocommerce-mini-cart__buttons.buttons a {
    line-height: 46px;
    width: auto;
    border: 2px solid transparent;
    padding: 0px 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    background-color: #c0aa83;
    box-shadow: none;
    font-size: 16px;
    transition: all .3s;
	display:inline-block;
    min-width: 152px;
    line-height: 42px;
    font-size: 14px;
    padding: 0px 25px;
	text-align:center;
	margin-top:15px;
}

#shop p.woocommerce-mini-cart__buttons.buttons a:hover {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}
	
#shop .left-bar .slide .ui-state-default, .slide .ui-widget-content .ui-state-default,
#shop .left-bar .slide .ui-widget-header .ui-state-default {
   background: #c0aa83;
    width: 27px;
    height: 27px;
    top: -.5em;
	border-radius:50%;
	background: #c0aa83;
	border:none;
	top:-10px;
}
        
#shop .left-bar .ui-slider-horizontal {
    height: 9px;
	border:none;
}

#shop .left-bar .ui-slider .ui-slider-range {
  background: #c0aa83;
  box-shadow:none;       
}
	
#shop .left-bar  h3.widget-title.berocket_aapf_widget-title {
    padding: 15px 0 10px;
    margin: 0 0 25px;
    border-bottom: 2px solid rgba(0,0,0,.1);
    font-weight: 700;
    color: #242424;
    font-size: 30px;
}
	

#shop .left-bar img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	width:75px !important;
	height:auto !important;
	float:left;
}
	
#shop .left-bar .berocket_aapf_widget-title_div {
	padding:0;
}
	
#shop .left-bar ul li.woocommerce-mini-cart-item.mini_cart_item {
    margin-bottom: 15px;
}
	
#shop .left-bar span.woocommerce-Price-amount.amount {
    color: #c0aa83;
    font-size: 24px;
	margin:0;
    font-weight: 700;
    text-align: center;
    float: right;
    margin-top: -5px;
}
	
#shop .left-bar .berocket_aapf_widget li.slider span.left input,
#shop .left-bar .berocket_aapf_widget li.slider span.right input {
    background: none;
    border: none;
    padding: 0;	
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #242424;
	outline:none;
}
	
#shop .left-bar .berocket_aapf_widget li.slider span.left {
	position:relative;
}
	
#shop .left-bar .berocket_aapf_widget li.slider span.left:before {
    content: '$';
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    top: -3px;
    right: -3px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

#shop .left-bar .berocket_aapf_widget li.slider span.right:before {
    content: '$';
    color: #000;
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    top: -3px;
    right: -3px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}
		
#shop .rt .summary.entry-summary h1.product_title.entry-title {
	margin-bottom:25px;
}
	
#shop .quantity {
    display: inline-block;
    width: 59%;
}
	
#shop .rt .quantity label.screen-reader-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #242424;
	display:inline-block;
	width:100%;
	margin-bottom:20px;
}
	
#shop .rt .quantity input, #shop  .quantity input {
    background-color: transparent;
    border: 1px solid #d5dedf;
    border-radius: 0;
    box-sizing: border-box;
    color: #a6a19f;
    cursor: inherit;
    font-family: inherit;
    font-size: 13px;
    font-weight: inherit;
    height: 46px;
    line-height: 50px;
    margin: 0 0 15px;
    outline: 0;
    padding: 0 20px;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    font-weight: 300;
    color: #242424;
}
	
#shop .rt .cart button[type="submit"], #shop button[type="submit"] {
    line-height: 46px;
    width: auto;
    padding: 0px 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    font-family: 'Montserrat', sans-serif;
    box-shadow: none;
    transition: all .3s;
    display: inline-block;
    min-width: 152px;
    line-height: 46px;
    padding: 0px 25px;
    margin-top: 0px;
    background: #04d2c8;
    color: #fff;
    font-size: 16px;
    border: none;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

#shop .rt .cart button[type="submit"]:hover {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}
	
#shop .rt .product_meta span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #242424;
	display:inline-block;
	width:100%;
	margin-bottom:20px;
	
}
.woocommerce-tabs p {
    font-weight: 500;
    font-size: 18px;
}

#shop {
	padding:50px 0;
}

	
#shop .woocommerce-tabs.wc-tabs-wrapper {
    display: inline-block;
    width: 100%;
	margin-top:30px;
	padding:0 15px;
}

#shop .woocommerce-tabs ul.tabs li a {
    line-height: 46px;
    width: auto;
    border: 2px solid transparent;
    padding: 0px 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    font-family: 'Montserrat', sans-serif;
    box-shadow: none;
    transition: all .3s;
    display: inline-block;
    margin-top: 15px;	
    background: #04d2c8;
    color: #fff;
    font-size: 16px;
    border: none;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

#shop .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}
	
#shop .woocommerce-tabs p {
    font-weight: 500;
    font-size: 18px;
}

#shop .woocommerce-tabs p.woocommerce-noreviews {
    font-weight: 500;
    font-size: 18px;
	background:none;
    color: #242424;
	padding-left:0;
}
	
#shop .woocommerce-tabs .comment-form-rating label {
    margin-bottom: 25px;
    margin-top: 25px;
 	font-family: 'Montserrat', sans-serif;
    display: inline-block;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    float: left;
    margin-top: 15px;
}

#shop .woocommerce-tabs p.comment-form-comment label {
    color: #242424;
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 25px;
 	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #a6a19f;
    display: inline-block;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 17px;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    float: left;
    margin-top: 15px;
}

#shop .woocommerce-tabs select {
    background-color: transparent;
    border: 1px solid #d5dedf;
    border-radius: 0;
    box-sizing: border-box;
    color: #a6a19f;
    cursor: inherit;
    font-family: inherit;
    font-size: 13px;
    font-weight: inherit;
    height: 42px;
    line-height: 50px;
    margin: 0 0 15px;
    outline: 0;
    padding: 0 15px;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    font-weight: 300;
    color: #242424;
}
	
#shop .woocommerce-tabs p {
	padding-left:0;
	padding-right:0;
}
	
#shop .woocommerce-tabs textarea {
    background-color: transparent;
    border: 1px solid #d5dedf;
    border-radius: 0;
    box-sizing: border-box;
    color: #242424;
    cursor: inherit;
    font-family: inherit;
    font-size: 13px;
    font-weight: inherit;
    height: 205px;
    line-height: 50px;
    margin: 0 0 15px;
    outline: 0;
    padding: 0 20px;
    width: 100%;
    resize: none;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
	
#shop .woocommerce-tabs .form-submit input[type="submit"] {
    line-height: 46px;
    width: auto;
    padding: 0px 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    font-family: 'Montserrat', sans-serif;
    box-shadow: none;
    transition: all .3s;
    display: inline-block;
    background: #04d2c8;
    color: #fff;
    font-size: 16px;
    border: none;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
	
#shop .woocommerce-tabs .form-submit input[type="submit"]:hover {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}

#shop .woocommerce-tabs .panel {
	border-bottom:none;
	box-shadow:none;
}
	
#shop .woocommerce-message {
    display: inline-block;
    width: 100%;
    background: none;
    border: 1px solid #d5dedf;
    padding: 10px;
    line-height: 46px;
	margin-bottom:25px;
}
	
#shop .woocommerce-message a.button.wc-forward {
    line-height: 46px;
    width: auto;
    border: 2px solid transparent;
    padding: 0px 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    background-color: #c0aa83;
    box-shadow: none;
    font-size: 16px;
    transition: all .3s;
    display: inline-block;
    min-width: 152px;
    line-height: 42px;
    font-size: 14px;
    padding: 0px 25px;
    text-align: center;
    margin-top: 0px;
	float:right;
}
	
#shop .woocommerce-message a.button.wc-forward:hover {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}

#shop .related.products {
	padding:0 15px;	
}
	
/*** ***/
#product-info .add_to_cart_button {
    line-height: 46px;
    width: auto;
    border: 2px solid transparent;
    padding: 0px 36px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    background-color: #c0aa83;
    box-shadow: none;
    font-size: 16px;
    transition: all .3s;
    background: #c0aa83;
    color: #fff;
    min-width: 152px;
    line-height: 42px;
    font-size: 14px;
	display:inline-block;
    padding: 0px 25px;
}
	
#product-info .add_to_cart_button:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

#product-info .down {
	margin-top:30px;
}
	
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
}

span.posted_in {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    color: grey;
	display:inline-block;
}

.woocommerce-tabs .panel h2 {
    color: #42495b;
    font-size: 32px;
    margin: 15px 0px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 0;
    margin-top: 15px;
}

#shop .woocommerce-tabs p.woocommerce-noreviews {
    font-weight: 400;
    background: none;
    color: #242424;
    padding-left: 0;
    color: grey !important;
    font-size: 16px !important;
    line-height: 26px !important;
    margin-bottom: 15px !important;
}

span#reply-title {
    color: grey !important;
    font-size: 16px !important;
    line-height: 26px !important;
    margin-bottom: 15px !important;
    font-weight: 500;
    display: inline-block;
}

/* Media Css */
@media only screen and (max-width: 767px) {
.navbar-nav>li.bc-mnc.bc-mnc__float-right {
	float:none;
}
.swiper-slide {
	margin-right:0px !important;
}

.swiper-container-autoheight .swiper-wrapper {
	left:-40px;
}
	

#cost-info .bg {
    background-size: 268px !important;
    min-height: 248px !important;
}

#newsletter input {
    font-size: 15px;
    padding: 0 15px;
    width: 63%;
}
	
	#shop p.woocommerce-result-count {
		width:100%;
		text-align:center;
	}
#shop form.woocommerce-ordering {
    display: inline-block;
    float: none;
    width: 100%;
    text-align: center;
}
	
#shop .rt .summary.entry-summary h1.product_title.entry-title {
    margin-bottom: 25px;
    font-size: 22px;
}
	
.woocommerce-cart #contact-info h2, .woocommerce-cart #contact-info h1.entry-title {
    font-size: 33px;
}
	
.woocommerce-cart #contact-info table.shop_table tr td.actions {
    width: 100%;
    display: inline-block;
		text-align:center;
    float: left;
}
	
.woocommerce-cart #contact-info .actions .coupon {
	text-align:center;
	width:100%;
}
	
.woocommerce-cart #contact-info .actions button {
    float: none;
    display: inline-block;
}
	
.woocommerce-cart #contact-info table.shop_table tr td.product-subtotal {
    line-height: 35px;
}
	
.woocommerce-checkout .woocommerce-form-coupon-toggle {
    font-size: 13px;
}
	
	.woocommerce-checkout #contact-info input, .woocommerce-checkout #contact-info textarea {
		margin-bottom:0;
	}
	
	
	.woocommerce-checkout #contact-info textarea {
    line-height: 21px;
		padding-top:15px;
	}

#contact-info input  {
}

#shop .woocommerce-message {
    line-height: 16px;
    padding-top: 15px;
}

#shop .woocommerce-message a.button.wc-forward {
	margin-top:0px;
	float:none;
}
	ul.products li.product img{
		display:inline-block;
	}
	
	#who-we-are .rt p {
    margin-bottom: 40px;
	}
	
	#who-we-are .rt img {
    margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1169px) {
.swiper-slide {
	width:30%;
}

#product-info .bg {
	padding-left:0px;
	padding-right:0px;
}

#newsletter input {
    width: 63%;
}

#shop ul.products h2.woocommerce-loop-product__title {
    font-size: 13px;
    min-height: 57px;
}

#shop .left-bar h3.widget-title.berocket_aapf_widget-title {
    font-size: 20px;
}
.columns-3 ul.products li.product {
    width: 45.796667%;
}
	
ul.products li.product.last {
    margin-right: 3.8%;
}
ul.products li.product.first {
    clear: inherit;
}
	#shop .rt .summary.entry-summary h1.product_title.entry-title {
		margin-bottom: 25px;
		font-size: 22px;
	}
	
#shop .quantity {
    width: 100%;
}
	
#shop .rt .cart button[type="submit"] {
	margin:0;
	margin-bottom:15px;
}
	

ul.products li.product {
    width: 45.796667%;
}
	
ul.products li.product.last {
    margin-right: 3.8%;
}
ul.products li.product.first {
    clear: inherit;
}

.woocommerce-cart #contact-info table.shop_table tr td img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail, .woocommerce-cart #contact-info table.shop_table tr th img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: auto;
    height: auto;	
}
	
#contact-info label {
    font-size: 14px;
}
.woocommerce-cart #contact-info table.shop_table input.input-text.qty {
    width: 125px;
}
	
.woocommerce-cart #contact-info .actions .coupon {
    width: 65%;
}
	
.woocommerce-cart #contact-info h2, .woocommerce-cart #contact-info h1.entry-title {
    font-size: 34px;
}
	
#shop .woocommerce-message {
    line-height: 16px;
    padding-top: 15px;
}

#shop .woocommerce-message a.button.wc-forward {
	margin-top:-7px;
}
}

.woocommerce-tabs ul.tabs li{
	display:inline-block;
}
#newsletter input.submit{
	width:34%;
}
.quantity label.screen-reader-text{
	display:none !important;
}
.woocommerce-product-details__short-description p{
	color: #242424 !important;
	font-size: 16px !important;
	line-height: 1.2em !important;
	font-weight: 300 !important;
	line-height: 20px !important;
	padding: 10 0px !important;
}

/**** ****/
#shop ul.products h2.woocommerce-loop-product__title {
    min-height: auto!important;
	margin-bottom:5px;
}

#shop ul.products .add_to_cart_button {
    background: #04d2c8;
    color: #fff;
}

#shop ul.products .add_to_cart_button:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

#shop p.woocommerce-result-count {
    font-family: 'Montserrat', sans-serif;
    color: #000;
}


#shop select.orderby {
    padding: 16px 18px;
    display: inline-block;
    color: rgba(0,0,0,.8);
    border: 1px solid #f6f6f6;
    width: 240px;
    position: relative;
    margin-bottom: 30px;
    transition: all .3s ease;
    outline: none;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

h1,h2,h3,h4,h5,h6,p,ul,a {
    font-family: 'Montserrat', sans-serif;
}

body ,input,select, button,textarea {
    font-family: 'Montserrat', sans-serif;
}

.woocommerce-checkout input[type="radio"] {
    width: auto;
    height: auto;
}

.woocommerce-checkout label {
    width: 100%;
}

.woocommerce-checkout li.wc_payment_method.payment_method_paypal img {
	margin:0 10px;
}

.woocommerce-product-gallery__image img {
    width: 100% !important;
    height: auto !important;
}



	input,select,textarea, button {
outline:none;}

h1.product_title.entry-title {
    color: #42495b;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
}

.woocommerce-notices-wrapper {
	margin-bottom:20px;
}
#shop .woocommerce-tabs .panel {
    border-bottom: none;
    box-shadow: none;
    padding-top: 20px;
}


.woocommerce-cart table.shop_table .actions label {
	color:#000;
}

.woocommerce-checkout form.checkout.woocommerce-checkout p {
	margin-bottom:0;
}
a
.woocommerce-checkout #courses-new form.checkout.woocommerce-checkout label {
	margin-top:0;
}

/* Media Css */
@media only screen and (max-width: 767px) {
.col2-set .col-2, .col2-set .col-1 {
	float:left;
	width:100%;
}

.woocommerce-cart #join .actions .coupon {
    width: 100% !important;
    float: none;
    display: inline-block;
    margin-top: 10px !important;
    text-align: left;
}

.woocommerce-cart #join table.shop_table .actions input {
    margin-bottom: 10px;
    width: 100% !important;
}


.woocommerce-cart table.shop_table .actions input, #join .actions button[type="submit"] {
    margin-bottom: 10px;
    width: 100% !important;
}

.woocommerce-cart .actions button {
    vertical-align: middle;
    margin: 0;
    float: right;
    float: none;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
    float: left;
    width: 100%;
    padding-right: 0;
}

.entry-summary {
    padding-left:0px;
}

#shop ul.products h2.woocommerce-loop-product__title {
    font-size: 15px !important;
}

#shop .quantity {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

#shop .summary.entry-summary button[type="submit"] {
	margin-bottom: 15px;
}

#shop .related.products {
    padding: 0 0px;
}

.woocommerce  #shop .tp {
    margin-top: 70px;
}

.woocommerce h2 {
    font-size: 28px !important;
}

#shop .woocommerce-tabs.wc-tabs-wrapper {
    padding: 0 0px;
}

.woocommerce-checkout h3 {
    font-size: 22px;
    margin-top: 15px;
}


#shop .woocommerce-message a.button.wc-forward {
    margin-top: 0px;
    float: right;
}

h1.product_title.entry-title {
    font-size: 25px;
}

.single-product div.product .woocommerce-product-gallery {
    margin-left: -15px;
    margin-right: -15px;
}

.entry-summary {
    padding-left: 0px;
    margin-left: -15px;
    margin-right: -15px;
}

.woocommerce-cart table.shop_table .actions input {
    margin-left: 0 !important;
}

.woocommerce-cart .actions .coupon button,
.woocommerce-cart .woocommerce button, .woocommerce-cart .woocommerce .button, .woocommerce-cart a.post-edit-link {
	width:100%;
}

.woocommerce-cart .actions .coupon button {
	margin-bottom:10px;
}

.woocommerce-cart .actions .coupon {
    width: 100%;
    float: left;
}

}

@media only screen and (max-width: 1169px) and (min-width: 768px) {
.woocommerce-cart .actions .coupon {
    width: 67%;
    float: left;
}

.woocommerce-cart .woocommerce button, .woocommerce-cart .woocommerce .button, .woocommerce-cart .woocommerce a.post-edit-link {
    padding: 0px 15px;
    font-size: 12px;
}

#shop ul.products h2.woocommerce-loop-product__title {
    font-size: 13px !important;
}
#shop .quantity {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}


#shop .summary.entry-summary button[type="submit"] {
	margin-bottom: 15px;
}

.woocommerce-checkout h3 {
    font-size: 22px;
}

h1.product_title.entry-title {
    font-size: 25px;
}


}
