/**
* Theme Name:        avanam-cosmika
* 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-cosmika
* 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

*/
.action-buttons-grop {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.btn-warning {
  background-color: #ff5722;
  border-color: #ff5722;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;

  cursor: pointer;
  border-radius: 4px;
  width: 100%;
}
.btn-warning:hover {
  background-color: #e64a19;
  border-color: #e64a19;
  color: white !important;
}
.btn-success {
  background-color: #4caf50;
  border-color: #4caf50;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;

  cursor: pointer;
  border-radius: 4px;
  width: 100%;
}

.btn-success:hover {
  background-color: #388e3c;
  border-color: #388e3c;
  color: white;
}

.base-sticky-add-to-cart-action-wrap .anarkali-courier-block {
  display: none;
}
