* {
	outline: none !important
}

body {
	background-color: #f3f9fb !important;
	margin: 0 !important;
}

.content-width {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.content-wrap {
	display: flex;
	flex-wrap: wrap;
}

.content-wrap > aside {
	width: 25%;
}
.content-wrap > .right-main {
	width: 75%;
	/* padding-left: 20px; */
}

article > .entry-content {
	margin: 0 !important;
}

/**/

.search_action {
	cursor: pointer;
}
.elementor-search-form__toggle {
	display: none !important;
}

/* PAGE HEADING */
.right-main > h1 {
	margin: 15px 0 15px 0;
	font-size: 26px;
	font-weight: 600;
	font-family: 'Open Sans';
}


/* HOME PAGE FORM SUBSRIBTION */

/* selector h5,
selector label,
selector br {
    display: none !important;
}

selector input {
    box-shadow: none !important;
}

.subscription p:nth-child(1) {
	width: 100% !important;
}

selector p {
    display: flex;
    margin: 0 !important;
}

selector form {
    display: flex;
}

selector input[type="email"] {
    height: 60px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    border-radius: 0;
    width: 100%;
    font-family: "Open Sans", Sans-serif !important;
    font-weight: 400;
    font-size: 16px;
}
selector input::placeholder {
    font-family: "Open Sans", Sans-serif !important;
    font-weight: 400;
    font-size: 16px;
} */

/* PRODUCTS LOOP */

li.product {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	text-align: center;
}

li.product h2 {
	text-align: center;
	color: #3a3a3a !important;
	text-transform: uppercase;
	font-family: 'Open Sans' !important;
	font-weight: 700;
	padding-bottom: 0 !important;
}

li.product .time_length {
	text-align: center;
	color: #006084;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
}

li.product span.price {
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

li.product span.price * {
	color: #3a3a3a !important;
	opacity: 1 !important;
	font-size: 20px;
}
li.product span.price > del {
	margin-right: 5px !important;
}
li.product span.price > ins {
	margin-left: 5px !important;
}

li.product a.add_to_cart_button {
	margin: 10px 0 20px 0 !important;
	background-color: #006084 !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-family: 'Open Sans' !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}

li.product .added_to_cart.wc-forward {
	display: none !important;
}

/* PRODUCT PAGE */

span.onsale {
	display: none !important
}

.summary.entry-summary p.price * {
	color: #3a3a3a !important;
	opacity: 1 !important;
	font-size: 20px;
}

.woocommerce-product-details__short-description h1 {
	font-size: 24px !important
}

.woocommerce-Tabs-panel {
	background-color: #fff !important;
	padding: 20px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0 0 0 0 !important
}

form.cart {
	display: flex;
}

form.cart input,
form.cart button {
	height: 50px;
	border-radius: 0 !important;
}

form.cart button {
	background-color: #006084 !important;
	color: #fff;
	font-family: 'Open Sans' !important;
	font-weight: 600;
	text-transform: uppercase;
}

/* SIDE CART */
.xoo-wsc-basket {
	display: none !important;
}

.xoo-wsc-ft-buttons-cont > a {
	background-color: #006084 !important;
	color: #fff !important;
	border-radius: 0 !important;
	font-weight: 500 !important
}

/* REVIEWS */

.reviews_posts {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.reviews_posts > li {
	background-color: #fff;
	margin-bottom: 15px;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.reviews_posts > li * {
	font-family: 'Open Sans' !important;
}

.reviews_posts .review_head {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0;
}

.reviews_posts p {
	font-size: 14px;
}

/* SEARCH PAGE */

body.search-results .right-main article {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	margin-bottom: 20px
}
body.search-results .right-main article img {
	width: 100%;
	background-color: #fff;
	height: 250px;
	object-fit: contain;
}

body.search-results .right-main article h2 {
	font-size: 24px;
	font-family: 'Open Sans' !important;
	font-weight: 700;
	color: #3a3a3a;
	margin: 10px 0 !important;
	padding: 0 15px;
	text-decoration: none;
}
body.search-results .right-main article h2 a {
	text-decoration: none;
	color: #3a3a3a;
}

body.search-results .right-main article .excerpt {
	padding: 0 15px 15px;
}
body.search-results .right-main article .excerpt * {
	font-size: 14px !important;
	font-weight: 400 !important;
	font-family: 'Open Sans' !important
}

body.search-results .right-main article .open_post {
	background-color: #006084;
	color: #fff;
	display: block;
	height: 50px;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-weight: 700;
	padding: 0 20px;
	line-height: 50px;
	width: 100%;
	text-align: center;
}

/* WOOCOMMERCE MY ACCOUNT */

#customer_login input {
	height: 40px;
	padding: 15px;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.woocommerce-MyAccount-navigation ul > li {
	margin-bottom: 5px;
}

.woocommerce-MyAccount-navigation ul > li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 1;
	height: 40px;
	padding: 0 15px;
	border: 1px solid #006084;
	border-radius: 3px;
	text-decoration: none;
	color: #002A46;
	transition: 350ms;
	transition-duration: 350ms;
}

.woocommerce-MyAccount-navigation ul > li a:hover {
	background-color: #006084;
	color: #fff;
}
.woocommerce-MyAccount-navigation ul > li.is-active a {
	background-color: #006084 !important;
	color: #fff !important;
}


/* MEDIA SCREEN */

@media screen and (max-width: 768px) {
	.content-wrap {
		display: flex;
		flex-direction: column-reverse !important;
	}
	.content-wrap > * {
		width: 100% !important;
	}


	form.checkout.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout,
	form.checkout.woocommerce-checkout .woocommerce-error {
		width: 100%;
	}
}
