/*
Theme Name: Tanymafana
Theme URI: tanymafana.com
Author: tanymafana
Author URI: tanymafana.com
Description: tanymafana is a modern, clean and professional WooCommerce WordPress theme. It is built to well suit for any online stores: electronics store, fashion store, jewelry store...
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: sarin*/


/*************** ADD YOUR CUSTOM CSS HERE  ***************/

body .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
    margin-bottom: 0;
}

input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], select, textarea {
    background: #f5f5f5;
}

.woocommerce .ur-frontend-form {
    padding: 20px !important;
}

.bwp-header .header-search-form .search-from2 .search-box input[type=text].input-search {
	background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 100px;
}
.ur-frontend-form .ur-button-container .ur-submit-button {
    margin-left: 0 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    letter-spacing: 2px !important;
    padding: 10px 30px !important;
}

body.woocommerce-account .form-row, body.woocommerce-account .woocommerce-form-row {
    margin: 0;
    margin-bottom: 5px;
}


/*--- Masquer le bouton Expédier sur la page Commander--- */
/*
.wc-block-components-checkout-step__content #shipping-method > button.wc-block-components-button:first-child {
	display:none !important;
}
*/


body.woocommerce-account .container-form {
max-width: 100% !important;
margin: auto;
}

.bwp-header .header-page-link .ur-frontend-form {
    text-align: left !important;
}
.tm_next-login {
    width: 100%;
    margin-bottom: 30px;
}

.login-to-purchase a {
    color: #fff;
    background: #000;
    display: inline-block;
    padding: 6px 15px;
}
.woocommerce-Address.col-2,
.woocommerce-Address.col-1 {
    flex: 0 0 8.33333%;
    max-width: 100% !important; 
    width: 100% !important; 
}
.w960 {
    max-width: 960px;
    margin: 0 auto;
}

.page-template-page-960 .bwp-main .page-title .content-title-heading {
    display: flow;
    position: relative;
    align-items: center;
}
.wc-block-cart__submit-container .wc-block-cart__submit-button {
    color: #fff;
    background: #000;
}
.alert_design {
    margin-top: 20px;
    border: 1px solid #e9e9e9;
    padding: 10px 20px;
    background: #efefef;
    color:#000;
}
.alert_design a {
    color: #f06b3f !important;
}