/* ****************************************
    ===== Woocommerce Styles =====
* ****************************************/
#cart-in-menu{
    color: #000;
    font-size: 16px;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    padding: 7px 15px 0;
    position: relative;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

#cart-in-menu:hover{
   color: #666;
}

#cart-in-menu .items-in-cart{
    position: absolute;
    top: 0;
    right: 5px;
    background: #e9967a;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    border-radius: 100%;
}

#shop-container{
    float: left;
    width: 100%;
}

.woo-sidebar-on #shop-container{
    width: 790px;
}

.woocommerce .woocommerce-message{
    border-color: #e9967a;
}

.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-message:before{
    color: #e9967a;
}

.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message{
    background: #f7f7f7;
}

@media (max-width: 1220px){
    .woo-sidebar-on #shop-container{
        width: 570px;
    }
}

@media (max-width: 991px){
    .woo-sidebar-on #shop-container{
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
    #cart-in-menu{
        padding: 5px 15px 0;
    }
}

/* ===== PRODUCTS ===== */
#shop-container p.woocommerce-result-count{
    font-style: italic;
}

.woocommerce .woocommerce-ordering select{
    border: 1px solid #e1e1e1;
    background: #f7f7f7;
    padding: 9px 10px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

#shop-container{
    color: #000;
}

#shop-container .products{
    padding-top: 34px;
}

#shop-container .products li{
    width: 31.57%;
    margin: 0 2.645% 30px 0;
    border: 1px solid #e1e1e1;
    background: #f7f7f7;
    text-align: center;
}

#shop-container .products li:nth-child(3n+3){
    margin-right: 0;
}

#shop-container .products li:nth-child(4n+5){
    clear: none;
}

#shop-container .products li:nth-child(3n+4){
    clear: left;
}

#shop-container .products h3{
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 5px 5px;
}

#shop-container .products a h3{
    color: #000;
}

.woocommerce .products a .star-rating{
    text-align: center;
    width: 63px;
    margin: 0 auto 1em;
    color: #e9967a;
}

.woocommerce .products a .price{
    padding-bottom: 20px;
}

.woocommerce .products a .price .amount{
    color: #e9967a;
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    margin-right: 5px;
}

.woocommerce ul.products li.product .price del{
    display: inline-block;
}

.woocommerce ul.products li.product .price del .amount{
    color: #666;
}

.woocommerce ul.products li.product .price ins{
    font-weight: 400;
}

.woocommerce ul.products li.product .price ins .amount:last-child{
    margin-left: 5px;
}

.woocommerce ul.products li.product .product-item-hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.woocommerce ul.products li.product:hover .product-item-hover{
    opacity: 1;
}

.woocommerce ul.products li.product .product-item-hover .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.4;
}

.woocommerce ul.products li.product .product-item-hover .product-item-hover-table-box{
    display: table;
    width: 100%;
    height: 100%;
}

.woocommerce ul.products li.product .product-item-hover .product-item-hover-table-box .product-item-hover-cell-box{
    display: table-cell;
    vertical-align: middle;
}

.woocommerce ul.products li.product .product-item-hover a.add_to_cart_button,
.woocommerce ul.products li.product .product-item-hover a.added_to_cart{
    background: #e9967a;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 9px 15px;
    margin: 10px 0;
    display: inline-block;
    position: relative;
    line-height: normal;
    -webkit-transition: background.3s;
    -moz-transition: background.3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.woocommerce ul.products li.product .product-item-hover a.add_to_cart_button:hover,
.woocommerce ul.products li.product .product-item-hover a.added_to_cart:hover{
    background: #666;
}

.woocommerce ul.products li.product .product-item-hover a.view-details-btn{
    background: #000;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 9px 15px;
    margin-left: -4px;
    position: relative;
    line-height: normal;
    display: inline-block;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.woocommerce ul.products li.product .product-item-hover a.view-details-btn:hover{
    background: #666;
}

.woocommerce ul.products li.product.outofstock .product-item-hover a.button{
    display: none;
}

.woocommerce ul.products li.product .onsale,
.woocommerce ul.products li.product .out-of-stock-item,
.woocommerce span.onsale{
    min-height: 1px;
    min-width: 1px;
    border-radius: 0;
    background: #e9967a;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0;
    top: 20px;
    left: -10px;
    right: auto;
    display: inline-block;
    font-size: 14px; 
    line-height: normal;
    z-index: 100;
}

.woocommerce ul.products li.product .out-of-stock-item{
    background: #000;
    position: absolute;
}

.woocommerce ul.products li.product .onsale:after,
.woocommerce ul.products li.product .out-of-stock-item:after,
.woocommerce span.onsale:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #ee9c81 transparent transparent;
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
}

.woocommerce ul.products li.product .out-of-stock-item:after{
    border-color: transparent #222 transparent transparent;
}

@media (max-width: 768px){
    #shop-container .products li{
        width: 48%;
        margin: 0 4% 30px 0;
    }
    #shop-container .products li:nth-child(2n+2){
        margin-right: 0;
    }
    #shop-container .products li:nth-child(3n+4){
        clear: none;
    }
    #shop-container .products li:nth-child(2n+3){
        clear: left;
    }
}

@media (max-width: 480px){
    #shop-container .products li{
        width: 90%;
        margin: 0 auto 30px;
        float: none;
    }
    #shop-container .products li:nth-child(2n+2){
        margin-right: auto;
    }
    #shop-container .products li:nth-child(3n+3){
        margin-right: auto;
    }
    #shop-container p.woocommerce-result-count{
        width: 100%;
        text-align: center;
    }
    .woocommerce .woocommerce-ordering{
        width: 100%;
        text-align: center;
    }
}

/* ===== PAGINATION ===== */
.woocommerce nav.woocommerce-pagination ul{
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li{
    border: 0;
    margin-right: 2px;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
    display: block;
    color: #000;
    background: #f7f7f7;
    font-family: 'Playfair Display', serif;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}

.woocommerce nav.woocommerce-pagination ul li a:hover{
    background: #e9967a;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li span.current{
    background: #e9967a;
    color: #fff;
}

/* ===== CART ===== */
.woocommerce table.shop_table{
    border: 1px solid #e1e1e1;
    border-radius: 0;
    border-collapse: collapse;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th{
    border: 0;
    text-align: center;
}

.woocommerce table.shop_table th{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 15px 10px;
}

.woocommerce table.shop_table tr{
    border-bottom: 1px solid #e1e1e1;
}

.woocommerce table.shop_table td.product-thumbnail img{
    width: 70px;
    height: auto;
    max-width: 100%;
}

.woocommerce table.shop_table td{
    padding: 20px;
}

.woocommerce table.shop_table td.product-thumbnail{
    width: 11.4%;
    text-align: center;
    min-width: 110px;
}

.woocommerce table.shop_table td.product-name a{
    color: #000;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
}

.woocommerce table.shop_table td.product-name a:hover{
    color: #e9967a;
}

.woocommerce table.shop_table td.product-quantity input{
    padding: 10px 5px;
    width: 60px;
    border: 1px solid #e1e1e1;
    color: #000;
}

.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal{
    font-family: 'Playfair Display', serif;
    font-size: 18px;
}

.woocommerce table.shop_table td.product-remove a.remove{
    color: #000 !important;
    font-size: 21px;
    display: inline;
    border-radius: 0;
    height: auto;
    width: auto;
    line-height: normal;
    font-weight: normal;
}

.woocommerce table.shop_table td.product-remove a.remove:hover{
    color: #e9967a !important;
    background: none;
}

.woocommerce-cart table.cart td.actions .coupon .input-text{
    width: 180px;
    border: 1px solid #e1e1e1;
    padding: 7px 10px;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    margin-right: 10px;
    color: #000;
}

.woocommerce-cart table.cart td.actions .button{
    padding: 0 20px;
    height: 34px;
    background: #e1e1e1;
    color: #000;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.woocommerce-cart table.cart td.actions .button:hover{
    background: #000;
    color: #fff;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals{
    float: none;
    margin-top: 30px;
    width: 70%;
}

.woocommerce .cart-collaterals .cart_totals td, 
.woocommerce .cart-collaterals .cart_totals th, 
.woocommerce-page .cart-collaterals .cart_totals .shop_table td,
.woocommerce-page .cart-collaterals .cart_totals .shop_table th{
    width: 50%;
}

.woocommerce .cart-collaterals .cart_totals h2{
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.woocommerce .cart-collaterals table.shop_table{
    border: 0;
    background: #f7f7f7; 
}

.woocommerce .cart-collaterals table.shop_table th{
    letter-spacing: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th{
    line-height: normal;
    vertical-align: middle;
    text-align: left;
}

.woocommerce-cart .cart-collaterals .cart_totals table td{
    padding: 10px;
    text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table th{
    width: 84%;
    padding: 10px 20px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    background: #e9967a;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
    background: #000;
    color: #fff;
}

.woocommerce p.cart-empty{
    text-align: center;
}

.woocommerce p.return-to-shop {
    text-align: center;
}

.woocommerce p.return-to-shop a{
    background: #e9967a;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.woocommerce p.return-to-shop a:hover{
    background: #000;
    color: #fff;
}

@media (max-width: 768px){
    .woocommerce table.shop_table td{
        padding: 10px 20px;
        border-bottom: 1px solid #e1e1e1;
    }
    .woocommerce table.shop_table td:last-child{
        border: 0;
    }
    .woocommerce table.shop_table td:before{
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.1em;
    }
    .woocommerce .cart-collaterals .cart_totals, 
    .woocommerce-page .cart-collaterals .cart_totals{
        width: 100%;
    }
    .woocommerce .cart-collaterals .cart_totals td, 
    .woocommerce .cart-collaterals .cart_totals th, 
    .woocommerce-page .cart-collaterals .cart_totals .shop_table td,
    .woocommerce-page .cart-collaterals .cart_totals .shop_table th{
        width: 100%;
    }
}

@media (max-width: 480px){
    .woocommerce-cart table.cart td.actions .button{
        display: block;
        float: none;
        width: 100%;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text{
        width: 100%;
        margin: 0 0 10px;
    }
}

/* ===== WOOCOMMERCE CHECKOUT ===== */
#customer_details{
    float: left;
    width: 48%;
    margin-right: 4%;
}

#order_review_heading, 
#order_review{
    float: right;
    width: 48%;
}

#customer_details .col-1,
#customer_details .col-2{
    float: none;
    width: 100%;
}

#customer_details h3,
#order_review_heading{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

#customer_details label abbr.required{
    color: #e9967a;
}

#customer_details input[type="text"],
#customer_details input[type="email"],
#customer_details input[type="tel"],
#customer_details input[type="password"],
#customer_details textarea{
    border: 1px solid #e1e1e1;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

#customer_details textarea{
    height: 100px;
}

#customer_details .country_select a{
    border: 1px solid #e1e1e1;
    border-radius: 0;
    padding: 4px 10px;
    color: #000;
}

.select2-drop{
    border-color: #e1e1e1;
    color: #000;
}

.woocommerce form .form-row.woocommerce-invalid label{
    color: #e9967a;
}

.woocommerce form .form-row.woocommerce-invalid input{
    border-color: #e9967a !important;
}

.woocommerce .woocommerce-shipping-fields{
    padding-top: 20px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead{
    background: #f7f7f7;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th{
    padding: 10px 20px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table td{
    padding: 10px 20px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-name,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th{
    border-right: 1px solid #e1e1e1;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name{
    text-align: left;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-name{
    padding-left: 20px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total{
    font-weight: bold;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total th{
    text-align: left;
    padding: 10px 20px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td{
    padding: 10px 20px;
}

#add_payment_method #payment, 
.woocommerce-checkout #payment{
    background: transparent;
    border-radius: 0;
}

#add_payment_method #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box{
    background-color: #e1e1e1;
    color: #000;
    padding: 20px;
}

#add_payment_method #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods{
    border: 0;
    background: #f7f7f7;
}

#add_payment_method #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li{
    margin-bottom: 10px;
}

#add_payment_method #payment div.form-row, 
.woocommerce-checkout #payment div.form-row{
    padding: 20px 0;
}

#add_payment_method #payment div.form-row input, 
.woocommerce-checkout #payment div.form-row input{
    background: #e9967a;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 13px 20px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

#add_payment_method #payment div.form-row input:hover, 
.woocommerce-checkout #payment div.form-row input:hover{
    background: #000;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error{
    border-color: #e9967a;
}

.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-error:before{
    color: #e9967a;
}

.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message{
    color: #000;
}

#add_payment_method #payment div.payment_box:before, 
.woocommerce-checkout #payment div.payment_box:before{
    border: 1em solid #e1e1e1;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register{
    border-radius: 0;
    border-color: #e1e1e1;
}

.woocommerce form.checkout_coupon input[type="text"], 
.woocommerce form.login input[type="text"], 
.woocommerce form.register input[type="text"],
.woocommerce form.login input[type="password"], 
.woocommerce form.register input[type="password"],
.woocommerce form.lost_reset_password input[type="text"],
.woocommerce form.edit-account input[type="text"],
.woocommerce form.edit-account input[type="password"],
.woocommerce form.edit-account input[type="email"],
.woocommerce form.track_order input[type="text"]{
    display: block;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.woocommerce form.checkout_coupon input[type="submit"], 
.woocommerce form.login input[type="submit"], 
.woocommerce form.register input[type="submit"],
.woocommerce form.lost_reset_password input[type="submit"],
.woocommerce form.edit-account input[type="submit"],
.woocommerce form.track_order input[type="submit"],
.woocommerce.single-product .product form.cart button,
.woocommerce #respond input#submit,
.woocommerce.widget_shopping_cart p.buttons a,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_product_search input[type="submit"],
.woocommerce .woocommerce-message a.button,
.shipping-calculator-form button.button{
    background: #e9967a;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    height: 40px;
    line-height: none;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.woocommerce .woocommerce-message a.button{
    height: auto;
}

.woocommerce form.checkout_coupon input[type="submit"]:hover, 
.woocommerce form.login input[type="submit"]:hover, 
.woocommerce form.register input[type="submit"]:hover,
.woocommerce form.lost_reset_password input[type="submit"]:hover,
.woocommerce form.edit-account input[type="submit"]:hover,
.woocommerce form.track_order input[type="submit"]:hover,
.woocommerce.single-product .product form.cart button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce.widget_shopping_cart p.buttons a:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce .widget_product_search input[type="submit"]:hover,
.woocommerce .woocommerce-message a.button:hover,
.shipping-calculator-form button.button:hover{
    background: #000;
    color: #fff;
}

.woocommerce .login span.required,
.woocommerce form.edit-account span.required{
    color: #e9967a;
}

@media (max-width: 991px){
    #customer_details{
        float: none;
        width: 100%;
        margin-right: 0;
    }
    #order_review_heading, 
    #order_review{
        float: none;
        width: 100%;
    }
}

/* ===== SINGLE PRODUCT ===== */
.woocommerce div.product .product_title{
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.woocommerce.single-product div.product .woocommerce-product-rating{
    margin-bottom: 10px;
}

.woocommerce.single-product .woocommerce-product-rating .star-rating{
    color: #e9967a;
}

.woocommerce.single-product .woocommerce-product-rating a{
    color: #000;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price{
    color: #e9967a;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    margin: 15px 0;
}

.woocommerce.single-product .product form.cart{
    margin-top: 15px;
}

.woocommerce.single-product .product form.cart input{
    border: 1px solid #e1e1e1;
    width: 60px;
    padding: 12px 10px 11px;
    color: #000;
}

.woocommerce.single-product .product .product_meta{
    text-transform: uppercase;
}

.woocommerce.single-product .product .product_meta span{
    display: block;
}

.woocommerce.single-product .product .product_meta span span{
    display: inline-block;
}

.woocommerce div.product form.cart .reset_variations{
    color: #e9967a;
}

.woocommerce.single-product .product .product_meta a{
    color: #666;
    text-transform: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #f7f7f7;
    border-bottom: 0;
    background-color: #f7f7f7;
    border-radius: 0;
    margin: 0 5px -1px;
    padding: 0 1em;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after{
    display: none;
   
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
    color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    border: 1px solid #e1e1e1;
}

.woocommerce div.product .woocommerce-tabs .panel h2{
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
}

.woocommerce #reviews #comments ol.commentlist li{
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0 10px 20px;
    margin-bottom: 30px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text{
    border: 0;
    padding-top: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong{
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time{
    font-size: 12px;
    color: #666;
    font-style: italic;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating{
    float: none;
    color: #e9967a;
    margin-bottom: 10px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar{
    width: 60px;
    background: none;
    border: 1px solid #e1e1e1;
    padding: 0;
    border-radius: 100%;
    top: 5px;
}

.woocommerce-tabs #respond h3.comment-reply-title{
    border: 0;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.woocommerce-tabs #respond h3.comment-reply-title:after{
    display: none;
}

.woocommerce #review_form #respond p a{
    color: #e9967a;
}

.woocommerce.single-product div.product .related.products h2{
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.woocommerce.single-product #shop-container div.product .products{
    padding-top: 10px;
}

.woocommerce.single-product #shop-container div.product .products li{
    width: 23%;
    margin-right: 2.6666666666666667%;
}

.woocommerce.single-product #shop-container div.product .products li:nth-child(4n+4){
    margin-right: 0;
    clear: none;
}

.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover{
    background: #e9967a;
}

.woocommerce div.product form.cart .variations select{
    border: 1px solid #e1e1e1;
    padding: 10px;
    color: #000;
}

.woocommerce div.product .out-of-stock{
    color: #e9967a;
    margin: 1em 0;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 768px){
    .woocommerce.single-product #shop-container .products li{
        width: 23%;
        margin: 0 2.66666666666667% 30px 0;
        float: left;
    }
    .woocommerce.single-product #shop-container .products li:nth-child(2n+2){
        margin-right: 2.6666666666666666667%;
    }
    .woocommerce.single-product #shop-container .products li:nth-child(3n+4){
        clear: none;
    }
    .woocommerce.single-product #shop-container .products li:nth-child(2n+3){
        clear: none;
    }
}

@media (max-width: 600px){
    .woocommerce.single-product #shop-container div.product .products li{
        width: 48%;
        margin: 0 4% 30px 0;
        float: left;
    }
    .woocommerce.single-product #shop-container div.product .products li:nth-child(2n+2){
        margin-right: 0;
    }
    .woocommerce.single-product #shop-container div.product .products li:nth-child(2n+3){
        clear: left;
    }
}

@media (max-width: 400px){
    .woocommerce.single-product #shop-container div.product .products li{
        width: 90%;
        margin: 0 auto 30px;
        float: none;
    }
    .woocommerce.single-product #shop-container div.product .products li:nth-child(2n+2){
        margin-right: auto;
    }
    .woocommerce.single-product #shop-container div.product .products li:nth-child(3n+3){
        margin-right: auto;
    }
}

/* ===== WOOCOMMERCE WIDGETS  ===== */
.shop-widget{
    margin-bottom: 30px;
    color: #000;
}

.shop-widget h3.shop-widget-title{
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
}

.woocommerce .widget_shopping_cart .cart_list li.empty{
    padding: 0;
}

.woocommerce .widget_shopping_cart .cart_list li.mini_cart_item{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
}

.woocommerce .widget_shopping_cart .cart_list li.mini_cart_item:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}

.woocommerce .widget_shopping_cart .cart_list li.mini_cart_item a.remove{
    background: #e9967a;
    color: #fff !important;
    font-size: 18px;
    top: 5px;
    font-family: 'Playfair Display', serif;
}

.woocommerce .widget_shopping_cart .cart_list li.mini_cart_item a.remove:hover{
    background: #000;
}

.woocommerce .widget_shopping_cart .cart_list li.mini_cart_item a{
    color: #000;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 16px;
}

.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img{
    width: 50px;
}

.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total{
    border-top: 1px solid #e1e1e1;
    padding-top: 10px;
}

.woocommerce.widget_shopping_cart p.buttons{
    padding-top: 10px;
}

.woocommerce.widget_shopping_cart p.buttons a{
    line-height: 1;
    padding: 10px 10px;
    height: auto;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    background-color: #e1e1e1;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #e9967a;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #f7f7f7;
}

.woocommerce .widget_price_filter .price_slider_amount{
    font-weight: 700;
    font-size: 14px;
}

.woocommerce .widget_price_filter .price_slider_amount .button{
    height: 30px;
    font-size: 14px;
}

.woocommerce .widget_layered_nav ul li,
.woocommerce .widget_product_categories ul li{
    padding: 5px 0;
}

.woocommerce .widget_layered_nav ul li a, 
.woocommerce .widget_layered_nav ul li span,
.woocommerce .widget_product_categories ul li a{
    color: #000;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
}

.woocommerce .widget_products ul li,
.woocommerce .widget_recently_viewed_products ul li,
.woocommerce .widget_recent_reviews ul li,
.woocommerce .widget_top_rated_products ul li{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
}

.woocommerce .widget_products ul li:last-child,
.woocommerce .widget_recently_viewed_products ul li:last-child,
.woocommerce .widget_recent_reviews ul li:last-child,
.woocommerce .widget_top_rated_products ul li:last-child{
    border: 0;
}

.woocommerce .widget_products ul li a span.product-title,
.woocommerce .widget_recently_viewed_products ul li a span.product-title,
.woocommerce .widget_recent_reviews ul li a,
.woocommerce .widget_top_rated_products ul li a{
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}

.woocommerce .widget_recent_reviews ul li .star-rating,
.woocommerce .widget_top_rated_products ul li .star-rating{
    color: #e9967a;
    margin: 5px 0; 
}

.woocommerce .widget_recent_reviews ul li .reviewer{
    color: #666;
    font-size: 12px;
    font-style: italic;
}

.woocommerce .widget_product_search input[type="search"]{
    display: block;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 10px;
    color: #000;
}

.woocommerce .widget_product_search input[type="submit"]{
    display: block;
    width: 100%;
    border: 0;
    margin-top: 10px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.woocommerce .widget_product_tag_cloud a{
    font-size: 12px !important;
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    color: #000;
    margin-bottom: 4px;
}

.woocommerce .widget_product_tag_cloud a:hover{
    background: #e1e1e1;
}

.woocommerce .widget_layered_nav ul li.chosen a:before, 
.woocommerce .widget_layered_nav_filters ul li a:before{
    color: #e9967a;
}

.woocommerce .widget_layered_nav_filters li{
    margin-right: 10px;
}

.woocommerce .widget_layered_nav_filters li a{
    color: #000;
}

.woocommerce .widget_layered_nav select{
    border: 1px solid #e1e1e1;
    padding: 10px;
    display: block;
    width: 100%;
    color: #000;
}

/* ===== SHIPPING ===== */
.shipping-calculator-form select,
.shipping-calculator-form input{
    border: 1px solid #e1e1e1;
    padding: 10px;
    color: #000;
}

/* ===== CROSS SELLS ===== */
.woocommerce .cart-collaterals .cross-sells, 
.woocommerce-page .cart-collaterals .cross-sells{
    float: none;
    width: 70%;
}

.woocommerce .cart-collaterals .cross-sells ul.products, 
.woocommerce-page .cart-collaterals .cross-sells ul.products{
    text-align: center;
}

.woocommerce .cart-collaterals .cross-sells ul.products li, 
.woocommerce-page .cart-collaterals .cross-sells ul.products li{
    margin-bottom: 0;
}

.woocommerce-page .cart-collaterals .cross-sells ul.products a h3{
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}