/*
	Theme Name: Hoops N Loops
	Description: Use this theme if you want to extend features of Oxygen or prevent overwriting the changes you make when new theme update is available.
	Template: oxygen
*/

.subscribe_input[type=email]
{
    float: left;
    width: 62%;
    background: 0 0;
    background: #fff;
    border: 0;
    color: #666;
    padding: 8px 10px;
}

.mc4wp-form input[type=submit]
{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13.45px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -moz-transition: background .15s;
    -o-transition: background .15s;
    -webkit-transition: background .15s;
    transition: background .15s;
    border: 0;
    padding: 8px 20px;
    font-weight: 400;
    vertical-align: top;
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #000;
    color: #FFF;
    width: 38%;
    float: right;
    border: 0 none;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 991px)
{
.laborator-woocommerce .product-single .entry-summary .quantity input[type=button] {
    padding:0;
}
}

@media screen and (max-device-width: 600px)
{
.laborator-woocommerce .product-single .entry-summary .quantity {
    padding-right: 0;
}
}


.woocommerce .woocommerce-success {
	background-color: #00b19d;
}

.laborator-woocommerce .checkout-form-fields .form-row input[type=tel]
{
    display: block;
    width: 100%;
    height: 33px;
    padding: 6px 12px;
    font-size: 13.45px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s,-moz-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background: #f4f4f4;
    border: 0;
    margin-bottom: 10px;
    color: #666;
}

.oxygen-top-menu.ht-3>.wrapper>.top-menu.sticky-header>.main .tl-header .logo.logo-image img {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.laborator-woocommerce .payment_methods>li label img
{
	margin: 0;
}

.blog .single_post .post-content a
{
   color: #00b19d
}

.laborator-woocommerce .product-single .entry-summary .variations_form .variations_button .single_add_to_cart_button
{
   background-color: #00b19d;
}

.laborator-woocommerce .product-single .entry-summary .variations_form .variations_button .single_add_to_cart_button:hover
{
   background-color: #009886;
}

.shop .woocommerce-checkout-review-order-table .order-total td
{
   color: #00b19d
}

p {
    font-size: 120%;
    line-height: 2em;
}