/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 5, 2016, 10:22:13 AM
    Author     : oshrib
*/

.left {
    float: left;
    width: 12%;
    margin-right: 6px;
}

.right {
    display: inline-block;
    width: 86%;
}

.right .right-fifth {
    width: 13%;
    float: left;
}

.right .right-half {
    width: 45%;
    float: left;
    margin-right: 14px;
}

section.prod {
    display: block;
    width: 100%;
    /* margin: 30px auto; */
    clear: both;
}

.height {
    height: 0px;
    display: block;
    clear: both;
}

img.attachment-cart_item_image_size.size-cart_item_image_size.wp-post-image {
    /*width: 90%;*/
}

.name-border {
    border-top: 1px solid #c2c2c0;
    margin: 0 0 5px 0;
    padding: 0;
    width: 100%;
}

.prod h2 {
    margin: 0 0 5px 0 !important;
}

.icon-limited img {
    width: 75%;
}

.overline-price span.amount {
    text-decoration: line-through;
    color: gray;
}

.shortdescription {
    width: 85%;
    float: left;
}

.woocommerce a.remove {
    font-size: 0.9rem;
    color: #000 !important;
    text-decoration: underline;
    font-weight: 300;
}

.woocommerce a.remove:hover {
    font-size: 0.9rem;
    color: #000 !important;
    text-decoration: underline;
    font-weight: 300;
    background: none;
    content: '';
}

form.prod-form {
    background: #fff;
    padding: 15px;
}

.top-name h2 a {
    color: #000;
}

.product-remove {
    margin: 35px auto;
}

.product-remove.var {
    margin: 73px auto;
}

span.subscription-price {
    margin: 0 auto;
    display: block;
}

.actions {
    float: right;
    border: none;
    display: inline-block;
    margin: 10px auto;
}

.woocommerce table.shop_table {
    border: none;
    border-collapse: inherit;
    margin: 0;
    padding: 0;
}

.secure {
    width: 30%;
    float: left;
    display: inline-block;
}

.woocommerce-cart h1.entry-title {
    display: none;
}

.woocommerce-cart .container.main-container.container-md-height {
    padding: 15px;
}

.woocommerce-checkout .container.main-container.container-md-height {
    padding: 15px;
}

.woocommerce form .form-row label {
    color: #878787 !important;
    font-size: 14px !important;
    width: auto;
    margin-bottom: 0 !important;
    font-weight: 700 !important;
    padding-bottom: 0 !important;
    line-height: 1.2;
}

.product-remove {
    /* margin: 73px auto; */
    float: left;
    display: inline-block;
    padding: 0;
    margin: -15px 30px 0 0;
    width: 25px;
    height: 25px;
    text-align: center;
    position: relative;
    left: -30px;
    top: -17px;
}

.product-remove.var {
    /* margin: 73px auto; */
    float: left;
    display: inline-block;
    padding: 0;
    margin: -15px 30px 0 0;
    width: 25px;
    height: 25px;
    text-align: center;
    position: relative;
    left: -25px;
    top: -17px; 
}

.product-remove a, .product-remove.var a, .woocommerce a.remove {
    font-size: 0.8rem;
    text-decoration: none;
    cursor: pointer;
    border-radius: 50%;
    background: #e3e2de;
}

.product-remove a:hover, .product-remove.var a:hover, .woocommerce a.remove:hover {
    text-decoration: none;
    cursor: pointer;
    background: #e3e2de;
    border-radius: 50%;
}

h5 {
    font-size: 0.7rem;
    font-weight: 700;
    margin: 0 !important;
    padding: 0 !important;
}


dt.variation-shipping, dd.variation-shipping {
    display: none !important;
}