/* Product Showcase
--------------------------------------------- */
.woocommerce .page-title {text-align: center;}
.woocommerce span.onsale {
    padding: 0;
    background-color: #f4ded6;
    color: #646464;
}
.woocommerce-products-header h1 {
    text-align: center;
}
.woocommerce .woocommerce-breadcrumb {
    display: none;
}
.woocommerce ul.products li.product {
    text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    color: #000000;
}

.woocommerce ul.products li.product .price {
    color: #4d4d4d;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size:14px;
    font-family: 'Karla', sans-serif;
}

.woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count {
    display: none;
}
/* Product Buttons
--------------------------------------------- */
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {

    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 2px;
    display: inline-block;
    text-align: center;
    padding: 12px 15px;
   
    text-transform: uppercase;
   
    color: #5d5d5d;
    background-color: #fff1ee;

    margin:  0;
    border:none!important;
    overflow: visible;
    border-radius: 0;
    left: auto;
    color: #ffffff;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    font-weight: 400;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
   color:#ffffff;
    background-color: #f8b4b3;
    border:none!important;
}

.woocommerce a.button.btn_viewdetails {
    font-size: 9px;
    padding: 1.5em;
    font-weight: 400;
    color: #484848;
    background-color: #ffffff;
    border: 1px solid #ddd;
}
.woocommerce a.button.btn_viewdetails:hover {
    color: #000;
    background-color: #ececec;
    border: 1px solid #ececec;
}

a.btn-browsethemes {
    font-size: 11px;
    text-align: center;
    width: 220px;
    margin:0 auto;
    display: block;
    padding: 0.8em 1em;
    color: #ffffff;
    background-color: #282828;
    text-transform: uppercase;
    letter-spacing: 2px;
}

a.btn-browsethemes:hover {
    background-color: #ececec;
    text-decoration: none;
    background-image: none;
    color: #515151;
}


/* Product Single Page
--------------------------------------------- */
.woocommerce div.product .product_title {
    text-align: left;
}
/* Hide Tab in product detail
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel>h2 {
    display: none;
}*/

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
    font-size: 13px;
    font-family: Raleway;
    letter-spacing: 1px;
}
.related h2 {
    text-align: center;
    margin:35px auto;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 10px 0;
}
.product_meta {
    display: none;
}

.content .products .entry {
    border-bottom: none!important;
}

.prod_btns {
    /*border-top:1px solid #c7c7c7;
    border-bottom:1px solid #c7c7c7;*/
    padding:3px 0;
    margin: 10px 0;
}
.prod_btns  a {
    display: block;
    text-align:left;
    color: #000;
    padding: 3px 0;
    margin: 5px;
    font-family: Raleway;
    font-size:15px;
    text-transform: uppercase;
    letter-spacing:1px;
    
}
.prod_btns  a:hover {
    /*background-color: #f9b3c5;*/
    color: #ececec;
}

.woocommerce-Tabs-panel h2 {
    color: #444;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
.woocommerce-Tabs-panel h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    display: inline-block;
    -webkit-box-shadow: inset 0px -9px 0px 0px #55524c;
    -moz-box-shadow: inset 0px -9px 0px 0px #55524c;
    box-shadow: inset 0px -9px 0px 0px #55524c;
}

.woocommerce .cart .button, 
.woocommerce .cart input.button, 
.woocommerce div.product form.cart .button {
    display: block;
    width: 130px;
    text-align: center;
    text-transform: uppercase;
    color: #5d5d5d;
    background-color: #fff1ee;
    margin:  15px auto 10px;
    border:none!important;
    letter-spacing: 2px;
}
.woocommerce .quantity .qty {
    padding: 9px;
    line-height: 9px;
    width: 70px;
    font-size: 12px;
}
.woocommerce a.add_to_cart_button {
    margin: 0;
    padding: 10px 15px;
}
.woocommerce .cart .button:hover, 
.woocommerce .cart input.button:hover, 
.woocommerce div.product form.cart .button:hover {
    color:#ffffff;
    background-color: #f8b4b3;
    border:none;
    text-decoration: none;
    border-bottom: none!important;
}

/* Pagination
--------------------------------------------- */
.woocommerce nav.woocommerce-pagination {
    margin: 0 auto 50px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    margin: 5px;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    min-width: auto;
    border-radius: 50px;
    width: 34px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #ececec;
}

.woocommerce-message {
    border-top-color: #de9790!important;
}
.woocommerce-message:before,
.woocommerce-info:before {
    color: #de9790;
 }

.woocommerce-account .woocommerce-MyAccount-navigation .entry-content ul > li {
    list-style-type: none!important;
}

.woocommerce-account .woocommerce-MyAccount-navigation .entry-content ul {
    margin: 0!important;
    padding: 0!important;
}
.woocommerce-orders-table td {
    /*border:none;*/
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    font-size: 12px;
    text-transform: uppercase;
}
.woocommerce table.my_account_orders .button {
    padding: 8px;
    font-size: 11px;
}


/* My Account
--------------------------------------------- */
.woocommerce-account .woocommerce h2 {
    font-family: Raleway;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    /*border: none;*/
    border-radius: 0;
    background: #f0e9e6;
    margin: 0 auto;
    padding: 40px;
}

.woocommerce form .form-row label, 
.woocommerce-page form .form-row label,
.woocommerce-LostPassword {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.woocommerce-message,
.woocommerce-info {
    border-top-color: #55524c;
}

.woocommerce-account .woocommerce-MyAccount-content {
    font-size: 13px;
}

.woocommerce .woocommerce-customer-details address {
    border-radius: 0;
    /*border: none;*/
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%!important;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 73%!important;
}
.woocommerce-MyAccount-navigation > ul {
    margin-left: 0;
}
li.woocommerce-MyAccount-navigation-link  {
    list-style-type: none!important;
}
.woocommerce-table--order-downloads td,
.shop_table .order_details td,
.woocommerce-table tbody td,
.woocommerce-table tfoot td,
.woocommerce table.shop_table tfoot th {
    /*border: none!important;*/
}

.download-file a.woocommerce-MyAccount-downloads-file {
    background-color: #282828!important;
    padding: 10px!important;
    font-size: 12px!important;
}
.download-file a.woocommerce-MyAccount-downloads-file:hover {
    background-color: #ececec!important;
    color: #000!important;
}

.woocommerce table.shop_table thead tr {
    background-color: #fff1ee;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 9px 12px;
}


.woocommerce-EditAccountForm fieldset {
    margin-bottom: 15px;
}


/* Checkout
---------------------------------------------------------------------------------------------------- */
.page.woocommerce-page .content input[type="text"] {
    width: auto!important;
}
.entry-content .woocommerce .cart_totals h2 {
    font-family: Raleway!important!important;
    font-size: 20px!important!important;
    font-size: 2rem!important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 1em 0.5em;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%!important;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    font-size: 14px;
}

 .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
   padding: 12px 15px;
 }
.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 0.8em 1.5em;
    width: 150px!important;
    margin-right: 5px!important;
    display: inline-block!important;
}
.cart_totals .cart-collaterals .cart_totals table  {
    /*border: 1px solid #ddd!important;*/
}

ul.woocommerce-error {
    margin-left: 0
}

.wc-proceed-to-checkout a.checkout-button {
    background-color: #55524c!important;
    color: #ffffff!important;
}
.wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #e98f9e!important;
    color: #ffffff!important;
}

#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-bottom: none;
}

.order-total td,
.cart-subtotal td {
    /*border: none;*/
}

.woocommerce a.remove {
    color: #e4c2be!important;
}
.woocommerce a.remove:hover {
    background-color: #e4c2be!important;
}


.woocommerce-checkout-review-order-table {
    font-size: 13px;
}

.woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
}
.woocommerce-checkout-payment label {
    font-weight: 700;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background-color: #55524c!important;
    color: #fff!important;
    font-family: Raleway;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
    background-color: #ececec!important;
    color: #5e5e5e!important;
}



/* Order Received
---------------------------------------------------------------------------------------------------- */
.woocommerce ul.order_details li.woocommerce-order-overview__payment-method{
    margin-top: 0px;
}


.wc-bacs-bank-details-heading {
    color: #444;
    margin-bottom: 25px;
}
.woocommerce .wc-bacs-bank-details-account-name {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif!important;
    margin-bottom: 15px;
}

.woocommerce ul.order_details li {
    font-size: 13px;
}

.woocommerce .woocommerce-customer-details address {
    padding: 20px;
}

/* Woocommerce Tables 
   (per 24 Jun 2019 Use this, delete above)
--------------------------------------------- */
.woocommerce table.shop_table {
    border-radius: 0;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 768px) { 
    .woocommerce-page.columns-3 ul.products li.product, 
    .woocommerce.columns-3 ul.products li.product {
        width: 100%!important;
        margin: 0 auto 35px;
        display: block;
        float: none;
    }

    .woocommerce ul.products li.product {
        width: 46%!important;
         margin: 0 0 35px!important;
    }

    .woocommerce ul.products li.last, 
    .woocommerce-page ul.products li.last {
        margin: 0 10px 35px!important;
    }
    .woocommerce ul.products li.first, 
    .woocommerce-page ul.products li.first {
        clear: none!important;
    }

    .woocommerce table.shop_table_responsive thead, 
    .woocommerce-page table.shop_table_responsive thead {
        display: none;
    }

    .woocommerce table.shop_table_responsive tr td, 
    .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: left;
    }
    .woocommerce-cart table.cart .product-thumbnail {
        display: none;
    }

    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, 
    .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 0;
    }

    .woocommerce table.shop_table_responsive tr.cart_item td:before, 
    .woocommerce-page table.shop_table_responsive tr.cart_item td:before {
        content: attr(data-title) ": ";
        font-weight: 700;
    }
    .woocommerce table.shop_table_responsive tr.cart_item td.product-remove:before, 
    .woocommerce-page table.shop_table_responsive tr.cart_item td.product-remove:before {
        content: ' ';
    }
    .woocommerce #content table.cart td.actions .coupon::before, 
    .woocommerce table.cart td.actions .coupon::before, 
    .woocommerce-page #content table.cart td.actions .coupon::before, 
    .woocommerce-page table.cart td.actions .coupon::before {
        content: " ";
    }
    .woocommerce .cart-collaterals .cart_totals, 
    .woocommerce-page .cart-collaterals .cart_totals {
        float: none;
        width: 100%;
    }

    .woocommerce .col2-set, .woocommerce-page .col2-set, .woocommerce-checkout-review-order {
        display: block;
        float: none;
        width: 100%;
        padding: 0;
    }
}


@media only screen and (max-width: 640px) { 
    .woocommerce-page.columns-3 ul.products li.product, 
    .woocommerce.columns-3 ul.products li.product,
    .woocommerce #content div.product div.images, 
    .woocommerce div.product div.images, 
    .woocommerce-page #content div.product div.images, 
    .woocommerce-page div.product div.images {
        width: 100%!important;
        margin: 0 auto 35px;
        display: block;
        float: none;
    }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
       width: 100%!important;
        margin: 0 auto 35px;
        display: block;
        float: none;
    }
    
    .woocommerce ul.products li.product {
        width: 100%!important;
        float: none!important;
        display: block!important;
    }

    .woocommerce ul.products li.last, 
    .woocommerce-page ul.products li.last {
        margin: 0 10px 35px!important;
    }
    .woocommerce ul.products li.first, 
    .woocommerce-page ul.products li.first {
        clear: none!important;
    }
}