/*
Theme Name: Olle Child - For Bigaro
Theme URL: https://wetail.io
Description: A child theme for Olle
Theme Author: Wetail.io
Author URL: https://wetail.io
Template: olle-wetail-theme
Version: 1.1.4
Text Domain: Olle
*/

.fl-module-banner .bm-module-content .bm-heading {
    margin: 0;
}

.wtc-checkout-cart-wrapper .back-link a:before {
	margin-right: 5px;
}

.woocommerce-order-received .logo-holder.header .custom-logo-link img {
   max-width: 200px;
}

.woocommerce-order-received .back-link a:before {
	margin-right: 5px;
}

/*
* Added css from customizer to fix issue of content width
* click-up - https://app.clickup.com/t/8694k6hwf
*/
header.site-header div#content, body div#content.site-content {
    width: 1440px;
}


.wetail__switcher--option.outofstock:after, .wetail__switcher--option.outofstock:before {
    height: calc(100% + 21px);
}

ul.products li.product h3.brand__name {
    font-size: 14px;
    margin-bottom: 0;
}

ul.products li.product h2.woocommerce-loop-product__title {
    margin-top: 0;
}

/*** Light slider ***/
/* Product slider
 * Use class .slider in Page Builder Module to enable slider
*/

ul.products[class*="columns-"].lightSlider {
    display: flex;
}
.product-slider .lSSlideOuter .lSPager.lSpg {
	display: none;
}


/***  RULE ***/
.rulemailer-subscriber-form {
	width: 100%;
}
.rulemailer-subscriber-form input[type="email"] {
	display: block;
	width: 100%;
	text-align: center;
	max-width: 570px;
	border-radius: 0;
	height: 50px;
	margin: 5px 0 10px 0;
	border: none !important;
	background: #fff !important;
	font-size: 18px;
	padding: 10px;
	outline: none !important;
	resize: none;
}
.rulemailer-subscriber-form input[type='checkbox'] {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}
.rulemailer-subscriber-form button {
	display: block;
	width: 100%;
	max-width: 570px;
	border-radius: 0;
	margin: 10px 0;
	border: 0;
	background: #fff;
	color: #222;
	font-size: 18px;
	font-weight: 600;
	padding: 16px 23px;
	height: 50px;
	cursor: pointer;
	transition: 0.3s;
}
.rulemailer-subscriber-form button:hover {
	background: #222;
	color: #fff;
	transition: 0.3s;
}
.rulemailer-email-check {
	display: none !important;
}
.rulemailer-subscriber-form div a {
	color: #222;
	text-decoration: underline;
}

footer#colophon .rulemailer-subscriber-form button {
	background: #222;
	color: #fff;
}
footer#colophon .rulemailer-subscriber-form button:hover {
	background: #e6c7b7;
}


/*** Slick slider ***/
/*
button.slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 0px;
    background: white;
    border: none;
    z-index: 100;
    height:30px;
    width: 30px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

button.slick-prev.slick-arrow {
    left: -10px;
}
button.slick-prev.slick-arrow:before {
    font-family: "wetail-icons";
    content: "b";
    font-size: 20px;
    color: #222;
}
button.slick-next.slick-arrow {
    right: -10px;
}
button.slick-next.slick-arrow:before {
    font-family: "wetail-icons";
    content: "c";
    font-size: 20px;
}
.slick-disabled {
    opacitty: 0.5;
}

ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    position:absolute;
    z-index: 100;
    width: 100%;
    bottom: 20px;
}

ul.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border: none;
    margin: 0 5px;
    border-radius: 15px;
    background: rgba(0,0,0,0.1);
    transition: 0.3s;
}
ul.slick-dots li.slick-active button {
    font-size: 0;
    width: 13px;
    height: 13px;
    background: rgba(0,0,0,0.2);
    transition: 0.3s;
}
*/

