@charset "UTF-8";
/*
Theme Name: RUMI Collections
Theme URI: https://rumi.com.pk/
Author: Salman Razak
Author URI: https://salmanrazak.com/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rumicollection
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
div.quantity {
  display: flex;
  border: 0px solid #E7E7E7;
}
div.quantity button.qty-btn {
height: 100%;
  width: 40px;
  font-weight: bolder;
  font-size: 20px;
  border: none;
  margin: 0 !important;
  cursor: pointer;
	background: #fff;
}
div.quantity button.qty-btn.minus {
  border-right-color: #fff;
}
div.quantity button.qty-btn.plus {
  border-left-color: #fff;
}
div.quantity button.qty-btn:hover {
  background: #E7E7E7 !important;
  color: #fff;
}
div.quantity input[type=text] {
  width: 60px;
  height: 100%;
  margin: 0 !important;
  border-width: 0px 1px 0px 1px !important;
  border-color: #E7E7E7 !important;
  border-style: solid !important;
  outline: none !important;
  font-size: 18px;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */