/*!
 Theme Name: Ragroup
 Theme URI: http://underscores.me/
 Author: Underscores.me
 Author URI: http://underscores.me/
 Description: Description
 Version: 1.0.0
 Tested up to: 5.4
 Requires PHP: 5.6
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: ragroup
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned.

 Ragroup is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.

 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
:root {
	--bs-body-color: #4d4d4d;
	--bs-border-radius: .5rem;
	--bs-success: #1dd65f;
	--bs-green: #1dd65f;
	--bs-form-valid-color: #1dd65f;
	--bs-form-valid-border-color: #1dd65f;
	font-size: 14px;
	scroll-padding-top: 150px;
}
/** {
	-webkit-user-select: none;
	user-select: none;
}*/
.btn-success {
	--bs-btn-bg: #1dd65f;
	--bs-btn-border-color: #1dd65f;
	--bs-btn-hover-bg: #1dd65f;
	--bs-btn-hover-border-color: #1dd65f;
	--bs-btn-active-bg: #1dd65f;
	--bs-btn-active-border-color: #1dd65f;
	--bs-btn-disabled-bg: #1dd65f;
	--bs-btn-disabled-border-color: #1dd65f;
}
.fs-7 {
	font-size: .8rem;
}
.rag-shadowed {
	box-shadow: 0 0 5px #bbb;
}
.bg-gradient-btw {
	background: linear-gradient(90deg, rgba(55,23,23,1) 0%, rgba(0,0,0,0) 100%);
}
#header-search button, #header-search input {
border: none;
background: none;
}
#header-search input:focus {
box-shadow: none;
}
#primary-menu li {
flex-basis: 150px;
flex-shrink: 0;
padding-right: calc(var(--bs-gutter-x) * .5);
}
.carousel-indicators [data-bs-target] {
	width: 10px;
	transition: width .5s;
}
.carousel-indicators .active {
	width: 30px;
}
#header-menu > div, .category .overflow-x-scroll {
padding-left: calc(var(--bs-gutter-x) * .5);
margin-left: calc(var(--bs-gutter-x) * -.5);
}
.category-grid {
	display: grid;
	grid-auto-flow: column dense;
	grid-template-columns: repeat(130, 130px);
	grid-template-rows: 130px 130px;
	row-gap: 1em;
	column-gap: 1em;
	padding: 5px;
	margin-left: -5px;
}
.category-grid.category-grid-short {
	grid-template-rows: 130px;
}
#upsale .category-grid {
grid-template-columns: repeat(100, 150px);
grid-template-rows: auto;
}
.select-edition .nav-link {
	color: var(--bs-body-color);
}
.product-cat-details p {
	font-size: .9rem;
}
.carousel-home {
	position: absolute;
	top: 1.5rem;
	left: 1rem;
	z-index: 2;
	mix-blend-mode: difference;
}
#add-to-cart {
height: auto;
}
.product-price .btn-check:checked + .btn {
	box-shadow: 0 0 3px #0d6efd;
}
.woocommerce-cart-form .product-price {
	margin-top: -.8rem;
}
.woocommerce-cart-form .remove .bi {
	width: 1.5rem;
	height: 1.5rem;
}
#checkout-promocode.processing svg, #checkout-promocode span {
	display: none;
}
#checkout-promocode.processing span, #checkout-promocode svg {
display: inline;
}
#promocode-box ul, #promocode-box .woocommerce-message {
	padding-bottom: 0;
	padding-left: 1rem;
	padding-bottom: 0;
	margin-top: 1rem;
	margin-bottom: 0;
	background: none;
	list-style: none;
}
.cart-total-old-price:after {
	content: "";
	display: block;
	background: red;
	width: 100%;
	height: .2rem;
	position: absolute;
	top: 50%;
	transform: rotate(10deg);
}
.terms-text ol {
	counter-reset: item;
}

.terms-text ol > li {
	counter-increment: item;
}

.terms-text ol ol > li {
	display: block;
}

.terms-text ol ol > li:before {
	content: counters(item, ".") ". ";
	margin-left: -20px;
}

.swiper-slide-prev, .swiper-slide-next {
	transform: scale(.9) !important;
}
.slick-track .wpsisac-image-slide-wrap {
	border-radius: 15px;
}
.wpsisac-slick-carousal.design-1 {
	margin-bottom: 0;
}