/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com/
Description: Lightweight custom child theme for GeneratePress.
Author: Custom
Template: generatepress
Version: 1.0.0
Text Domain: generatepress-child
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

.hfe-nav-menu .menu-item-has-children .sub-menu {
    top: 31px;
}

.wpcf7-list-item a {
    font-weight: 700;
}

.cf7-contact-checkbox {
    padding: 10px 16px 10px 16px;
}


/* =========================================================
   HARICAR - COMPACT YITH WISHLIST
   Brown: #4B1409
   Yellow: #FFD400
========================================================= */


/* =========================================================
   PAGE RESET
========================================================= */

body.woocommerce-wishlist .site-main,
body.woocommerce-wishlist .content-area,
body.woocommerce-wishlist .inside-article,
body.woocommerce-wishlist .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-wishlist .yith-wcwl-form {
    width: 100% !important;
    max-width: 1399px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}


/* =========================================================
   TITLE
========================================================= */

body.woocommerce-wishlist .wishlist-title,
body.woocommerce-wishlist .wishlist-title h2,
body.woocommerce-wishlist .yith-wcwl-form h2 {
    margin: 0 0 20px !important;
    padding: 0 0 8px !important;

    border-bottom: 2px solid #4B1409 !important;

    color: #4B1409 !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}


/* =========================================================
   TABLE
========================================================= */

body.woocommerce-wishlist .wishlist_table {
    width: 100% !important;
    margin: 0 !important;

    border: 1px solid #ddd !important;
    border-collapse: collapse !important;

    background: #fff !important;
}


/* =========================================================
   TABLE HEADER
========================================================= */

body.woocommerce-wishlist .wishlist_table thead th {
    padding: 11px 12px !important;

    border: 0 !important;
    border-bottom: 1px solid #4B1409 !important;

    background: #4B1409 !important;
    color: #fff !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;

    line-height: 1.3 !important;
    text-align: left !important;
}


/* =========================================================
   TABLE BODY
========================================================= */

body.woocommerce-wishlist .wishlist_table tbody td {
    padding: 13px 12px !important;

    border: 0 !important;
    border-bottom: 1px solid #e8e8e8 !important;

    background: #fff !important;
    color: #333 !important;

    font-family: "Lato", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;

    vertical-align: middle !important;
}


/* =========================================================
   PRODUCT IMAGE
========================================================= */

body.woocommerce-wishlist .wishlist_table .product-thumbnail {
    width: 95px !important;
    text-align: center !important;
}

body.woocommerce-wishlist .wishlist_table .product-thumbnail img {
    width: 70px !important;
    height: 70px !important;
    max-width: 70px !important;

    padding: 4px !important;

    border: 1px solid #eee !important;

    object-fit: contain !important;
}


/* =========================================================
   PRODUCT NAME
========================================================= */

body.woocommerce-wishlist .wishlist_table .product-name a {
    color: #4B1409 !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;

    line-height: 1.4 !important;
    text-decoration: none !important;
}

body.woocommerce-wishlist .wishlist_table .product-name a:hover {
    color: #4B1409 !important;
}


/* =========================================================
   PRICE
========================================================= */

body.woocommerce-wishlist .wishlist_table .product-price {
    color: #4B1409 !important;

    font-family: "Lato", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

body.woocommerce-wishlist .wishlist_table .product-price del {
    color: #888 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

body.woocommerce-wishlist .wishlist_table .product-price ins {
    color: #4B1409 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}


/* =========================================================
   STOCK
========================================================= */

body.woocommerce-wishlist .wishlist_table .wishlist-in-stock,
body.woocommerce-wishlist .wishlist_table .wishlist-out-of-stock {
    font-family: "Lato", sans-serif !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
}

body.woocommerce-wishlist .wishlist_table .wishlist-in-stock {
    color: #4B1409 !important;
    font-weight: 600 !important;
}

body.woocommerce-wishlist .wishlist_table .wishlist-out-of-stock {
    color: #777 !important;
    font-weight: 500 !important;
}


/* =========================================================
   ADD TO CART BUTTON
========================================================= */

body.woocommerce-wishlist .wishlist_table .product-add-to-cart a,
body.woocommerce-wishlist .wishlist_table .add_to_cart_button,
body.woocommerce-wishlist .wishlist_table .button {
    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    min-width: 120px !important;
    height: 38px !important;

    margin: 0 !important;
    padding: 0 14px !important;

    border: 1px solid #4B1409 !important;
    border-radius: 3px !important;

    background: #4B1409 !important;
    color: #fff !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;

    line-height: 1 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;

    transition: all .2s ease !important;
}

body.woocommerce-wishlist .wishlist_table .product-add-to-cart a:hover,
body.woocommerce-wishlist .wishlist_table .add_to_cart_button:hover,
body.woocommerce-wishlist .wishlist_table .button:hover {
    border-color: #4B1409 !important;
    background: #FFD400 !important;
    color: #4B1409 !important;
}


/* =========================================================
   REMOVE BUTTON
========================================================= */

body.woocommerce-wishlist .wishlist_table .product-remove a,
body.woocommerce-wishlist .wishlist_table .remove_from_wishlist {
    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 27px !important;
    height: 27px !important;

    margin: 0 !important;

    border: 1px solid #4B1409 !important;
    border-radius: 50% !important;

    background: #fff !important;
    color: #4B1409 !important;

    font-size: 15px !important;
    line-height: 1 !important;

    text-decoration: none !important;
}

body.woocommerce-wishlist .wishlist_table .product-remove a:hover,
body.woocommerce-wishlist .wishlist_table .remove_from_wishlist:hover {
    background: #4B1409 !important;
    color: #fff !important;
}


/* =========================================================
   WISHLIST SHARE
========================================================= */

body.woocommerce-wishlist .yith-wcwl-share {
    margin-top: 22px !important;
}

body.woocommerce-wishlist .yith-wcwl-share-title {
    margin-bottom: 9px !important;

    color: #4B1409 !important;

    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

body.woocommerce-wishlist .yith-wcwl-share ul {
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-wishlist .yith-wcwl-share li {
    margin: 0 5px 0 0 !important;
}

body.woocommerce-wishlist .yith-wcwl-share a {
    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 32px !important;
    height: 32px !important;

    border-radius: 3px !important;

    background: #4B1409 !important;
    color: #fff !important;
}

body.woocommerce-wishlist .yith-wcwl-share a:hover {
    background: #FFD400 !important;
    color: #4B1409 !important;
}


/* =========================================================
   EMPTY WISHLIST
========================================================= */

body.woocommerce-wishlist .wishlist-empty {
    width: 100% !important;

    margin: 0 !important;
    padding: 35px 15px !important;

    border: 1px solid #ddd !important;

    background: #fff !important;
    color: #4B1409 !important;

    font-family: "Lato", sans-serif !important;
    font-size: 14px !important;

    text-align: center !important;
}


/* =========================================================
   PAGINATION
========================================================= */

body.woocommerce-wishlist .yith-wcwl-pagination {
    margin-top: 22px !important;
}

body.woocommerce-wishlist .yith-wcwl-pagination a,
body.woocommerce-wishlist .yith-wcwl-pagination span {
    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    min-width: 34px !important;
    height: 34px !important;

    margin-right: 4px !important;

    border: 1px solid #4B1409 !important;

    background: #fff !important;
    color: #4B1409 !important;

    font-size: 13px !important;

    text-decoration: none !important;
}

body.woocommerce-wishlist .yith-wcwl-pagination .current,
body.woocommerce-wishlist .yith-wcwl-pagination a:hover {
    background: #4B1409 !important;
    color: #fff !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    body.woocommerce-wishlist .yith-wcwl-form {
        width: 100% !important;
    }

    body.woocommerce-wishlist .wishlist_table {
        display: block !important;
        overflow-x: auto !important;
    }

    body.woocommerce-wishlist .wishlist_table thead,
    body.woocommerce-wishlist .wishlist_table tbody {
        min-width: 750px !important;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    body.woocommerce-wishlist .wishlist-title h2,
    body.woocommerce-wishlist .yith-wcwl-form h2 {
        font-size: 19px !important;
        margin-bottom: 15px !important;
    }

    body.woocommerce-wishlist .wishlist_table tbody td {
        padding: 10px 8px !important;
        font-size: 13px !important;
    }

    body.woocommerce-wishlist .wishlist_table thead th {
        padding: 9px 8px !important;
        font-size: 12px !important;
    }

    body.woocommerce-wishlist .wishlist_table .product-thumbnail {
        width: 80px !important;
    }

    body.woocommerce-wishlist .wishlist_table .product-thumbnail img {
        width: 55px !important;
        height: 55px !important;
    }

    body.woocommerce-wishlist .wishlist_table .product-name a {
        font-size: 13px !important;
    }

    body.woocommerce-wishlist .wishlist_table .product-add-to-cart a,
    body.woocommerce-wishlist .wishlist_table .add_to_cart_button,
    body.woocommerce-wishlist .wishlist_table .button {
        min-width: 105px !important;
        height: 34px !important;
        padding: 0 10px !important;
        font-size: 11px !important;
    }

    body.woocommerce-wishlist .wishlist_table .product-remove a,
    body.woocommerce-wishlist .wishlist_table .remove_from_wishlist {
        width: 25px !important;
        height: 25px !important;
        font-size: 14px !important;
    }
}