/*
 Theme Name:   Piese123
 Theme URI:    https://piese123.ro
 Description:  Piese123 Theme
 Author:       Spread Technology
 Author URI:   https://spread.technology
 Template:     alimo
 Version:      1.0.0
 Text Domain:  piese123
*/
/* Utils */
.page-content-wrapper .regular-text {
  font-weight: 400; }

.page-content-wrapper .bold-text {
  font-weight: 700; }

/* Main styling */
header .rounded-button {
  color: #FFDA00;
  border-color: #FFDA00; }
  header .rounded-button:hover {
    color: white;
    border-color: white; }

.main-header {
  height: 98px; }
  .main-header.headroom--unpinned {
    top: -40px; }
  .main-header .main-logo {
    max-height: 98px; }

.main-nav .secondary-header {
  display: flex;
  justify-content: flex-end;
  padding: 1rem .5rem 0;
  font-weight: bold;
  align-items: center;
  color: white; }
  .main-nav .secondary-header a {
    color: white; }
    .main-nav .secondary-header a:hover, .main-nav .secondary-header a[href^="tel:"] {
      color: #FFDA00; }
  .main-nav .secondary-header .custom-html-widget {
    font-size: 12px; }
    .main-nav .secondary-header .custom-html-widget a {
      padding-right: 10px; }
      .main-nav .secondary-header .custom-html-widget a:after {
        content: "";
        display: inline-block;
        width: 1px;
        height: 12px;
        margin-left: 10px;
        background-color: rgba(255, 255, 255, 0.5); }
      .main-nav .secondary-header .custom-html-widget a:last-child:after {
        display: none; }
  .main-nav .secondary-header p {
    margin: 0; }

.main-nav .header-menu {
  height: 55px; }
  .main-nav .header-menu .main-menu {
    text-transform: uppercase;
    justify-content: flex-end; }
    .main-nav .header-menu .main-menu li:hover > a,
    .main-nav .header-menu .main-menu li.current-menu-item > a {
      color: white !important; }
      .main-nav .header-menu .main-menu li:hover > a:before,
      .main-nav .header-menu .main-menu li.current-menu-item > a:before {
        background-color: white !important; }

.rounded-button {
  padding: 0 30px;
  border: 2px solid #0c1e46;
  border-radius: 24px;
  height: 48px;
  line-height: 44px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block; }
  .rounded-button span {
    line-height: 48px;
    font-size: 16px;
    text-transform: uppercase; }
  .rounded-button i {
    margin: 0 10px;
    font-size: 16px; }

.main-footer a {
  color: white; }
  .main-footer a:hover {
    color: white; }

.main-footer .menu li:hover a {
  color: white; }

.main-footer .widget .widget-title {
  margin-top: 0;
  padding-top: 0; }

.main-footer a.alimo_social_profile {
  display: inline-flex;
  background-color: white;
  color: #0c1e46;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  margin-right: 5px; }
  .main-footer a.alimo_social_profile i {
    padding: 0; }

.main-sidebar .widget {
  background-color: #f8f7f5;
  border-top: 5px solid #ffda00;
  padding: 20px 30px;
  margin-bottom: 35px; }

.page-heading {
  color: white;
  background-color: rgba(49, 66, 76, 0.6);
  padding: 10px 70px;
  margin-top: 40px;
  margin-bottom: 100px;
  float: left;
  font-weight: 400 !important;
  font-size: 24px; }

.cart-outer {
  top: 25px; }

.widget .product-categories li, .widget .product-brands li {
  font-weight: bold;
  font-size: 13px; }
  .widget .product-categories li:before, .widget .product-brands li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 5px; }

.help-overlay {
  position: fixed;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  top: 0;
  height: 100%;
  overflow: scroll;
  display: none; }
  .help-overlay.visible {
    display: block; }
  .help-overlay .container {
    background-color: #fff;
    text-align: center;
    position: relative; }
  .help-overlay .close-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 10px;
    width: 50px;
    height: 50px;
    font-size: 32px;
    border: 1px solid black;
    color: black;
    z-index: 2;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .help-overlay .close-overlay:hover {
      background-color: #000;
      color: white; }

.wpcf7 input, .wpcf7 textarea {
  border-radius: 0;
  border: 1px solid black;
  background-color: #fff; }

.wpcf7 select {
  border: 1px solid black;
  background-color: #fff;
  height: 40px;
  padding: 10px; }

#order-form-help {
  padding-top: 12px;
  padding-bottom: 12px; }

.wpcf7-submit.button.accent {
  background-color: #0c1e46; }

.woocommerce .col-sm-9.left-sidebar {
  margin-top: 55px; }

.woocommerce .product-thumbnail img {
  position: absolute; }

.woocommerce .woocommerce-products-header {
  margin-top: 20px; }

@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    text-align: center; }
  .main-header {
    height: 124px; }
    .main-header .main-logo {
      top: 40px;
      max-height: 84px; }
  .main-nav .phone-menu-trigger {
    top: 47px; }
    .main-nav .phone-menu-trigger:hover .menu-bar, .main-nav .phone-menu-trigger:focus .menu-bar, .main-nav .phone-menu-trigger:active .menu-bar {
      border-color: white !important; }
  .main-nav .header-menu {
    padding-top: 103px;
    height: 100vh; }
  .main-nav .secondary-header {
    background-color: #f8f7f5;
    padding: 10px;
    position: absolute;
    width: 100vw;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center; }
    .main-nav .secondary-header .widget p {
      margin-bottom: 0;
      font-size: 12px;
      line-height: 18px; }
    .main-nav .secondary-header a {
      color: black; }
      .main-nav .secondary-header a[href^="tel:"] {
        color: #0c1e46; }
    .main-nav .secondary-header span {
      display: none; }
  .cart-outer {
    top: 50px;
    right: -40px; } }
