/*
Theme Name: Flatsome Child | Shared by WPTry.org
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
h1
{
	font-size: 28px;
}

h1.title
{
	position: relative;
	text-align: center;
	font-size: 34px;
	margin: 0px 0px 35px 0px;
	padding-bottom: 10px;
	padding-top: 30px;
}

h1.title::after 
{
    content: "";
    width: 40px;
    height: 3px;
    background-color: #41c2a8;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

p:last-child
{
	margin-bottom: 0px;
}

.page-wrapper
{
	padding-top: 10px;
}

.entry-content
{
	padding-bottom: 0px;
}

.entry-content ol li,
.entry-summary ol li,
.col-inner ol li,
.entry-content ul li,
.entry-summary ul li,
.col-inner ul li
{
	padding-left: 5px;
}

.header:not(.transparent) .header-nav.nav > li > a
{
	color: #000000 !important;
}

.header:not(.transparent) .header-nav.nav > li > a:hover
{
	color: #41c2a8 !important;
}

.nav > li > a
{
	padding:20px 0px;
}

.nav > li, .nav-spacing-xlarge > li
{
	margin: 0px 15px;
}

.nav-dropdown-has-arrow li.has-dropdown::before
{
	border-width: 8px;
	margin-left: -8px;
	bottom:0px;
}

.nav-dropdown-has-arrow li.has-dropdown::after
{
	bottom: -1px;
}

.nav-dropdown
{
	min-width: 220px;
	border-width: 1px;
}

.nav-dropdown-default
{
	padding: 0px;
}

.nav-dropdown.nav-dropdown-default > li > a
{
	color: #000;
	margin: 0px;
	padding: 12px 15px;
	font-size: 15px;
	border-bottom: 1px dashed #ddd;
}

.nav-dropdown > li > a:hover
{
	background: #41c2a8;
	color:#000;
}

.wp-block-column
{
	margin-bottom: 30px;
}

.wp-block-column:last-child
{
	margin-bottom: 20px;
}

.footer-1
{
	border-bottom: 1px solid #FFF;
}

.footer-secondary
{
	padding: 0px;
}

.absolute-footer.dark
{
	color:#FFF;
}

.footer-1 .dark a:hover,
.absolute-footer.dark a:hover
{
	color:#41c2a8
}

.footer-contact > div
{
	display: flex;
	align-items: baseline;
	margin-bottom: 5px;
}

.footer-contact > div > i 
{
    margin-right: 15px;
	font-size: 15px;
	color: #41c2a8;
}

.back-to-top.button.is-outline
{
	bottom: 30px;
	right: 15px;
	border-color: #41c2a8;
	color: #41c2a8;
}

.back-to-top.button.is-outline:hover
{
	border-color: #41c2a8;
	background-color: #41c2a8;
	color:#FFF;
}

.widget
{
	margin-bottom: 30px;
}

.mt-30
{
	margin-top: 30px;
}

.mb-0
{
	margin-bottom: 0px;
}

.mb-30
{
	margin-bottom: 30px;
}

/** content **/
.bg-secondary
{
	background:#41c2a8;
	color: #FFF;
}

.bg-secondary h1.title
{
	color:#FFF;
}

.bg-secondary h1.title:after
{
	background-color: #fff;
}

.col-bg-secondary
{
	padding: 25px 35px 20px 35px;
	background:#41c2a8;
	border-radius: 10px;
	color: #FFF;
}

.col-bg-secondary h3
{
	color:#FFF !important;
	margin-bottom: 20px;
}

figure.wp-block-image.is-resized.core-image
{
	display: flex;
	align-items: center;
}

figure.wp-block-image.is-resized.core-image img
{
	margin-right: 15px;
}

.step-box
{
	margin-top: 40px;
}

figure.wp-block-image.step-image
{
	position: relative;
	background:#41c2a8;
	display: inline-block;
	border-radius: 100%;
	padding: 30px;
	box-shadow: 3px 1px 5px rgba(0,0,0,0.2);
}

figure.wp-block-image.step-image:before
{
	position: absolute;
	content:"";
	border: 2px dashed #41c2a8;
	width: 180%;
	top: 50%;
	left: 100%;
	margin-left: 20px;
}

.step-box .wp-block-column:last-child figure.wp-block-image.step-image:before
{
	display: none;
}

figure.wp-block-image.step-image:after
{
	content: "";
	position: absolute;
	right: 100%;
	width: 20px;
	top: 50%;
	display: inline-block;
	border: 2px solid #FFF;
}

figure.wp-block-image.step-image img
{
	width: 80px;
	height: 80px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

figure.wp-block-image.step-image img:hover
{
	transform: scale(1.1) rotate(10deg);
}

.step-box h3:not(.has-text-color)
{
	margin-bottom: 5px;
}

.reports-box .wp-block-column
{
	background:#41c2a8;
	border-radius: 10px;
	text-align: center;
	padding: 25px 25px 20px 25px;
	margin-bottom: 20px;
}

.reports-box .wp-block-column i
{
	font-size: 50px;
	margin-bottom: 15px;
	color: #fff;
}

.reports-box .wp-block-column p a
{
	display: inline-block;
	width: 100%;
}

.reports-box .wp-block-column p a:hover
{
	color: #FFF;
}

.products-box .wp-block-image
{
	margin: 0px auto;
	box-shadow: 0px 1px 7px rgb(240, 240, 240);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	max-width: 350px;
	overflow: hidden;
}

.products-box .wp-block-image img
{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.products-box .wp-block-image img:hover
{
	transform: scale(1.1);
}

.products-box .wp-block-group
{
	background: #FFF;
	color: #000;
	padding: 10px 20px 10px 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 1px 7px rgb(240, 240, 240);
	max-width: 350px;
	margin: 0 auto;
}

.products-box .wp-block-group p
{
	margin-bottom: 10px;
	font-size: 15px;
}

.products-box .wp-block-group ul
{
	margin-top: -5px;
	margin-left: 20px;
	margin-bottom: 0px;
	font-size: 15px;
}

.products-box .wp-block-group ul li
{
	margin-bottom: 5px;
}

.wpcf7 .wpcf7-form-control-wrap
{
	margin-top: 5px;
}

input[type="email"], input[type="search"], input[type="number"], input[type="url"], input[type="tel"], input[type="text"], textarea
{
	font-size: 14px;
	font-weight: normal;
}

.retailer-map.store_locator.compact.light_theme
{
	border: 0px;
}

.retailer-map.store_locator.compact.light_theme .store_locator_search_form_wrapper
{
	border:0px;
	padding: 0px;
	background-color: transparent;
}

.retailer-map.store_locator.compact form
{
	margin-bottom: 0px;
}

.retailer-map.store_locator.compact.light_theme .input_wrapper input[type="text"]
{
	border: 1px solid #ddd;
	font-size: 14px;
	color: #333;
	padding: 0.75em;
}

.retailer-map.store_locator.compact .submit_wrapper .btn
{
	color: #FFF;
	min-height: unset;
	line-height: 1.5;
	margin: 0px;
	height: 2.507em;
	padding: 0 .75em;
	margin-top: 29px;
	font-size: 14px;
}

.retailer-map .gm-style .gm-style-iw-c
{
	background: #41c2a8;
	color: #FFF;
	padding: 10px 15px 15px 15px !important;
	max-width: 350px !important;
}

.retailer-map .gm-style .gm-style-iw-t::after
{
	background: #41c2a8;
}

.retailer-map .gm-style-iw-d
{
	overflow: auto !important
}

.retailer-map .store_locator_info_window h3
{
	margin-bottom: 0px !important;
}

.retailer-map .store_locator_info_window h3 a,
.retailer-map .poi-info-window .title
{
	font-family: Lato;
	display: inline-block;
	width: 100%;
	font-size: 15px;
    pointer-events: none;
    cursor: default;
    color: #1d6d87 !important;
    font-weight: bold;
    margin-bottom: 7px;
}

.retailer-map .store_locator_info_window #bodyContent,
.retailer-map .poi-info-window div,
.retailer-map .poi-info-window a
{
	font-family: Lato;
	font-size: 14px;
}

.retailer-map .store_locator_info_window #bodyContent .addr
{
	line-height: 1.3;
	margin-bottom: 10px;
}

.retailer-map .store_locator_info_window #bodyContent .phone
{
	margin-bottom: 10px;
}

.retailer-map .store_locator_info_window #bodyContent .phone strong
{
	font-weight: bold;
}

.retailer-map .store_locator_info_window #bodyContent .directions a
{
	color: #000;
}

.retailer-map .store_locator_info_window #bodyContent .directions a:hover
{
	text-decoration: underline;
}

.retailer-map button.gm-ui-hover-effect
{
	top: -3px !important;
	right: -3px !important;
	opacity: 1 !important;
}

.retailer-map button.gm-ui-hover-effect img
{
	display: none !important;
}

.retailer-map button.gm-ui-hover-effect:before
{
	content: "x";
	color: #FFF;
	opacity: 1;
	font-size: 14px;
	font-family: "Lato";
	font-weight: bold;
}

.retailer-map .store_locator.compact,
.retailer-map .store_locator.compact div,
.retailer-map .poi-info-window div,
.retailer-map .poi-info-window a
{
	background:transparent;
	color:#FFF;
}

.retailer-map .poi-info-window .view-link a
{
	color: #000;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}

.retailer-map .store_locator_wrapper .left_col
{
	background: #41c2a8;
	color: #FFF;
	border: 1px solid #ccc;
	width: 25% !important;
}

.retailer-map.store_locator.compact.show_results .store_locator_wrapper .right_col
{
	left:calc(25% + 10px) !important;
}

.retailer-map .store_locator_wrapper .right_col .map-canvas
{
	border: 1px solid #CCC !important;
}

.retailer-map .results_found_message
{
	background-color: #000 !important;
	text-align: center;
}

.retailer-map ol.locations_search_results
{
	font-family: "Lato";
	padding: 0px !important;
}

.retailer-map ol.locations_search_results li
{
	border-bottom: 1px dashed #FFF;
	margin: 0px !important;
	padding: 20px 20px 20px 50px;
}

.retailer-map ol.locations_search_results li:last-child
{
	border-bottom: 0px;
	padding-bottom: 0px;
}

.retailer-map ol.locations_search_results li:before
{
	background-color: #1d6d87 !important;
	font-size: 13px !important;
	left: 15px !important;
	top: 23px !important;
}

.retailer-map ol.locations_search_results li h3
{
	color: #1d6d87 !important;
}

.retailer-map ol.locations_search_results li .address
{
	line-height: 1.3;
	font-family: "Lato";
	margin-bottom: 7px !important;
}

.retailer-map ol.locations_search_results li .phone-wrapper
{
	margin-bottom: 5px;
}

.retailer-map ol.locations_search_results li .distance-wrapper,
.retailer-map ol.locations_search_results li .directions-wrapper
{
	font-size: 13px !important;
}

.retailer-map ol.locations_search_results li .directions_link
{
	color:#000 !important;
}

.retailer-map ol.locations_search_results li .directions_link:hover
{
	text-decoration: underline;
}

.retailer-map.store_locator.compact > p.no_locations
{
	border: 0px;
}

.retailer-map canvas
{
	display: none !important
}

.retailer-map .gm-style > div:first-child > div:first-child > div:nth-last-child(2) > div > div > div > div
{
	color: #FFF !important;
	font-size: 16px !important;
	font-weight: bold !important;
	font-family: Lato !important;
	margin-bottom: 5px;
}

.retailer-map .gm-style > div:first-child > div:first-child > div:nth-last-child(2) > div:nth-child(2):before
{
	content:"";
	background-image: url(https://www.armor8.com.my/map-icon-user.png);
	width: 50px;
	height: 50px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.wpnawfree-plugin
{
	display: flex;
	flex-wrap: wrap;
}

.news-col-3 .news-thumb, .news-col-2 .news-thumb, .news-col-4 .news-thumb
{
	margin-bottom: 0px;
}

.news-inner-wrap-view
{
	height: 100%;
	border: 1px solid #CCC !important;
	border-radius: 10px;
}

.grid-news-thumb
{
	background:none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden
}

.grid-news-thumb img
{
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.grid-news-thumb img:hover
{
	transform: scale(1.1)
}

.news-content
{
	padding: 15px 20px;
    color: #666;
	font-size: 15px;
}

.news .news-title a
{
	font-size: 20px;
	color: #000;
	line-height: 1.5;
}

.news .news-title a:hover
{
	color: #41c2a8;
}

.news-more-link
{
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 7px 15px;
	background: #000;
}

.news-more-link:hover
{
	background:#41c2a8;
	color: #FFF;
}

.page-numbers.current
{
	background: #41c2a8;
	color: #FFF;
	border-color: #41c2a8;
	border-radius: 2px;
	display: inline-block;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 1px 5px 1px;
}

.news_pagination a, .news_pagination a
{
	border-color: #000;
	background: #000;
	margin: 10px 1px 5px 1px;
	text-transform:capitalize
}

article h1.title
{
	padding-top: 0px;
}

.entry-header-text.text-center
{
	padding: 0px;
}

.blog-share .social-icons
{
	margin-top: 5px;
}

.news_thumb_left
{
	padding-right: 5px;
}

.news_li a.newspost-title,
.widget .news_li a.newspost-title,
#secondary .widget .news_li a.newspost-title
{
	display: inline-block;
	width: 100%;
	line-height: 1.5;
	color: #000;
}

.news_li a.newspost-title:hover,
.widget .news_li a.newspost-title:hover,
#secondary .widget .news_li a.newspost-title:hover
{
	color: #41c2a8;
}

.news_thumb_right .widget-date-post
{
	color:#666;
}

.news_pagination
{
	margin: 0px;
}
/** END content **/

.section-video iframe
{
	max-height: 300px;
}

.section-video .wp-block-column
{
	margin-bottom: 5px;
}

.section-contact
{
	background: #eee;
}

.section-contact iframe
{
	border: 1px solid #ccc !important;
}

/* woocommerce */
header.entry-header > h1.entry-title
{
	position: relative;
	text-align: center;
	font-size: 34px;
	margin: 0px 0px 35px 0px;
	padding-bottom: 10px;
	padding-top: 30px;
}

header.entry-header > h1.entry-title::after
{
	content: "";
	width: 40px;
	height: 3px;
	background-color: #41c2a8;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0px;
}

header.entry-header > .is-divider
{
	display: none;
}

.woocommerce h3
{
	margin-bottom: 15px;
}

ul.woocommerce-error .message-container
{
	background:#f7ebeb;
	color: #a42116;
	padding: 10px 20px;
	font-size: 15px;
	text-align: left;
}

.success-color
{
	background:#7a9c59;
	color: #FFF;
	padding: 10px 20px !important;
	font-size: 15px;
	margin-bottom: 7px;
	text-align: left;
}

.woocommerce-password-strength
{
	font-weight: bold;
}

.woocommerce-password-strength.short,
.woocommerce-password-strength.bad
{
	color: #a42116;
}

.woocommerce-password-strength.good
{
	color: orange;
}

.woocommerce-password-strength.strong
{
	color: green;
}

.woocommerce-password-hint
{
	color: #a42116;
}

.button.disabled, button.disabled, .button[disabled], button[disabled]
{
	background: #999;
	cursor: not-allowed;
}

.woocommerce-MyAccount-content
{
	margin-top: 15px;
}

.account-user
{
	display: none;
}

ul.account-nav
{
	margin-top: 0px;
}

ul.account-nav > li > a
{
	color: #000;
}

ul.account-nav > li > a:hover,
ul.account-nav > li.is-active > a
{
	color: #41c2a8;
}

ul.nav-line > li > a::before
{
	background-color: #41c2a8;
}

.dashboard-links a:hover
{
	background-color: #000;
}

.woocommerce form,
.woocommerce form button[type=submit],
.woocommerce .button
{
	margin: 0px;
}

.woocommerce form button[type=submit],
.woocommerce .button
{
	margin-top: 20px;
}

#account_display_name + span
{
	display: none;
}

#billing_country_field > span.woocommerce-input-wrapper
{
	font-size: 14px;
	color: #666;
	margin-top: -5px;
	display: block;
	margin-bottom: 15px;
}

.form-row .select2-container
{
	font-size: 14px;
	min-height: 35px;
}

select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection
{
	box-shadow: none;
	outline: 0;
}

.select2-container
{
	font-size: 14px;
}

.select2-results__option,
.select2-search--dropdown
{
	margin: 0px;
	padding: 5px 10px;
}

.select2-container li
{
	outline: 0 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]
{
	background-color: #41c2a8;
}

.addresses > .woocommerce-Address
{
	flex: 1;
}

form.edit-account fieldset
{
	margin-top: 20px;
	margin-bottom: 0px;
}

.woocommerce form.lost_reset_password,
.lost_reset_password
{
	padding-top: 0px;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.account-login-inner,
.account-register-inner
{
	margin-top: 20px;
	margin-bottom: 30px;
}

.my-account-header .page-title-inner,
.category-page-row
{
	padding-top: 10px;
}

.nav-pagination > li
{
	vertical-align: top;
}

.nav-pagination > li > span.page-number.current
{
	background: #41c2a8;
	color: #FFF;
	border-color: #41c2a8;
	margin: 10px 1px 5px 1px;
	border-radius: 2px;
}

.nav-pagination > li > a.page-number
{
	border-color: #000;
	background: #000;
	color: #FFF;
	margin: 10px 1px 5px 1px;
	border-radius: 2px;
}

.nav-pagination > li > a.page-number:hover
{
	border-color: #666;
	background: #666;
}

.product-sorting-box
{
	text-align: right;
	margin-bottom: 15px;
}

.products > .product
{
	display: flex;
}

.products > .product > .col-inner
{
	border-radius: 10px;
}

.products > .product .box-image,
.products > .product .box-image img
{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.products > .product .product-small
{
	background: transparent !important;
}

.products > .product .product-title > a
{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.products > .product .product-title > a:hover
{
	color: #000;
}

.products > .product span.amount
{
	color: #41c2a8;
}

.products > .product p.box-excerpt
{
	font-size: 14px;
	margin-top: 10px;
}

.products > .product .box-text-products > ul
{
	margin-top: 7px;
	margin-bottom: 0px;
}

.products > .product .box-text-products > ul > li
{
	margin-bottom: 7px;
}

.products > .product .add-to-cart-button > a
{
	background: #000;
	color: #FFF;
	padding: 3px 15px;
	margin-top: 15px;
	border: 0px;
}

.products > .product .add-to-cart-button > a.added_to_cart
{
	padding: 8px 15px;
}

.products > .product .add-to-cart-button > a:hover
{
	border: 0px;
}

.product-container .product-main
{
	padding-top: 0px !important;
}

.product-category-list
{
	text-transform: uppercase;
	font-size: 14px;
	margin-top: -10px;
	color: #888;
}

.product-category-list > a
{
	color: #888;
}

h1.product-title
{
	padding-top: 0px;
	text-align: left;
	margin-bottom: 20px;
}

h1.product-title::after
{
	left: 0px;
	transform: none;
}

.product-info span.amount
{
	color: #41c2a8;
}

.products .price-wrapper,
.product .price-wrapper 
{
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
}

.product-short-description
{
	margin-top: 10px;
}

.product-short-description p
{
	margin-bottom: 15px;
	color: #555;
}

.product-short-description p + ul
{
	margin-top: -10px;
	color: #555;
}

.product-short-description p + ul > li
{
	margin-bottom: 7px;
}

form.cart
{
	background: #eee;
	padding: 20px;
	border: 1px solid #CCC;
	margin-top: 30px;
}

table.variations label
{
	margin: 0px;
}

table.variations th
{
	border-bottom: 0px;
}

table.variations th,
table.variations td
{
	padding: 0px;
	padding-bottom: 10px;
}

table.variations select
{
	margin: 0px;
}

.quantity
{
	margin-bottom: 0px !important;
}

.quantity > input.button.is-form
{
	margin-top: 0px;
	background: #000;
	color: #FFF;
	text-shadow: none;
	min-width: 26px;
	border: 0px;
}

.quantity > input.input-text.qty
{
	box-shadow: none;
	border-color: #000;
}

.woocommerce form button[type=submit].button.single_add_to_cart_button
{
	margin-top: 0px;
	background-color: #000;
}

.variations a.reset_variations
{
	opacity: 1;
	bottom: 100%;
}

.woocommerce-variation-price
{
	border-color: #ccc;
	padding-top: 10px;
}

.social-icons.share-icons > a.icon.button.is-outline
{
	border-color: #000;
	color: #000;
	margin-right: 5px;
}

.social-icons.share-icons > a.icon.button.is-outline:last-child
{
	margin-right: 0px;
}

.social-icons.share-icons > a.icon.button.is-outline > i
{
	margin-top: 2px;
}

.product-footer .woocommerce-tabs
{
	padding-top: 0px;
	border-top: 0px;
	margin-bottom: 15px;
}

.product-footer .woocommerce-tabs li > a
{
	text-transform: capitalize;
	padding: 0px;
}

.product-footer .woocommerce-tabs li.active > a:before
{
	display: none;
}

.product-footer .woocommerce-tabs li h1.title
{
	padding-top: 10px;
	font-size: 30px;
	margin-bottom: 10px;
}

.product-footer .woocommerce-tabs li h1.title::after
{
	left: 0px;
	transform: none;
}

.badge-container
{
	margin-top: 15px;
}

.badge-container .badge-inner.on-sale
{
	background: rgb(248, 43, 43);
}

.woocommerce-cart-form .actions .continue-shopping > a
{
	margin-top: 0px;
	margin-right: 10px;
}

.checkout-page-title
{
	margin-bottom: 10px;
}

.woocommerce-privacy-policy-text
{
	margin-top: 15px;
}

ul.payment_methods
{
	margin-bottom: 0px;
}

.cart_totals th.product-name
{
	border: 0px !important;
	border-bottom: 3px solid #ececec !important;
}

ul.wc_payment_methods > li
{
	margin: 0px;
	border: 0px;
}

ul.wc_payment_methods > li > label
{
	cursor: pointer;
	display: inline-block;
	width: calc(100% - 30px);
	vertical-align: top;
	margin-top: 3px;
}

ul.wc_payment_methods > li .payment_box
{
	margin: 5px 0px 10px 25px;
	background: #EEE;
	padding: 5px 10px;
}

.has-border
{
	padding: 15px 20px;
}

.checkout-sidebar form.checkout h3
{
	margin-top: 0px;
}

tr.order-total .woocommerce-Price-amount.amount
{
	font-size: 18px;
	color: #41c2a8;
}

.fl-labels .fl-wrap label[for]:first-child
{
	top: 8px;
	left: 11px;
}

.form-row .fl-is-active input, .form-row .fl-is-active textarea
{
	padding-top: 30px;
	font-size: 13px;
	padding-bottom: 12px;
}

.form-row .fl-is-active select
{
	font-size: 13px;
	height: 44px;
	padding-top: 19px;
}

form.checkout_coupon
{
	margin-bottom: 15px;
}

form.checkout_coupon button[type=submit]
{
	font-size: 14px;
	min-width: 130px;
	margin-top: 0px;
}

.woocommerce-error
{
	background: #f7ebeb;
	color: #a42116;
	padding: 10px 20px;
	font-size: 15px;
	text-align: left;
	margin-bottom: 15px;
}

ul.wc-bacs-bank-details
{
	margin-left: 25px;
}

section.woocommerce-order-details,
section.woocommerce-customer-details
{
	margin-top: 30px;
}

section.woocommerce-customer-details > section
{
	display: flex;
}

section.woocommerce-customer-details > section > div
{
	flex-basis: 50%;
}

a.header-cart-link
{
	margin-top: 0px !important;
}

a.header-cart-link:hover
{
	border-color:#41c2a8;
	color: #41c2a8;
}

a.header-cart-link .header-cart-title
{
	margin-right: 5px;
}

ul.nav li.cart-item
{
	margin-left: 0px;
}
/* END woocommerce */

/*************** ADD MOBILE ONLY CSS HERE  ***************/
@media only screen and (max-width: 48em)
{
	.section-products .wp-block-cover .wp-block-cover__inner-container
	{
		width: 100%; 
	}
	
	.section-how .wp-block-column
	{
		flex-basis: calc(33% - 16px) !important;
	}
	
	figure.wp-block-image.step-image::before
	{
		width:55%;
	}
	
	.retailer-map .store_locator_wrapper .left_col
	{
		width: 32% !important;
	}

	.retailer-map.store_locator.compact.show_results .store_locator_wrapper .right_col
	{
		left:calc(32% + 10px) !important;
	}
}

@media only screen and (max-width: 599px)
{
	.section-how .wp-block-column
	{
		flex-basis: 100% !important;
	}
	
	figure.wp-block-image.step-image::before
	{
		display: none;
	}
	
	.store_locator .input_wrapper
	{
		padding-bottom: 0px;
	}
	
	.retailer-map.store_locator.compact .submit_wrapper .btn
	{
		margin-top: 0px;
		margin-bottom: 20px;
	}
	
	.retailer-map .store_locator_wrapper .left_col
	{
		width: 100% !important;
	}

	.retailer-map.store_locator.compact.show_results .store_locator_wrapper .right_col
	{
		left:0px !important;
		margin-top: 10px;
	}

	section.woocommerce-customer-details > section
	{
		flex-wrap: wrap;
	}

	section.woocommerce-customer-details > section > div
	{
		flex-basis: 100%;
	}

	section.woocommerce-customer-details > section > div:last-child
	{
		margin-top: 15px;
		border-top: 1px solid #DDD;
		padding-top: 15px;
	}
}