/*!
Theme Name: GRMNT theme
Theme URI: https://small-whale.org/
Author: Rain
Description: шаблон магазина на заказ 
Version: 1.0.0 
Tested up to: 5.4 
Requires PHP: 5.6 
License: GNU General Public License v2 or Themeforest Split Licence
License URI: LICENSE
Text Domain: Shopkart
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/ 
 
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*@import url(//db.onlinewebfonts.com/c/2f86dc938a55788d3416b876b43a116a?family=Poppins);*/
@font-face {font-family: "Poppins";
  src: url("./assets/webfonts/Poppins/Poppins.eot"); /* IE9*/
  src: url("./assets/webfonts/Poppins/Poppins.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("./assets/webfonts/Poppins/Poppins.woff2") format("woff2"), /* chrome、firefox */
  url("./assets/webfonts/Poppins/Poppins.woff") format("woff"), /* chrome、firefox */
  url("./assets/webfonts/Poppins/Poppins.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("./assets/webfonts/Poppins/Poppins.svg#Poppins") format("svg"); /* iOS 4.1- */
}
/* Normalize
--------------------------------------------- */


/*@NAMU-1750*/
@font-face {font-family: "NAMU-1750";
  src: 
  url("./assets/webfonts/NAMU-1750/NAMU-1750.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}
/* Normalize
--------------------------------------------- */

/*@Raleway*/
@font-face {font-family: "Raleway";
  src: 
  url("./assets/webfonts/Raleway/static/Raleway-Regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}
/* Normalize
--------------------------------------------- */




/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.ajax-loader {
    display: none;
}
h2.woocommerce-Reviews-title {
    display: none;
}
/* add Rain */
.single-product  #main {
	margin: 20px 0;
	position: relative;
}
.woocommerce div.product div.images .slick-slide img {
	margin: 2px 0;
}
.uc_hover_overlay_banner .uc_content_outer {
background: rgba(255, 255, 255, 0.75) !important;
}
.single-product .product .col-xl-5{
	/*background: rgba(0, 0, 0, 0.3);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 89%, white 22%);
	*/
	background: none!important;
	
}

@media screen and (max-width: 420px) {
	/*#wpgis-gallery {
		display: none;
	}*/
	.vertical-img-left.wpgis-slider-for {
		width: 100%;
	}
}
/*


*/
@media screen and (max-width: 768px) {
	#wpgis-gallery .slick-slide {
    display: block;
    width: 110px;
}
.rs-btn-delivery {
    font-size: 15px;
}
.vertical-img-left.wpgis-slider-for {
	width: 100%!important;
	/*height: 520px;*/
    float: none;
}

.slick-slide img {
    height: 520px;
}
.single-product .product .col-xl-5 {
	/*padding: 0 50px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 78%, white)!important;
	*/
    background: none!important;
}
}
/*
RainSoft
*/
.woocommerce .woocommerce-breadcrumb {
  color: #555555;
	font-size: 14px;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #555555;
}
.woocommerce table.shop_table td {
	border: 0px solid #fff;
}
.woocommerce div.product form.cart .button {
	width: 100%;
	float: none;
	text-transform: uppercase;
}
.shp-product-summary-description .single_variation_wrap {
	width: 100%;
}
.product .rs-recently-viewed {
	display: flex;
	flex-direction: column;
	align-items: end;
}
.rs-recently-viewed .rs-recently-viewed-row {
	display: contents;
}
.product .rs-recently-viewed .shp-product-image img{
	width: 70%;
}
.product .rs-recently-viewed .shp-product-image {
	text-align: right;
}
.woocommerce-cart-form .button.rs-button-cart{
	width: 100%;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 20px !important;

}
.woocommerce-checkout .button.rs-button-cart {
	background: #fff !important;
	color: #000;
	border: 1px solid #000;	
}
.woocommerce-cart-form .button.rs-button-cart[aria-disabled="true"]{
	display: none;
}
.woocommerce-cart-form .button.rs-button-cart[aria-disabled="false"]{
	display: block;
}
.woocommerce .order-total {
	display: flex;
	margin-bottom: 24px;
}
.woocommerce-cart-form .order-total {
	margin-bottom: 50px;
}
.woocommerce .order-total .rs-total-label {
	font-size: 20px;
	text-transform: uppercase;
	flex-grow: 1;
}
.woocommerce .order-total .rs-total-price .woocommerce-Price-amount.amount {
	font-size: 20px;
}
.woocommerce .rs-continue-shopping a.button {
	font-size: 20px !important;
	color: #000 !important;
	background: #fff !important;
	text-transform: uppercase;
	width: 100%;
	border: 1px solid #000 !important;
}
.woocommerce .rs-continue-shopping a.button:hover {
	background: #fff !important;
	box-shadow: none;
	border: 1px solid #000 !important;
}
.woocommerce-checkout .rs-checkout-left {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.woocommerce-checkout .rs-checkout-right {
	padding-left: 105px !important;
	padding-right: 0 !important;
}
.woocommerce-checkout .rs-div-product-quantity .product-qyt {
	display: inline-block;
}
.woocommerce-checkout .rs-checkout-product-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.woocommerce-checkout .woocommerce-Price-amount.amount{
	font-size: 14px;
}
.woocommerce-checkout .product-total .rs-remove {
	font-size: 12px;
	text-decoration-line: underline;
	text-transform: capitalize;
}
.woocommerce-checkout button.minus,
.woocommerce-checkout .qty_button.plus,
.woocommerce-checkout .quantity input[type="number"].qty {
	font-size: 14px;
}
.woocommerce-checkout .quantity input[type="number"].qty {
	width: 40px !important;
}
.woocommerce-checkout .rs-contact-shipping {
	font-size: 14px;
	color: #747474;
}
.woocommerce-checkout .rs-contact-shipping p {
	margin: 0 0 5px !important;
}
.woocommerce-checkout .rs-contact-shipping span {
	color: #000
}
.woocommerce-checkout .product-qyt .quantity {
	width: 80px !important;
}
.woocommerce-checkout table th {
	border: none !important;
}
.woocommerce-checkout table td {
	border: none !important;
}
.woocommerce-checkout .product-thumbnail img{
	height: 117px;
	width: auto;
	max-width:max-content;
}
.woocommerce-checkout .woocommerce-checkout-payment {
	padding: 10px;
}
.woocommerce-checkout .product-name {
	display: flex;
}
.woocommerce-checkout .product-thumbnail {
	margin-right: 10px;
}
.woocommerce-checkout .product-total {
	text-align: right !important;
}
.woocommerce-checkout .wcus-checkout-fields .zen-ui-select.zen-ui-select-1 {
	display: none; 
}
.woocommerce-checkout .woocommerce-shipping-totals.shipping {
	display: none;
}
.woocommerce-checkout .product-total .rs-div-product-quantity {
height: 117px;
text-align: right;
display: flex;
flex-direction: column;
position: relative;
justify-content: space-between;
}
.woocommerce-checkout .rs-update-cart {
	padding: 0 12px;
}
.woocommerce-checkout .woocommerce-form-coupon {
	display: flex !important;
}
.shp-login-wrap {
	width: 100%;
}
.woocommerce-form .shp-lined-title {
	padding: 0;
	text-transform: uppercase;
}
.woocommerce-form .woocommerce-button {
	text-transform: uppercase;
	width: 100%;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
	width: 100%;
}
.woocommerce-cart .rs-title-cart_is_empty {
	margin-bottom: 60px
}
.woocommerce-cart .rs-cart-content-left {
	padding-right: 100px !important;
}
.woocommerce-cart .rs-continue-shopping {
	margin-bottom: 12px;
}
.woocommerce-cart-form .product-name {
	text-transform: uppercase;	
	font-weight: 500;
	width: 273px;
	font-size: 20px;	
}
.woocommerce-cart-form .rs-cart-right {
	width: 418px;
	float: right;
}
.woocommerce-checkout .woocommerce-checkout-payment-2 #place_order {
	width: 100%;
	text-transform: uppercase;
}
.woocommerce-checkout .rs-checkout-footer #coupon_code {
	width: 50%;
	margin-right: 5px;
	flex: auto;
}
.woocommerce-checkout #billing_country_field {
	display: none;
}

.woocommerce-checkout .rs-checkout-footer .button[type="submit"],
.woocommerce-checkout .rs-checkout-footer .button[type="submit"]:focus {
	border: 1px solid #000;
	text-transform: uppercase;
	background: #fff !important;
	color: #000;
	width: 40%;
	height: 20px;
	box-shadow: none;
}
.woocommerce-checkout .rs-checkout-footer .button[type="submit"]:hover, .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, .woocommerce button.button.alt:hover, .woocommerce .wc-proceed-to-checkout a.button.alt:hover, .wpc-filters-widget-main-wrapper a.wpc-filters-submit-button:hover {
	box-shadow: none;
	background: #008005 !important;
	color: #fff;
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
	display: none;	
}
.rs-checkout-footer {
	padding: 0 10px;
}
.rs-checkout-footer .order-total {

}
.rs-checkout-footer .order-total .rs-order-block-1 {
	flex: 1;
	text-transform: uppercase;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 13px !important;
    padding-left: 13px !important;
}
/* header 
.header-main-wrapper {
    margin: 0 50px;
}
*/
.rs-row-header {
	padding: 20px 7px;
	align-items: center;
}
.rs-row-prod-arc {
	padding:20px;
}
.shp-logo img {
  height: auto;
  width: auto;
	margin: 0px auto;
}
.site-description {
	font-size: 18px;
	display: block;
	margin: -10px auto;
}
.shp-head-icon {
	display: block;
	float: left;
	margin-top: 8px;
}
.cart-count-num {
  position: absolute;
  top: 30px;
	right: 23px;
}
.mega-hide-on-desktop {
	visibility: hidden !important;
	display: none !important;
}
#mega-menu-wrap-rainsoft-header-menu {
	float: left;
}
#mega-menu-wrap-rainsoft-header-menu #mega-menu-rainsoft-header-menu {
    visibility: visible;
    text-align: center;
    padding: 0px 0px 0px 0px;
}
#mega-menu-wrap-rainsoft-header-menu #mega-menu-rainsoft-header-menu > li.mega-menu-item {
  margin: 0 0px 0 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
#mega-menu-wrap-rainsoft-header-menu #mega-menu-rainsoft-header-menu > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 10px 0px 10px;
}
#mega-menu-wrap-rainsoft-header-menu #mega-menu-rainsoft-header-menu > li.mega-menu-flyout ul.mega-sub-menu {
	left: 26px;
}
#mega-menu-wrap-rainsoft-header-menu #mega-menu-rainsoft-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background: #fff !important;
}
#mega-menu-wrap-rainsoft-header-menu #mega-menu-rainsoft-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
	background: #a19483 !important;
}
#mega-menu-rainsoft-footer-menu a:hover{
	background: #DFDCDE !important;
}
.langflags {
	display: inline-block;
}
.langflags select {
	color: var(--shp-txt-color);
	border: 1px solid #fff;
	width: 60px;
	padding: 3px;
	height: auto;
	line-height: 50px;
	border-radius: var(--shp-radius0);
	background: #fff;
	font-size: 27px;
}
.rainsoft-cart-ico {
	background: url('./images/Bag 2.png');
	width: 40px;
	height: 40px;
	background-size: cover;
	margin: 13px 48px 0 5px;
	/*float: left;*/
	display: inline-block;
	cursor: pointer;
}
.cart-count-num {
	/*float: left;*/
}
/* footer */
.rs-footer {
	font-family: var(--shp-title-font-family);
	padding: 57px 20px;
	font-size: 18px;
}
.footer-block-left .fab,
.footer-block-right .fab {
	font-size: 28px;
	margin: 20px 0 20px 0;
}
.footer-block-left .fab {
	margin-right: 45px;
}
.footer-block-right .fab {
	margin-left: 45px;
}
/* colors */
.rs-color a{
display: block;
width: 100%;
padding: 2px 5px;
}
.rs-color-blue {background-color: #5897cf; color: #5897cf !important;}
.rs-color-black {background-color:#000000; color: #000 !important;}
.rs-color-beige {background-color:#ddcda8; color: #ddcda8 !important;}
.rs-color-khaki {background-color:#9ba591; color: #9ba591 !important;}
.rs-color-melange {background-color:#bababa; color: #bababa !important;}
/* filters */
.rs-filters {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	margin-right: 0px;
	width: 140px;
}
.rs-filters li{
	list-style-type: none;
	position: relative;
}
.rs-filters span {
	margin-left: 10px;
	cursor: pointer;
}
.rs-sub-menu, 
.rs-sub-menu-dropdown {
	display: none;
}
.rs-sub-menu {
	position: absolute;
	z-index: 99999;
	padding-left: 0;
	background: #fff;
	width: 110px;
}
.rs-sub-menu-dropdown {
	padding-left: 0;
}
.rs-sub-menu-dropdown li{
padding: 2px 10px;
}
.rs-filters .fas {
	position: absolute;
	font-size: 12px;
	/*margin: 7px 0 0 18px;*/
	
	top: 10px;
	height: 8px;
	width: 16px;
	right: 10px;
	cursor: pointer;
}

.rs-fa-chevron-down {
	background: url(./images/Vector140-down.png);
}
.rs-fa-chevron-up{
	background: url(./images/Vector140-up.png);
}

.rs-filters .active .rs-sub-menu {
	display: block;
}
.rs-filters .rs-sub-menu .active .rs-sub-menu-dropdown {
	display: block;
}
/* --- */
.uc_hover_overlay_banner .uc_content_outer_outofstock {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;    
		background: rgba(255, 255, 255, 0.75);
    margin: 0;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;		
    opacity: 1;
}
.uc_hover_overlay_banner .uc_content_outer {
    position: absolute;
    left: 0;
    /*top: 0px;*/
		bottom: 0px;
    width: 100%;
    height: 10%;
    background: rgba(255, 255, 255, 0.75);
    margin: 0;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    opacity: 0;
}
.uc_hover_overlay_banner .uc_banner-content {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    transform: translateY(-50%);
}
.uc_hover_overlay_banner .uc_banner-content h3 {
    font-weight: 600;
    font-size: 48px !important;/*20px;*/
    text-transform: uppercase;
    line-height: 18px;
    margin: 0 0 20px;
}


.uc_hover_overlay_banner:hover .uc_content_outer {
	opacity: 1;
}
/* */
.rs-sizing-link a {
	text-decoration: underline;
}
.rs-product-description-title {
	margin-top: 24px;
}
.rs-product-description-title  .fas,
.rs-product-description-title {
  cursor: pointer;
}
.rs-product-description {
	display: none;
	color: #555555;
	margin-top: 20px;
}
.rs-product-description.active {
	display: block;
}
.rs-recently-viewed-title-cart_is_empty {
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 60px;
}
.rs-recently-viewed-title-cart {
	font-size: 28px;
	text-transform: uppercase;
	margin: 60px 0;
	text-align: center;
}
.rs-recently-viewed-title {
	/*position: absolute;
	right: 0;
	top: 0;*/
	font-size: 14px;
	font-weight: 300;
	color: #555;	
	float: right;
}
.rs-recently-viewed .shp-product-info {
 display: none;
}
.rs-recently-viewed .shp-product-thumb {
    margin: 0;
}
.rs-recently-viewed .shp-product-image {
    margin-bottom: 24px;
}
.rs-recently-viewed .col-xl-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
		padding-right: 0px !important;
}
.rs-recently-viewed .uc_content_outer {
	display: none;
}
.rs-recently-viewed .uc_hover_overlay_banner:hover .uc_content_outer {
    opacity: 0;
}
.rs-page-link {
text-decoration: underline;
}
.rs-title-cart_is_empty {
	font-size: 28px;
	text-transform: uppercase;
}
.rs-cart_is_empty .woocommerce-info {
	padding: 0 0 60px 0 !important;
	background-color: #fff !important;
	border-left: 0px solid #fff !important;
	font-size: 18px;
	margin: 0;
	color: #555;
}
.rs-blog-columns {
	padding: 15px;
}
.rs-method-delivery {
	display: flex;
	margin: 10px 0 30px 0;
}
.woocommerce-checkout .wcus-checkout-fields h3 {
	display: none;
}
.woocommerce-checkout #order_comments_field .optional {
	display: none;
}
.woocommerce-checkout #payment #place_order {
	display: none;
}
.woocommerce-cart-form .product-quantity del {
	display: block;
}
.woocommerce table.shop_table td del {
	display: block;
}
.rs-btn-delivery {
	border: 1px solid #000;
	font-size: 17px;
	padding: 16px 10px;
	text-transform: uppercase;
	flex: auto;
	text-align: center;
	margin: 0 10px 0 0;
	cursor: pointer;
	height: 63px;
}
.rs-btn-delivery:last-child {
	margin: 0;
}
.rs-btn-delivery.active{
	background: #000;
	color: #fff;
}
@media screen and (max-width: 768px) {
.rs-btn-delivery {
    font-size: 15px;
}
.uc_hover_overlay_banner .uc_banner-content {
    font-size: 13px;
}
}
.rs-block-buttons-login {
	display: flex;
	padding: 0 13px;
}
.rs-block-buttons-login .woocommerce-form-login-toggle {
	width: 50%;
	text-align: center;
	text-transform: uppercase;	
}
.rs-block-buttons-login .woocommerce-info {
	border-left: 0;	
	border: 1px solid #000;
	padding: 1em 1em;
	background-color: #fff;
}
.rs-block-buttons-login .woocommerce-info.active {
	background-color: #000;
}
.rs-block-buttons-login .woocommerce-info.active .rs-show-new-client {
	color: #fff;
}
.rs-block-buttons-login .woocommerce-info.active .showlogin {
	color: #fff;
}
.woocommerce-checkout .woocommerce form.login {
  padding: 13px 13px 30px !important;
}		
.woocommerce-checkout .rs-new-client {
  padding: 13px 13px 30px !important;
	margin: 0 0 30px;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  margin-right: 0;
}
.xoo-wsc-sm-right {
	height: 155px;
}
/* select2 */
.select2-container {
	margin-bottom: 12px !important;
}
.select2-container--default .select2-selection--single {
  border: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 18px;
	color: #000;
}
body .select2-results {
  padding: 0 !important;
}
.select2-results__option {
	margin: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000 !important;
}
.rs-block-filter input.custom {
  display: none;
}
.rs-block-filter label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
		cursor: pointer;
}
/* input.custom + label > svg {*/ 
.rs-block-filter input.custom + label > svg {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    border: 1px solid #999;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
}
/*input.custom + label::before, input.custom + label > svg {*/
.rs-block-filter input.custom + label:before,
.rs-block-filter input.custom + label > svg {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    border: 1px solid #999;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
}
/*input.custom + label > svg {*/
.rs-block-filter input.custom + label > svg {
    visibility: hidden;
    fill: #1E93E0;
    border: 0;
}
.rs-block-filter input.custom:checked + label > svg {
    visibility: visible;
}

.rs-block-archive-product .wpc-filters-widget-main-wrapper.wpc-filter-set-32320 {
    position: fixed;
    background-color: #fff;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    width: 90%;
    transition: 0.5s;
    top: 0px;    
  max-width: 380px;
  height: 100%;    
	padding: 20px;
	left: -520px;
}

.rs-block-archive-product.rs-active .wpc-filters-widget-main-wrapper.wpc-filter-set-32320 {
	left: 0;
} 
.rs-button-filter {
	border: 1px solid;
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
}
.wpc-filter-set-widget-title {
	/*border: 1px solid;*/
	display: inline-block;
	/*padding: 10px 20px 10px 35px;*/
	cursor: pointer;
	position: relative;
	font-size: 20px;
}
.wpc-filter-set-widget-title .wpc-button-inner {
height: 20px;
position: absolute;
left: 10px;
top: 12px;
}
/*
.wpc-filters-open-button-container {
	display: block !important;
}*/
.wpc-filters-widget-content {
	/*margin-top: 10px;*/
}
.wpc-filters-widget-wrapper .wpc-filter-content {
	overflow-y: scroll;
	height: 180px;
}
.wpc-filters-widget-wrapper .wpc-filter-pa_color {
	height: auto;
  overflow-y: auto;
}
.xxx-close-xxx {
	position: fixed;
	left: 310px;
	z-index: 9999999;
	top: 20px;
	cursor: pointer;
	display: none;
}
.rs-active .xxx-close-xxx {
  display: block;
	color: #91928D;
}
.wpc-filters-widget-main-wrapper a.wpc-filters-submit-button,
.wpc-filters-widget-main-wrapper a.wpc-filters-reset-button  {
	text-transform: uppercase;
	border-radius: 0 !important;
}
.wpc-filters-widget-main-wrapper a.wpc-filters-submit-button {
	color: #fff !important;
}
.wpc-term-count {
  font-size: 10px;
}
.widget-area .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper, .wpc-filters-widget-main-wrapper .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
	padding: 2px 5px !important;
}
.wpc-term-count {
	margin: 0 !important;
}
#wpgs-gallery .row {
	margin: 0 !important;
}
#wpgs-gallery .col-3 {
	/*padding: 0 30px 0 0 !important;*/
	padding: 0 !important;
	flex: 0 0 21%;
	max-width: 21%;	
}
#wpgs-gallery .col-9 {
	padding: 0 !important;
	flex: 0 0 79%;
	max-width: 79%;	
}
/*
#wpgs-gallery .gallery-navigation-carousel.vertical .slick-list {
  height: auto !important;
}
*/
.shp-product-summary-description .button-wrapper {
	float: none;
}
.shp-product-summary-description .button-wrapper #chart-button{
	color: #9c9c9c;
	text-decoration: underline;
}
.woocommerce-order-details .woocommerce-table__product-total.product-total,
.woocommerce-order-details .woocommerce-table__product-table.product-total {
	text-align: left !important;
}
.woocommerce-order-details table td,
.woocommerce-order-details table th {
	border: 1px solid rgba(0,0,0,.1) !important;
}
.woocommerce-order-details table.shop_table{
	border-collapse: collapse;
	border: 1px solid rgba(0,0,0,.1) !important;
}
.woocommerce-order-details .product-name {
  display: block;
}
.search-results .shp-products-container {
  justify-content: left;
	margin: 16px 15px 0;
}
.rs-pagination-search {
	width: 100%;
}
.rs-pagination-search .pagination {
	justify-content: center;
}