/*------------------------------------------------------------------------------ shop */
section#shop {
    font-size: 0;
}

section#shop.shop-alt {
    margin-top: -80px;
}

/*------------------------------------------------------------------------------ product */
section#shop .product {
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );  
    margin-bottom: 40px;
    border-right: 1px solid #e5e9ed;
    border-left: 1px solid #e5e9ed;
    border-bottom: 1px solid #dbdfe3;
    margin-right: 40px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

section#shop .product.product-right {
    margin-right: 0;
}

section#shop .product .product-image {
    height: 200px;
    text-align: center;
    padding: 40px 0;
    background: #fafafa;
    border-bottom: 1px solid #f1f1f1;
}

section#shop .product .product-image img {
    height: 200px;
}

section#shop .product span.product-price {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin: -10px 0 30px 0;
    color: #282f38;
}

/*------------------------------------------------------------------------------ product full */
section#shop .product-full {
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );  
    margin-bottom: 40px;
    border-right: 1px solid #e5e9ed;
    border-left: 1px solid #e5e9ed;
    border-bottom: 1px solid #dbdfe3;
    vertical-align: top;
    position: relative;
}

section#shop .product-full .product-image {
    height: 200px;
    text-align: center;
    padding: 40px 0;
    background: #fafafa;
    border-bottom: 1px solid #f1f1f1;
}

section#shop .product-full .product-image img {
    height: 200px;
}

section#shop .product-full span.product-price {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin: -10px 0 30px 0;
    color: #282f38;
}

section#shop nav {
    background: #fff;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );  
    border-right: 1px solid #e5e9ed;
    border-left: 1px solid #e5e9ed;
    border-bottom: 1px solid #dbdfe3;  
}

section#shop nav .left {
    float: left;
    margin-bottom: 0;
    margin-top: 5px;
}

section#shop nav .right {
    float: right;
}

section#shop nav .right .button {
    margin-left: 15px;
    margin-right: 0;
}

/*------------------------------------------------------------------------------ cart */
section#shop .cart,
section#shop .cart-totals {
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );  
    margin-bottom: 40px;
    border-right: 1px solid #e5e9ed;
    border-left: 1px solid #e5e9ed;
    border-bottom: 1px solid #dbdfe3;
    vertical-align: top;
    position: relative;
}

section#shop .cart .cart-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

section#shop .cart .cart-table td {
    padding: 20px;
    border: 1px solid #f1f1f1;
    font-size: 13px;
    color: #282f38;
}

section#shop .cart .cart-table tr.head td {
    border-right: none;
    border-left: none;
    font-weight: 600;
    background: #fafafa;
}

section#shop .cart .cart-table tr.head td span.responsive-name {
    display: none;
}

section#shop .cart .cart-table tr.head td:first-child {
    border-left: 1px solid #f1f1f1;
}

section#shop .cart .cart-table tr.head td:last-child {
    border-right: 1px solid #f1f1f1;
}

section#shop .cart .cart-table .remove {
    color: #e73a30;
}

section#shop .cart .cart-table td.actions {
    text-align: right;
    padding: 0;
    border: none;
}

section#shop .cart .cart-table td.actions .coupon {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    background: #fafafa;
    border: 1px solid #f1f1f1;
    border-top: 0;
}

section#shop .cart .cart-table td.actions .coupon input[type="text"] {
    padding: 10px;
    font-size: 13px;
    margin-bottom: 5px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );
    outline: none;
    width: 390px;  
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 1px solid #e5e5e5; 
    margin-right: 10px;   
}

section#shop .cart .cart-table td.actions .coupon .button {
    margin-right: 0;
}

section#shop .cart .cart-table td.actions input[type="text"]:focus,
section#shop .cart .cart-table td.actions input[type="text"]:hover {
    border: 1px solid #ccc;
}

section#shop .cart .cart-table td.actions .button-black {
    margin-right: 0;
}

section#shop .cart-totals table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 20px;
}

section#shop .cart-totals table td {
    padding: 20px;
    border: 1px solid #f1f1f1;
    font-size: 13px;
    color: #282f38;
}

section#shop .cart-totals table td:first-child {
    font-weight: 600;
}

section#shop .cart-totals table.order-total td:first-child {
    font-weight: normal;
}

section#shop .cart-totals table tr.order-total td strong {
    color: #3bbded;
}

section#shop .cart-totals .calculate-shipping {
    background: #fafafa;
    border-top: 1px solid #f1f1f1;
    display: none;
}

section#shop .cart-totals .calculate-shipping input[type="text"] {
    display: inline-block;
    padding: 10px;
    font-size: 13px;
    margin-bottom: 5px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );
    outline: none;
    width: 150px; 
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
    margin-bottom: 20px;
}

section#shop .cart-totals .calculate-shipping select {
    display: inline-block;
    padding: 10px;
    font-size: 13px;
    margin-bottom: 5px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );
    outline: none;
    width: 214px; 
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
    margin-bottom: 20px;
}

section#shop .cart-totals .calculate-shipping input[type="text"]:focus,
section#shop .cart-totals .calculate-shipping select:focus,
section#shop .cart-totals .calculate-shipping input[type="text"]:hover,
section#shop .cart-totals .calculate-shipping select:hover {
    border: 1px solid #ccc;
}

section#shop .cart-totals .calculate-shipping input[name="postcode"] {
    margin-right: 0;
}

section#shop .cart-totals .payment-method {
    background: #fafafa;
    border-top: 1px solid #f1f1f1;
}

/*------------------------------------------------------------------------------ checkout */
section#shop .checkout {
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );  
    margin-bottom: 40px;
    border-right: 1px solid #e5e9ed;
    border-left: 1px solid #e5e9ed;
    border-bottom: 1px solid #dbdfe3;
    vertical-align: top;
    position: relative;
}

section#shop .checkout form {
    background: #fafafa;
    border-top: 1px solid #f1f1f1;
}

section#shop .checkout form.without-background {
    background: none;
    border: none;
}

section#shop .checkout input[type="text"],
section#shop .checkout input[type="password"],
section#shop .checkout textarea {
    display: inline-block;
    padding: 10px;
    font-size: 13px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );
    outline: none; 
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 1px solid #e5e5e5;
    width: 556px;
}

section#shop .checkout textarea {
    height: 150px;
}

section#shop .checkout .double-content input[type="text"] {
    width: 247px; 
}

section#shop .checkout select {
    display: inline-block;
    padding: 10px;
    font-size: 13px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.02 );
    outline: none; 
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 1px solid #e5e5e5;
    width: 578px;
}

section#shop .checkout input[type="text"]:focus,
section#shop .checkout input[type="password"]:focus,
section#shop .checkout select:focus,
section#shop .checkout textarea:focus,
section#shop .checkout input[type="text"]:hover,
section#shop .checkout input[type="password"]:hover,
section#shop .checkout select:hover,
section#shop .checkout textarea:hover {
    border: 1px solid #ccc;
}

section#shop .checkout input[type="checkbox"],
section#shop .payment-method input[type="checkbox"] {
    margin-right: 10px;
} 

section#shop .checkout h2 input[type="checkbox"] {
    margin-right: 0;
    margin-left: 10px;
}

section#shop .checkout .different-address {
    display: none;
}

/*------------------------------------------------------------------------------ responsive */
@media (min-width: 1150px) {

    section#shop {
        width: 660px;
        float: left;
        margin-bottom: 40px;
    }
    
    section#shop .product {
        width: 308px;
    }
}

@media (min-width: 850px) and (max-width: 1149px) {  

    section#shop {
        width: 500px;
        float: left;
        margin-bottom: 40px;
    }
    
    section#shop .product {
        width: 228px;
    }        
    
    section#shop nav .left {
        float: none;
        margin-bottom: 0;
        margin-top: 5px;
        text-align: center;
    }
    
    section#shop nav .right {
        float: none;
        text-align: center;
    }
    
    section#shop nav .right .button {
        margin: 20px 10px 0 10px;
    } 

    section#shop .cart .cart-table {
        width: auto;
    }
    
    section#shop .cart .cart-table td {
        padding: 10px;
    }
    
    section#shop .cart .cart-table td.actions .coupon input[type="text"] {
        width: 230px;
    }
    
    section#shop .cart-totals .calculate-shipping select {
        width: 170px;
    }
    
    section#shop .cart-totals .calculate-shipping input[type="text"] {
        width: 92px;
    }
    
    section#shop .checkout select {
        width: 418px;
    }
    
    section#shop .checkout .double-content input[type="text"] {
        width: 167px;
    }
    
    section#shop .checkout input[type="text"],
    section#shop .checkout input[type="password"],
    section#shop .checkout textarea {
        width: 396px;
    }
}

@media (min-width: 600px) and (max-width: 849px) {

    section#shop {
        width: auto;
        float: none;
        margin-bottom: 40px;
    }
    
    section#shop .product {
        width: 228px;
    }
    
    section#shop nav .left {
        float: none;
        margin-bottom: 0;
        margin-top: 5px;
        text-align: center;
    }
    
    section#shop nav .right {
        float: none;
        text-align: center;
    }
    
    section#shop nav .right .button {
        margin: 20px 10px 0 10px;
    }   
    
    section#shop .cart .cart-table {
        width: auto;
    }
    
    section#shop .cart .cart-table td {
        padding: 10px;
    }
    
    section#shop .cart .cart-table td.actions .coupon input[type="text"] {
        width: 230px;
    }
    
    section#shop .cart .cart-table td.actions .coupon .button {
        margin-top: 0;
    }
    
    section#shop .cart-totals .calculate-shipping select {
        width: 170px;
    }
    
    section#shop .cart-totals .calculate-shipping input[type="text"] {
        width: 92px;
    }

    section#shop .checkout select {
        width: 418px;
    }

    section#shop .checkout input[type="text"],
    section#shop .checkout .double-content input[type="text"],
    section#shop .checkout input[type="password"],
    section#shop .checkout textarea {
        width: 396px;
    }
}

@media (max-width: 599px) {

    section#shop {
        width: auto;
        float: none;
        margin-bottom: 40px;
    }
    
    section#shop .product {
        width: auto;
        display: block;
        margin-right: 0;
    }
    
    section#shop nav .left {
        float: none;
        margin-bottom: 0;
        margin-top: 5px;
        text-align: center;
    }
    
    section#shop nav .right {
        float: none;
        text-align: center;
    }
    
    section#shop nav .right .button {
        margin: 20px 10px 0 10px;
    }  
    
    section#shop .cart .cart-table td {
        padding: 5px;
    }
    
    section#shop .cart .cart-table td.product-thumbnail {
        display: none;
    }
    
    section#shop .cart .cart-table tr.head td span.responsive-name {
        display: block;
    }
    
    section#shop .cart .cart-table tr.head td span.normal-name {
        display: none;
    }
    
    section#shop .cart .cart-table td.actions .coupon input[type="text"] {
        margin-right: 0;
    }
    
    section#shop .cart-totals .calculate-shipping select,
    section#shop .cart-totals .calculate-shipping input[type="text"] {
        display: block;
    }
}