/*
Theme Name: Milebox Theme
Theme URI: https://milebox.co.uk
Template: hello-elementor
Author: Milebox Ltd
Author URI: https://milebox.co.uk
Description: Not for general distribution. 'Hello Elementor' child theme.
Version: 2.4.1.1626818331
Updated: 2021-07-20 21:58:17

*/

.mbl-row {
    display: flex;
    gap: 15px;
    flex-direction: row;
    width: 100%;
}

@media (max-width: 800px){
    .mbl-row{
        flex-direction: column;
    }
}

.mbl-col {
    flex: 1;
    padding: 20px;
    background: white;
    border: 5px #fff solid;
    border-radius: 12px;
    box-shadow: 0px 0px 15px #cbcbcb;
}

.mbl-col-active {
	border: 5px solid #008cff;
}

.mbl-img {
    max-height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.mbl-head {
    display: block;
    font-size: 21px;
    font-weight: bold;
    color: #008cff;
    text-align: center;
}


.mbl-sub {
    font-size: 14px;
    font-weight: bold;
    color: #008cff;
    line-height: 2em;
}

ul.mbl-list {
  list-style-type: circle;
  padding-left: 20px;
}

.mbl-unsure-text {
    display: block;
    font-size: 21px;
    font-weight: bold;
    color: #666;
    line-height: 2em;
    text-align: center;
}

div.elementor-field-group-field_chargertype {
    display: none;
}

figcaption {
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    padding-top: 12px;
}

.eqn {
	font-family: 'Times New Roman', serif;
	color: #000000;
	font-weight: regular;
	letter-spacing: 2px;
	font-size: 30px;
	text-align: center;
	display: block;
	padding: 12px;
	background: #efefef;
	border-radius: 0px;
}

.mbim {
	width: 450px;
}

.elementor-post__excerpt > p::after {
	content: "...";
}

.mbl-home-tile-container {
	line-height: 1.6em;
	margin-top: 10px;
	text-align: center;
}

.mbl-acc {
	font-weight: bold;
	font-size: 14px;
}

.mbl-price {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #008cff;
	font-size: 28px;
}

.mbl-minor {
	font-size: 12px;
}

.mbl-stc-container {
	text-align: center;
}

.mbl-stc-price {
	font-weight: bold;
}

.mbl-klarna .mbl-acc {
	font-size: 12px
}

.mbl-klarna .mbl-price {
	color: #000000;
}

.klarnacol {
	background: #ffb3c7;
	padding: 1px 5px;
	border-radius: 100px;
}

.mbl-blue {
	color: #008cff;
}

li {
	margin-bottom: 12px;
}

h2, h3, h4 {
	margin-top: 30px;
	margin-bottom: 15px;
}