/*
.woocommerce-variation-add-to-cart .quantity{
	width: 25% !important;
    margin: 0 !important;
    float: left;
    text-align: left
}
*/

/*
.woocommerce-variation-add-to-cart .quantity .qty{
	width: 100% !important;
	height: 37px !important;
}
*/

ul.lead {
    text-align: left;
    font-size: 110%;
}

ul.lead li {
    list-style-type: disc;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: 100% !important;
    float: left;
    padding: 8px 0;
}

.prodbox {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    min-height: 480px;
}
div.product .prodbox form.cart {
    margin-bottom: 0;
}

span.posted_in,
.product_meta {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

.related.products {
    display: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #6cc04a;
    font-size: 180%;
}

.sold-out-overlay,
.sold-out-image {
    height: 98%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.sold-out-overlay {
    background: #fff;
    opacity: 0.65;
    z-index: 2;
}

.sold-out-image {
    background-image: url(../../../../../../build/img/sold-out.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}

.col-sm-4 .sold-out-overlay,
.col-sm-4 .sold-out-image {
    height: 85%;
}

footer .hours {
    color: #fff;
    text-align: right;
}

@media screen and (max-width: 480px) {
    img.sold-out {
        left: 10;
    }
}

@media screen and (max-width: 480px) {
    header .logo {
        width: 190px;
        padding-top: 5px;
    }
    .online-description {
        padding: 0 10px;
    }
    .online-description p {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        margin: 70px auto;
    }
    img.sold-out {
    }
}

@media screen and (max-width: 767px) {
    .modal-dialog {
        margin: 150px auto;
    }
}

p.demo_store {
    background: #ffd92f;
    color: #2b2b2b;
    font-family: "Muli";
    transition: all 0.1s ease-in-out;
    padding: 10px;
    font-size: 120%;
    font-weight: 600;
}
p.demo_store:hover {
    background: #ffc42f;
}
.demo_store span {
    background: rgba(0, 0, 0, 0.08);
    padding: 1px 15px;
    border: 1px dotted #f08d00;
    color: #fff;
    font-weight: 800;
    text-shadow: 0 0 1px #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@keyframes slidein {
    from {
        background: rgba(0, 0, 0, 0.1);
    }

    to {
        background: rgba(0, 194, 243, 0.1);
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 30px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog .content img {
    height: auto;
}
.woocommerce-store-notice__dismiss-link {
    display: none !important;
}
p.demo_store {
    position: fixed;
}

.products.row .col-md-3.col-sm-4.product.first {
    clear: both;
}

footer .licenses strong {
    color: #fff;
}

@media (max-width:600px) {

	.pum-container .pum-title {
			font-size: 18px;
			line-height: 24px;
	}

	.pum-container h2 {
			font-size: 96%;
			Line-height: 1.4;
	}

	.pum-container p {
			font-size: 15px;
			line-height: 22px;
	}

	.pum-container .alignright {
			float: none;
			margin: 5px 0 12px 0;
			display: block;
	}

	.pum-container .pum-close.popmake-close.btn {
			display: none;
	}

}

#driving-lessons .col-sm-6.featured {
    margin: 0 auto;
    float: none;
}

#driving-lessons .row.lessons-variations {
    display: flex;
    flex-direction: row;
}

#driving-lessons .row.lessons-variations .col-sm-6 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    float: none;
}

#driving-lessons .row.lessons-variations .col-sm-6 .box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    float: none;
}

#driving-lessons .row.lessons-variations .col-sm-6 .box ul {
    margin-bottom: auto;
}

#driving-lessons .row.lessons-variations .col-sm-6 .box a {
    margin-top: 16px;
}
