/*Mobile*/
@media (max-width: 767px) {
    .screen {
        display: none;
    }
    .uk-button-large {
    width: 100% !important;
	}
    .select2-container {
    width: 100px !important;
    }
}

/*Screen*/
@media (min-width: 767px) {
    .mobile {
    }
}

/*Logos*/
.desktop-logo {
    width: 450px;
    height: auto;
    margin-top: 0px;
}
.mobile-logo {
    width: 320px;
    height: auto;
}

/*Home*/
#tm-top-a {
	background: transparent;
	color: #000;
}
.uk-button-large {
    min-height: 50px;
    line-height: 50px;
    font-size: 1.25em;
    padding: 5px 45px;
    border-radius: 3px;
    width: 24%;
}
.home a.uk-button:nth-child(3) {
	background: #cdcc59;
    color: #000;
}
.home a.uk-button:nth-child(6) {
	background: #a6d0c5;
    color: #000;
}
.home a.uk-button:nth-child(9) {
	background: #e8764c;
    color: #000;
}
.home a.uk-button:nth-child(12) {
    background: #e04693;
    color: #000;
}

/*Products*/
.screen-reader-text {
    display: none;
}
.value.leftside {
    top: -15px;
    position: relative;
}
#pickyourdate {
    width: 97%;
}

.woocommerce-Price-amount {
    font-size: 34px;
    font-weight: bold;
    color: #e04693;
}
.woocommerce-loop-product__title {
    font-family: 24px;
}
#tm-content {
    background: #fff;
    padding: 30px;
    border: 2px dashed #e04693;   
}
.page-id-982 .tm-middle.uk-grid {
    background: #fff;
    padding: 30px;
    border: 2px dashed #e04693;     
}

#single_field {
    display: list-item !important;
}

.cart-subtotal {
    display: none !important;
}

/*.products.columns-4 {
    display: none !important;
}*/