.woocommerce-page .entry-meta {
    display:none;
}

section#content .mainContent h2.woocommerce-loop-product__title, section#content h2.woocommerce-loop-product__title {
    float: left;
    font-size: 1em;
    font-weight: bold;
    max-width: 75%;
    text-align: left;
    margin: 0 0 15px 0;
    line-height: 1;
    padding: 0;
}
section#content .mainContent h2.woocommerce-loop-product__title::after {
    display:none;
}
.woocommerce-loop-product__link {
    text-align: center;
    transition:all .2s ease;
}
.woocommerce-loop-product__link:hover {
    opacity:0.7;
}

.woocommerce-loop-product__link .show-more-btn::before {
    content: '';
    display: block;
    clear: both;
}
.woocommerce-loop-product__link .product-excerpt {
    font-weight:normal;
    color:#888;
    max-width: 100%;
    float: left;
    text-align: left;
}
section#content .mainContent .woocommerce-loop-product__link .product-excerpt p {
    margin:0;
}

.woocommerce-loop-product__link .show-more-btn{
    text-align: center;
    background-color: #0eb060;
    border-radius: 200px;
    display: inline-block;
    margin: 40px auto 0 auto;
    color: #fff;
    padding: 6px 12px;
    display: block;
    max-width: 180px;
    font-size:0.8em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .price {
    color:#4fd5ee;
    font-size:1em;
    float: right;
    max-width:20%;
}

.woocommerce ul.products li.product a img {
    margin-left:auto;
    margin-right:auto;
    display: block;

}

/* RELATED PRODUCTS */
section.related.products ul.products li.product .woocommerce-loop-product__link .price, 
section.related.products h2.woocommerce-loop-product__title,
section.related.products .woocommerce-loop-product__link .product-excerpt {
    float: none !important;
    max-width: 100% !important;
    text-align: center !important;
}
section.related.products .woocommerce-loop-product__link .product-excerpt { 
    font-size:0.8em;
}

/* SINGLE PRODUCT */

section#content .summary.entry-summary h1  {
    margin-top:0;
}

.woocommerce div.product form.cart .button {
    background-color: #0eb060; 
    border-radius:200px; 
    display: inline-block;
    vertical-align: middle; 
    min-width: 200px;
    margin: 20px 0;  
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #0eb060 !important; 
    border-radius:200px; 
    display: inline-block;
    vertical-align: middle; 
    min-width: 200px;
    margin: 20px 0;  
}

.woocommerce  div.product .summary.entry-summary .product-field-label {
    display:inline-block;
    margin-right:7px;
    vertical-align: middle;
}

.woocommerce  div.product .summary.entry-summary div.product-price p{
    display: inline-block;
    margin:0;
}
.woocommerce  div.product .summary.entry-summary div.product-price{
    margin:20px 0 0 0;
}


.woocommerce  div.product .summary.entry-summary  p.price.product-price, .woocommerce div.product .summary.entry-summary  span.price.product-price {
    color:#4fd5ee;
    font-size: 1.5em;
    margin-left: 12px;
    vertical-align: middle;
}

/* CHECKOUT */
.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .woocommerce .col2-set .col-2{width:100%; float:left;}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .select2-container--default .select2-selection--single,
.woocommerce .gc-shipping-type-select select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
        border-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
}

.woocommerce .select2-container--default .select2-selection--single {
    height:auto;
    padding:6px 0;
}
.woocommerce  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height:41px;
}


.move-to-cart-link {
    transition:all .5s ease;
    position: fixed; 
    bottom:20px; 
    right:20px;
    overflow: hidden;
    z-index: 100;

    direction: block;
    height:60px;
    width:60px;
    color:#fff;
    border-radius:200px;
    background:#0eb060;
    text-align: center;

    -webkit-box-shadow: 1px 5px 14px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 5px 14px -7px  rgba(0,0,0,0.75);
    box-shadow: 1px 5px 14px -7px rgba(0,0,0,0.75);

}
body.loading .move-to-cart-link {
    bottom:-80px;
}

.move-to-cart-link:hover {
    color:#fff;
    width:200px;
}
.move-to-cart-link:focus {
    color:#fff;
}
.move-to-cart-link:hover > .moveto-cart-text {
    opacity:1;
    width: 150px;
    
}
.move-to-cart-link > .moveto-cart-icon {
    line-height: 64px;
    font-size:1.5em;
    vertical-align: middle;
    display: inline-block;
    position:relative;
}
.move-to-cart-link > .moveto-cart-icon > .count {
    font-size: 8px;
    font-weight:bold;
    position: absolute;
    color: #0eb060;
    background: #fff;
    border-radius: 200px;
    display: block;
    height: 16px;
    width: 16px;
    line-height: 13px;
    left: 16px;
    bottom: 36px;
    border-color: #0eb060;
    border: 1px solid;
}
    
.move-to-cart-link > .moveto-cart-text {
    transition: all .5s ease;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 0px;
    overflow: hidden;
    white-space: nowrap;
}