@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700&display=swap');

* {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
}

button:focus, input:focus, textarea:focus {
	outline: 0;
}

.logo_wrapper {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo_active img {
    width: 120px !important;
}

.logo_active .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}
.price-card {
      border: 1px solid #dee2e6;
      border-radius: 0.5rem;
      padding: 1rem;
      margin-bottom: 1rem;
      background-color: #fff;
      transition: 0.3s ease-in-out;
    }

    .price-card:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }

    .price-value {
      font-weight: 600;
      font-size: 1.1rem;
    }

    .price-change {
      font-size: 0.75rem;
    }

    .locked {
      color: #ff9900;
      font-weight: 600;
    }

    .actions .btn {
      margin: 0.2rem;
    }

    .product-details small {
      color: #6c757d;
    }

    .whatsapp-btn {
      background-color: #25d366;
      color: white;
    }
    /*.sticky-whats-app-icons-left {*/
    /*position: fixed;*/
    /*top: 50%;*/
    /*left: 0px;*/
    /*z-index: 1000;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*}*/
    
    /*.sticky-whats-app-icons-left .box {*/
    /*padding: 8px 12px;*/
    /*border-radius: 5px;*/
    /*background-color: #f57009;*/
    /*cursor: pointer;*/
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);*/
    /*transition: background-color 0.3s;*/
    /*margin-bottom: 6px;*/
    /*}*/

    @media (max-width: 767.98px) {
      .price-card .row > div {
        margin-bottom: 0.5rem;
      }
    }