/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/




#but-box .img-with-aniamtion-wrap {
    display: inline-grid;
    margin-right: 20px;
}

#but-box .img-with-aniamtion-wrap .hover-wrap {
    margin: 0;
}

#banner .iwithtext {
    background: #e9cda6;
    width: fit-content;
    padding: 9px 20px;
    border: 2px solid #ffffff;
    border-radius: 50px;
}

#banner .iwithtext .iwt-text {
    padding: 0;
    padding-left: 31px;
}

#banner .iwithtext h5 {
    margin: 0;
    color: black;
}

#banner .iwithtext img {
    margin: 0;
    width: 25px;
}

#banner .iwithtext .iwt-icon {top: 50%;transform: translate(0px, -50%);left: 20px;}

#banner  h1 {padding-bottom: 20px;}


#shop-row .inner-wrap.row-bg-layer {
    border-radius: 30px 30px 0px 0px;
    outline: 5px solid #fff;
}

#shop-row img {
    width: 160px;
}

#shop-row .iwt-icon {
    position: relative;
}

#shop-row .iwithtext {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

#shop-row .iwithtext .iwt-text {
    padding: 0;
}

#shop-row {
    margin-top: -10px;
    z-index: 1111;
}

.woocommerce ul.products li.classic {
    padding: 20px 20px 60px;
    border: 2px solid;
    border-radius: 12px;
    border-color: #943E25;
}

.woocommerce ul.products li.classic .product-wrap {
    position: unset;
    overflow: visible;
}

.woocommerce ul.products li.classic a.button.product_type_simple {
    bottom: 16px;
    top: unset;
    transform: translate(-50% ,0) !IMPORTANT;
    left: 50% !IMPORTANT;
    width: 80%;
    border-radius: 11px !IMPORTANT;
}

.woocommerce ul.products li.classic span.price {
    text-align: center;
}

.woocommerce ul.products li.classic span.price bdi {
    font-family: 'Poppins';
    font-size: 18px;
}

.woocommerce ul.products li.classic  h2.woocommerce-loop-product__title {
    text-align: center;
    font-family: 'Poppins';
    font-size: 24px;
    text-transform: capitalize;
    padding: 20px 10px 10px;
    line-height: 30px;
}

#sec_form input.wpcf7-form-control {
    background: white;
    color: black;
    margin-bottom: 14px !important;
    font-size: 15px;
    padding: 9px 14px;
    border-radius: 6px;
}

#sec_form .row {
    padding: 0;
}

#sec_form input.wpcf7-form-control::placeholder {color: black;opacity: 21;}

#sec_form textarea {
    background: white;
    color: black;
    margin-bottom: 14px !important;
    font-size: 15px;
    padding: 9px 14px;
    border-radius: 6px;
    height: 140px;
}

#sec_form textarea::placeholder {
    color: black;
    opacity: 1;
}

#sec_form  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #e9cda6;
    border-radius: 20px;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 17px;
    margin: 0 auto;
    display: table;
}
