/*!
Theme Name: MarBG
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: marbg
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.

MarBG 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/
*/

/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/

/* 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
--------------------------------------------- */




/* 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;
}



.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;
}


:root {
	--card-area-color: #000;
}



body{
	font-family: 'Inter', sans-serif;
}
a:hover{
	color:#FF6702;
}
ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.header-area{
	background-color:#fff;
	color:#000;
}

/* ul.header-top-links{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    list-style: none;
    max-width: 850px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/
ul.header-top-links{
    flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 80px 0px 90px;
}
ul.header-top-links li a, .sidebar-footer-area ul li a{
	color:#000;
	font-size:15px;
	font-weight:700;
	text-decoration:none;
	position:relative;
} 


/* ul.header-top-links li a.phone, .sidebar-footer-area ul li a.phone{
	padding-left: 25px;
} */
/* ul.header-top-links li a.phone:before, .sidebar-footer-area ul li a.phone:before{
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(img/mobile-icon.png);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
} */
/* ul.header-top-links li a.e-mail, .sidebar-footer-area ul li a.e-mail{
	    padding-left: 25px;
} */
/* ul.header-top-links li a.e-mail:before, .sidebar-footer-area ul li a.e-mail:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(img/email-icon.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 24px;
    background-position: center center;
} */

ul.header-top-links li a.phone svg, ul.header-top-links li a.e-mail svg {
	height:25px;
}

button.menu-button, button.search-button{
	background-color:transparent;
	padding:0px;
	margin:0px;
	border:0px;
	cursor:pointer;
	font-size:25px;
}
button.search-button {
	margin-left:40px;
}
.card-area{
	font-size:14px;
	position:relative;
	display:inline-block;
}

.header-top-area{
	padding-top: 5px;
    padding-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer{
	background-color:#262626;
	color:#fff;
	font-size:16px;
}
footer ul li a{
	color:#fff;
	text-decoration:none;
}
.footer-menu-area ul {
	margin-top:18px;
}
.footer-menu-area ul li{
	display:inline;
}
.footer-menu-area ul li a{
    display: inline-block;
    width: 49%;
    margin: 8px 0;
}
.com-area{
	margin-top:30px;
}

.footer-social-links ul li{
	display:inline;
}

.footer-social-links ul li a{
	display:inline-block;
	margin-right:20px;
}


p.copy-right{
	opacity:.5;
}
.footer-top-area{
	padding-top:30px;
}
.footer-bottom-area{
	padding-top:25px;
	padding-bottom:40px;
}
.footer-logo-area{
	padding-bottom:10px;
}
.footer-contact-links ul li a{
    position: relative;
    margin-top: 5px;
    display: inline-block;
}

.footer-contact-links ul li a.phone{
	    padding-left: 25px;
}
.footer-contact-links ul li a.phone:before{
	content:"";
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(img/mobile-icon.png);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	 background-position: center center;
}
.footer-contact-links ul li a.e-mail{
	    padding-left: 25px;
}
.footer-contact-links ul li a.e-mail:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(img/email-icon.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 24px;
    background-position: center center;
}
.slider-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height:100%;
}

.single-service-area{
    background-color: #fff;
    padding: 30px 10px;
    box-shadow: 0px 1px 24px #99999952;
    -moz-box-shadow: 0px 1px 24px #99999952;
    -webkit-box-shadow: 0px 1px 24px #99999952;
    -o-box-shadow: 0px 1px 24px #99999952;
    border-radius: 5px;
}
.services-area{
    background-color: #f7f7f7;
    padding: 65px 0;
}
body.home .services-area {
	padding: 30px 0 60px 0;
}
.owl-carousel .owl-item .single-slider-area img {
	border-radius: 16px;
}

.icon-min-height {
    min-height: 70px;
    line-height: 70px;
}
.single-service-area p{
	font-size:15px;
	color:#000000;
	margin:0px;
	font-weight:700;
	text-transform:uppercase; 
}
/* .services-area .container .row .col-md-6:last-of-type .single-service-area p {
	word-break: break-all;
} */


.top-products-area{
	padding-top:50px;
	padding-bottom:20px;
}

.top-products-area h1{
	font-size:28px;
	color:#000000;
	font-weight:900;
	margin:0px;
	text-transform:uppercase;
}
.top-products-heading-area{
	padding-bottom:50px;
}
.top-products-heading-area a.view-all{
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 2px solid #000;
    padding: 5px 30px;
    font-weight: 600;
    border-radius: 25px;
    text-decoration: none;
}

.top-products-heading-area a.view-all:before{
	content: "";
    position: absolute;
    right: 8px;
    top: 11px;
    background-image: url(img/arrow-black.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}
.single-product-area h2{
	font-size:22px;
	margin:15px 0;
	font-weight:600;
}
.single-product-area a.them-image img{
	border-radius:5px;
}
.single-product-area h2 a{
	color:#000;
	text-decoration:none;
}

p.prod-price{
	margin-bottom:15px;
	font-size:18px;
	color:#000000;
	font-weight:600;
}
p.prod-price del{
	font-size:15px;
	opacity:.5;
}
p.prod-price ins{
	background-color:transparent;
}

.single-product-area > a{
	text-decoration: none;
    color: #000;
}

.add-top-card-button a{
	background-color: #ff6702!important;
    color: #fff!important;
    text-transform: uppercase!important;
    font-size: 14px!important;
    padding: 1px 30px!important;
    display: inline-block!important;
    text-decoration: none!important;
    font-weight: 600!important;
    border-radius: 20px!important;
	position:relative!important;
	height:auto!important;
	line-height:30px!important;
}
.woofc-suggested-product-atc .add-top-card-button a {
	background-color: #CCC!important;
}
.add-top-card-button a:before{
    content: "";
    position: absolute;
    right: 10px;
    top: 13px;
    background-image: url(img/arrow-whith.png);
    width: 5px;
    height: 7px;
    background-repeat: no-repeat;
}
.woocommerce span.onsale{
	font-size: 9px;
    background-color: #EB7526;
    min-height: 35px;
    min-width: 35px;
    line-height: 3.5;
}

#homeSlider button.owl-prev{
	position:absolute;
	top:40%;
	left:15px;
	background-color:rgba(255,255,255,0.8);
	width:50px;
	height:50px;
	border-radius:50%;
	color:black;
}
#homeSlider button.owl-next{
	position:absolute;
	top:40%;
	right:15px;
	background-color:rgba(255,255,255,0.8);
	width:50px;
	height:50px;
	border-radius:50%;
	color:black;
}
#homeSlider button.owl-next span {
	font-size: 50px;
	position:relative;
	top:-17px;
	left:2px;
}
#homeSlider button.owl-prev span {
	font-size: 50px;
	position:relative;
	top:-17px;
	right:2px;
}
#homeSlider.owl-theme .owl-nav{
	margin:0px;
}
#homeSlider.owl-theme .owl-dots{
	margin-top: 0px;
    z-index: 9999;
    position: relative;
}
#homeSlider.owl-theme .owl-dots .owl-dot span{
	background-color:#000;
	opacity:1;
}
#homeSlider.owl-theme .owl-dots .owl-dot.active span{
	background-color: #2e76bc;
}

.breadcrumb-area{
	padding-top:30px;
}
.breadcrumb-area a{
	color:#FF6702!important;
	font-weight:600;
}
.shop-area{
	padding-bottom:50px;
}
.woocommerce-products-header h1{
	font-size: 28px;
    color: #000000;
    font-weight: 900;
    margin-bottom: 50px;
    text-transform: uppercase;
}

ul li span.current{
	background-color:#FF6702!important;
	color:#fff!important;
}

.header-bottom-area {
    padding-bottom: 10px;
}

.apsw-search-wrap .apsw-search-form {
    border-radius: 50px;
}
.card-area a{
	text-decoration:none;
	color:var(--card-area-color) !important;
	font-size:14px;
	font-weight:600;
}

.card-area a i{
    font-size: 25px!important;
    vertical-align: middle; 
}


.card-page-area h1{
	text-align:center;
	font-weight:700;
	position:relative;
	font-size:28px;
	color:#000000;
	text-transform:uppercase;
}
.setp-heading-area h2{
	color:#000000;
	font-size:28px;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
	
}
.setp-heading-area h2 svg{
	height: 32px;
	position: relative;
	top: -3px;
	margin-right: 12px;
}
.woocommerce-cart .entry-header{
	display:none;
}
.setp-heading-area{
	margin-top:20px !important;
	margin-bottom:15px !important;
}

.step-by-step-area ul{
	max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
	position:relative;
}
.step-by-step-area ul:before{
    content: "";
    position: absolute;
    left: 80px;
    top: 24px;
    background-color: #D4D4D4;
    height: 1px;
    width: 80%;
}
.step-by-step-area ul li.active{
	    color:#2e76bc;
}
.step-by-step-area ul li.active span{
	background-color:#2e76bc;
}


.step-by-step-area ul li{
	    max-width: 180px;
}
.step-by-step-area ul li span{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 50px;
    background-color: #D4D4D4;
    position: relative;
    z-index: 2;
}


.woocommerce table.shop_table.card-product-area{
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 25px 3px #00000026;
    -webkit-box-shadow: 0px 2px 25px 3px #00000026;
    -moz-box-shadow: 0px 2px 25px 3px #00000026;
    -o-box-shadow: 0px 2px 25px 3px #00000026;
	border-radius:10px;
}
.woocommerce-cart table.cart.card-product-area img{
	width: auto;
    height: 120px;
    border-radius: 10px;
}
.woocommerce-cart .card-product-area .product-name a, .woocommerce-cart .card-product-area .product-name {
	font-size:20px;
	color:#000000;
	font-weight:500;
	text-decoration:none;
}
.card-page-area .woocommerce-message{
	display:none;
}

.coupon-area label{
	font-size:20px;
	color:#000000;
	font-weight:500;
	margin-right:30px;
	margin-bottom: 0 !important;
}
.coupon-area input{
	width:140px;
	border:1px solid #808080;
	height:37px;
	border-radius:10px;
	margin-left: 20px;
}
.coupon-area button.submit-button{
    height: 37px;
	width: 140px;
	border-radius: 10px;
	background: #FF6600!important;
	color: white !important;
	margin-left: 20px;
    
	font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.coupon-area button.update-card{
    background-color: #FF6600!important;
    color: #fff!important;
	border-radius: 10px;
	text-transform: uppercase;
	display: none !important;
}
@media (max-width:768px) {
	.coupon-area div.row div {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.coupon-area button.update-card{
		height: 37px;
		margin-top: 5px;
	}
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
	padding-top: 20px;
}

.cart_totals  h2{
	display:none;
}
.cart-coll-area table{
	    text-align: right!important;
    max-width: 790px;
    margin-left: auto!important;
    margin-right: auto!important;
	border:0px!important;
}
.cart-coll-area table th{
	    text-align: left!important;
		padding-left:0px!important;
}
.cart-coll-area table td{
		padding-right:0px!important;
}

.cart-coll-area .wc-proceed-to-checkout{
	    border-top: 1px solid #000;
    padding-top: 40px;
}
.cart-coll-area .wc-proceed-to-checkout a{
    background-color: #FF6600!important;
    color: #fff!important;
    font-size: 17px!important;
    text-transform: uppercase;
    max-width: 334px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 50px!important;
    border-radius: 20px;
}

.sidebar-nav-area{
	background-color: white;
	color: black;
	z-index: 99999;
}


.main-menu-area ul{
	border-top:1px solid rgb(0 0 0 / 40%);
}
.main-menu-area ul li{
	position:relative;
	width:100%;
	border-bottom: 1px solid rgb(0 0 0 / 40%);
}
.main-menu-area ul li a{
    color: black;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}
.main-menu-area ul li a:before{
    content: "\f105";
    position: absolute;
    top: 7px;
    right: 20px;
    font-family: "fontawesome";
}
.main-menu-area ul li a:hover{
	color: #FF6702;
}
.sidebar-heading-area{
    padding-top: 38px;
    padding-bottom: 15px;
}

.sidebar-heading-area button{
	position: absolute;
    top: 0px;
    right: 0px;
    background-color: transparent;
    opacity: 1;
    border-radius: 0px;
	width: 35px;
    height: 35px;
}
.sidebar-footer-area ul li{
	margin: 10px 0;
}
.sidebar-footer-area ul{
	margin-bottom:20px;
}
.mobile-view-phone-email ul li a{
	color: #000;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}
.mobile-view-phone-email ul li a.phone{
	padding-left: 25px;
}
.mobile-view-phone-email ul li a.phone:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(img/mobile-icon.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
.mobile-view-phone-email ul li a.e-mail{
	padding-left: 25px;
}
.mobile-view-phone-email ul li a.e-mail:before{
	content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(img/email-icon.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 24px;
    background-position: center center; 
}
.mobile-view-phone-email ul{
	    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.width-30{
	width:30%!important;
}
/* .single-product-banner{
	background-repeat: no-repeat;
	background-size: 1200px;
	padding-top: 75px;
	padding-bottom: 50px;
	background-position: 50% -5%;
} */
.single-product-header{
    background-color: transparent!important;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
}
.single-product-main-image{
	background-color: #fff;
    border-radius: 50%;
    -box-shadow: 0px 1px 20px 0px #00000024;
    -webkit-box-shadow: 0px 1px 20px 0px #00000024;
    -moz-box-shadow: 0px 1px 20px 0px #00000024;
    -o-box-shadow: 0px 1px 20px 0px #00000024;
	box-shadow: 0px 1px 20px 0px #00000024;
    width: 470px;
	position: relative;
    height: 470px;
    text-align: center;
    padding: 25px;
}
.single-product-main-image img{
	border-radius: 40%;
	padding: 20px;
}
.single-product-header ul.header-top-links{
	justify-content:center;
}
.product-titile{
    padding-top: 0px;
    min-height: 250px;
}
.product-titile h2{
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
	margin:0px;
}

/* @media (min-width: 1200px) and (max-width: 1700px) {
	.single-product-banner {
		background-size: 1700px;
		background-position: 50% -35%;
	}
}
@media (min-width: 1700px) {
	.single-product-banner {
		background-size: 100%;
		background-position: 50% -80%;
	}
} */

@media (min-width: 1350px) and (max-width: 1550px) {
	.product-titile {
		padding-top: 20px;
	}
	.product-titile h2 {
		font-size: 35px;
	}
}

@media (min-width: 1550px) {
	.product-titile {
		padding-top: 30px;
	}
	.product-titile h2 {
		font-size: 40px;
	}
}

.product-price-card-right h3{
	font-size:19px;
	font-weight:900;
	color:#000000;
	text-transform:uppercase;
    margin: 0px;
}
.product-price-card-right {
	text-align:center;
}
.product-price-card-right h3 span{
	font-size:30px;
}
.product-price-card-right p{
	font-size:14px;
	color:#000000;
	margin:0px;
}
.product-price-card {
    margin-top: 40px;
}

.product-price-card-left p.price, .product-price-card-left .price-container{
	color:#000000;
	font-size:42px;
	font-weight:900;
	margin-bottom:20px;
}
.product-price-card-left p.price del, .product-price-card-left .price-container .price-regular{
	color:#000000;
	font-size:26px;
	font-weight:500;
}
.product-price-card-left .price-container .price-regular {
	display: flex;
}
.product-price-card-left p.price ins, .product-price-card-left .price-container .price-sale{
	background-color:transparent;
	font-style:italic;
}
.product-price-card-left .price-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	position: relative;
}
body.product-variable .product-price-card-left p.price {
	display: none;
}

.product-price-card-left a.add_to_cart_button, .product-price-card-left a.add_to_cart_button:hover, .product-price-card-left a.add_to_cart_button:active, .product-price-card-left a.add_to_cart_button:focus {
    background-color: #FF6600 !important;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 80px 15px 50px;
    border-radius: 35px;
    line-height: 1;
}
.product-price-card-left a.add_to_cart_button.instock, .product-price-card-left a.add_to_cart_button.instock:hover, .product-price-card-left a.add_to_cart_button.instock:active, .product-price-card-left a.add_to_cart_button.instock:focus {
	background-image: url(img/cat.png) !important;
    background-repeat: no-repeat;
    background-position: 93% 43%;
}
.product-price-card-left a.add_to_cart_button.outofstock, .product-price-card-left a.add_to_cart_button.outofstock:hover, .product-price-card-left a.add_to_cart_button.outofstock:active, .product-price-card-left a.add_to_cart_button.outofstock:focus {
	background-color: #b3b3b3 !important;
	padding: 15px 50px !important;
}
.single-product-gallary {
	margin-top: 20px;
    padding-bottom: 70px;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.single-product-main-image {
		width: 380px;
		height: 380px;
	}
	.product-price-card {
		margin-top: 0;
		align-items: center;
		display: flex;
	}
}

#gallaryPhoto button.owl-prev, #reviewSlider button.owl-prev {
    position: absolute;
    top: 40%;
    left: -60px;
    background-color: #FF6600;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    line-height: 1;
}

#gallaryPhoto button.owl-next, #reviewSlider button.owl-next {
    position: absolute;
    top: 40%;
    right: -60px;
    background-color: #FF6600;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
	    font-size: 30px;
    line-height: 1;
} 
.single-product-contact-details{
    margin-top: 30px;
	font-size:20px;
	color:#000000;
	font-weight:700;
}
.single-product-contact-details .phone{
	position:relative;
	padding-left:30px;
}
.single-product-contact-details .phone:before{
    content: "";
    background: url(img/b-phone.webp);
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 27px;
    position: absolute;
    left: 0px;
}
.single-product-contact-details .email{
	position:relative;
	padding-left:30px;
}
.single-product-contact-details .email:before{
	content: "";
    background: url(img/b-email.webp);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 29px;
    height: 100%;
}
.single-feat-image{
	 position: absolute;
    top: 0px;
       width: 50%;
}
.single-feat-image-block{
    min-height: 500px;
	margin-top: 6px;
}
.single-feat-image-block img {
	max-height: 500px;
}
@media (min-width:1500px) {
	.single-feat-image-block {
		width: 75%;
		margin: 6px auto 0px;
	}
}
.left-0{
	left: 0px;
	text-align:right;
}

.right-0{
	right: 0px;
}
.sing-block-text-1.sing-block-text{
	padding:0px 30px 30px 30px;
}
.sing-block-text-2.sing-block-text{
	padding:30px 30px 0px 30px;
}
.sing-block-text p{
	font-size:18px;
	color:#000000;
	font-weight:500;
	padding-left:50px;
	position:relative;
}
.sing-block-text p:before{
	content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    background-image: url(img/check-blue.webp);
    background-repeat: no-repeat;
    width: 34px;
    height: 26px;
}
.single-feat-heading{
	text-align:center;
	margin-bottom:60px;
}
.single-feat-heading h2{
	font-size:28px;
	text-transform:uppercase;
	color:#000000;
	font-weight:700;
	margin-bottom:30px;
}
.single-feat-heading ul{
	margin:0px;
	padding:0px;
	list-style:0px;
}
.single-feat-heading ul li{
    display: inline;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    padding: 8px 0px;
    margin: 0px 50px;
    background-position: left center;
}
@media (max-width: 500px) {
	.single-feat-heading ul li{
		font-size: 15px;
	}
}
.single-feat-heading ul li {
	background-repeat:no-repeat;
}
.green-product-area {
    background-color: #2e76bc;
    color: #fff;
    padding: 25px 0;
}
.green-product-area h3{
	font-size:34px;
	text-transform:uppercase;
	font-weight:500;
	margin:0px;
}
.green-product-area h4{
	margin:0px;
	text-transform:uppercase;
	font-size:18px;
	font-weight:600;
}
.green-product-area p{
    font-size: 12px;
    margin: 0px;
    margin-top: 5px;
}
.green-product-area a{
	background-color: #ff6702!important;
    color: #fff!important;
    text-transform: uppercase!important;
    font-size: 14px!important;
    padding: 5px 60px!important;
    display: inline-block!important;
    text-decoration: none!important;
    font-weight: 600!important;
    border-radius: 20px!important;
    position: relative!important;
    line-height: 1.7!important;
	position:relative;
}
.green-product-area a.outofstock {
	background-color: #b3b3b3 !important;
}
.green-product-area a:before{
	content: "";
    position: absolute;
    right: 10px;
    top: 13px;
    background-image: url(img/arrow-whith.png);
    width: 5px;
    height: 7px;
    background-repeat: no-repeat;
}


.gpl-area {
    height: 200px;
    width: 200px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 200px;
    position: absolute;
    bottom: -60px;
    left: 0px;
    z-index: 99;
	-box-shadow: 0px 1px 20px 0px #00000024;
    -webkit-box-shadow: 0px 1px 20px 0px #00000024;
    -moz-box-shadow: 0px 1px 20px 0px #00000024;
    -o-box-shadow: 0px 1px 20px 0px #00000024;
}

.green-product-area p span{
	font-size: 14px;
    font-weight: 700;
}
.service-product-page .single-service-area p {
    font-size: 12px;
}
.single-same-quality{
	background-color:#fff;
	padding:15px;
		-box-shadow: 0px 1px 20px 0px #00000024;
    -webkit-box-shadow: 0px 1px 20px 0px #00000024;
    -moz-box-shadow: 0px 1px 20px 0px #00000024;
    -o-box-shadow: 0px 1px 20px 0px #00000024;
	    max-width: 325px;
	border-radius:10px;
}



.align-center-itam .col-lg-4.col-md-6:nth-child(2) .single-same-quality{
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 768px) {
	.align-center-itam .col-lg-4.col-md-6:nth-child(2) .single-same-quality{
		margin: 0 auto 25px;
		border: 2px solid #FF6600;
	}
}

.align-center-itam .col-lg-4.col-md-6:nth-child(3) .single-same-quality{
	margin-left:auto;
}
.same-quality-product{
	padding:65px 0;
}
.same-quality-product h2{
	font-size:28px;
	color:#000000;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:60px;
	text-align:center;
}
.single-size {
    background-color: #2e76bc;
    color: #fff;
    font-size: 40px;
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    height: 80px;
    line-height: 80px;
    font-weight: 900;
    margin-top: -40px;
    z-index: 99;
    position: relative;
}
.single-same-text-area h3{
	font-size:22px;
	color:#000000;
	margin:0px;
	font-weight:500;
	text-transform:uppercase;
}
.single-same-text-area p{
	font-size:18px;
	color:#000000;
	opacity:.5;
	margin:0px;
	text-decoration: line-through;
}
.single-same-text-area h1{
	font-size:54px;
	color:#000000;
	font-weight:900;
	margin:0px;
	margin-bottom:10px;
}
.single-same-text-area {
    margin-top: 15px;
}
.single-same-text-area h1 sup{
	font-size:50%;
}
.single-same-text-area a{
	    background-color: #ff6702!important;
    color: #fff!important;
    text-transform: uppercase!important;
    font-size: 14px!important;
    padding: 5px 30px!important;
    display: inline-block!important;
    text-decoration: none!important;
    font-weight: 600!important;
    border-radius: 20px!important;
    position: relative!important;
    line-height: 1.7!important;
	position:relative;
}
.single-same-text-area a:before{
		content: "";
    position: absolute;
    right: 10px;
    top: 13px;
    background-image: url(img/arrow-whith.png);
    width: 5px;
    height: 7px;
    background-repeat: no-repeat;
}



.single-review-area{
	background-color:#fff;
	padding: 15px;
	-box-shadow: 0px 1px 20px 0px #00000024;
	-webkit-box-shadow: 0px 1px 20px 0px #00000024;
	-moz-box-shadow: 0px 1px 20px 0px #00000024;
	-o-box-shadow: 0px 1px 20px 0px #00000024;
	border-radius: 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}
.customer-review-area .owl-carousel .owl-item img {
	aspect-ratio: 1/1;
	object-fit: contain;
}
.customer-review-area h2{
	font-size:28px;
	color:#000000;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
}
.customer-review-area .owl-carousel {
	margin: 50px 0;
} 
.customer-review-area .owl-carousel .owl-stage {
	display: flex;
	align-items: stretch;
	padding-top: 5px;
	padding-bottom: 5px;
}
.customer-review-area .owl-carousel .owl-stage .owl-item {
	display: flex;
}

.review-text p{
	font-size:15px;
	color:#000000;
	margin:10px 0px;
}
.user-review-left h4{
	font-size:16px;
	color:#000;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:700;
}
.user-review-left p{
	font-size:14px;
	margin:0px;
}
.review-text{
	margin-top:15px;
}

.faq-area{
	padding-bottom:60px;
}



.faq-area{
	padding-bottom:60px;
}
.faq-area h2{
	font-size:28px;
	color:#000000;
	text-align:center;
	font-weight:700;
	margin-bottom:50px;
	text-transform:uppercase;
}
.accordion-item button{
	background-color: #245d96!important;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    border: 0px;
    border-radius: 10px!important; 
}
.accordion-item button.collapsed{
	background-color: #2e76bc!important;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    border: 0px;
    border-radius: 10px!important;
}
.accordion-item {
    border: 0px;
    margin-bottom: 12px;
    border-radius: 10px;
		-box-shadow: 0px 1px 20px 0px #00000024;
	-webkit-box-shadow: 0px 1px 20px 0px #00000024;
	-moz-box-shadow: 0px 1px 20px 0px #00000024;
	-o-box-shadow: 0px 1px 20px 0px #00000024;
	background:#fff;
}
.accordion-button::after{
	background-image:url(img/a-arrow.png);
	background-size: contain;
}

.accordion-button:not(.collapsed)::after{
	background-image:url(img/a-arrow2.png);
}

.related-product-area{
	padding-bottom:90px;
}
.related-product-area h2{
		font-size:28px;
	color:#000000;
	text-align:center;
	font-weight:700;
	margin-bottom:50px;
	text-transform:uppercase;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    display:none;
}
.summary.entry-summary {
    display:none;
}
.single-features-area {
    padding-bottom: 40px;
}

.mobile-block {
	display: none;
}

.choice-area {
    background-color: #FF6600;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    top: 0px;
    position: absolute;
    padding: 5px 10px;
    border-radius: 0px 0px 10px 10px;
    width: 200px;
    left: calc(50% - 100px);
    text-align: center !important;
}

ins {
	background: none !important;
}

div.col div.product {
	text-align: center;
}

.make-your-order img {
	border-radius: 40%;
}

@media (max-width: 768px) {
	section.green-product-area {
		margin-top: 35px;
	}
	section.green-product-area div.col-lg-3.img-cont {
		position: relative;
		margin-top: -32%;
	}
	section.green-product-area div.col-lg-6 {
		margin-top: 80px !important;
	}
	section.green-product-area div.make-your-order {
		margin-top: 0px !important;
	}
	section.green-product-area h4 {
		margin-top: 10px;
	}
}

@media (max-width: 600px) {
	.product-titile h2 {
		font-size: 16px !important;
	}
}

.woosb-item-child {
	display: none !important;
}

@media (max-width: 430px) {
	header svg, header img.custom-logo {
		width: 120px;
	}

	header div.col-3 {
		width: 30% !important;
	}
	header div.col-6 {
		width: 40% !important;
	}

	.card-area span.woofc-menu-item-inner-subtotal {
		display: none !important;
	}
}

@media (min-width: 768px) {
	div.product {
		display: flex;
		flex-direction: column;
		flex-wrap:nowrap;
		justify-content: space-between !important;
		height: 100% !important;
	}
}

div.menu-primary-container ul#menu li a {
	text-transform: uppercase;
}

div.single-product-area.product.outofstock .add-top-card-button a {
	background-color: #b3b3b3 !important;
	color: white !important;
}

div.single-product-area.product {
	position: relative;
}
div.single-product-area.product.outofstock img, div.single-product-main-image.outofstock img {
	opacity: 0.6 !important;
}

div.out-of-stock-text {
	--f: 10px; /* control the folded part*/
	--r: 15px; /* control the ribbon shape */
	--t: 20px; /* the top offset */
	
	position: absolute;
	inset: var(--t) calc(-1*var(--f)) auto auto;
	padding: 3px 20px calc(var(--f) + 3px) calc(20px + var(--r));
	clip-path: 
		polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
		calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
		var(--r) calc(50% - var(--f)/2));
	background: #b3b3b3;
	box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
	text-transform: uppercase;
	color: white;
}

div.out-of-stock-text-img {
	position: absolute;
	opacity: 1 !important;
	top: calc(50% - 30px);
	width: 240px;
	height: 60px;
	left: calc(50% - 110px);
	border-radius: 10px;
	background-color: #b3b3b3;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
	padding: 18px 20px;
	z-index:9999;
}

div.woocommerce-variation-add-to-cart {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
div.woocommerce-variation-add-to-cart div.quantity::before {
	content: "Количество";
	font-weight: bold;
	margin-right: 10px;
}
div.single_variation_wrap {
	width: auto;
	flex: 1;
	align-items: center;
	display: flex;
}
table.variations {
	width: auto;
	display: flex;
	flex: 1;
	margin: 0;
}
a.reset_variations {
	display: none !important;
}

form.variations_form.cart {
	display: flex;
	width: 95%;
}

table.variations th.label label {
	padding-right: 20px;
	font-size: 18px;
}
table.variations td.value {
	display: flex;
}
table.variations td.value select {
	line-height: 41px;
	padding: 6px 12px 8px;
	border: 1px solid #efefef;
}

div.woocommerce-variation-add-to-cart div.qib-button-wrapper {
	margin: 0 !important;
}

div.woocommerce-variation-add-to-cart button.single_add_to_cart_button {
	background-color: #ff6600 !important;
	color: white;
	text-transform: uppercase;
	padding-right: 40px !important;
	position: relative;
}

div.woocommerce-variation-add-to-cart button.single_add_to_cart_button:after {
	content: '\f07a';
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	position: absolute;
	top: 30%;
	right: 9px;
}

div.choose-variations {
    position: fixed;
    width: 50%;
    left: 25%;
    top: calc((100% - 300px) / 2);
    height: 300px;
    background: white;
    border-radius: 15px;
    z-index: 101;
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    opacity: 0;
}

div.body-blur {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(100, 100, 100, 0.6);
    z-index: 100;
    display: none;
}

@media (max-width: 1500px) and (min-width: 1000px) {
	div.choose-variations {
		width: 80%;
		left: 10%;
	}
}

@media (max-width: 1000px) {
	div.choose-variations {
		width: 90%;
		left: 5%;
		height: 50%;
		top: 25%;
	}

	form.variations_form.cart {
		flex-wrap: wrap;
	}

	table.variations {
		width: 100%;
		margin: 0;
		justify-content: center;
	}
	div.single_variation_wrap {
		width: 100%;
		margin-top: 20px;
	}
	div.woocommerce-variation-add-to-cart {
		justify-content: space-evenly;
	}
}

img.var-thumb-photo {
	width: 220px;
	height: 220px;
	margin: 40px;
}
div.var-thumb-photo-container {
	border-radius: 50%;
	border: 1px solid #efefef;
	overflow: hidden;
}


img.var-thumb-photo.outofstock {
	opacity: 0.5;
}

div.choose-variations.expanded {
	height: 600px !important;
	top: calc((100% - 600px) / 2) !important;
}

a.choose-close {
	cursor: pointer;
	position: absolute;
	font-size: 24px;
	right: 30px;
	top: 25px;
}

a.add_to_cart_button.outofstock {
	background: none !important;
}

div.woocommerce-variation-availability p.stock {
	display: none !important;
}

div.var-thumb-photo-container div.out-of-stock-text-img {
	left: calc(50% - 118px) !important;
}

@media (max-width: 650px) {
	div.choose-variations {
		width: 95%;
		left: 2.5%;
		height: 75%;
		top: 12.5%;
	}

	div.choose-variations.expanded {
		width: 95% !important;
		left: 2.5% !important;
		height: 75% !important;
		top: 12.5% !important;
	}

	table.variations th.label label, table.variations td.value select {
		font-size: 16px;
	}

	table.variations td.value select {
		line-height: 35px;
	}

	div.var-thumb-photo-container div.out-of-stock-text-img {
		left: calc(50% - 87px) !important;
		width: 180px;
		height: 56px;
		font-size: 20px;
	}

	a.choose-close {
		font-size: 22px;
		right: 20px;
		top: 15px;
	}

	table.variations {
		flex-wrap: wrap;
	}

	table.variations th {
		width: 100%;
		display: block;
		text-align: center;
		padding-bottom: 15px;
	}
	table.variations td {
		width: 100%;
		display: flex;
	}
}

div.woocommerce-variation-price.moved span.price {
	font-size: 36px;
	color: black;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	align-items: center;
}

div.woocommerce-variation-price.moved span.price ins {
	font-style: italic;
	font-weight: 900;
}

a.custom-logo-link img {
	max-width: 120px;
	height: auto;
}

@media (min-width: 540px) {
	section.product-dis-slider-area {
		margin-top: 30px;
	}
}

div.header-top-area, .product-dis-slider-area, footer#colophon {
	padding-left: calc((100% - 1400px) / 2);
	padding-right: calc((100% - 1400px) / 2);
}

@media (max-width: 1450px) {
	div.header-top-area {
		padding-left: 15px;
		padding-right: 15px;
	}
}

body.single-product div.main-content {
	padding: 0 !important;
}

img.single-product-banner-img {
	position: absolute;
	height: 350px;
	top: 0;
	object-fit: cover;
	overflow: visible;
	z-index: -1;
	width: 100vw;
}

div.top-info-container.single-product-area {
	padding-top: 120px;
}

@media (min-width: 2000px) {
	img.single-product-banner-img {
		top: -10vh;
	}
}


@media (min-width: 3000px) {
	img.single-product-banner-img {
		top: -20vh;
	}
}


@media (min-width: 4000px) {
	img.single-product-banner-img {
		top: -30vh;
	}
}

header#masthead div.header-bottom-area {
	display: none;
}

body header#masthead {
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}

body.single-product header#masthead {
	box-shadow: none;
}

.services-area > .heading-container > h3 {
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 32px;
	color: rgba(35,35,35,1);
}

@media (max-width: 540px) {
	.header-top-area .first-part, .header-top-area .card-area {
		flex: 1;
	}
	.header-top-area .card-area {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.header-top-area .header-top-links {
		flex: 2;
		padding: 0;
	}
	.header-top-area .first-part .search-button {
		margin-left: 20px;
	}
}

.header-top-area .card-area .search-button {
	display: none;
}

@media (max-width: 430px) {
	.header-top-area .card-area .search-button {
		display: block;
		margin: 0 15px 0 0;
		position: relative;
		top: -3px;
	}
	.header-top-area .first-part .search-button {
		display: none;
	}
}

@media (min-width: 1000px) {
	.product-dis-slider-area .owl-stage-outer::after, .product-dis-slider-area .owl-stage-outer::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		width: 95px;
		pointer-events: none;
	}
	.product-dis-slider-area .owl-stage-outer::after {
		right: 0;
		background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	}
	.product-dis-slider-area .owl-stage-outer::before {
		left: 0;
		background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
		z-index: 1;
	}
}

.header-top-area .container-fluid .row {
	align-items:center;
}

footer .custom-logo-link img {
	filter: invert(1);
}

.back-overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.7);
	z-index: 2;
	transition: all 0.5s ease;
}
.back-overlay.shown {
	display: block;
}

.row.products-list > .col {
	padding-top: calc(var(--bs-gutter-x)* .5);
	padding-bottom: calc(var(--bs-gutter-x)* .5);
}

.row.products-list > .col > .product {
	padding: calc(var(--bs-gutter-x)* .5);
	box-shadow: 0px 1px 20px 0px #00000024;
	border-radius: 5px;
}

/* Checkout */


.woocommerce-checkout  main p {
	margin: 0;
}

.woocommerce-checkout div.cart-area, .woocommerce-checkout div.line-div {
	display: none !important;
}

.woocommerce-checkout h4 {
	line-height: 1.3;
	margin-bottom: 15px;
	color: #333;
	clear: both;
}

small.includes_tax {
	display: none;
}

body.woocommerce-checkout nav.woocommerce-breadcrumb {
	display: none;
}

body.woocommerce-checkout header.entry-header {
	margin-top: 15px;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	body.woocommerce-checkout header.entry-header {
		display: none;
	}

	div.order-review-wrapper {
		margin-top: 10px !important;
	}
}

body.woocommerce-checkout div.container {
	padding: 0px 10px;
}

body.woocommerce-checkout div.order-review-wrapper {
	padding: 8px 3px 0px 3px;
	background: white;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
}

form.checkout div#order_review tr.bogo-discount {
	background:#F04F50;
	background: linear-gradient(90deg, #F08B50 0%, #F04F50 100%);
	color: white;
}

form.checkout div#order_review tr.bogo-discount th {
	color: white;
}

td.product-image.checkout img {
	width: 100px;
	height: 100px;
	aspect-ratio: 1/1;
	object-fit: cover;
}

td.product-image.checkout {
	width: 105px !important;
	height: 105px;
	min-width: 105px;
	padding: 2.5px !important;
	position: relative;
}

td.product-image.checkout span.percent {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 1px 5px;
	color: white;
	font-size: 12px;
	top: 0px;
	left: 0px;
	border-radius: 5px;
}

h4.final,
h4.invoice,
h4.coupon {
	padding: 0px 15px;
	font-size: 20px;
	font-weight: 400;
}

h4.final {
	margin: 0 0 8px 0 !important;
}

@media (max-width: 768px) {
	h4.final {
		margin: 8px 0 !important;
	}
}

h4.invoice,
h4.coupon {
	margin-top: 5px;
	text-align: center;
	border-bottom: 1px solid #dadada;
}

table.woocommerce-checkout-review-order-table {
	padding: 0 10px;
	border: 0 !important;
	margin-bottom: 12px !important;
}

table.woocommerce-checkout-review-order-table tr.cart_item {
	justify-content: flex-start;
	align-items: center;
	min-height: 105px;
}

table.woocommerce-checkout-review-order-table tr.cart_item td {
	display: flex;
	align-items: center;
}

table.woocommerce-checkout-review-order-table tr.cart_item td.product-name {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	font-size: 15px;
	padding: 0px 10px;
}

table.woocommerce-checkout-review-order-table tr.cart_item td.product-name strong.product-quantity {
	display: flex;
	font-size: 14px;
}

@media (max-width: 768px) {
	td.product-image.checkout img {
		width: 80px;
		height: 80px;
		aspect-ratio: 1/1;
		object-fit: cover;
	}

	td.product-image.checkout {
		width: 85px !important;
		height: 85px;
		min-width: 85px;
		padding: 2.5px !important;
		position: relative;
	}

	table.shop_table.woocommerce-checkout-review-order-table,
	table.shop_table.woocommerce-checkout-review-order-table tbody {
		display: flex;
		flex-direction: column;
	}

	table.shop_table.woocommerce-checkout-review-order-table td.product-total {
		padding: 0 0 0 3px !important;
		font-size: 14px !important;
	}

	table.woocommerce-checkout-review-order-table tr.cart_item td.product-name,
	table.woocommerce-checkout-review-order-table tr.cart_item td.product-name strong.product-quantity {
		font-size: 13px !important;
	}
}

table.woocommerce-checkout-review-order-table tr.cart_item td.product-total {
	font-size: 16px;
	margin: 0 0 0 auto;
}

a.add-one i.fa {
	font-size: 12px;
}

a.add-one.icons:hover {
	color: black;
}

a.add-one.icons {
	margin-left: 10px;
}

a.add-one.button i.fa {
	margin-right: 5px;
}

ul.woocommerce-shipping-methods li label {
	margin-bottom: 0px;
	font-weight: 500;
}

a.add-one.icons i.fa {
	font-size: 15px;
}

a.add-one.button {
	padding: 5px 2px;
	border-radius: 5px;
	line-height: 1;
	margin-top: 5px;
	margin-bottom: 2px;
}

a.add-one.button:hover {
	background-color: #F04F50;
	color: white;
}

tr.shipping td {
	padding: .5rem 0 !important;
}

div.woocommerce-billing-fields,
div.choose-courier-integration,
div.woocommerce-checkout-payment,
div.finish-order,
div.order-notes {
	border-radius: 10px !important;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
	padding: 8px 10px;
	margin-top: 25px !important;
	background-color: #eee !important;
}

div.woocommerce-billing-fields h3,
div.choose-courier-integration h3,
div.woocommerce-checkout-payment h3,
div.finish-order h3,
div.order-notes h3 {
	font-size: 24px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: 400 !important;
}

div.woocommerce-billing-fields h3::after,
div.choose-courier-integration h3::after,
div.woocommerce-checkout-payment h3::after,
div.finish-order h3::after,
div.order-notes h3::after {
	content: '';
	border: 0;
}

span.steps {
	display: inline-block;
	width: 33px;
	height: 33px;
	line-height: 33px;
	border-radius: 50%;
	text-align: center;

	color: white;
	background-color: #2e76bc;

	font-weight: bold;
	box-sizing: border-box;
	margin-right: 10px;
}

div.shipping-types {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: space-between;
	gap: 10px;
}

div.shipping-types>div {
	flex: 1;
	height: 60px;
	box-sizing: border-box;
	padding: 10px;
	background-color: white;
	border-radius: 10px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s ease;
}

div.shipping-types>div:hover {
	cursor: pointer;
}

div.shipping-types>div.selected {
	border: 2px solid rgba(46, 118, 188, 0.7) !important;
}

div.shipping-types>div.selected span::after {
	content: '\f00c';
	margin-left: 15px;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.7);
	font-family: 'Font Awesome 5 Free';
}

div.shipping-types>div.selected i.fa-check {
	margin-left: 15px;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.7);
	font-family: 'Font Awesome 5 Free';
}

@media (max-width: 768px) {
	div.shipping-types:not(.choose-courier) {
		flex-wrap: wrap;
	}

	div.shipping-types:not(.choose-courier)>div {
		flex-basis: 100%;
	}
}

div.shipping-types img.pictogram {
	height: 40px;
	width: 40px;
	object-fit: contain;
	transition: all 0.3s ease;
}

div.shipping-types.choose-courier > div > div.pictogram-holder {
	text-align: center;
}

div.shipping-types.choose-courier img.pictogram {
	height: auto;
	width: 80px;
	object-fit: contain;
	transition: all 0.3s ease;
	margin: 0 auto 0 24px;
}

div.shipping-types>div span {
	font-size: 18px;
	font-weight: 600;
	text-align: right;
	line-height: 1;
}
div.shipping-types>div span small {
	font-weight: 500;
	font-size: 75%;
}

div#econt_custom_checkout_field {
	display: none;
}

div.econt_office_locator_map {
	width: 100% !important;
}

p.form-row.econt_shipping_to {
	display: none;
}

p.econt_shipping_to_office {
	margin-top: 10px;
	margin-bottom: 5px;
}

input.econt_office_locator.button {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	padding: .25rem .5rem;
	text-transform: uppercase;
	color: white;
	border-radius: 10px !important;
}

p#billing_email_field span.woocommerce-input-wrapper {
	display: block !important;
}

div.invoice-consent,
div.coupon-consent {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: center;
}

div.invoice-consent span,
div.coupon-consent span {
	background-color: white;
	transition: all 0.5s ease;
	border: 1px solid #dadada;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 12px;
}

div.invoice-consent span.selected,
div.coupon-consent span.selected {
	background-color: #2e76bc;
	color: white;
}

div.invoice-consent span:not(.selected):hover,
div.coupon-consent span:not(.selected):hover {
	cursor: pointer;
	background-color: rgba(23, 91, 44, 0.3);
}

div.invoice-consent span#invoice-yes,
div.coupon-consent span#coupon-yes {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

div.invoice-consent span#invoice-no,
div.coupon-consent span#coupon-no {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-left: 0;
}

div.woocommerce-privacy-policy-text {
	display: none;
}

span.woocommerce-terms-and-conditions-checkbox-text a {
	color: #2e76bc;
}

div.woocommerce-terms-and-conditions-wrapper>p.form-row.validate-required,
p.form-row.kl_newsletter_checkbox_field,
div.woocommerce-terms-and-conditions-wrapper>p.form-row.validate-required>label {
	margin-bottom: 0 !important;
	font-size: 16px;
}

button#place_order {
	width: 100%;
	background: #2e76bc;
	text-transform: uppercase;
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0;
	border-radius: 10px;
	padding: .75em .1em;
	line-height: 1.714;
	height: auto !important;
	cursor: pointer;
}

form.checkout_coupon p.form-row-first {
	margin-bottom: 5px;
	margin-top: 10px;
}

button.couponbtn {
	width: 100%;
	padding: .25rem .5rem !important;
}

@media (min-width: 768px) {
	div.woocommerce-billing-fields {
		margin-top: 0px !important;
	}

	body.woocommerce-checkout div.top-bar {
		display: none !important;
	}
}

span.validation-error {
	background-color: rgba(199, 30, 30, 0.8);
	display: block;
	width: 100%;
	text-align: center;
	color: white;
	padding: 1px 5px;
	border-radius: 15px;
	margin-top: 4px;
}

.validate-error {
	border: 2px solid rgba(199, 30, 30, 0.8) !important;
}

.woocommerce-terms-and-conditions-wrapper p.validate-required.validate-error {
	border-radius: 15px !important;
	padding: 5px !important;
}

div.woocommerce-terms-and-conditions-wrapper input.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox,
p.kl_newsletter_checkbox_field input#kl_newsletter_checkbox {
	display: none;
}

div.woocommerce-terms-and-conditions-wrapper span.woocommerce-terms-and-conditions-checkbox-text:before,
p.kl_newsletter_checkbox_field label:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 3px;
	top: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #808080;
	border-radius: 5px;
}

p.kl_newsletter_checkbox_field label:before {
	top: 6px;
}
p.kl_newsletter_checkbox_field label.checked:after {
	top: -1px !important;
}

div.woocommerce-terms-and-conditions-wrapper input.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox:checked+span:after,
p.kl_newsletter_checkbox_field label.checked:after {
	content: "\f00c";
	font-family: 'FontAwesome';
	position: absolute;
	left: 4px;
	top: -7px;
	font-size: 17px;
	color: #F04F50;
}

div.woocommerce-terms-and-conditions-wrapper input.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox:checked+span:before,
p.kl_newsletter_checkbox_field label.checked:before {
	border-color: #F04F50 !important;
}

span.woocommerce-terms-and-conditions-checkbox-text,
p.kl_newsletter_checkbox_field label {
	position: relative;
	padding-left: 30px;
	line-height: 2 !important;
	font-size: 16px;
	font-weight: 500 !important;
}

.validate-success,
p#econt_offices_town_field.woocommerce-validated span.select2-container span.selection span.select2-selection,
p#econt_offices_field.woocommerce-validated span.select2-container span.selection span.select2-selection,
p#econt_door_town_field.woocommerce-validated span.select2-container span.selection span.select2-selection,
p#econt_door_street_field.woocommerce-validated span.select2-container span.selection span.select2-selection,
p#econt_door_street_num_field.woocommerce-validated input,
p#econt_door_other_field.woocommerce-validated input,
p#econt_machines_town_field.woocommerce-validated span.select2-container span.selection span.select2-selection,
p#econt_machines_field.woocommerce-validated span.select2-container span.selection span.select2-selection,
p.vat-number-field.woocommerce-validated input,
p.company-name-field.woocommerce-validated input,
p.mol-name-field.woocommerce-validated input,
p.vat-dds-field.woocommerce-validated input,
form.checkout_coupon p.woocommerce-validated input,
p#speedy_site_id_field.woocommerce-validated span.select2-selection,
p#speedy_pickup_office_id_field.woocommerce-validated span.select2-selection,
p#speedy_street_id_field.woocommerce-validated span.select2-selection,
p#speedy_street_no_field.woocommerce-validated input,
p#speedy_address_note_field.woocommerce-validated input,
p#speedy_pickup_apt_id_field.woocommerce-validated span.select2-selection,
p.free-shipping-town.woocommerce-validated input,
p.free-shipping-address.woocommerce-validated input {
	border: 2px solid rgba(46, 118, 188, 0.7) !important;
}
/* Checkout page processing spinner */
.woocommerce-checkout.processing .blockUI.blockOverlay,
body .blockUI.blockOverlay.addedBlockOverlay {
	background: url('/images/loading_cart.gif') center 50% no-repeat, 0% 0% / 16px 16px white !important;
	position: fixed !important;
}

body .blockUI.blockOverlay.addedBlockOverlay {
	background: #ffffff;
	color: #666666;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 5000;
	top: 0;
	left: 0;
	float: left;
	text-align: center;
	opacity: .80;
}

div.woocommerce-form-login-toggle {
	display: none;
}

div.col2-set {
	width: 58.333333% !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

div.col2-set .col-1, div.col2-set .col-2 {
	width: 100% !important;
	float: none !important;
	display: block;
}

.woocommerce-page .woocommerce-checkout #customer_details.col2-set h3 {
	background: none;
	text-align: left;
	font-size: 24px;
	margin: 0 0 10px 0;
	width: auto;
	padding: 0 0 5px 0;
	text-transform: none;
}

form.checkout.woocommerce-checkout {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-bottom: 20px;
}

form.checkout div.woocommerce-NoticeGroup {
	flex-basis: 100%;
	margin-bottom: 20px;
}

body.woocommerce-checkout div.order-review-wrapper {
	width: 39%;
	margin-left: 1.666667%;
	border-radius: 10px;
}

@media (max-width: 768px) {
	body.woocommerce-checkout div.order-review-wrapper {
		width: 98% !important;
		padding: 0 !important;
		margin: 10px 1% 0 !important;
	}

	body.woocommerce-checkout div.col2-set {
		width: 98% !important;
		padding: 0 !important;
		margin: 0 1% !important;
	}

	form.checkout.woocommerce-checkout {
		flex-wrap: wrap;
	}
}

@media (min-width: 769px) {
	body.woocommerce-checkout div.order-review-wrapper {
		order: 1;
	}
}

.woocommerce-checkout h3 {
	border-bottom: 1px solid #dadada;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999999 !important;
	overflow: hidden;
}

p#billing_country_field,
p#billing_address_1_field,
p#billing_city_field {
	display: none !important;
}

.blurred {
	opacity: 0.6 !important;
}

label[for="payment_method_econt_payment"] img {
	width: 120px !important;
	height: auto;
	margin: -10px 0 0 0.5em !important;
}

ul.payment_methods li label,
form.checkout label {
	font-weight: bold;
}

ul.payment_methods {
	border: 0 !important;
	padding-bottom: 0 !important;
}

form.checkout input[type="text"],
form.checkout input[type="email"],
form.checkout input[type="tel"],
form.checkout textarea {
	border-radius: 10px;
}

form.checkout input[type="tel"] {
	padding: 2px 6px;
}

li.wc_payment_method input[type="radio"] {
	width: 20px;
	height: 20px;
	top: 3px;
	position: relative;
}

div.shipping-types.econt {
	margin-bottom: 10px !important;
}

.choose-courier-integration .select2-container--default .select2-selection--single {
	border-radius: 10px !important;
	height: 36px !important;
	overflow: hidden !important;
}

.choose-courier-integration .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px !important;
	right: 5px !important;
}

p#econt_door_other_field label {
	line-height: 1.2;
	margin-bottom: 3px;
}

div.shipping-types.choose-courier>div {
	justify-content: center;
}

div.shipping-types.speedy {
	display: none;
}

p#speedy_shipping_to_field,
p#speedy_destination_services_id_field {
	display: none !important;
}

table.woocommerce-checkout-review-order-table tbody>tr,
table.woocommerce-checkout-review-order-table tfoot>tr {
	display: flex;
	width: 100%;
	border-top: 1px solid #ddd;
	justify-content: space-between;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.shipping th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.fee th {
	border: 0 !important;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.shipping th {
	display: flex;
	flex-direction: column;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td {
	flex: 0 0 100%;
	max-width: 100%;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td {
	text-align: center;
}


.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals {
	flex-wrap: wrap;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total th {
	border: 0 !important;
	background: white !important;
}

form.checkout_coupon {
	border: 0 !important;
	margin: 0;
	padding: 20px;
	border-radius: 0;
}

form.checkout_coupon p.form-row {
	width: 100% !important;
}

form.checkout_coupon p.form-row button.couponbtn {
	border-radius: 10px !important;
	background: #2e76bc;
	color: white;
	cursor: pointer;
	font-weight: 600;
	height: 36px;
	line-height: 25px;
	transition: background .5s ease;
}

@media (max-width: 768px) {
	p#speedy_street_id_field,
	p#speedy_street_no_field,
	p#econt_door_street_field,
	p#econt_door_street_num_field {
		width: 100% !important;
		margin: 0 !important;
	}
}

h3#order_review_heading {
	text-align: center !important;
	padding: 10px 0 !important;
	font-size: 14px;
	margin: 0;
	width: 100%;
	text-transform: uppercase;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
}

.woocommerce-page .woocommerce-checkout #customer_details.col2-set #order_comments_field textarea {
	background: #f6f6f6;
    padding: 10px;
	box-sizing: border-box;
    width: 100%;
	line-height: 1.5;
    display: block;
    box-shadow: none;
	height: 85px !important;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	text-align: left;
	padding: 1em;
	border-bottom: 1px solid #cfc8d8;
	margin: 0;
	list-style: none outside;
}

.woocommerce ul#shipping_method {
	list-style: none outside;
    margin: 0;
    padding: 0;
}

.woocommerce ul#shipping_method li {
	margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside;
}

.woocommerce ul#shipping_method li input {
	margin: 5px .4375em 0 0;
    vertical-align: top;
}

p#billing_company_field {
	display: none;
}

.woocommerce form .form-row {
	padding: 3px;
	margin: 0 0 6px;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
	clear: both;
}

.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
	content: " ";
	display: table;
}

.woocommerce form .form-row label {
	line-height: 2;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	display: block;
}

.checkout .woocommerce-Price-amount {
	font-weight: bold;
}

.woocommerce-checkout .entry-header {
	display: none;
}

.woocommerce .woocommerce-terms-and-conditions, .woocommerce-page .woocommerce-terms-and-conditions {
	margin-bottom: 1.618em;
    padding: 1.618em;
	border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05);
}

.checkout input[type="text"],
.checkout input[type="email"],
.checkout input[type="tel"],
.checkout input[type="url"],
.checkout input[type="password"] {
	padding: 3px 6px;
	height: 36px;
}

.checkout .choose-courier p.delivery-price-from {
	font-size: 70% !important;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
	margin: 0 1em 0 0;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dcd7e3;
    color: #515151;
}

.woocommerce-checkout #payment div.payment_box {
	background: #f9f9f9;
    border-radius: 0;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	content: "";
    display: block;
    border: 1em solid #dcd7e3;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.woocommerce-checkout #payment div.payment_box:before {
	border-bottom-color: #f9f9f9;
}

p#billing_email_field span.woocommerce-input-wrapper,
p#billing_first_name_field {
	width: 100% !important;
}

.woocommerce table.shop_table tr th {
	padding: 7px 12px;
	color: #454545;
	font-size: 14px;
}

.woocommerce table.shop_table td {
	padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
	font-size: 14px;
}

div.after-shipping-details {
	background: rgba(255, 255, 255, 0.6);
	display: none;
	border-radius: 10px;
}

div.after-shipping-details table.shop_table {
	margin: 0;
}

div.after-shipping-details table.shop_table tr {
	display: flex;
	justify-content: space-between;
}

div.after-shipping-details table.shop_table tr.shipping {
	flex-wrap: wrap;
}

div.after-shipping-details table.shop_table tr.shipping th {
	flex-basis: 100%;
	font-size: 16px;
}

div.after-shipping-details table.shop_table tr.shipping td ul {
	margin-left: 10px !important;
	font-size: 14px;
}

div.after-shipping-details table.shop_table tr,
div.after-shipping-details table.shop_table td,
div.after-shipping-details table.shop_table th {
	border: 0;
	background: transparent;
}

div.after-shipping-details table.shop_table tr.order-total {
	font-size: 14px;
}

@media (max-width: 768px) {
	.woocommerce-checkout .entry-content {
		margin: 0.75em 0 0;
	}
	.woocommerce-checkout .entry-content form.checkout {
		width: 100%;
		padding: 0 2%;
		margin: 0 0 25px 0;
	}
}

a.added_to_cart.wc-forward {
	display: none !important;
}

span.price .regular-price::before, .lowest-variation-price .regular-price::before {
	content: "ПЦД: ";
	color: #5B5B5B;
	font-size: 12px;
}
.single-product-page .price del span.woocommerce-Price-amount::before, .single-product-page .price-regular span.woocommerce-Price-amount::before {
	content: "ПЦД: ";
	color: #404040;
	font-size: 16px;
	top: 3px;
	right: 1px;
	position: relative;
}
.single-product-page .price del, .single-product-page .price-container .price-regular .woocommerce-Price-amount, .single-product-page .price del .woocommerce-Price-amount bdi,
.single-product-page .price del .woocommerce-Price-amount {
    color: #404040;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.woofc-area .woofc-suggested-product-price .price-regular span.woocommerce-Price-amount::before, .woofc-area .woofc-suggested-product-price del span.woocommerce-Price-amount::before {
    content: "ПЦД: ";
    color: black;
    font-size: 12px;
}
.wishlist_table .price-regular::before, .wishlist_table del .woocommerce-Price-amount::before {
	content: "ПЦД: ";
	color: #5B5B5B;
	font-size: 10px;
}
.dgwt-wcas-sp .price-container .price-regular:before {
	content: "ПЦД: ";
	margin-right: 5px;
	font-size: 80%;
}

span.price .regular-price .tooltip-text, .lowest-variation-price .regular-price .tooltip-text {
    bottom: 115%;
    left: 93%;
}
.tooltip-text {
    display: none;
    width: 200px;
    font-size: 12px;
    line-height: 1.2;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 96%;
    left: 55.5%;
    transform: translateX(-50%);
}
span.price .regular-price::after, .lowest-variation-price .regular-price::after {
    font-size: 15px;
    bottom: 0px;
}
.single-product-page .price del span.woocommerce-Price-amount::after, .single-product-page .price-regular span.woocommerce-Price-amount::after, span.price .regular-price::after, .lowest-variation-price .regular-price::after {
    content: '\f05a';
    font-family: 'font awesome 5 free';
    font-weight: 900;
    margin-left: 5px;
    color: #F04F50;
    position: relative;
    bottom: 1px;
    cursor: pointer;
    font-size: 15px;
}

.single-product-area .price, .single-product-area .lowest-variation-price {
    display: flex;
    flex-direction: column;
	align-items: center;
	gap: 2px;
}

.single-product-area .price span.regular-price, .single-product-area .lowest-variation-price span.regular-price {
	color: #5B5B5B;
    font-size: 14px;
	position: relative;
}

.single-product-page .price del bdi:hover .tooltip-text, span.price .regular-price:hover .tooltip-text, .lowest-variation-price .regular-price:hover .tooltip-text, .single-product-page .price-regular:hover .tooltip-text {
    display: block;
}

.single-product-area .price span.sale-price, .single-product-area .lowest-variation-price span.sale-price, .single-product-area .only-regular-price {
	color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
}
.single-product-area .lowest-variation-price span.sale-price .from-price {
    font-size: large;
    color: #000;
    font-weight: 700;
    line-height: 30%;
	margin-right: 5px;
}

.single-product-area .price {
	position: relative;
}
.single-product-area .price .woocommerce-Price-amount.amount {
	display: flex;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: flex;
	flex-direction: column;
	flex: 1;
	align-items: center;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.price, a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.lowest-variation-price {
	margin-top: auto;
	margin-bottom: 15px;
}

.product-variable .woocommerce-notices-wrapper {
	display: none;
}

.product-remove a span.remove-text {
	display: none;
}

.product-remove a svg {
	width: 24px;
	height: 24px;
	position: relative;
	top: -2px;
}

.woocommerce a.remove:hover {
    color: var(--wc-red) !important;
    background: transparent;
}

.product-quantity-and-price > .flex > button.add-ins-button, .product-quantity > button.add-ins-button {
	background-color: black;
	border-radius: 20px;
	color: #fff;
	padding: 1px 20px;
	height: 35px;
}

.product-quantity-and-price > .flex {
	gap: 20px;
	align-items: center;
}

.flex.price-display {
	flex-direction: column;
	align-items: flex-end;
}

.cart del {
	color: #5B5B5B;
	font-size: 90%;
	line-height: 0.9;
}
.cart ins, .cart td.product-price bdi {
	color: black;
	font-weight: 700;
	font-size: 110%;
}
.cart td.product-price bdi {
	font-size: 120%;
}

@media (max-width: 768px) {
	.product-remove a span.remove-text {
		display: block;
	}
}

.flex {
	display: flex;
}

.only-mobile {
	display: none;
}
@media (max-width: 768px) {
	td.only-mobile {
		display: block !important;
	}
	td.only-desktop {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.cart .upsell .product-name:before {
		content: attr(data-title) ": ";
        font-weight: 700;
		display: block;
		width: 100%;
	}
}

@media (max-width: 768px) {
	td.product-remove a.remove {
		width: 100% !important;
		display: flex !important;
		height: auto !important;
		margin: 0 !important;
		align-items: center;
		justify-content: center;
		gap: 8px;
		font-size: 18px;
	}
	td.product-remove a.remove svg {
		width: 20px;
		height: 20px;
	}

	
	.cart .upsell .product-name {
		display: flex;
		flex-direction: column;
		font-weight: 500 !important;
	}
	.cart .upsell .product-name p {
		margin: 0;
	}
	.cart .upsell .product-quantity::before {
		display: none;
	}

	.cart .product-quantity > button.add-ins-button {
		width: 60%;
		margin: 0 20%;
	}

	.cart .upsell .product-price del bdi {
		font-weight: 400 !important;
		color: #5B5B5B !important;
		font-size: 100% !important;
	}
}

.woocommerce-cart .cart_totals tr.shipping, .woocommerce-cart .cart_totals tr.fee, .woocommerce-cart .cart_totals tr.order-total {
	display: none !important;
}

.woocommerce-order-received .final-table {
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 10px;
}

.woocommerce-order-received .final-table > h3, .woocommerce-order-received .final-table .econt-table tr, .woocommerce-order-received .final-table .speedy-table, .woocommerce-order-received .final-table .speedy-table tr {
	border: 0 !important;
}

.woocommerce-order-received .final-table .speedy-table thead, .woocommerce-order-received .final-table .speedy-table tbody tr:first-of-type {
	display: none;
}

.woocommerce-order-received .final-table .speedy-table tr td {
	text-align: left;
}

.woocommerce-order-received .final-table + p {
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 15px !important;
	margin: 15px 0 0 0;
}

.xlwcty_wrap .xlwcty_Box {
	margin-bottom: 15px !important;
}

.xlwcty_Box.xlwcty_order_details_2_col {
	border: 1px solid #ccc !important;
	padding: 10px !important;
	border-radius: 20px !important;
	margin: 0px 15px 30px 15px !important;
}

.xlwcty_Box.xlwcty_order_details_2_col table {
	margin: 0 !important;
}

/* Confirm order page */

.page-template-confirm-order div.page-header.clearfix {
	display: none !important;
}

.page-template-confirm-order h1 {
	font-size: 30px !important;
}

.page-template-confirm-order h1,
.page-template-confirm-order h2,
.page-template-confirm-order h3 {
	text-align: center;
	width: 100%;
}

.page-template-confirm-order div.order-review-wrapper {
	padding: 8px 3px 0px 3px;
	background: white;
}

.page-template-confirm-order td.product-image.checkout img {
	width: 100px;
	height: 100px;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.page-template-confirm-order td.product-image.checkout span.percent {
	position: absolute;
	background-color: #00A9E0;
	padding: 1px 5px;
	color: white;
	font-size: 12px;
	top: 0px;
	left: 0px;
	border-radius: 5px;
}

.page-template-confirm-order table.confirm-order {
	padding: 0 10px;
	display: flex;
	flex-flow: column nowrap;
}

.page-template-confirm-order table.confirm-order tr.cart_item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 105px;
}

.page-template-confirm-order table.confirm-order tr.cart_item td {
	display: flex;
	align-items: center;
}

.page-template-confirm-order table.confirm-order tr.cart_item td.product-name {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	font-size: 15px;
	padding: 0px 10px;
}

.page-template-confirm-order table.confirm-order tr.cart_item td.product-name strong.product-quantity {
	display: flex;
	font-size: 14px;
}

.page-template-confirm-order table.confirm-order tr.cart_item td.product-total {
	font-size: 16px;
	margin: 0 0 0 auto;
}

.page-template-confirm-order table.confirm-order tr.cart_item th,
.page-template-confirm-order table.confirm-order tr.cart_item td,
.page-template-confirm-order table.confirm-order {
	border: 0 !important;
}

.page-template-confirm-order table.confirm-order tfoot tr th,
.page-template-confirm-order table.confirm-order tfoot tr td {
	background: white !important;
	border: 0 !important;
}

.page-template-confirm-order table.confirm-order tfoot tr {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
}

.page-template-confirm-order table.confirm-order tbody tr.cart_item,
.page-template-confirm-order table.confirm-order tfoot tr {
	border-top: 1px solid #999 !important;
}

.page-template-confirm-order table.confirm-order tr.cart_item:first-of-type {
	border-top: 0 !important;
}

.page-template-confirm-order table.confirm-order.address-details {
	display: table !important;
	padding: 10px !important;
	margin: 0 !important;
}

.page-template-confirm-order div.order-review-wrapper.address-details {
	padding: 3px !important;
}

.page-template-confirm-order div.order-review-wrapper {
	box-shadow: 0 4px 10px 0 black !important;
	border-radius: 10px !important;
}

.page-template-confirm-order table.address-details tr:first-of-type {
	border-top: 0 !important;
}

.page-template-confirm-order table.address-details th {
	text-align: left !important;
}

.page-template-confirm-order table.address-details td {
	text-align: right !important;
}

.page-template-confirm-order table.confirm-order tr.cart_item td.product-name,
.page-template-confirm-order table.confirm-order tr.cart_item td.product-total {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	font-size: 15px;
	padding: 0px 10px !important;
}

.page-template-confirm-order table.confirm-order tr.cart_item td.product-total {
	align-items: stretch;
}

.page-template-confirm-order .elementor-button {
	width: 100%;
	padding: 15px;
	font-family: "Roboto", Sans-serif;
	font-weight: 500;
	fill: #FFFFFF;
	color: #FFFFFF;
	border: 2px solid;
	border-radius: 5px;
	box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 50%);
	font-size: 18px;
	text-decoration: none;
	transition-duration: .3s;
	transition-property: transform;
	display: inline-block;
	line-height: 1;
	text-align: center;
	transition: all .3s;
	box-sizing: border-box;
	margin: 40px 0 0 0;
}

.page-template-confirm-order #order-confirm-button {
	background-color: #175b2c;
	border-color: #175b2c;
}

.page-template-confirm-order #correct-order-button {
	background-color: #C5A51E;
	border-color: #C5A51E;
	margin-top: 25px;
	margin-bottom: 20px;
}

.page-template-confirm-order .elementor-button:hover {
	transform: scale(1.04);
	color: white;
}

.page-template-confirm-order .elementor-button-content-wrapper {
	display: flex;
	justify-content: center;
}

.page-template-confirm-order .elementor-button-icon {
	margin-left: 20px;
	order: 15;
	flex-grow: 0;
	margin-top: -3px;
}

.page-template-confirm-order section#thank-you-section,
.page-template-confirm-order section#correction-section {
	display: flex;
	flex-flow: column nowrap;
	margin: 20px 0;
	align-items: center;
}

.page-template-confirm-order .section-text h2 {
	font-weight: 600;
	text-shadow: 0px 0px 10px rgb(0, 0, 0, 0.1);
}

.page-template-confirm-order .section-text h3 {
	font-weight: 600;
}

.page-template-confirm-order section#thank-you-section,
.page-template-confirm-order section#correction-section {
	display: none;
}

.page-template-confirm-order #loading-icon {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999;
	background: url("/images/loading.gif") no-repeat center center rgba(255, 255, 255, 0.7);
	visibility: hidden;
}

.post-27372 header.entry-header {
	display: none;
}
.post-27372 ul, .post-27380 ul {
	list-style-type: disc !important;
	margin: 1em 0 1em 2em !important;
}
.post-27372 a, .post-27372 a:hover, .post-27372 a:visited, .post-27372 a:active, .post-27372 a:focus,
.home .about-mar a, .home .about-mar a:hover, .home .about-mar a:visited, .home .about-mar a:active, .home .about-mar a:focus,
.post-27380 a, .post-27380 a:hover, .post-27380 a:visited, .post-27380 a:active, .post-27380 a:focus {
	text-decoration: none;
	color: #2e76bc;
}
.home .about-mar p, .post-27372 p, .post-27380 p {
	text-align: justify;
}
.home .about-mar p.has-text-align-right {
	text-align: right;
}
.post-27372 h1, .post-27372 h2, .post-27372 h3, .post-27372 h4, .post-27372 h5, .post-27372 h6 {
	margin-bottom: 1rem;
}

/* econt temporary warning */
strong.address-warning {
	display: none;
}

@media (max-width: 768px) {
	strong.address-warning {
		font-size: 70% !important;
	}
}