/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.site-content {
    background-color: #FFF4EA !important;
}

.main-header-bar {
    background-color: #f3e6db !important;
}

.footer-info {
    margin-top: 125px;
}

.row > .site-branding{
    font-size: 30px;
    font-weight: 800;
    font-family: auto;
    color: black;
}

.row > #site-navigation > #menu-primary-menu > button{
    padding: 3px 15px 3px 15px;
    background: #4AC5B3 !important;
    color: white;
    font-weight: 800;
    border-radius: 5px;
}

.rprow-product-link{
    cursor: pointer;
}


.site-branding{
    position: absolute;
}

.main-navigation > #menu-primary-menu{
    z-index: 100;
    display: flex;
    position: relative;
    margin-left: 720px;
    padding-left: 450px;
    width: 60%;
}


.site-below-footer-wrap {
    background: #0b132b!important;
    padding: 45px 25px 45px;
    color: white !important;
}

.ast-footer-copyright {
    color: white !important;
}

.woocommerce ul.products li.product.desktop-align-left .star-rating, .woocommerce ul.products li.product.desktop-align-left .button, .woocommerce-page ul.products li.product.desktop-align-left .star-rating, .woocommerce-page ul.products li.product.desktop-align-left .button {
    display: none;
}


.woocommerce-js ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    border-radius: 14px;
}

.ast-on-card-button {
    display: none;
}

#post-161 {
    background-color: #FFF4EA;
}

.rprow-cart-tab {
background-color: #FFF7F0
}

.rprow-slider-add-to-cart .button, .rprow-slider-add-to-cart .added_to_cart {
    background-color: #48A6A7 !important;
    font-weight: 600 !important;
    color: #FFF !important;
}

.button, .submit {
    color: #fff !important;
    font-weight: 600 !important;
}

.rprow-cart-tab .button {
    color: #000 !important;
}

.rprow-product-title {
    font-weight: 500 !important;
}


.btn-anim {
  position: relative;
  overflow: hidden;
  padding: 12px 24px;
  background: #48A6A7;
  color: white;
  border: none;
  cursor: pointer;

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      120deg,
      transparent,
      rgba(255,255,255,0.6),
      transparent
    );
    animation: shine 2s ease-in-out infinite;
  }
}

.btn-anim {
    font-weight: 600;
}

.btn-anim:hover {
    color: #FFF;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 150%;
  }
}