/**
* Theme Name:        avanam-wooti
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-wooti
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/
#billing_phone_field .woocommerce-input-wrapper {
  flex-direction: column;
}
#billing_phone_field .description {
  position: relative;
  background: #f4f4f4 !important;
  padding: 7px 10px 5px 10px;
  color: #7b7b7b;
  border: 0 !important;
  font-size: 13px;
}
#billing_phone_field .description::before {
  border-color: #f4f4f4 transparent transparent;
  left: 4%;
}
.image-container {
  display: flex;
  flex-wrap: wrap;
}