/*
Theme Name: Mia Bellos
Theme URI: http://jesslee.simply.com.sg/
Template: Divi
Author: Alpha Rages
Author URI: https://alpharages.com/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.8.1.1614077184
Updated: 2021-02-23 18:46:24

*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body.page-template-default.woocommerce-account h1.entry-title.main_title {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 20px;	
	font-weight: 500;
	color: #000000;
	font-family: 'Roboto', sans-serif;
}
body.page-template-default.woocommerce-account h2 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 20px;	
	font-weight: 500;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	padding: 0;
}
body.page-template-default.woocommerce-account h2.my_ac_tit {
	margin-bottom: 32px !important;
}
form.woocommerce-form {
	background-color: #f2eeee;
	border-color: #f2eeee !important;
	border-radius: 6px;
}
form.woocommerce-form label {
	color: #666666;
	font-size: 16px;
	line-height: 16px;
}
form.woocommerce-form input {
	background-color: #ffffff;
	border-radius: 3px !important;
	border: 1px solid #c8c7c7;
	transition: border-color 0.35s ease;
}
form.woocommerce-form input:focus,
form.woocommerce-form input:active {
	border-color: #EB5353;
}
form.woocommerce-form .lost_password a {
	color: #000000;
	font-size: 16px;
	line-height: 16px;
	transition: color 0.35s ease;
}
form.woocommerce-form .lost_password a:hover {
	color: #EB5353;
}
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
	transition: color 0.35s ease !important;
}
.woocommerce form .show-password-input:hover::after,
.woocommerce-page form .show-password-input:hover::after {
	color: #EB5353 !important;
}
form.woocommerce-form .woocommerce-button  {
	background-color: #EB5353;
	border: 1px solid #EB5353;
	border-radius: 3px;
	padding: 11px 18px 12px 19px;
	color: #ffffff !important;
	font-size: 12px;
	line-height: 12px !important;
	text-transform: uppercase;
}
form.woocommerce-form .woocommerce-button:after {
	font-size: 19px;
	top: 6.5px;
	right: 11px;
	transition: all .2s;
}
form.woocommerce-form .woocommerce-button:hover {
	padding: 11px 32px 12px 14px;
	background-color: #EB5353;
	border: 1px solid #EB5353;
}
a.woocommerce-privacy-policy-link {
	color: #EB5353;
	transition: color 0.35s ease;
}
a.woocommerce-privacy-policy-link:hover {
	color: #000000;
}
form.woocommerce-form-register {
	color: #666666;
	font-size: 16px;
	line-height: 25px;
}
form.woocommerce-form-register .woocommerce-privacy-policy-text p {
	margin-bottom: 16px;
}
form.woocommerce-form-register p:nth-child(2){
	font-style: italic;
	margin-bottom: 25px;
}
body.page-template-default .woocommerce-MyAccount-content a {
	color: #000;
	font-weight: 800;
	transition: color 0.35s ease;
}
body.page-template-default .woocommerce-MyAccount-content a:hover {
	color: #EB5353;
}
.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 40px;
}
.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	transition: color 0.35s ease;
	position: relative;
}
.woocommerce-MyAccount-navigation ul li a:before {
	position: absolute;
	content: "\35";
	font-family: ETmodules!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	right: -15px;
	top: 3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0;
	direction: ltr;
	transition: all .35s ease;
	opacity: 0;
	visibility: hidden;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a{
	color: #EB5353;
}
.woocommerce-MyAccount-navigation ul li.is-active a:before,
.woocommerce-MyAccount-navigation ul li a:hover:before{
	right: -20px;
	opacity: 1;
	visibility: visible;
}


.woocommerce-MyAccount-content .woocommerce-Message,
.woocommerce-message {
	font-size: 17px !important;
}
.woocommerce-MyAccount-content .woocommerce-message {
	margin-bottom: 40px !important;
}
.woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button,
.woocommerce-message .button.wc-forward {
	border-width: 1px;
	padding: 11px 18px 12px 19px;
	font-size: 12px;
	line-height: 12px !important;
	text-transform: uppercase;
	transition: all 0.35s ease;
}
.woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button:after,
.woocommerce-message .button.wc-forward:after {
	font-size: 19px !important;
	top: 5.5px !important;
	right: 19px !important;
	transition: all 0.35s ease;
}
.woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button:hover {
	padding: 10px 32px 11px 14px;
	background: #ffffff;
	border-color: #ffffff;
	color: #EB5353 !important;
}
.woocommerce-message .button.wc-forward:hover {
	padding: 11px 25px 12px 19px !important;
	background: #ffffff !important;
	border-color: #ffffff !important;
	color: #EB5353 !important;
}
.woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button:hover:after,
.woocommerce-message .button.wc-forward:hover:after {
	color: #EB5353;
	right: 9px !important;
}
.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
	margin-bottom: 22px;
	padding: 0;
}
.woocommerce-MyAccount-content .woocommerce-Address-title a.edit {
	color: #a9a7a7;
	font-weight: normal;
	font-size: 14px;
	line-height: 23px;
	transition: all 0.35s ease;
}
.woocommerce-MyAccount-content .woocommerce-Address-title a.edit:hover {
	color: #000000;
	text-decoration: underline;
}
.woocommerce-MyAccount-content .woocommerce-Addresses.addresses {
	margin-top: 32px !important;
}
.woocommerce-MyAccount-content .woocommerce-Address address {
	line-height: 23px !important;
	margin-bottom: 12px !important;
	font-size: 16px !important;
}
.woocommerce-MyAccount-content  p:not(.has-background):last-of-type {
	font-size: 16px !important;
	line-height: 16px !important;
}
.woocommerce-MyAccount-content .u-column2.col-2{
	margin-top: 40px !important;
}
.woocommerce-MyAccount-content table td.woocommerce-orders-table__cell-order-actions .woocommerce-button {
	padding: 0 !important;
	color: #eb5353 !important;
	border: 0 !important;
	font-size: 14.45px !important;
	font-weight: normal !important;
}
.woocommerce-MyAccount-content table td.woocommerce-orders-table__cell-order-actions .woocommerce-button:after {
	content: none !important;
}
.woocommerce-MyAccount-content table td.woocommerce-orders-table__cell-order-actions .woocommerce-button:hover {
	background: transparent !important;
	color: #000 !important;
}
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-customer-details--email::before{
	color: #eb5353 !important;
	line-height: .9 !important;
	font-size: 17px !important;
}
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-customer-details--phone::before {
	line-height: 1.59 !important;
}
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-customer-details--email {
	padding-bottom: .5em !important;
}
.woocommerce-MyAccount-content .woocommerce-order-details {
	margin-top: 20px !important;
}
.woocommerce-MyAccount-content .woocommerce-order-details h2,
.woocommerce-MyAccount-content .woocommerce-customer-details h2 {
	font-family: 'Baskervville',Georgia,"Times New Roman",serif !important;
	font-size: 25px !important;
	color: #eb5353 !important;
	line-height: 1em !important;
}
.woocommerce-MyAccount-content .woocommerce-order-details .order-again .button {
	width: 141px !important;
	height: 37px !important;
	padding: 0 !important;
	display: flex !important;
	justify-content: center !important;
	text-align: center !important;
	align-items: center !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	line-height: 12px !important;
	border-radius: 3px !important;
	border: 2px solid #EB5353 !important;
	margin-right: 20px !important;
	transition: all 0.35s ease !important;
	background-color: #EB5353 !important;
	color: #fff !important;
}
.woocommerce-MyAccount-content .woocommerce-order-details .order-again .button:after {
	font-size: 19px !important;
	right: 20px !important;
	top: 7px !important;
	transition: all 0.35s ease !important;
}
.woocommerce-MyAccount-content .woocommerce-order-details .order-again .button:hover {
	padding-right: 10px !important;
}
.woocommerce-MyAccount-content .woocommerce-order-details .order-again .button:hover:after {
	right: 15px !important;
}


/* .wpf_column_vertical {
border-right: 2px solid #f6f5f5;
} */
.wpf_column_vertical li {
	font-size: 15px;
	line-height: 18px;
	color: #4a4a4a;
	padding-bottom: 18px !important;
	margin-bottom: 18px !important;
	margin-right: 0 !important;
	padding-left: 20px !important;
	border-bottom: 2px solid #efeded;
}
.wpf_column_vertical li input[type="checkbox"] {
	border-width: 2px;
	border-radius: 0;
	width: 11px;
	height: 11px;
	margin-right: 15px;
	position: relative;
}
.wpf_column_vertical li:last-child {
	margin-bottom: 0 !important;
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.wpf_column_vertical li input[type="checkbox"]:checked:before {
	font-size: 12px;
	font-weight: 900;
	position: absolute;
	left: -1px;
	top: -5px;
	transform: rotate(15deg);
}
.wpf_column_vertical li .wpf_item_count,
body.woocommerce-order-received .woocommerce-customer-details {
	display: none;
}

.sidebarFilterWrap {
	width: 75% !important;
	border-right: 2px solid #efeded !important;
	padding-top: 70px !important;
}
.sidebarFilterWrap .wpf_item_name {
	display: none !important;
}
.sidebarFilterWrap .wpf_item.wpf_item_wpf_cat {
	padding-top: 0 !important;
	padding-bottom: 10px !important;
}
ul.products li.product {
	text-align: center;
	font-family: 'Roboto', sans-serif !important;
}
ul.products li.product .woocommerce-loop-product__title {
	font-size: 12px !important;
	line-height: 15px !important;
	color: #4a4a4a !important;
	margin-bottom: 15px !important;
	font-family: 'Roboto', sans-serif !important;
	padding: 0 !important;
}
ul.products li.product .price {
	font-size: 12px;
	line-height: 12px;
	color: #908f8f !important;
}
.woocommerce ul.products li.product a img {
	margin: 0 0 12px !important;
}
/* woocommerce-cart */
body.page-template-default.woocommerce-cart h2.wo_pg_title {
	text-align: center;
	font-size: 38px;
	line-height: 38px;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 60px;
}
body.page-template-default.woocommerce-cart h2.wo_pg_title:after {
	position: absolute;
	content: "";
	background: #f75b5b;
	width: 219px;
	height: 3px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.woocommerce-cart table.shop_table {
	border: 2px solid #efeded;
	border-radius: 6px;
}
.woocommerce-cart table.shop_table td.product-remove .remove {
	font-size: 1.2em;
	transition: color 0.35s ease;
}
.woocommerce-cart table.shop_table thead th {
	font-size: 14px;
	line-height: 14px;
	color: #646464;
	font-weight: 800;
	padding: 1.1em .587em !important;
}
.woocommerce-cart table.shop_table tbody td {
	padding: .55em .587em !important;
	border-top: 2px solid #efeded;
}
.woocommerce-cart table.shop_table td.product-remove .remove:hover {
	color: #000000;
}
.woocommerce-cart table.shop_table td.product-name a,
.woocommerce-cart table.shop_table td.product-price,
.woocommerce-cart table.shop_table td.product-subtotal {
	font-size: 16px;
	line-height: 16px;
	color: #4a4a4a;
	font-weight: 800;
	text-transform: capitalize;
	transition: all 0.35s ease;
}
.woocommerce-cart table.shop_table td.product-name a:hover {
	color: #f75b5b;
}
.woocommerce-cart table.shop_table td.product-quantity input.qty {
	background-color: transparent !important;
	font-size: 16px !important;
	line-height: 16px !important;
	color: #4a4a4a !important;
	font-weight: 800 !important;
	height: auto;
}
.woocommerce-cart table.shop_table td.product-quantity button[type="button"] {
	display: none !important;
}
.woocommerce-cart table.shop_table #coupon_code {
	height: 37px !important;
	width: 141px !important;
	background-color: #dcbd9f !important;
	border-radius: 3px !important;
	color: #fff !important;
	font-size: 15px !important;
	line-height: 15px !important;
	border: 1px solid #e0dede !important;
	/* margin-bottom: 0 !important; */
}
.woocommerce-cart table.shop_table button[type="submit"] {
	width: 142px !important;
	background-color: #f75b5b !important;
	border-radius: 3px !important;
	color: #fff !important;
	font-size: 15px !important;
	line-height: 15px !important;
	border: 1px solid #e0dede !important;
	height: 37px !important;
}
.woocommerce-cart table.shop_table button[type="submit"]:after {
	font-size: 20px !important;
	top: 8px !important;
}
.woocommerce-cart table.shop_table td.actions .coupon {
	margin-bottom: 0 !important;
}
.woocommerce-cart table.shop_table.cart {
	margin-bottom: 50px !important;
}
/* Cart totals widget */
.woocommerce-cart .cart-collaterals h2 {
	display: none !important;
}
.woocommerce-cart .cart-collaterals table.shop_table tbody th {
	font-size: 14px;
	line-height: 14px;
	color: #646464;
	font-weight: 800;
	padding: .6em .587em !important;
}
.woocommerce-cart .cart-collaterals table.shop_table tbody td {
	font-size: 14px;
	line-height: 14px;
	color: #646464;
	font-weight: 500;
	padding: .6em .587em !important;
}
.woocommerce-cart .cart-collaterals table.shop_table tr.order-total .woocommerce-Price-amount {
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	font-weight: 800;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
	padding: 0;
}
.woocommerce-cart .cart-collaterals .checkout-button {
	padding: .5em 1em !important;
	font-weight: 600 !important;
}
.woocommerce-cart .cart-collaterals .checkout-button:after {
	font-size: 29px !important;
	top: 12px !important;
}
.woocommerce-cart .cart-collaterals .checkout-button:hover {
	background-color: #eb5353 !important;
	color: #ffffff !important;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator {
	display: none !important;
}
/* faqSection */
.faqSection .et_clickable p {
	transition: color 0.35s ease;
}
.faqSection .et_clickable p:hover {
	color: #f75b5b;
}
.sbwTitleWrap h3 {
	font-size: 18px !important;
	line-height: 18px !important;
	color: #454545 !important;
	padding: 0 !important;
	font-family: 'Roboto', sans-serif !important;
}
.faqSection .catHeading {
	margin-bottom: 0 !important;
}
.faqSection .catHeading h3 {
	font-size: 18px !important;
	line-height: 18px !important;
	color: #454545 !important;
	padding: 0 !important;
	font-weight: 400 !important;
	font-family: 'Roboto', sans-serif !important;
}
.faqSection .faqSlideRow {
	font-size: 14px !important;
	line-height: 22px !important;
	color: #454545 !important;
	font-weight: 400 !important;
	font-family: 'Roboto', sans-serif !important;
}
.faqSection .faqSlideRow h5.et_pb_toggle_title {
	font-size: 16px !important;
	line-height: 22px !important;
	color: #454545 !important;
	font-weight: 500 !important;
	font-family: 'Roboto', sans-serif !important;
	transition: color 0.35s ease;
}
.faqSection .faqSlideRow.et_pb_toggle_close h5.et_pb_toggle_title:before,
.faqSection .faqSlideRow.et_pb_toggle_open h5.et_pb_toggle_title:before {
	font-family: 'Roboto', sans-serif !important;
	left: -23px !important;
	top: 12px !important;
	color: #f75b5b !important;
	transition: all 0.35s ease;
}
.faqSection .faqSlideRow.et_pb_toggle_close h5.et_pb_toggle_title:before {
	content: ">" !important;
}
.faqSection .faqSlideRow.et_pb_toggle_open h5.et_pb_toggle_title:before {
	content: "v" !important;
}
.faqSection .faqSlideRow.et_pb_toggle_close h5.et_pb_toggle_title:hover {
	color: #f75b5b !important;
}
.faqSection .faqSlideRow .et_pb_toggle_content {
	padding-top: 10px !important;
	padding-bottom: 20px !important;
}
body.single-product .container:before,
body.woocommerce-order-received .container:before {
	content: none !important;
}
body.single-product #left-area,
body.woocommerce-order-received #left-area {
	float: none !important;
	padding-right: 0 !important;
	width: 100% !important;
}
body.single-product .summary.entry-summary,
body.single-product .woocommerce-product-gallery {
	float: none !important;
	width: 100% !important;
}
body.single-product .woocommerce-product-gallery {
	border-bottom: 2px solid #ecebeb !important;
	margin-bottom: 90px !important;
}
body.single-product h1.product_title.entry-title,
body.single-product .single_sku_code{
	color: #4a4a4a !important;
	font-family: 'Roboto', sans-serif !important;
	padding: 0 !important;
}
body.single-product h1.product_title.entry-title {
	font-size: 18px !important;
	line-height: 22px !important;
	margin-bottom: 10px !important;
}
body.single-product .single_sku_code {
	font-size: 16px !important;
	line-height: 16px !important;
	display: block !important;
	margin-bottom: 15px !important;
}
body.single-product .price {
	font-size: 12px !important;
	line-height: 12px !important;
}
body.single-product .price span {
	font-size: inherit !important;
	line-height: inherit !important;
	margin-bottom: 22px !important;
	color: #908f8f !important;
	font-weight: 600 !important;
}
body.single-product .wo_descript {
	font-size: 15px !important;
	line-height: 24px !important;
	margin-bottom: 25px !important;
	color: #4a4a4a !important;
}
.jess_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.jess_col {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.faqAccordionList {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	color: #4a4a4a !important;
	font-size: 13px !important;
	line-height: 1.85 !important;
}
.faqAccordionList li {
	margin-bottom: 23px !important;
	padding-bottom: 22px !important;
	border-bottom: 2px solid #ecebeb !important;
	transition: all 0.35s ease !important;
}
.accOpener {
	color: #f75b5b !important;
	text-transform: uppercase !important;
	font-size: 15px !important;
	line-height: 20px !important;
	display: block;
	position: relative;
	-webkit-transition: all .35s ease;
	transition: all 0.35s ease;
}
.accOpener:before,
.accOpener:after {
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 16px;
	line-height: 16px;
	color: #4a4a4a;
	-webkit-transition: all .35s ease;
	transition: all 0.35s ease;
}
.accOpener:before {
	content: "+";
}
.accOpener:after {
	content: "-";
	opacity: 0;
	visibility: hidden;
}
.accSlide {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.accsHolder {
	padding-top: 15px !important;
}
.faqAccordionList > li.active > .accOpener:before {
	opacity: 0;
	visibility: hidden;
}
.faqAccordionList > li.active > .accOpener:after {
	color: #f75b5b !important;
	opacity: 1;
	visibility: visible;
}
.faqAccordionList > li.active > .accSlide {
	max-height: 999px;
}
body.single-product form.cart .quantity {
	position: relative;
	width: 141px !important;
	height: 37px;
	border: 2px solid #e3e3e3;
	border-radius: 3px;
	background-color: transparent;
}
body.single-product form.cart .quantity input.qty {
	background-color: transparent !important;
	width: 100% !important;
	height: 100% !important;
	border: 0 !important;
	text-align: center;
	font-size: 12px !important;
	line-height: 12px;
	color: #828282 !important;
}
body.single-product form.cart button[type="button"] {
	position: absolute;
	top: 0;
	height: 100% !important;
	width: 39px !important;
	font-size: 17px !important;
	line-height: 12px;
	color: #828282 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	transition: all 0.35s ease !important;
	cursor: pointer !important;
}
body.single-product form.cart button.plus {
	right: 0;
}
body.single-product form.cart button.minus {
	left: 0;
}
body.single-product form.cart button[type="button"]:hover {
	background: #e3e3e3 !important;
	color: #232323 !important;
}
body.single-product form.cart .variation_quant {
	overflow: hidden !important;
	margin-bottom: 25px !important;
	padding-bottom: 25px !important;
	border-bottom: 2px solid #ecebeb !important;
}
body.single-product form.cart .variat_cl {
	color: #575757 !important;
	font-size: 15px !important;
	line-height: 15px !important;
	margin-bottom: 15px !important;
}
table.variations td.label {
	color: #000000 !important;
	font-size: 15px !important;
	line-height: 15px !important;
	padding: 0 0 15px !important;
}
table.variations td.label .woo-selected-variation-item-name {
	color: #575757 !important;
}
.woocommerce div.product form.cart .variations td.value {
	padding-bottom: 0 !important;
}
.woocommerce div.product form.cart .variations tr {
	padding-bottom: 0 !important;
}
table.variations ul.variable-items-wrapper {
	padding: 0 !important;
	margin: 0 !important;
}
table.variations ul.variable-items-wrapper li.variable-item {
	box-shadow: none !important;
	border: 1px solid #a5a5a5 !important;
	border-radius: 3px !important;
	color: #a5a5a5 !important;
	font-size: 12px;
	line-height: 12px !important;
	background-color: transparent !important;
	width: 60px !important;
	height: 37px !important;
	margin: 4px 15px 15px 0 !important;
}
table.variations ul.variable-items-wrapper li.variable-item.selected {
	background-color: #a5a5a5 !important;
	color: #fff !important;
}
body.single-product form.cart .single_variation_wrap{
	margin-top: 25px !important;
	padding-top: 40px !important;
	border-top: 2px solid #ecebeb !important;
}
body.single-product form.cart .single_variation_wrap .woocommerce-variation-price {
	margin-bottom: 15px !important;
}
body.single-product form.cart .single_variation_wrap .woocommerce-variation-description {
	font-size: 13px !important;
	line-height: 19px !important;
	color: #908f8f !important;
}
body.single-product form.cart .single_variation_wrap .woocommerce-variation-description p {
	margin: 0 0 5px !important;	
}
.return-to-shop a.button.wc-backward {
	width: 141px !important;
	height: 37px !important;
	padding: 0 !important;
	display: flex !important;
	justify-content: center !important;
	text-align: center !important;
	align-items: center !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	line-height: 12px !important;
	border-radius: 3px !important;
	border: 2px solid #EB5353 !important;
	color: #EB5353 !important;
	margin-right: 20px !important;
	transition: all 0.35s ease !important;
}
.return-to-shop a.button.wc-backward:after {
	font-size: 19px !important;
	right: 20px !important;
	top: 7px !important;
	transition: all 0.35s ease !important;
}
.return-to-shop a.button.wc-backward:hover {
	border: 2px solid rgba(0,0,0,.05) !important;
	background: rgba(0,0,0,.05);
	padding-right: 10px !important;
}
.return-to-shop a.button.wc-backward:hover:after {
	right: 15px !important;
}
.woocommerce div.product form.cart button.single_add_to_cart_button,
.woocommerce div.product form.cart button.js-wsb-add-to-cart {
	width: 141px !important;
	height: 37px !important;
	padding: 0 !important;
	display: flex !important;
	justify-content: center !important;
	text-align: center !important;
	align-items: center !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	line-height: 12px !important;
	border-radius: 3px !important;
	border: 2px solid #EB5353 !important;
	margin-right: 20px !important;
	transition: all 0.35s ease !important;
}
.woocommerce div.product form.cart button.single_add_to_cart_button {
	background-color: #EB5353 !important;
	color: #fff !important;
}
.woocommerce div.product form.cart button.js-wsb-add-to-cart {
	background-color: transparent !important;
	color: #EB5353 !important;
	cursor: pointer !important;
}
.woocommerce div.product form.cart button.js-wsb-add-to-cart:after,
.woocommerce div.product form.cart button.single_add_to_cart_button:after {
	font-size: 19px !important;
	right: 20px !important;
	top: 7px !important;
	transition: all 0.35s ease !important;
}
.woocommerce div.product form.cart button.js-wsb-add-to-cart:after {
	content: "\35";
	opacity: 0;
	position: absolute;
	margin-left: -1em;
	font-family: ETmodules!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0 0;
	direction: ltr;
	right: 25px !important;
}
.woocommerce div.product form.cart button.single_add_to_cart_button:hover {
	padding-right: 10px !important;
}
.woocommerce div.product form.cart button.js-wsb-add-to-cart:hover {
	background-color: #EB5353 !important;
	color: #fff !important;
	padding-right: 10px !important;
}
.woocommerce div.product form.cart button.js-wsb-add-to-cart:hover:after {
	visibility: visible !important;
	opacity: 1 !important;
	right: 20px !important;
}
.woocommerce div.product form.cart button.single_add_to_cart_button:hover:after {
	right: 15px !important;
}
body.single-product form.cart .quantity input[type=number]::-webkit-inner-spin-button, 
body.single-product form.cart .quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
	display: none !important;
}
body.single-product .product.product-type-simple form.cart {
	overflow: hidden !important;
	margin-bottom: 25px !important;
	padding-bottom: 25px !important;
	border-bottom: 2px solid #ecebeb !important;
}
.my_ac_btit {
	font-size: 22px !important;
	line-height: 22px !important;
	display: block !important;
	text-align: center !important;
	color: #f75b5b !important;
	letter-spacing: 2.5px !important;
	margin-bottom: 10px !important;
}
.woocommerce .woocommerce-message {
	display: flex !important;
	align-items: center !important;
	flex-direction: column-reverse !important;
	justify-content: space-between !important;
	font-size: 16px !important;
}
.woocommerce .woocommerce-message a.button.wc-forward {
	margin: 10px auto 0 !important;
	flex-shrink: 0 !important;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table.order_details thead tr th {
	border-bottom: 1px solid #eee !important;
}
body.woocommerce-order-received .woocommerce-order-details table.shop_table.order_details tbody tr td {
	border-top: 0 !important;
}

@media (max-width: 479px) {
	.woocommerce-cart table.shop_table tr {
		padding: 0 !important;
	}
}
@media (max-width: 377px) {
	.woocommerce div.product form.cart button.single_add_to_cart_button {
		margin-bottom: 20px !important;
	}
}
@media (max-width: 980px) {
	.faqSection .faqSlideRow {
		padding-left: 0 !important;
	}
	body.single-product .summary.entry-summary {
		margin-top: 40px !important;
		margin-bottom: 70px !important;
	}
}
@media (min-width: 576px) {
	.woocommerce .woocommerce-message {
		flex-direction: row-reverse !important;
	}
	.woocommerce .woocommerce-message a.button.wc-forward {
		margin: 0 0 0 10px !important;
	}
}
@media (min-width: 768px) {
	.woocommerce-cart table.shop_table td.actions .coupon {
		margin-bottom: 0 !important;
	}
	.woocommerce-MyAccount-content .u-column2.col-2 {
		margin-top: 0 !important;
	}
	.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
		margin-bottom: 32px;
	}
	body.woocommerce-account .u-columns {
		margin-bottom: 76px !important;
	}
	.et_mobile_menu {
    right: -30px !important;
    top: 62px !important;
	}

}
@media (min-width: 981px) {
	body.single-product .summary.entry-summary {
		padding-left: 25px !important;	
	}
	.jess_col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.sidebarFilterWrap {
		padding-top: 350px !important;
	}
	.faqSection .faqSlideRow.et_pb_toggle_close h5.et_pb_toggle_title:before,
	.faqSection .faqSlideRow.et_pb_toggle_open h5.et_pb_toggle_title:before {
		left: -33px !important;
	}


}
@media (min-width: 1200px) {
	.sidebarFilterWrap {
		padding-top: 210px !important;
	}
}
.container:before { background-color:transparent !important; }
.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }

.product .color_codes span {
	width: 15px;
    height: 15px;
    display: inline-block;
}
.product .color_codes span + span {
	margin-left: 10px;
}
