.woocommerce .product .thumbnail-wrapper {
	min-height: 170px;
}

/*.shopping-cart-wrapper {*/
/*    display: none;*/
/*}*/

.my-account-wrapper {
    display: none;
}

.header-top {
    padding: 0;
}

.loop-add-to-cart {
    display: none !important;
}

@media(min-width: 768px) {
	.header-right .ts-group-meta-icon-toggle {
		display: none;
	}
}

.buy_repay {
    line-height: normal;
    display: block;
    padding: 7px 0;
    text-align: center;
    margin: 10px 0 15px;
    background: #288ad6;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    width: 48.5%;
    float: left;
    text-decoration: none;
}

.buy_repay:hover {
    text-decoration: none;
}

.buy_repay.s {
    float: right;
}
.buy_repay span {
    display: block;
    font-size: 13px;
    color: #fff;
}
.buy_repay b {
    color: #fff;
}
.buy_repay span {
    display: block;
    font-size: 13px;
    color: #fff;
    text-transform: none;
    padding-top: 3px;
}
a.ocsen_buy_now {
    display: inline-block;
    overflow: hidden;
    clear: both;
    padding: 9px 0;
    border-radius: 4px;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    background: #bf0203;
    background: -webkit-linear-gradient(top, #f55a00, #bf0203);
    margin: 0 0 20px;
    text-decoration: none;
    border-bottom: 0 !important;
    max-width: 100%;
    width: 100%;
}
a.ocsen_buy_now span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    margin: 2px 0 0;
}
.product-title.entry-title.lk-title-md {
    padding: 10px;
    background: #446084;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    border: 0;
    display: inline-block;
    width: 100%;
    border-width: 0;
    border-style: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    background: #ffb900;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
}
