/*
Theme Name: Tennier Child
Template: tennier
Author: MassifSolutions
Author URI: https://massifsolutions.ca/
Description: Theme developed for tennier.
Version: 2022.4
Requires at least: 5.2
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: tennier
*/

@import url("../tennier/style.css");

html, body{
    /* font-family: 'Roboto' !important; */
    font-family: "Arial Narrow", Arial, sans-serif !important;
}

#content {
    min-height: 50vh !important;
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
    z-index: 100000;
}

.navigation-headers {
    font-weight: 600 !important;
    font-size: 14px !important;
}

.navigation-links {
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #444444 !important;
}

.navigation-headers, .accordion-body-padding{
    padding-left: 0 !important;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}
#lblCartCount {
    font-size: 16px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px; 
}


/****************** START TO TOP ************************/
#toTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #39a71b;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 800;
    padding: 5px;
}

#toTop:hover {
    background-color: #3c9424;
}

#toTop svg {
    font-weight: 700;
}
/****************** END TO TOP **************************/


/****************** START NAV ***************************/
nav {
    margin-bottom: 3rem;
}

.navbar-toggler-icon {
    color: #101B6B;
}
/****************** END NAV ******************************/



/****************** START FOOTER *************************/
footer {
    margin-top: 3rem;
    background: #101B6B;
}

footer h5 {
    color: #FFF;
}

.footer-light {
    color: #fff;
}

.footer-link {
    color: #39a71b !important;
}

#copyright {
    color: #C4C4C4;
}
/******************* END FOOTER ************************/



/******************* START HOME ************************/
.welcome-header{
    margin-bottom: 2rem;
}


.landing-container {
    border: 1px solid #C9C9C9;
    border-radius: 4px;
}

.landing-container1 {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.welcome-row-1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.welcome-row-2 {
    margin-top: 20px !important;
}


.landing-sub-container{
    width: 100% !important;
    height: 140px !important;
    max-width: 268px !important;    
    
    text-decoration: none;
    color: black;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.landing-sub-container svg{
    margin-bottom: 15px;
}

.browse-catalog{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #39A71B !important;
    border-radius: 4px !important;
    width: 200px;
    height: 48px;
    margin-top: 10px;
}

.parent-category-img {
    margin-right: 10px;
    margin-left: 10px;
}

.landing-title{
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
}

.landing-welcome{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
}

.landing-desc{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.landing-desc p{
    margin-bottom: 0;
}

.landing-heading{
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
}

.welcome-links {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none;
    color: #000;
}
/******************* END HOME **************************/



/******************* START LOGIN ***********************/
.login-logo{
    margin-top: 1em;
    margin-bottom: 5em;
}
.login-container{
    max-width: 432px !important;
    height: 464px !important;
    border: 1px solid #C9C9C9;
    border-radius: 4px;
}

.login-container label{
    display: none;
}

.login-desc{
    
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
}

.login-username #user {
    width: 300px;
    border-radius: 4px;
    border-width: 1px;
}

.login-password #pass {
    width: 300px;
    border-radius: 4px;
    border-width: 1px;
}

.login-username #user::placeholder {
    padding-left: 10px;
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #8C8C8C;
}

.login-password #pass::placeholder {
    padding-left: 10px;
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #8C8C8C;
}

.login-submit #wp-submit{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 16px;

    width: 300px;
    height: 48px;

    background: #39A71B;
    border-style: none;
    border-radius: 4px;

    
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;

    color: #FFF;
}

.login-footer{
    
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}

.login-footer a {
    color: #39a71b;
}

.login-footer hr {
    width: 300px;
}

#footer-access {
    margin-bottom: 0.1rem !important;
}

.login-err {
    width: 300px;
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    color: #EE0000;
    background: rgba(238, 0, 0, 0.05);

    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}
/******************* END LOGIN *************************/



/******************* START ORDERS **********************/
.orders .accordion-button{
    border: 1px solid #C9C9C9 !important;
    border-radius: 1px !important;
}

.order-info{
    
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: black;
}

.order-info p {
    
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.repeat-btn{
    width: 144px !important;
    height: 38px !important;
    background: #39A71B !important;

    /* font-family: 'Roboto' !important; */
    font-family: "Arial Narrow", Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    /* identical to box height */

    color: #FFFFFF !important;
    margin-right: 10px;
}

.place-btn{
    width: 144px !important;
    height: 38px !important;
    background: #1ba7a7 !important;

    /* font-family: 'Roboto' !important; */
    font-family: "Arial Narrow", Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    /* identical to box height */

    color: #FFFFFF !important;
    margin-right: 10px;
}

.fav-btn {
    width: 144px !important;
    height: 38px !important;

    /* font-family: 'Roboto' !important; */
    font-family: "Arial Narrow", Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    border: 1px solid #000 !important;
    /* identical to box height */
}

.favourited {
    background: pink !important;
}

.fav-btn:hover {
    background: #e7f1ff !important;
    border: none !important;
}

.order-btns{
    display:flex;
}

.order-title{
    
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
}

.order-months {
    width: 200px;
    height: 30px;
    border-radius: 4px;
}
/******************* END ORDERS ************************/



/************** START ACCOUNT SETTINGS *****************/
.account-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 1rem;
}

.account-subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}

.profile-details p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #444444;
}

.profile-details a{
    border: 1px solid #000;
    font-weight: 700;
    font-size: 15px;
    color: #444444;
}

.shipping-address p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #444444;
}

.shipping-address span{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
}
/*************** END ACCOUNT SETTINGS ******************/



/**************** START EDIT PROFILE  ******************/
.setting-link {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #39A71B;
    text-decoration: none;
}

.profile-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
}

.first-name {
    padding-right: 5px !important;
}

.profile-form input{
    border-radius: 4px !important;
    color: #444444;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.profile-form .btn-cancel {
    border: 1px solid #000;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
}

.profile-form .btn-cancel:hover {
    background: rgb(227, 222, 222);
    color: #000;
}

.profile-form .btn-save {
    background: #39A71B;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
}

.profile-form .btn-save:hover {
    background: #368820;
    color: #FFF;
}

/***************** END EDIT PROFILE  *******************/



/******************* START CATALOG *********************/
.catalog-title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
}

.filter-products {
    padding-left: 7px;
    width: 170px;
    height: 40px;
    border-radius: 4px;
}

.filter-products span {
    font-weight: 700 !important;
}

.filter-title {
    font-weight: 700;
    font-size: 16px;
}

.filter-checkbox[type=checkbox] {
    width:18px;
    height: 18px;
    border-width: 2px;
    border-radius: 0em !important;
    border-color: #8C8C8C;
}

.filter-check-label {
    font-weight: 400;
    font-size: 16px;
}

.product-title {
    color: inherit;
    text-decoration: none;
}

.product-name {
    font-weight: 400;
    font-size: 16px;
}

.product-id, #te-product-size-qty, .size-qty {
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C;
}

.product-price {
    font-weight: 600;
    font-size: 16px;
    color: #444444;
}

.product-image {
    object-fit: contain;
}
/******************** END CATALOG **********************/



/******************** START PRODUCT ********************/

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(9%) sepia(41%) saturate(7059%) hue-rotate(234deg) brightness(93%) contrast(102%);
}

.carousel-indicators button{
    background-color: #101B6B !important;
}

.te-product-name, .te-product-price{
    font-weight: 700;
    font-size: 28px;
}

.te-product-short {
    font-weight: 400;
    font-size: 16px;
}

.te-product-short-content ul, .te-product-short-content li{
    list-style-type: disc !important;
}

.te-product-short ul {
    list-style-type: disc !important;
}


.te-product-description-content ol, .te-product-description-content ul, .te-product-description-content li{
    list-style-type: disc !important;
    list-style-position: inside !important;
}

.te-product-description-content ol br, .te-product-description-content ul br, .te-product-description-content li br {
    display: none !important;
}

.te-product-description{
    padding-left: 0 !important;
}

.te-product-description, .te-product-tags {
    font-weight: 700;
    font-size: 16px;
}

.product-qty-group {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
}

.btn-number {
    border-style: none !important;
}

.product-qty {
    border-style: none !important;
}

.add-cart {
    width: 100%;
    background-color: #39A71B !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
}

.product-qty-col {
    padding-left: 0 !important;
}

.add-cart-col {
    padding-left: 0 !important;
}

.single-product-image {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.product-navigation {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    font-size: 18px;
}

.product-nav-arrow {
    text-decoration: none;
    background: #f5f5f5;
    padding: 10px 15px;
    border-radius: 5px;
    color: #333;
}

.product-nav-arrow:hover {
    background: #ddd;
}

#te-product-uom {
    font-weight: 500; 
    font-size: 20px;
}

.canadian-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    font-size: 12px;
    z-index: 10;
}

.canadian-badge svg {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: auto;
}

.product-cat-container {
    position: relative;
}
.canadian-badge2 svg {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 35px;
    height: auto;
    z-index: 10;
}
/******************** END PRODUCT **********************/



/********************* START CART **********************/
.shipping-msg {
    display: none;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
}

.cart-title{
    font-weight: 700;
    font-size: 28px;
}

.cart-product-img-container{
    display: flex;
    justify-content: center;
}

.cart-product {
    color: #444444;
    font-weight: 400;
    font-size: 15px;
}

.cart-product-img {
    height: 100px;
    width: auto;
}

.cart-shipping-title{
    padding-bottom: 10px;
}

.cart-product span, .cart-shipping-payment-title, .cart-shipping-title{
    font-weight: 700;
    font-size: 16px;
}

.cart-product-total-price {
    font-weight: 700;
    font-size: 15px;
}

.cart-product-remove {
    background-color: #fff;
    border-style: none;
}

.mobile-cart-product-remove{
    display: none;
}

.cart-shipping-address {
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    padding-top: 10px;
}

.cart-place-order {
    color: #FFF !important;
    background: #39A71B !important;
    width: 335px;
    font-weight: 700 !important;
    font-size: 15px !important;
    margin-bottom: 5px;
}

.cart-print-order {
    color: #FFF !important;
    background: #8e8aff !important;
    width: 335px;
    font-weight: 700 !important;
    font-size: 15px !important;
}

.cart-save-order {
    color: #FFF !important;
    background: #ffb38a !important;
    width: 335px;
    font-weight: 700 !important;
    font-size: 15px !important;
}

div#confirmOrderModal.modal.fade.show{
    z-index: 100000 !important;
}

/********************** END CART ***********************/


/******************* START THANK YOU *******************/
.thank-you {
    font-weight: 700;
    font-size: 28px;
}

.order-placed {
    font-weight: 400;
    font-size: 16px;
}

/******************** END THANK YOU ********************/


/************************ SEARCH ***********************/
.search-results {
    text-decoration: none; 
    color: #000; 
    display:block;
}

.search-results:hover {
    background-color: #eeeeee;
    color: #000;
}

#search {
    max-width: 700px;
}

.te_product_archive_container{
    display: flex;
    align-items: center;
}

.te_product_archive_container .product-image {
    margin-right: 10px;
}
/********************** END SEARCH *********************/

/****************** RECOMMENDATIONS ********************/
.recommendation-container{
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    padding: 20px 20px 0px 20px;
}

.recommendation-row{
    display: flex;
    margin-bottom: 20px;
}

.recommendation-product{
    display: inline-block;
}

.recommendation-product-info {
    padding-left: 40px;
    display: inline-block;
}

.recommendation-product-info a {
    color: #000;
    text-decoration: none;
}
/***************** END RECOMMENDATIONS *****************/

@media only screen and (max-width: 1400px) {
    /********* START HOME ************/
    .landing-sub-container {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px !important;
    }
    /********* END HOME **************/
}

@media only screen and (max-width: 1200px) {
    .product-controls{
        flex-direction: column;
    }

    .product-qty-col{
        width: 75% !important;
    }
}

@media only screen and (max-width: 780px) {
    .cart-content {
        flex-direction: column-reverse;
    }

    .product-image {
        height: 100px;
        width: 100px;
    }

    .offcanvas-start{
        width: 300px !important;
    }

    .offcanvas-bottom {
        height: 10vh !important;
    }

    .cart-product-total-price{
        display: flex;
        align-items: center;
    }

    .cart-place-order, .cart-print-order {
        width: 100%;
    }

    /* .product-controls, .place-order-row{
        display: none !important;
    } */

    .cart-shipping-address {
        padding-top: 0px;
    }

    .mobile-cart-product-remove{
        display: block;
    }

    .desktop-cart-product-remove{
        display: none;
    }

    .parent-category-img {
        display: none;
    }
    
}

@media only screen and (max-width: 575px) {
    .product-qty-col{
        width: 100% !important;
    }
}