 /* =CSS Reset
--------------------------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;
}
/* Tell the browser to render HTML 5 elements as block */  
header, footer, aside, nav, article, section, figure, hgroup { display: block; }  

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
   img,object,embed {max-width: 100%;}

   /* force a vertical scrollbar to prevent a jumpy page */

/* we use a lot of ULs that aren't bulleted. 
don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

/* Accessible focus treatment people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active, a:focus {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable, label, input[type=button], input[type=submit], button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}

/* Micro Clearfix Hack */
.cf:before, .cf:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.cf:after { clear: both; }  
.cf { zoom: 1; }  

img {
	image-rendering: -webkit-optimize-contrast;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: star;
    src: url('../fonts/star.eot');
    src: url('../fonts/star.eot?#iefix') format('embedded-opentype'),
        url('../fonts/star.woff') format('woff'),
        url('../fonts/star.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Montserrat', sans-serif;
}

input, textarea, select, button, input[type="submit"] {
    font-family: 'Montserrat', sans-serif !important;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* End CSS Reset
--------------------------------------------------------------------------------------------------*/

/* Start images change CSS
--------------------------------------------------------------------------------------------------*/
.home-slider-placeholder {
	position: relative;
}

.home-slider {
	display: none;
}

/*.home-slider-placeholder:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../img/homepage/slider/desktop/Mobonline-Window-Design_Homepage-Carousell-1920x540px7-scaled.jpg.webp') no-repeat center center; 
	background-size: contain;
}*/

.home-slider .slick-slide a,
.category-column a figure {
	display: block;
	position: relative;
}

.home-slider .slick-slide a:after,
.category-column a figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: contain !important;
}

.promo-products .promo-products-list {
	display: none;
}

.promo-products .promo-products-list.slick-initialized {
	display: block;
}

.thumbnail-container {
	display: none;
}

.thumbnail-container.slick-initialized {
	display: block;
}


/* Slider images  */
/*.home-slider .slide-1 a:after {
	background: url('../img/homepage/slider/desktop/Mobonline-Window-Design_Homepage-Carousell-1920x540px7-scaled.jpg.webp') no-repeat center center;
}

.home-slider .slide-2 a:after {
	background: url('../img/homepage/slider/desktop/Mobonline-Window-Design_Homepage-Carousell-1920x540px6-scaled.jpg.webp') no-repeat center center;
}*/
/* End Slider images  */

/* Category images  */
.categories-column-container .category-column:first-child a figure:after {
	background: url('../img/homepage/categories/cat-saltele-1.jpg.webp') no-repeat center center;
}

.categories-column-container .category-column:nth-child(2) a figure:after {
	background: url('../img/homepage/categories/cat-toppere.jpg.webp') no-repeat center center;
}

.categories-column-container .category-column:nth-child(3) a figure:after {
	background: url('../img/homepage/categories/cat-best-deal.jpg.webp') no-repeat center center;
}

.categories-column-container .category-column:nth-child(4) a figure:after {
	background: url('../img/homepage/categories/cat-pilote.jpg.webp') no-repeat center center;
}

.categories-column-container .category-column:nth-child(5) a figure:after {
	background: url('../img/homepage/categories/cat-canapele.webp') no-repeat center center;
}

.categories-column-container .category-column:nth-child(6) a figure:after {
	background: url('../img/homepage/categories/cat-paturi-1.webp') no-repeat center center;
}

.categories-column-container .category-column:nth-child(7) a figure:after {
	background: url('../img/homepage/categories/cat-perne.webp') no-repeat center center;
}

.categories-column-container .category-column:nth-child(8) a figure:after {
	background: url('../img/homepage/categories/cat-super-sale-50.webp') no-repeat center center;
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

.woocommerce .star-rating::before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.woocommerce .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}
/* End category images  */

/* End images change CSS
--------------------------------------------------------------------------------------------------*/

/* Start Basic CSS
--------------------------------------------------------------------------------------------------*/
input,
textarea,
button,
select,
a,
span,
div {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	color: #000;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

html.canvas-opened {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow-y: scroll;
}

.wrapper {
	position: relative;
	max-width: 1920px;
	width: 100%;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}

select, input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance:textfield;
}

.btn {
	display: inline-block;
	outline: none;
	text-decoration: none;
}

.green-btn {
	width: 100%;
	height: 40px;
    margin-top: 30px;
	border: 0px;
	background: #00D0B0;
	color: #fff;
	line-height: 40px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.green-btn:hover {
	background: #000;
}

.black-btn {
	width: 100%;
	height: 40px;
    margin-top: 30px;
	border: 0px;
	background: #000;
	color: #fff;
	line-height: 40px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.black-btn:hover {
	background: #00D0B0;
}

.green-bordered-btn {
	min-width: 280px;
	padding: 0px;
	height: 40px;
	border: 1px solid #00D0B0;
	color: #000;
	line-height: 38px;
	text-align: center;
	background: none;
	outline: none;
	font-weight: 600;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.red-border-btn {
	min-width: 280px;
	height: 40px;
	border: 0px;
	border: 1px solid #F30080;
	color: #000;
	line-height: 38px;
	text-align: center;
	background: none;
	outline: none;
	font-weight: 600;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.green-bordered-btn:hover,
.red-border-btn:hover  {
	border-color: #000;
}

.transparent-btn {
    width: 100%;
    height: 40px;
    margin-top: 30px;
    border: 0px;
    background: rgba(255,255,255, .3);
    color: #666;
    line-height: 40px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/* Customized default radio
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
[type="radio"]:not(:checked),
[type="radio"]:checked {
	position: absolute;
	left: -9999px;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
	display: inline-block;
	position: relative;
	margin: 0px 0px;
	padding: 0px 0px 0px 30px !important;
	cursor: pointer;
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
}

[type="radio"]:not(:checked) + label {
	color: #444;
}

[type="radio"]:checked + label {
	color: #000;
}

/* checkbox aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 3px;
	position: absolute;
	top: 7px;
	left: 7px;
	background: #000;
	display: inline-block;
}

/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

[type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

/* disabled checkbox */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

[type="radio"]:disabled:checked + label:after {
	color: #999;
}

[type="radio"]:disabled + label {
	color: #aaa;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/* Customized default checkbox
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
[type="checkbox"]:not(:checked):not([class^=Cybot]),
[type="checkbox"]:checked:not([class^=Cybot]) {
	position: absolute;
	left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
	position: relative;
	margin: 0px 0px;
	padding: 0px 0px 0px 30px !important;
	cursor: pointer;
	font-size: 12px;
	line-height: 20px;
}

[type="checkbox"]:not(:checked) + label {
	color: #444;
}

[type="checkbox"]:checked + label {
	color: #000 !important;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
	content: '' !important;
	position: absolute;
	left: 0;
	top: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #DDDDDD;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content: "\f00c" !important;
	opacity: 1;
	padding: 5px 0px;
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	background: #00D0B0;
	text-align: center;
	font-size: 10px !important;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: normal normal normal 14px/1 FontAwesome;
	color: #fff;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}

[type="checkbox"]:disabled + label {
	color: #aaa;
}

.form-row.woocommerce-mailchimp-opt-in {
	padding: 0px !important;
}

.woocommerce-mailchimp-opt-in label.checkbox {
	display: block !important;
	position: relative;
	margin: 0px 0px;
	padding: 0px 0px 0px 30px;
	cursor: pointer;
	font-size: 12px;
	line-height: 20px !important;
}

.woocommerce-mailchimp-opt-in label:before {
    content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #DDDDDD;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

.woocommerce-mailchimp-opt-in label:after {
   content: "\f00c";
	opacity: 1;
	padding: 5px 0px;
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	background: #00D0B0;
	text-align: center;
	font-size: 10px !important;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: normal normal normal 14px/1 FontAwesome;
	color: #fff;
	opacity: 0;
    visibility: hidden;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.woocommerce-mailchimp-opt-in label.active:after {
	opacity: 1;
    visibility: visible;
}

/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .1s linear 0.1s;
    -moz-transition: opacity .1s linear 0.1s;
    transition: opacity .1s linear 0.1s;
    opacity: 1;
}
/* End Basic CSS
--------------------------------------------------------------------------------------------------*/

/* Start header CSS
--------------------------------------------------------------------------------------------------*/
#header {
	z-index: 9999;
	background: #ffffff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.header-top {
	position: relative;
	padding: 15px 0px;
}

.scrolled .header-top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	z-index: 9989;
}

.header-top .menu-toggle {
	display: none;
	margin-right: 20px;
}

.scrolled .header-top .menu-toggle {
	display: block;
}

.scrolled .logo-img {
	margin-top: 2px;
}

.scrolled .h-action {
    margin: 8px 0px 8px 30px;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.logo-img {
	float: left;
	font-size: 0px;
	line-height: 0px;
}

.logo-img a {
	display: block;
}

.logo-img img {
	display: block;
}

.menu-toggle{
	display: none;
	position: relative;
	float: left;
	flex:0 0 auto;
	width:30px;
	height:34px;
	cursor:pointer;
	background: #00d0b0;
	position:relative;
}

.hamburger,.cross{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.hamburger span{
	display:block;
	width:18px;
	height:3px;
	margin-bottom:3px;
	overflow:hidden;
	position:relative;
}
.hamburger span:last-child{
	margin:0;
}
.hamburger span:before,.hamburger span:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background-color:#fff;
	transform:translateX(-200%);
	transition:transform ease 300ms;
}
.hamburger span:after{
	transform:translateX(0);
}
.hamburger span:nth-child(2):before,.hamburger span:nth-child(2):after{
	transition-delay:75ms;
}
.hamburger span:last-child:before,.hamburger span:last-child:after{
	transition-delay:150ms;
}
.menu-toggle:hover .hamburger span:before{
	transform:translateX(0);
}
.menu-toggle:hover .hamburger span:after{
	transform:translateX(200%);
}

.menu-text {
	display: inline-block;
	margin-left: 40px;
	line-height: 34px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	vertical-align: top;
}

/*.navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: auto;
	z-index: 9990;
	background: rgba(0, 0, 0, .15);
	display: none;
}

.navbar .navbar-outer {
	position: fixed;
	width: 340px;
	top: 0;
	left: 0;
	height: 100%;
	background: #fff;
	z-index: 2;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	overflow: auto;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.navbar.opened .navbar-outer {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}*/

/*.navbar .navbar-inner {
	padding: 0px 30px;
	width: 100%;
	float: right;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}*/

.navbar .navbar-inner {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*.navbar .navbar-inner > ul > li {
	position: relative;
	padding-left: 5px;
	border-bottom: 1px solid #DDDDDD;
}*/


.navbar .navbar-inner > ul > li {
	display: inline-block;
	position: relative;
	margin: 0px 15px;
}

/*.navbar .navbar-inner > ul > li > a {
	position: relative;
	display: block;
	line-height: 40px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: #000;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}*/

.navbar .navbar-inner > ul > li > a {
	position: relative;
	display: block;
	line-height: 40px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.navbar .navbar-inner > ul > li > a:hover {
	color: #f8f8f8;
}

.navbar .navbar-inner > ul > li > a > img {
	display: none !important;
}

.navbar .navbar-inner > ul > li > a > span {
	display: inline-block !important;
	vertical-align: middle;
	padding: 0px !important;
}

.navbar .navbar-inner > ul > li.menu-item-has-children > a:after {
	content: '';
    position: absolute;
    right: 2px;
    top:12px;
    width: 10px;
    cursor: pointer;
    height: 16px;
    background: url('../img/bgi/arrow-down-white.svg') no-repeat center center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: contain;
}

.navbar .navbar-inner > ul > li.menu-item-has-children.active > span {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.navbar .navbar-inner > ul > li.menu-item-has-children > span:hover {
	opacity: 1;
}

.navbar .navbar-inner > ul > li li a:hover {
	text-decoration: underline;
}

/*.navbar .navbar-inner > ul > li ul {
	display: none;
	padding: 0px 0px 10px 40px;
}*/

.navbar .navbar-inner > ul > li ul {
	display: none;
	z-index: 2;
	position: absolute;
	text-align: left;
    padding: 10px 20px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 10px 0px 20px 0px;
    top: 40px;
    width: 200px;
    box-sizing: border-box;
}

.navbar .navbar-inner > ul > li ul li a {
	display: block;
	color: #000;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
}

.close-canvas-menu {
	display: none !important;
}

.login-popup-wrapper,
.minicart-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .15);
	z-index: 9999;
	display: none;
}

.login-popup-container,
.cart-inner {
	position: fixed;
	overflow: auto;
	width: 440px;
	top: 0;
	bottom: 0px;
	right: 0;
	padding: 20px;
	background: #fff;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cart-inner {
	width: 480px;
}

.opened .cart-inner {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.opened .login-popup-container {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.login-enter,
.minicart-enter {
	padding: 20px;
}

.close-canvas-menu {
	margin: 20px 0px;
}

.close-login,
.close-cart,
.close-canvas-menu,
.close-filter {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

.close-login, .close-cart, .close-canvas-menu, .close-filter {
	float: right;
}

.widget_shopping_cart_content {
	float: left;
	width: 100%;
}

.login-enter {
	float: left;
	width: 100%;
}

#menu-main-cat-menu {
	width: 100%;
	text-align: center;
}

.empty-minicart ul {
	display: none;
}

.woocommerce-checkout .default-checkout-container #payment div.payment_box {
    background-color: #f8f8f8;
    color: #000;
    font-size: 12px;
}

.woocommerce-checkout .default-checkout-container #payment div.payment_box::before {
    border: 1em solid #f8f8f8;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce a.added_to_cart {
	display: none !important;
}

.close-login:after,
.close-cart:after,
.close-canvas-menu:after,
.close-filter:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: url('../img/bgi/close-black.svg') no-repeat center right;
}

.login-title {
	display: block;
	position: relative;
	border: 0px;
	background-color: transparent;
	color: #000;
	font-weight: 600;
	padding: 0px 0px 15px 20px;
    line-height: 20px;
	font-size: 18px;
	margin: 0px 0px 10px;
	border-bottom: 1px solid #ddd;
}

.login-title:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(../img/bgi/account-black.svg) no-repeat center left;
}

.woocommerce form.login.default-login {
	padding: 0px;
	border: 0px;
	margin: 25px 0px 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce form.login.default-login label {
	display: block;
	font-size: 12px;
	color: #444;
	line-height: 20px;
	font-weight: 500;
}

.login-action-inner .remember-me {
	float: left;
}

.login-action-inner .lost_password a {
	float: right;
	font-size: 12px;
	color: #444;
	line-height: 20px;
}

.woocommerce form.login.default-login p input[type="text"],
.woocommerce form.login.default-login p input[type="password"],
.woocommerce form.login.default-login p input[type="email"] {
	display: block;
	padding: 0px 15px;
	height: 40px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #dddddd;
	box-shadow: inset 0px 0px 0px 1px #dddddd;
	font-size: 14px;
	color: #000;
	border: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.woocommerce form.login.default-login p input[type="text"]:focus,
.woocommerce form.login.default-login p input[type="password"]:focus,
.woocommerce form.login.default-login p input[type="email"]:focus {
	-webkit-box-shadow: inset 0px 0px 0px 1px #000;
	box-shadow: inset 0px 0px 0px 1px #000;
}

.woocommerce form.login.default-login button,
.woocommerce form.login.default-login .green-bordered-btn {
	width: 100%;
	margin-top: 20px;
}

.required-fields-text {
	margin-bottom: 20px;
	text-align: center;
	font-size: 12px;
	color: #999;
}

.minicart-header p {
	font-size: 12px;
	color: #999;
}

.skip-links {
	float: right;
}

.h-action {
	float: left;
	position: relative;
    margin: 0px 0px 0px 30px;
	cursor: pointer;
	color: #999;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.h-action span {
	display: inline-block;
	margin-left: 10px; 
}

.minicart-enter {
	padding-top: 0px;
}

.minicart-header-inner {
	margin: 0px 0px 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DDDDDD;
}

.minicart-title {
	float: left;
	display: block;
	position: relative;
	border: 0px;
	line-height: 20px;
	font-size: 18px;
	background-color: transparent;
	color: #000;
	font-weight: 600;
	padding: 30px 0px 0px 0px;
}

.total-minicart {
	position: relative;
	display: flex;
	border-top: 1px solid #ddd;
	padding: 10px 0px;
	margin-bottom: 10px;
	justify-content: space-between;
}

.total-minicart > span {
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	letter-spacing: 0px;
}

.total-minicart > span .amount {
	color: #000;
}

.minicart-wrapper .woocommerce-mini-cart {
	padding: 20px 0px !important;
}

.woocommerce-mini-cart li {
	margin-bottom: 20px !important;
	position: relative;
	padding: 0px !important;
}

.woocommerce-mini-cart li .product-link {
	display: block;
	text-decoration: none;
}

button .ball-clip-rotate {
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
}

.ball-clip-rotate>div {
    border-radius: 100%;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    height: 26px;
    width: 26px;
    background: 0 0!important;
    display: inline-block;
    -webkit-animation: rotate .75s 0s linear infinite;
    animation: rotate .75s 0s linear infinite;
}

.entry-summary:after {
	content: '';
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, .5);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.entry-summary.adding:after {
	opacity: 1;
	visibility: visible;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

.minicart-button-wrap {
	display: flex;
	justify-content: space-between;
}

.minicart-button-wrap .green-bordered-btn {
	min-width: auto;
}

.cart-empty p {
	text-align: center;
	padding: 30px;
	color: #999999;
}

.minicart-button-wrap .btn {
	margin-top: 0px;
	text-align: center;
	width: 100%;
}

.minicart-button-wrap .bordered-btn {
	min-width: calc(50% - 5px);	
}

.woocommerce-mini-cart li figure {
	float: left;
	width: 100px;
	margin-right: 20px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce-mini-cart li figure img {
	display: block;
	float: none !important;
	width: auto !important;
	margin-left: 0px !important;
}

.woocommerce-mini-cart li a > div {
	float: left;
	width: calc(100% - 120px);
}

.woocommerce-mini-cart li:last-child {
	margin-bottom: 0px;
}

.minicart-product-title {
	display: block;
	height: 48px;
	overflow: hidden;
	margin-bottom: 10px;
	color: #444;
	font-size: 12px;
	line-height: 16px;
}

.mini-price-inner {
	display: flex;
	max-width: 80%;
	justify-content: space-between;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: 500;
	line-height: 30px;
	color: #000;
}

.mini-price-inner .minicart-price {
	color: #444;
}

.mini-price-inner .minicart-quantity {
	height: 30px;
	width: 30px;
	font-size: 10px;
	text-align: center;
	line-height: 30px;
	background: #eeeeee;
}

.mini-price-inner .minicart-price-total {
	font-weight: 600;
}

.mini-cart-remover {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}

.mini-cart-remover a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #ddd;
	color: #000;
	font-size: 20px;
	background: url('../img/bgi/delete-black.svg') no-repeat center center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mini-cart-remover a i {
	line-height: 38px;
}

.mini-cart-remover a:hover {
	border-color: #000;
}

.empty-minicart-message {
	position: relative;
	padding: 30px 0px 0px;
	color: #999;
	text-align: center;
	font-size: 12px;
}

.cart-loading {
	position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255, .7);
    opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	justify-content: center;
	align-items: center;
}

.cart-loading .ball-clip-rotate {
	display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
}

.cart-loading .ball-clip-rotate>div {
	border-color: #94AFAC;
}

.cart-inner.loading .cart-loading {
	opacity: 1;
	visibility: visible;
}

.overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0,0,0, .05);
}

.search-action {
	position: relative;
	background: url('../img/bgi/search-black.svg') no-repeat;
}

.search-action:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    background: url(../img/bgi/search-rosegold.svg) no-repeat;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.search-action:hover:after {
    opacity: 1;
    visibility: visible;
}

.search-wrapper {
	position: relative;
    float: right;
    z-index: 999;
    max-width: 500px;
    width: 100%;
}

.search-text-inner .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    width: 100%;
    display: block;
    padding: 0px 15px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    font-size: 12px;
    color: #000;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
    -webkit-transition: 0s all ease-in-out;
    transition: 0s all ease-in-out;
}

.search-text-inner .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
	border: 0px;
}

.dgwt-wcas-open .overlay {
	display: block;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
	text-decoration: none;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-product .dgwt-wcas-st {
	font-size: 12px;
}

.search-text-inner .dgwt-wcas-preloader {
	right: 30px;
}

.dgwt-wcas-suggestions-wrapp {
	border: 0px !important;
	border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
}

.dgwt-wcas-open .search-text-inner .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.dgwt-wcas-suggestions-wrapp.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
	text-transform: inherit;
	font-weight: 600;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-st {
    display: block;
    color: #444;
    font-size: 14px;
    width: 100%;
    line-height: 16px;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp {
	font-weight: 600;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp ins {
	text-decoration: none;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-selected {
	background-color: #f8f8f8;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more {
    padding: 0 10px;
    text-align: center;
    text-transform: initial;
    font-weight: 600;
    color: #999;
    margin-bottom: 20px;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more.dgwt-wcas-suggestion-selected {
	background-color: #fff;
	text-decoration: none;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more.dgwt-wcas-suggestion-selected .dgwt-wcas-st-more {
	color: #000;
}

.search-text-inner ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: normal !important;
  color: #555 !important;
  line-height: 34px !important;
}
.search-text-inner ::-moz-placeholder { /* Firefox 19+ */
  font-style: normal !important;
  color: #555 !important;
  line-height: 34px !important;
}
.search-text-inner :-ms-input-placeholder { /* IE 10+ */
  font-style: normal !important;
  color: #555 !important;
  line-height: 34px !important;
}
.search-text-inner :-moz-placeholder { /* Firefox 18- */
  font-style: normal !important;
  color: #555 !important;
  line-height: 34px !important;
}

.search-text-inner .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
	left: auto;
	right: 15px;
}

.dgwt-wcas-suggestions-wrapp a {
    text-decoration: none !important;
}

.search-inner .container {
	position: relative;
}

.search-result-content {
	display: none;
    position: absolute;
    background: #fff;
    top: 34px;
    width: 100%;
    z-index: 99999;
    padding: 10px 0px 20px;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
}

.result-block a {
	display: block;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
    text-decoration: none;
    padding: 8px 20px;
    align-items: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.result-block.exact-search a {
	color: #00D0B0;
}

.result-block a strong {
	font-weight: 500;
	color: #00D0B0;
}

.result-block a:hover {
	background: #F8F8F8;
}

.suggestion-title {
	display: block;
	padding: 10px 20px;	
	font-weight: 600;
	color: #000;
	font-size: 14px;
}

.suggestion ul li:last-child {
	margin-bottom: 0px;
}

.suggestion ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 20px;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.suggestion ul li a:hover {
	background: #F8F8F8;
}

.suggestion ul li a:hover {
	color: #000;
}

.normal-price,
.promo-price {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    width: 100%;
    text-align: right;
    font-weight: 600;
}

.promo .normal-price {
	font-size: 12px;
	line-height: 16px;
	text-decoration: line-through;
	font-weight: 500;
	color: #999999;
}

.from-price {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #999aa2;
}

.search-text {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.search-text-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    max-width: 500px;
    width: 100%;
}


.search-button {
	display: block;
	position: absolute;
	width: 34px;
	height: 34px;
	border-radius: 3px;
	opacity: .4;
	top: 0;
	right: 0;
	background: url('../img/bgi/search-black.svg') no-repeat center center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.search-button:hover {
	opacity: 1;
}

.search-loader {
	display: none;
	position: relative;
	height: 100px;
}

.search-loader:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	background: url('../img/bgi/loader.svg') no-repeat center center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.search-textbox {
	width: 100%;
	display: block;
    padding: 0px 15px;
    height: 34px;
    margin: 0 auto;
    font-size: 12px;
    color: #000;
    border: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
	border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
}

.account-icon span {
	position: relative;
	width: 12px;
	height: 12px;
	background: url('../img/bgi/account-black.svg') no-repeat center center;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.h-action:hover {
	color: #000;
}

.wishlist-icon span.wishlist_products_counter_number {
	position: relative;
	width: 16px;
	height: 12px;
	margin-left: 0px;
	background: url('../img/bgi/favorites-black.svg') no-repeat center center;
	vertical-align: top;
	font-size: 0px;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.whishlist-container a {
	display: block;
	width: 100px;
	position: relative;
	text-align: right;
	text-decoration: none !important;
}

.whishlist-container > span {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 0px;
}

.wishlist-counter-with-products span {
	font-size: 0px;
}

.header-actions {
	margin: 5px 0px;
}

.header-actions .quantity-cart {
	position: relative;
	display: inline-block;
	width: 30px;
	text-align: center;
	color: #999999;
	font-size: 12px;
	font-weight: 600;
}

.header-actions .quantity-cart:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 40px;
	color: #000;
	font-size: 10px;
	margin-left: 10px;
	background: #fff;
	text-align: center;
	line-height: 30px;
	font-weight: 600;
	opacity: .13;
	background: url('../img/bgi/cart-black.svg') no-repeat center center;
	background-size: cover;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.shopping-cart-icon .quantity-cart-mobile {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    top: -15px;
    line-height: 18px;
    text-align: center;
    font-size: 8px;
    right: -5px;
    color: #fff;
    background: #00D0B0;
    border: 1px solid #00D0B0;
}

.quantity-cart-mobile {
	display: none;
}

.header-actions .not-empty.quantity-cart {
	color: #00D0B0;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	font-weight: 500 !important;
}

.header-bottom {
	background-image: -moz-linear-gradient( 0deg, rgb(0,166,152) 0%, rgb(0,208,176) 100%);
  	background-image: -webkit-linear-gradient( 0deg, rgb(0,166,152) 0%, rgb(0,208,176) 100%);
  	background-image: -ms-linear-gradient( 0deg, rgb(0,166,152) 0%, rgb(0,208,176) 100%);
}
/* End header CSS
--------------------------------------------------------------------------------------------------*/

/* Start footer CSS
--------------------------------------------------------------------------------------------------*/
.footer-top {
	padding: 60px 0px 30px;
	text-align: center;
}

.footer-logo a {
	display: inline-block;
}

.footer-logo {
	float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.footer-logo a img {
	display: block;
}

.footer-email {
	display: block;
	margin-top: 10px;
	font-size: 12px;
}

.footer-phone {
	display: block;
	margin-top: 30px;
	font-size: 18px;
}

.footer-phone a{
	color: inherit;
	text-decoration: none;
}

.footer-middle {
	padding: 40px 0px 30px;
	border-bottom: 1px solid #ddd;
}

.footer-cols-container {
	float: right;
	width: calc(100% - 400px);
	display: flex;
    justify-content: space-between;
}

.newsletter-container {
	float: left;
	width: 290px;
	margin-right: 110px;
}

.footer-col h3,
.footer-newsletter-subscribe h3, .footer-col h4,
.footer-newsletter-subscribe h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

.footer-newsletter-subscribe p {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-bottom: 20px;
}

.newsletter-email-input {
	margin-bottom: 10px;
}

.newsletter-email-input input {
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	font-size: 12px;
	padding: 0px 10px;
	color: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.newsletter-email-input input:focus {
	border-color: #000;
}

.newsletter-submit-input input {
	min-width: 100%;
}

.footer-col ul li a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #444;
	line-height: 20px;
}

.footer-col ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.footer-bottom {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px 0px;
}

.footer-basic-logos {
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
}

.footer-basic-logos ul li {
	display: inline-block;
	margin-left: 20px;
    vertical-align: middle;
}

.salvati-copii {
	width: 120px;
	height: 30px;
	background: url('../img/bgi/salvati-copiii.png') no-repeat center center;
}

.social-footer-list li {
	display: inline-block;
	margin: 0px 10px;
}

.social-footer-list li a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	color: #000;
	font-size: 20px;
	background: #f8f8f8;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.social-footer-list li a i {
	line-height: 50px;
}

.social-footer-list li a:hover {
	color: #fff;
	background: #00d0b0;
}

.social-footer-list li a span {
	display: none;
}

.copyright-container {
	float: left;
	width: 100%;
	text-align: center;
}

.copyright-container p {
	font-size: 12px;
	margin-bottom: 5px;
	color: #666;
}

.copyright a {
	text-decoration: none;
	font-size: 12px;
	color: #000;
}

.copyright a:hover {
	text-decoration: underline;
}
/* End footer CSS
--------------------------------------------------------------------------------------------------*/

/*Start homepage CSS
--------------------------------------------------------------------------------------------------*/
.slider-mobile {
	display: none !important;
}

.deals-products-list .slick-arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	font-size: 0px;
	border: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	opacity: .4;
	outline: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.deals-products-list .slick-prev {
	left: 0px;
	background: #e3dbd9 url('../img/bgi/arrow-left-black.svg') no-repeat center center;
}

.deals-products-list .slick-next {
	right: 0px;
	background: #e3dbd9 url('../img/bgi/arrow-right-black.svg') no-repeat center center;
}

.home-slider .slick-dots {
	position: absolute;
	bottom: 60px;
	left: 50%;
	max-width: 1200px;
	width: 100%;
	text-align: right;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.home-slider .slick-dots li {
	display: inline-block;
	margin-left: 10px;
}

.home-slider .slick-dots li button {
	display: block;
	font-size: 0px;
	border: 0px;
	padding: 0px;
	width: 10px;
	height: 10px;
	background: #dddddd;
	outline: none;
	-webkkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.home-slider .slick-dots li button:hover {
	background: #999999;
}

.home-slider .slick-dots li.slick-active button {
	background: #000000;
}

.home-slider .slick-slider {
	display: block;
}

.home-slider .slick-arrow:hover {
	opacity: 1;
}

.home-slider {
	display: none;
}

.home-slider.slick-initialized {
	display: block;
}

.home-slider .slick-slider a img {
	display: block;
}

.benefits-section .benefits-list {
	display: flex;
	padding: 40px 0px;
}

.benefits-section .benefits-list li {
	text-align: center;
	width: calc(100% / 5);
}

.benefits-section .benefits-list li img {
	display: inline-block;
	margin-bottom: 20px;
}

.benefits-section .benefits-list li p {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

.benefits-list li a {
	display: block;
	color: #000;
	text-decoration: none;
}

.benefits-section .benefits-list li p strong {
	display: block;
	margin-bottom: 20px;
	color: #000;
}

.benefits-section .benefits-list li:last-child {
	border: 0px;
}

.benefit-title {
	display: block;
	margin: 20px 0px;
	font-weight: 600;
	font-size: 14px;
}

.home-banner-section {
	margin: 0px 0px 20px;
}

.home-banner-section a {
	display: block;
}

.categories-column-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.category-column {
	width: calc(25% - 15px);
	margin-bottom: 40px;
}

.category-column a {
	display: block;
	position: relative;
	text-decoration: none;
}

.category-column a span, .category-column a h2 {
	display: block;
	margin-top: 20px;
	text-align: center;
	width: 100%;
	font-weight: 600;
	color: #999999;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.category-column a:hover span {
	color: #000;
}

.promo-products {
	margin: 40px 0px;
}

.section-title {
	text-align: center;
}

.promo-products h2, .info-home-section h2 {
	display: inline-block;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #00d0b0;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
}

.promo-products-list {
	margin: 0px -15px;
}

.promo-products-list .slick-prev,
.featured-product .slick-prev {
	left: -40px;
	background: url('../img/bgi/arrow-left-black.svg') no-repeat center center;
}

.promo-products-list .slick-next,
.featured-product .slick-next {
	right: -40px;
	background: url('../img/bgi/arrow-right-black.svg') no-repeat center center;
}

.promo-products-list .slick-arrow,
.featured-product .slick-arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	padding: 0px;
	border: 0px;
	top: 200px;
	font-size: 0px;
	line-height: 0px;
	z-index: 2;
	opacity: .4;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.promo-products-list .slick-arrow:hover,
.featured-product .slick-arrow:hover {
	opacity: 1;
}

.promo-products-list .slick-list,
.featured-product .slick-list {
	padding-bottom: 15px;
}

.promo-products .single-promo,
.featured-product ul.products .slick-track li {
	padding: 0px 15px !important;
}

.promo-products .single-promo figure {
	position: relative;
	margin-bottom: 10px;
}

.promo-badges {
    position: absolute;
    top: 10px;
    left: 0;
}

.promo-badges .promo-badge {
	display: none !important;
}

.xtr10-promo {
	position: relative;
	display: block;
    height: 25px;
    padding: 0px 5px 0px 5px;
    color: #fff;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    font-size: 10px;
    z-index: 2;
    background: #000;
}

.happy-badge {
	position: relative;
	display: block;
    height: 25px;
    padding: 0px 5px 0px 28px;
    color: #ff6000;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    font-size: 10px;
    z-index: 2;
    background: #ffe8ae;
}

.happy-badge:after {
	content: '😊';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
	width: 30px;
	height: 25px;
	background-size: 45%;
}

.gift-badge {
	position: relative;
	display: block;
    height: 25px;
    padding: 0px 5px 0px 28px;
    color: #fff;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    font-size: 10px;
    z-index: 2;
    background: #00D0B0;
    margin-bottom: 1px;
}

.gift-badge:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 25px;
	background: url('../img/bgi/gift-white-new.svg') no-repeat center center;
	background-size: 45%;
}

.promo-badge {
	display: inline-block !important;
    height: 25px;
    min-width: 45px;
    padding: 0px 5px;
    color: #fff;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    font-size: 10px;
    z-index: 2;
    background: #00d0b0;
	cursor: help;
}

.promo-badge-2 {
    display: block;
    height: 25px;
    padding: 0px 5px;
    color: #fff;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    font-size: 10px;
    z-index: 2;
    background: #00b9f0;
    margin-right: 1px;
}

.best-deal-badge {
	display: block;
	width: auto;
	padding: 0px 10px;
	height: 25px;
	color: #fff;
	line-height: 25px;
	font-weight: 600;
	text-align: center;
	margin-right: 1px;
	font-size: 10px;
	z-index: 2;
	background: #ff9c00;
}

.lichidare-badge {
	display: block;
	width: auto;
	padding: 0px 10px;
	height: 25px;
	color: #fff;
	line-height: 25px;
	font-weight: 600;
	text-align: center;
	margin-right: 1px;
	font-size: 10px;
	z-index: 2;
	background: #9459C0;
}

.new-badge {
	display: block;
	width: 40px;
	height: 25px;
	color: #fff;
	line-height: 25px;
	margin-right: 1px;
	font-weight: 600;
	text-align: center;
	font-size: 10px;
	z-index: 2;
	background: #5a9ea0;
}

.promo-products .single-promo figure img {
	display: block;
	width: 100%;
}

.woocommerce .products-list ul.products li.product figure,
.woocommerce-page .products-list ul.products li.product figure {
	position: relative;
}

.promo-products .single-promo > a {
	display: block;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: none;
}

.promo-products .single-promo a:hover h3 {
	color: #000;
}

.promo-products .single-promo a h3 {
	height: 80px;
	margin-bottom: 20px;
	overflow: hidden;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #444444;
}

.product-meta-info {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.promotion-regular-price {
	text-decoration: line-through;
	cursor: help;
}

.stock-status {
	display: block;
	padding-left: 10px;
	position: relative;
	font-weight: 600;
	font-size: 12px;
	line-height: 25px;
	color: #000;
}

.price-placeholder {
	display: block;
	height: 21px;
}

.stock-status:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 3px;
	height: 3px;
	border-radius: 2px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.stock-status.in-stock:after {
	background: #00d0b0;
}

.stock-status.order-stock:after,
.stock-status.limit-stock:after {
	background: #FF9C00;
}

.stock-status.out-stock:after {
	background: #F30080;
}

.product-price {
    display: block;
    color: #444;
    font-size: 12px;
    letter-spacing: 0px;
    margin-bottom: 5px;
}

.product-promo-price {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000;
}

.product-price-normal {
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	color: #000;
}

.product-data-info {
	position: relative;
}

.product-data-rating .woocommerce .star-rating::before {
	color: #dddddd !important;
	font-size: 12px;
}

.wcpr-form-description {
	display: none;
}

.product-data-rating {
	margin: 10px 0 !important;
}

.product-data-rating .woocommerce .star-rating {
	float: none;
	display: inline-block !important;
    margin: 0px !important;
    width: 63px !important;
    vertical-align: middle;
}

.product-data-rating .woocommerce-review-link {
	display: inline-block;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
}

.product-data-rating .woocommerce .star-rating span::before {
	color: #00d0b0;
	font-size: 12px;
}

.best-deal-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.best-deal-inner figure {
	width: 600px;
}

.deal-description {
	padding-right: 250px;
	width: calc(100% - 600px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.deal-description h2 {
	margin: 30px 0px;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
}

.deal-description h2 strong {
	font-weight: 600;
	font-size: 32px;
}

.deal-description ul li {
	position: relative;
	padding-left: 15px;
	line-height: 20px;
	color: #444444;
}

.deal-description ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1.5px;
	width: 3px;
	height: 3px;
	border-radius: 2px;
	background: #444;
}

.deal-description .btn {
	min-width: 80px;
	margin-top: 30px;
    background: url(../img/bgi/arrow-right-black.svg) no-repeat center center;
}

.deal-description .product-promo-price,
.deal-description .product-price {
	font-size: 20px;
}

.product-price sup {
	text-decoration: none;
    display: inline-block;
}

.info-page-list {
	display: flex;
	justify-content: space-between;
}

.info-page-list li {
	position: relative;
	width: 48%;
	text-align: center;
}

/*.info-page-list li:first-child:after {
	content: '';
	position: absolute;
	right: 0;
	top: 15%;
	width: 1px;
	height: 70%;
	background: #ddd;
}*/

.info-page-list li h3 {
	margin: 30px 0px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	font-weight: 600;
	font-size: 18px;
}

.info-page-list li h3 a {
	margin-top: 0px;
}

.info-page-list li p {
	line-height: 20px;
	color: #444444;
}

.info-page-list li a {
	display: inline-block;
	font-weight: 600;
	color: #444444;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.info-page-list li a span {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.info-page-list li a:hover {
	color: #000;
}

.info-page-list li a:hover span {
	color: #00d0b0;
}

.info-home-section {
	margin-bottom: 60px;
}

.home-seo-text {
	font-size: 12px;
	color: #444;
	line-height: 20px;
	text-align: justify;
}

.home-seo-text strong {
	font-weight: 600;
}
/*End homepage CSS
--------------------------------------------------------------------------------------------------*/

/*Start category CSS
--------------------------------------------------------------------------------------------------*/
.category-description {
	text-align: justify;
	margin: 60px 0px 30px;
}

.category-description h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.category-description p {
	font-size: 12px;
	color: #000;
	line-height: 20px;
}

.category-description p strong {
	font-weight: 600;
}

.woocommerce nav.woocommerce-breadcrumb {
	margin: 20px 0px 40px !important;
	color: #000;
	font-size: 12px;
}

.woocommerce nav.woocommerce-breadcrumb a {
	color: #999;
	text-decoration: none;
}

.woocommerce nav.woocommerce-breadcrumb a:hover {
	color: #000;
}

.tax-product_cat .woocommerce-breadcrumb {
    display: none;
}

.tax-product_cat .woocommerce-products-header {
	margin-bottom: 30px;
}

.aside-categories-inner  {
	margin-top: 25px;
}

.filter-aside {
	float: left;
	width: 270px;
	margin-right: 30px;
}

.filter-aside .saltea-potrivita {
	float: none;
	margin-bottom: 10px;
}

.saltea-potrivita a {
	display: block;
	position: relative;
    padding: 0px 10px 0px 50px;
    color: #fff;
    border: 1px solid #00B9F0;
    background: #00B9F0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.saltea-potrivita a:hover {
    border-color: #000;
    background: #000;
    color: #fff;
}

.saltea-potrivita a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 40px;
    background: url(../img/bgi/alege-salteaua-white.svg) no-repeat center center;
}

.product-saltea-potrivita :after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: #00B9F0 url(../img/bgi/alege-salteaua-white.svg) no-repeat center center;
}

.product-saltea-potrivita {
	text-align: left;
	margin-top: 40px;
}

.product-saltea-potrivita {
    position: relative;
    padding-left: 50px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}


.product-saltea-potrivita  a {
	text-decoration: none;
	color: #00B9F0;
	font-weight: 600;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.product-saltea-potrivita  a:hover {
	color: #000;
}

.product-saltea-potrivita a span {
	color: #000;
	font-weight: 500;
}

.products-list {
	float: left;
	width: calc(100% - 300px);
}

.woocommerce .products-list ul.products {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce .products-list ul.products.columns-3 li.product,
.woocommerce-page .products-list ul.products.columns-3 li.product {
	width: calc(100% / 3 - 100px / 3);
	margin-right: 50px;
}

.woocommerce .products-list ul.products.columns-3 li.product:nth-child(3n),
.woocommerce-page .products-list ul.products.columns-3 li.product:nth-child(3n) {
	margin-right: 0px;
}

.filter-aside h1 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	line-height: 39px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.filter-aside h1 .btn {
	display: none;
}

.filter-banner-title {
	display: block;
    margin-top: 0px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    line-height: 39px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.filter-banner-mobile-btn {
	display: none;
	width: 100%;
	position: relative;
	padding: 0px 10px;
    margin-top: 30px;
	height: 40px;
	line-height: 40px;
	background: #5a9ea0;
	color: #fff;
    font-size: 12px;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.filter-banner-mobile-btn:after {
	content: '';
	position: absolute;
	right: 10px;
	width: 20px;
	height: 100%;
	top: 0;
	background: url(../img/bgi/arrow-down-white.svg) no-repeat center center;
    background-size: 80%;
}

.filter-banner-list li a,
.filter-banner-list li a img {
	display: block;
}

.filter-banner-list li {
	margin-top: 20px;
}

.woof_container {
	margin: 0px !important;
	padding: 0px !important;
}

.woof_checkbox_onbackorder_container .woof_container_inner,
.woof_container_stock .woof_container_inner {
	margin-bottom: 5px;
}

.woof_container_inner {
	margin-bottom: 25px;
}

.woof_container_inner h4 {
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
}

li.woof_list {
	margin-bottom: 5px;
}

.woof_radio_term_reset_visible img {
	display: none !important;
}

.woof_radio_term_reset_visible {
	position: relative;
    padding: 0px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.woof_radio_term_reset_visible:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #F30080 url(../img/bgi/close-white.svg) no-repeat center center;
    position: absolute;
    top: 0%;
    right: -5px;
}

.products-list li figure img {
	display: block;
	width: 100%;
}

.products-list li a {
	display: block;
	background: #fff;
	
	text-decoration: none;
}

.products-list li a:hover h3 {
	color: #000;
}

.products-list li a h3 {
	height: 60px;
	margin-bottom: 20px !important;
	overflow: hidden;
	font-weight: 500;
	font-size: 14px !important;
	line-height: 20px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #444444;
}

.woocommerce ul.products li.product .star-rating {
	font-size: 1em !important;
}

.products-list .woocommerce-ordering {
	float: left !important;
}

.woocommerce .woocommerce-ordering select {
	width: 200px;
	height: 40px;
	padding: 0px 15px;
	font-size: 12px;
	color: #444;
	border: 1px solid #ddd;
	outline: none;
	background: url(../img/bgi/arrow-down-black.svg) no-repeat 178px center;
    background-size: 10px;
}

.woocommerce .products-per-page {
	width: 70px;
}

.woocommerce .products-per-page select {
	width: 100%;
	height: 40px;
	padding: 0px 15px;
	font-size: 12px;
	color: #444;
	border: 1px solid #ddd;
	outline: none;
	background: url(../img/bgi/arrow-down-black.svg) no-repeat 45px center;
    background-size: 10px;
}

.woof_search_is_going nav.woocommerce-breadcrumb {
     display: block !important; 
}

.woof_products_top_panel li a span {
    background: none;
}

.woof_products_top_panel ul li {
	margin: 0 5px 0 0 !important;
}

.woof_products_top_panel li a {
    text-decoration: none;
    letter-spacing: .25px;
    padding: 0;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    position: relative;
    padding: 5px 10px;
    background: #F30080;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.woocommerce .plainoverlay {
	background-color: rgba(255,255,255, .95) !important;
}

.woocommerce .jQuery-plainOverlay-progress {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	border: 0px !important;
	background: url(../img/bgi/loader.svg) no-repeat center center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.woof_search_is_going nav.woocommerce-breadcrumb {
	display: block !important;
}

.woof_products_top_panel li a:hover {
	background: #000;
}

.woof_products_top_panel li a span:before {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../img/bgi/close-white.svg) no-repeat center center;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -5px;
}

.woocommerce .products-list nav.woocommerce-pagination {
	margin: 30px 0px;
	text-align: right !important;
}

.woocommerce .products-list nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination.default-pagination ul li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 0px;
	text-align: center;
}

.woocommerce .products-list nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination.default-pagination ul {
	border: 0px;
}

.woocommerce .products-list nav.woocommerce-pagination ul li a,
.woocommerce .products-list nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination.default-pagination ul li a,
.woocommerce nav.woocommerce-pagination.default-pagination ul li span {
	display: block;
	padding: 0px;
	line-height: 40px;
	font-size: 12px;
}

.woocommerce .products-list nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination.default-pagination ul li a {
	color: #999;
}

.woocommerce .products-list nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination.default-pagination ul li a:hover {
	color: #000000;
	background: #f8f8f8;
}

.woocommerce .products-list nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination.default-pagination ul li span.current {
	color: #fff;
	background: #00D0B0;
}

.woocommerce .wrapper nav.woocommerce-pagination ul li a.next,
.woocommerce .wrapper nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination.default-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination.default-pagination ul li a.prev {
	font-size: 0px;
	position: relative;
}

.woocommerce nav.woocommerce-pagination.default-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination.default-pagination ul li a.prev {
	display: block;
	width: 100%;
	height: 100%;
}

.woocommerce .wrapper nav.woocommerce-pagination ul li a.next:after,
.woocommerce nav.woocommerce-pagination.default-pagination ul li a.next:after {
    content: "\f105";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #bbbbbb;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.woocommerce .wrapper nav.woocommerce-pagination ul li a.prev:after,
.woocommerce nav.woocommerce-pagination.default-pagination ul li a.prev:after {
    content: "\f104";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #bbbbbb;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search-cat-filter {
	margin: 30px 0px;
}

.search-cat-filter li {
	margin-bottom: 10px;
}

.search-cat-filter li .green-bordered-btn {
	min-width: 100%;
}

.woof_reset_search_form {
	background-color: #E5007D !important;
	border: 0px !important;
	border-radius: 0px !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 12px !important;
	outline: none;
}

.woof_submit_search_form  {
	width: 50%;
	margin-right: 5px !important;
	background-color: #00d0b0 !important;
	border: 0px !important;
	border-radius: 0px !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 12px !important;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.woof_submit_search_form:hover {
	background-color: #000 !important;
}

.no-result-search-page p {
	margin: 20px 0px;
	text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.close-filter {
	display: none;
}
/*End category CSS
-------------------------------------------------------------------------------------------------- */

/*Start product CSS
-------------------------------------------------------------------------------------------------- */
.aligncenter, .alignleft, .alignright {
	display: block;
	margin: 0 auto;
}

.product-image {
	float: left;
	width: calc(100% - 590px);
	margin-right: 50px;
}

.product-image .main-image img {
	display: block;
	margin: 10px auto;
	width: 100%;
}

.default-product-gallery figure.video-container-img {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-top: 10px;
}

.default-product-gallery figure.video-container-img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.thumbnail-container {
	margin: 0px 30px;
}

.thumbnail-container .slick-slide {
	margin: 0px 7px;
	padding: 6px;
	border: 1px solid #fff;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.thumbnail-container .slick-slide:hover {
	border-color: #000;
}

.thumbnail-container .slick-arrow {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	border: 0px;
	font-size: 0px;
	padding: 0px;
	outline: none;
	opacity: .4;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.thumbnail-container .slick-arrow.slick-prev {
	left: -30px;
    background: url(../img/bgi/arrow-left-black.svg) no-repeat center center; 
}

.thumbnail-container .slick-arrow.slick-next {
	right: -30px;
    background: url(../img/bgi/arrow-right-black.svg) no-repeat center center; 
}

.thumbnail-container .slick-arrow:hover {
	opacity: 1;
}

.default-summary {
	float: left;
	width: 540px;
}

.product-title .promo-badges-product {
	margin-bottom: 10px;
	display: flex;
}

.promo-badges-product.badges-mobile {
	position: absolute;
	z-index: 2;
	margin-top: 30px;
}

.promo-badges-product.badges-mobile a {
	text-decoration: none;
}

/*0367401911*/

.product-title h1 {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

figure .onsale {
	display: none !important;
}

.woocommerce .woocommerce-product-rating.default-rating {
	display: flex;
	align-items: center;
}

.woocommerce .content-area .star-rating::before {
	color: #dddddd !important;
	font-size: 12px;
}

.woocommerce .content-area .woocommerce-product-rating .star-rating {
	margin: 0 !important;
	float: none;
	display: block;
	vertical-align: top;
	width: 63px !important;
}

.woocommerce .content-area .woocommerce-product-rating .rating-text {
	margin: 0px 0px 0px 3px;
}

.woocommerce .content-area .star-rating span::before {
	color: #00D0B0;
	font-size: 12px;
}

.onsale {
	display: none !important;
}

.product-price-info {
	display: flex;
	margin-bottom: 20px;
	justify-content: space-between;
    align-items: flex-end;
}

.product-price-info span.onbackorder,
.product-price-info span.instock,
.product-price-info span.outstock {
    padding-left: 10px;
    font-size: 14px;
}

.product-price-info span.onbackorder:after,
.product-price-info span.instock:after,
.product-price-info span.outstock:after {
	content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-price-info span.onbackorder:after {
	background: #FF9C00;
}

.product-price-info span.instock:after {
    background: #00d0b0;
}

.product-price-info span.outstock:after {
    background: #F30080;
}

p.rating-text {
	color: #444;
	font-size: 12px;
    line-height: 14px;
}

p.rating-text a {
	color: #444;
	text-decoration: none;
}

p.rating-text a:hover {
	color: #000;
	text-decoration: underline;
}

.review-product-inner {
	display: flex;
	padding: 20px 0px;
	justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
}

.review-product-inner.other-categories {
	border-bottom: 1px solid #ddd;
}

.product-attribute-set {
	border: 1px solid #ddd;
}

.product-attribute-set ul {
	display: flex;
	margin: 0px;
	padding: 0px;
	justify-content: space-between;
}

.product-attribute-set ul li {
	position: relative;
	width: calc(100% / 3);
	padding: 25px 25px 25px 60px;
	border-right: 1px solid #ddd;
	font-weight: 600;
	font-size: 12px;
}

.product-attribute-set ul li:last-child {
	border-right: 0px;
}

.product-attribute-set ul li .option-label {
	display: block;
	font-size: 12px;
	color: #666666;
	font-weight: 500;
	text-transform: uppercase;
}

.product-attribute-set ul li .option-image {
	position: absolute;
	left: 0;
	top: 50%;
	width: 60px;
	height: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-attribute-set ul li span.value {
	display: block;
	font-size: 12px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
}

.product-basic-info {
	margin: 20px 0px;
}

.product-basic-info ul {
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-basic-info ul li span {
    display: block;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}

.product-basic-info ul li span.value {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    position: relative;
    text-transform: inherit;
}

.product-basic-info ul li span.onbackorder,
.product-basic-info ul li span.instock,
.product-basic-info ul li span.outstock {
    padding-left: 10px;
}

.product-basic-info ul li span.onbackorder:after,
.product-basic-info ul li span.instock:after,
.product-basic-info ul li span.outstock:after {
	content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-basic-info ul li span.onbackorder:after {
	background: #FF9C00;
}

.product-basic-info ul li span.instock:after {
    background: #00d0b0;
}

.product-basic-info ul li span.outstock:after {
    background: #F30080;
}

.product-gift {
	height: 50px;
}

.bottom-product {
	margin-top: 50px;
}

.bottom-product .product-data-price {
	float: left;
	width: 160px;
}

.bottom-product .add-to-cart-default {
	float: left;
	width: calc(100% - 210px);
}

.wishlist-container {
	float: left;
	width: 50px;
}

.wishlist-container.out-of-stock-wishlist {
	float: right;
}

.bottom-product .product-promo-price,
.bottom-product .product-price {
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
}

.bottom-product .product-price {
	margin-left: 0px;
	font-weight: 500;
	font-size: 14px;
	color: #666666;
}

.add-to-cart-default button {
	position: relative;
	max-width: calc(100% - 90px);
	height: 50px;
	line-height: 50px;
	float: left;
	margin-top: 0px;
}

.add-to-cart-default.hidden-quantity button {
	max-width: 100%;
}

.hidden-quantity .quantity-wrapper {
	border: 0px;
}

.quantity-wrapper {
	float: left;
	border: 1px solid #00D0B0;
	border-right: 0px;
}

.quantity-wrapper span {
	float: left;
	width: 30px;
	height: 48px;
	cursor: pointer;
	text-align: center;
	line-height: 48px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.quantity-wrapper span.minus {
	background: url('../img/bgi/arrow-left-black.svg') no-repeat 20px center;
    background-size: 5px;
}

.quantity-wrapper span.plus {
	background: url('../img/bgi/arrow-right-black.svg') no-repeat 5px center;
    background-size: 5px;
}

.quantity-wrapper input {
	float: left;
	width: 29px !important;
	height: 48px;
	text-align: center;
	border: 0px;
	font-weight: 600;
	border-radius: 0px;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.notification-category {
	margin-bottom: 10px;
	font-size: 12px;
}

.notification-category a {
	color: #00d0b0;
	text-decoration: none;
}

.wishlist-container a {
	display: block;
	margin: 0px 0px 0px 10px;
	width: 40px;
	height: 50px;
    background: #f8f8f8 url(../img/bgi/favorites-black.svg) no-repeat center center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.wishlist-container a:hover {
	background: #f2f2f2 url(../img/bgi/favorites-black.svg) no-repeat center center;
}

.wishlist-container a.tinvwl-product-in-list {
	background: #f8f8f8 url(../img/bgi/favorites-red.svg) no-repeat center center;
}

.wishlist-container a.tinvwl-product-in-list:hover {
	background: #f2f2f2 url(../img/bgi/favorites-red.svg) no-repeat center center;
}

.rate-buy,
.ghid-masurare {
	float: left;
	margin:15px 0px;
	width: 100%;
	text-align: left;
}

.ghid-masurare {
	margin: 0 0 15px;
}

.rate-buy a,
.ghid-masurare a {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	line-height: 20px;
	text-decoration: none;
	font-weight: 500;
	color: #666666;
	font-size: 12px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.rate-buy a:hover,
.ghid-masurare a:hover {
	color: #000;
}

.rate-buy a:after,
.ghid-masurare a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: url(../img/bgi/rate-black-green.svg) no-repeat center center;
}

.ghid-masurare a:after {
	background: url(../img/bgi/ghid-masurare-black.svg) no-repeat center center;
}

.ghid-masurare a.retur-doc:after {
	background: url(../img/bgi/document-black-green.svg) no-repeat center center;
}

.ghid-masurare a.retur-doc {
	margin-right: 10px;
	margin-bottom: 15px;
}

.dimensiuni-saltele li,
.color-attribute li {
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.dimensiuni-saltele li:nth-child(5n),
.color-attribute li:nth-child(5n) {
	margin-right: 0px;
}

.dimensiuni-saltele li a,
.color-attribute li a {
	display: block;
	text-decoration: none;
}

.no-stock-dim a {
    background: #f5f5f5;
    text-decoration: line-through !important;
    color: #666;
}

.dimensiuni-saltele li a img,
.color-attribute li a img {
	display: block;
	margin: 0px auto;
}

.dimensiuni-saltele li a span,
.color-attribute li a span {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	line-height: 30px;
	border: 1px solid #ddd;
}

.dimensiuni-saltele li a:hover span,
.color-attribute li a:hover span {
	border-color: #000;
}

.attr-title {
	display: block;
	margin: 20px 0px 10px;
	color: #999;
	font-size: 12px;
}

.product-tabs {
	margin: 60px 0px 0px;
}

.product-tabs ul.tabs {
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: center;
	text-align: center;
	border-bottom: 1px solid #dddddd;
}

.product-tabs ul.tabs li {
	width: 300px;
}

.product-tabs ul.tabs li a {
	display: block;
	line-height: 50px;
	color: #999999;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: -1px;
    border-bottom: 1px solid transparent;
}

.product-tabs ul.tabs li.active a {
	color: #000;
	border-color: #00D0B0;
}

.brand-logo {
	display: block;
	margin: 0 auto 30px;
	text-align: center;
}

.tab-inner {
	padding: 30px 0px;
	font-size: 14px;
	color: #444;
	line-height: 24px;
	text-align: justify;
}

.tab-inner strong {
	font-weight: 600;
	color: #000000;
}

#tab-descriptions_tab .tab-inner ul {
	list-style: disc;
	padding-left: 10px;
	list-style-position: inside;
}

#tab-descriptions_tab .tab-inner ol {
	list-style: decimal;
	list-style-position: inside;
}

#tab-descriptions_tab .tab-inner a {
	text-decoration: none;
	color: #00D0B0;
}

#tab-descriptions_tab .tab-inner a:hover {
	text-decoration: underline;
}

.descriptionn-inner-content {
	position: relative;
	height: 400px;
	overflow-y: hidden;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.descriptionn-inner-content.showed:after {
	display: none;
}

.descriptionn-inner-content:after{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 33%,rgb(255,255,255) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,0) 33%,rgb(255,255,255) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 33%,rgb(255,255,255) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00FFFFFF",endColorstr="#FFFFFFFF",GradientType=0);
    pointer-events: none;
    z-index: 10;
}

.woocommerce .featured-product ul.products li.product {
	margin-bottom: 0px;
	margin-right: 0px;
	clear: none !important;
}

.featured-product h2 {
    display: inline-block;
    width: 360px;
    padding: 0px 0px 10px;
    border-bottom: 1px solid #00d0b0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.spec-garantie li {
	background: #fff !important;
}

.specifications-rows ul:nth-last-child(2) {
	margin-bottom: 0px;
}

	.single-product .woocommerce-breadcrumb span {
		display: none;
	}

.woocommerce .featured-product ul.products li.first {
	clear: none;
}

.specifications-rows h3 {
	line-height: 40px;
}

.specifications-rows ul {
	margin-bottom: 30px;
}

.specifications-rows ul li {
    display: flex;
    line-height: 20px;
    padding: 10px 0px;
}

.specifications-rows ul li .spec-name {
	width: 25%;
}

.specifications-rows ul li:nth-child(2n + 1) {
	background: #f8f8f8;
}

.specifications-rows ul li span {
	display: block;
	font-size: 14px;
	color: #444444;
	padding: 0px 10px;
	width: 50%;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.specifications-rows ul li span.row-value {
	color: #444;
}

.woocommerce .tab-inner p.stars a {
	width: 24px;
	height: 24px;
}

.woocommerce .tab-inner p.stars a::before {
	width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	color: #dddddd;
}

.woocommerce .tab-inner p.stars.selected a.active::before {
    width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	color: #00D0B0;
}

.woocommerce p.stars.selected a:not(.active)::before {
	color: #00D0B0;
}

.woocommerce .tab-inner p.stars.selected a.active~a::before {
    width: 24px;
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	color: #dddddd;
}

#reply-title {
	display: block;
	color: #000;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
}

.comment-form-rating {
	margin-bottom: 20px;
}

.comment-form-rating label {
	display: block;
	color: #000;
	font-weight: 600;
}

.comment-form label {
	display: block;
	text-align: left;
	font-size: 12px;
    color: #444;
    line-height: 20px;
    font-weight: 500;
}

.comment-form input[type="text"],
.comment-form input[type="email"] {
    display: block;
    padding: 0px 15px;
    height: 40px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #dddddd;
    box-shadow: inset 0px 0px 0px 1px #dddddd;
    font-size: 14px;
    color: #000;
    border: 0px;
    -webkit-box-sizing: border-box;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.comment-form textarea {
	display: block;
    padding: 10px 15px;
    height: 200px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #dddddd;
    box-shadow: inset 0px 0px 0px 1px #dddddd;
    font-size: 14px;
    color: #000;
    border: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    resize: none;
}

.comment-form input:focus,
.comment-form textarea:focus {
	-webkit-box-shadow: inset 0px 0px 0px 1px #000;
    box-shadow: inset 0px 0px 0px 1px #000;
}

.comment-form-info {
	display: flex;
	justify-content: space-between;
}

.comment-form-author {
	width: 49%;
}

.comment-form-email {
	width: 49%;
}

.woocommerce #respond .form-submit input#submit {
	padding: 0px !important;
	max-width: 200px;
    width: 100%;
    height: 40px;
    border: 0px !important;
    background: #00D0B0;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border:0px;
    border-radius: 0px;
    outline: none;
}

.woocommerce #respond .form-submit input#submit:focus {
	border: 0px;
}

.woocommerce #respond .form-submit input#submit:hover {
    background: #000;
    color: #fff;
}

.comment-notes {
	display: none;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent {
	margin: 10px 0px 20px;
}

.comment-form-cookies-consent label {
	font-size: 12px !important;
}

.woocommerce #reviews #comments ol.commentlist {
	padding: 0px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0px !important;
	border: 0px !important;
	padding: 0px !important;
	border-radius: 0px !important;
}

.woocommerce .review-meta-container .star-rating {
	float: none;
	color: #00D0B0;
	width: 63px;
}

.woocommerce-Reviews {
	width: 600px;
}

.review-meta-container p.meta-review {
	margin-bottom: 0px !important;
}

.review-meta-container .meta-review strong {
	font-weight: 600;
	color: #000;
	font-size: 14px;
}

.woocommerce #reviews #comments ol.commentlist li.review {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.review-date {
	font-size: 12px;
	color: #999999;
}

.review-description p {
	margin-top: 10px !important;
	margin-bottom: 0px !important;
	font-size: 14px;
	text-align: justify;
	color: #444444;
	line-height: 24px;
}

#review_form_wrapper {
	margin-top: 30px;
}

.product-list-content h3 {
    height: 60px;
    padding: 0px !important;
    margin-bottom: 20px !important;
    overflow: hidden;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 20px;
    color: #444444;
}

.woocommerce ul.products li.product a {
	display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.woocommerce ul.products li.product a:hover h3 {
    color: #000;
}

section.related {
	margin-bottom: 50px;
}

#header.product-sticky {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.sticky-add-to-cart {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	padding: 15px 0px;
	text-align: right;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
    box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sticky-add-to-cart.active-sticky {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.sticky-add-to-cart figure {
	display: inline-block;
	vertical-align: middle;
	width: 5%;
	margin-right: 2%;
}

.sticky-title {
	display: inline-block;
    width: 40%;
    height: 40px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    vertical-align: middle;
    text-align: left;
    overflow: hidden;
}

.sticky-wishlist-container {
	display: inline-block;
	vertical-align: middle;
	width: 5%;
}

.promo-badges-sticky {
	display: inline-block;
	width: 16%;
	vertical-align: middle;
}

.promo-badges-sticky span {
	display: inline-block;
}

.sticky-wishlist-container a {
    display: block;
    margin: 0px 0px 0px 10px;
    width: 40px;
    height: 40px;
    background: #f8f8f8 url(../img/bgi/favorites-black.svg) no-repeat center center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sticky-wishlist-container a:hover {
	background: #f2f2f2 url(../img/bgi/favorites-black.svg) no-repeat center center;
}

.sticky-wishlist-container a.tinvwl-product-in-list {
	background: #f8f8f8 url(../img/bgi/favorites-red.svg) no-repeat center center;
}

.sticky-wishlist-container a.tinvwl-product-in-list:hover {
	background: #f2f2f2 url(../img/bgi/favorites-red.svg) no-repeat center center;	
}

.sticky-add-cart-info {
	display: inline-block;
	width: 30%;
	vertical-align: middle;
}

.sticky-product-price {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: #fff;
	margin-right: 20px;
	letter-spacing: 0px;
	font-weight: 500;
}

.sticky-product-price span {
	display: block;
}

.sticky-product-price .promo-badge {
	margin-left: 0px;
	margin-right: 5px;
}

.add-to-cart-sticky {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 120px;
	height: 40px;
	margin-top: 0px;
	color: 
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 0;
	bottom: 95px;
}

.fancybox-thumbs__list {
	margin: 0 auto;
}

.fancybox-bg,
.fancybox-is-open .fancybox-bg {
	opacity: 1;
	background: #fff;
}

.fancybox-thumbs__list a:before {
	border: 2px solid #333545;
}

.fancybox-infobar {
	font-size: 16px;
	color: #333545;
	opacity: 1;
	visibility: visible;
	mix-blend-mode: unset;
}

.fancybox-toolbar {
	opacity: 1;
	visibility: visible;
}

.fancybox-button.fancybox-button--close {
	background: transparent;
	width: 60px;
	height: 50px;
	color: #D6D7D8;
	opacity: 1;
	visibility: visible;
}

.fancybox-button.fancybox-button--close:hover {
	color: #333545;
}

.fancybox-navigation .fancybox-button {
	opacity: 1;
	visibility: visible;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
	border: 0px;
	top: calc(50% - 25px);
	width: 50px;
	height: 50px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	opacity: .4;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left:hover,
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right:hover {
	opacity: 1;
}

.fancybox-button.fancybox-button--arrow_left div,
.fancybox-button.fancybox-button--arrow_right div {
	display: none;
}

.fancybox-button.fancybox-button--arrow_left {
    background: url(../img/bgi/arrow-left-black.svg) no-repeat center center;
}

.fancybox-button.fancybox-button--arrow_right {
    background: url(../img/bgi/arrow-right-black.svg) no-repeat center center;
}

.popup-title {
	display: block;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.fancybox-button.fancybox-button--zoom {
	display: none !important;
}

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: #F9F9F9;
}

.review-custom-text {
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #00D0B0;
    padding: 10px 20px;
}
/*End product CSS
-------------------------------------------------------------------------------------------------- */

/* Start cart CSS
--------------------------------------------------------------------------------------------------*/
.default-page-title {
	margin: 0px 0px 40px;
}

.default-page-title h1 {
	position: relative;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin-top: 50px;
}

.login-page .default-page-title h1 {
	margin-top: 30px;
}

.login-page .default-page-title h2 {
	position: relative;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin-top: 30px;
}

.default-cart-container {
	margin-bottom: 60px;
}

.default-cart-form {
	float: left;
	width: calc(100% - 400px);
	margin-right: 60px;
}

.woocommerce .default-cart-form table.shop_table {
	border: 0px;
	margin: 0px;
}

.woocommerce .default-cart-form table.shop_table td {
	border: 0px;
	padding: 0px;
}

.woocommerce .default-cart-form table.shop_table tr:nth-child(2n) td {
	height: 20px;
	padding: 0px;
}

.woocommerce .default-cart-form table.shop_table td.product-cart-description {
	border: 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.woocommerce-cart .default-cart-form table.cart .product-thumbnail {
	float: left;
	width: calc(100% - 670px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce-cart .default-cart-form table.cart img {
	width: 100%;
}

.prod-cart-info {
	float: left;
    width: 650px;
    margin-left: 20px;
	position: relative;
	padding: 10px 0px 0px 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.prod-name-link {
    display: block;
    margin-bottom: 20px;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #444444;
    text-decoration: none;
    font-weight: 500;
}

.prod-cart-skip > span {
	float: left;
	font-size: 14px;
	line-height: 40px;
}

.prod-cart-skip > span label {
	display: none;
}

.woocommerce .prod-cart-info a.remove {
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	color: #000 !important;
	font-size: 0px;
	border-radius: 0px !important;
    background: url(../img/bgi/delete-black.svg) no-repeat center center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce .prod-cart-info a.remove:hover {
	border-color: #000;
	color: #000 !important;
	background: url(../img/bgi/delete-black.svg) no-repeat center center;
}

.prod-cart-skip .amount {
	width: 100px;
	color: #444;
	font-weight: 500;
	line-height: 40px;
}

.prod-cart-skip .product-quantity {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce .prod-cart-skip .product-quantity .qty {
	float: left;
	width: 30px;
	height: 40px;
	border: 0px;
	background: #fff;
	color: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

.woocommerce .prod-cart-skip .product-quantity span {
	float: left;
	width: 30px;
	height: 40px;
	vertical-align: top;
	color: #999;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce .prod-cart-skip .product-quantity span.minus {
    background: url(../img/bgi/arrow-left-black.svg) no-repeat center center;
    background-size: 5px;
}

.woocommerce .prod-cart-skip .product-quantity span.plus {
    background: url(../img/bgi/arrow-right-black.svg) no-repeat center center;
    background-size: 5px;
}

.woocommerce .prod-cart-skip .product-quantity span i {
	line-height: 40px;
}

.woocommerce .prod-cart-skip .product-quantity span:hover {
	color: #000;
}

.prod-cart-skip .prod-cart-item-subtotal {
	width: 100px;
	text-align: right;
}

.prod-cart-skip .amount {
	color: #000;
	line-height: 40px;
	font-size: 14px;
	font-weight: 500;
}

.prod-cart-skip .prod-cart-item-subtotal .amount {
	color: #000;
	font-weight: 600;
}

.page-section-title {
	position: relative;
	text-align: right;
}

.woocommerce-cart .input-box.update-cart-input {
	position: relative;
	display: inline-block;
}

.update-cart-btn {
	display: block;
	min-width: 190px;
	margin-left: 20px;
	background: none;
}

.empty-cart-btn {
	vertical-align: top;
	min-width: 190px;
	text-align: center;
}

.woocommerce .default-cart-container .cart-collaterals {
	float: left;
	width: 340px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce .default-cart-container .cart-collaterals .cart-collaterals-inner {
	padding: 50px 40px;
	border: 1px solid #DDDDDD;
}

.default-coupon {
	padding: 0px 0px 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
}

.default-coupon label {
	display: block;
	text-align: center;
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.default-coupon .coupon-input {
	margin-bottom: 10px;
}

.default-coupon .coupon-input input {
	display: block;
	width: 100%;
	height: 40px;
	margin: 15px 0px;
	padding: 0px 15px;
	font-size: 14px;
	border: 1px solid #ddd;
	color: #000;
	text-align: center;
	outline: none;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.default-coupon .coupon-input input:focus {
	border-color: #000;
	background: #fff;
}

.default-coupon .btn {
	display: block;
	width: 100%;
	border: 0px;
	font-size: 12px;
	color: #444;
	height: 30px;
    line-height: 30px;
    background: #f7f7f7;
    max-width: 200px;
    margin: 0 auto;
	font-weight: 600;
	outline: none;
    font-family: 'Spartan', sans-serif !important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.default-coupon .btn:hover {
	color: #000;
}

.woocommerce .default-cart-container .cart-collaterals .cart_totals,
.woocommerce-page .default-cart-container .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
	position: relative;
}

.default-cart-container h2 {
	display: block;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.default-cart-container .product-recomandation h2 {
	margin-top: 40px;
	display: inline-block;
}

.woocommerce .cart-collaterals table.shop_table {
	border: 0px;
	border-radius: 0px;
	margin: 0px 0px 40px !important;
	padding: 0px;
}

#add_payment_method .cart-collaterals .cart_totals table.shop_table tr td,
#add_payment_method .cart-collaterals .cart_totals table.shop_table tr th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr th,
.woocommerce-checkout .cart-collaterals .cart_totals table.shop_table tr td,
.woocommerce-checkout .cart-collaterals .cart_totals table.shop_table tr th {
	border: 0px;
	font-weight: 500;
}

.woocommerce .cart-collaterals table.shop_table tbody th {
	width: auto;
	padding: 5px 0px;
	font-size: 12px;
	line-height: 18px;
	border: 0px;
	vertical-align: bottom;
	color: #999;
}

.woocommerce .cart-collaterals table.shop_table tbody td {
	padding: 5px 0px;
	font-size: 12px;
	line-height: 18px;
	border: 0px;
	font-weight: 500;
	text-align: right;
	color: #000;
}

.woocommerce .cart-collaterals table.shop_table tbody .order-total td {
	color: #000;
	font-weight: 600;
}

.woocommerce .woocommerce-remove-coupon {
	color: #EE1060;
	text-decoration: none;
	font-size: 12px;
}

.woocommerce .woocommerce-remove-coupon:hover {
	text-decoration: underline;
}

.woocommerce .cart-collaterals .btn {
	width: 100%;
	text-align: center;
	margin-top: 0px;
}

.proceed-to-checkout {
	margin-top: 30px;
}

.empty-cart-container {
	text-align: center;
}

.empty-cart-container p {
	font-size: 14px;
	color: #999;
}

.empty-cart {
	margin-top: 40px;
	min-width: 140px;
}
/* End cart CSS
--------------------------------------------------------------------------------------------------*/

/* Start checkout CSS
--------------------------------------------------------------------------------------------------*/
.default-checkout-container ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px !important;
  color: #000 !important;
  opacity: .5 !important;
}
.default-checkout-container ::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px !important;
  color: #000 !important;
  opacity: .5 !important;
}
.default-checkout-container :-ms-input-placeholder { /* IE 10+ */
  font-size: 14px !important;
  color: #000 !important;
  opacity: .5 !important;
}
.default-checkout-container :-moz-placeholder { /* Firefox 18- */
  font-size: 14px !important;
  color: #000 !important;
  opacity: .5 !important;
}

.default-checkout {
	max-width: 800px;
	width: 100%;
	margin:0 auto;
}

.default-checkout .checkout-form-login > .woocommerce-info {
	display: none;
}

.default-customer-details {
	float: left;
	width: 100%;
}

.default-review-order .page-section-title h2 {
	text-align: center;
}

.checkout-form-login {
	width: 100%;
}

.woocommerce .default-checkout form.login.default-login {
	max-width: 400px;
	width: 100%;
	margin: 30px auto;
	padding: 0px;
	border: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce .default-checkout .default-login label {
    display: block;
    font-size: 12px;
    color: #444;
    line-height: 20px;
    font-weight: 500;
}

.woocommerce-notices-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.default-checkout .default-login p:first-of-type {
	display: none;
}

.woocommerce form.default-login .form-row-first,
.woocommerce form.default-login .form-row-last {
	width: 100%;
	padding: 0px;
}

.woocommerce form.default-login .form-row {
	margin-bottom: 20px;
}

.default-checkout .default-login p label {
	display: block;
}

.default-checkout .default-login .sign-in-btn-container {
	text-align: center;
}

.default-checkout .default-login .sign-in-btn-container .btn {
	margin-top: 0px;
	max-width: 280px;
}

.login-action-inner .lost_password {
	float: right;
}

.login-action-inner .remember-me {
	float: left;
}

.login-action-inner .lost_password a {
	display: block;
	line-height: 20px;
	color: #444;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.login-action-inner .lost_password a:hover {
	color: #000;
}

.default-checkout .default-login p input[type="text"],
.default-checkout .default-login p input[type="password"] {
	display: block;
	padding: 0px 15px;
	height: 40px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ddd;
	box-shadow: inset 0px 0px 0px 1px #ddd;
	font-size: 14px;
	color: #000;
	border: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.default-checkout .default-login p input[type="text"]:focus,
.default-checkout .default-login p input[type="password"]:focus {
	-webkit-box-shadow: inset 0px 0px 0px 1px #000;
	box-shadow: inset 0px 0px 0px 1px #000;
}

.wrapper .default-checkout .woocommerce-info:after {
	content: '';
	position: absolute;
	top: 18px;
	left: 0;
	width: 12px;
	height: 12px;
	background: url('../img/bgi/account-black.svg') no-repeat;
}

.wrapper .default-checkout .woocommerce-info {
	position: relative;
	border: 0px;
	background-color: transparent;
	color: #000;
	padding: 15px 0px 15px 20px;
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
	margin: 0px;
}

.wrapper .default-checkout .woocommerce-info-container {
	text-align: left;
	margin-bottom: 40px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.wrapper .default-checkout .woocommerce-info .btn {
	position: relative;
	float: right;
	color: #000;
	font-weight: 600;
	text-decoration: none;
	padding-right: 20px;
	font-size: 12px;
	opacity: .5;
	-webkit-transition:  all .2s ease-in-out;
	transition:  all .2s ease-in-out;
}

.wrapper .default-checkout .woocommerce-info .btn:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	width: 10px;
	height: 6px;
	background: url('../img/bgi/arrow-down-black.svg') no-repeat center center;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wrapper .default-checkout .woocommerce-info .btn:hover {
	opacity: 1;
}

.default-customer-details .checkout-title {
	margin-bottom: 30px;
}

.default-customer-details input[type="text"],
.default-customer-details input[type="email"],
.default-customer-details input[type="number"],
.default-customer-details input[type="password"],
.default-customer-details input[type="tel"] {
	display: block;
	padding: 0px 15px;
	height: 40px;
	border: 0px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ddd;
	box-shadow: inset 0px 0px 0px 1px #ddd;
	font-size: 12px;
	color: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	outline: none;
}

.default-customer-details input[type="text"]:focus,
.default-customer-details input[type="email"]:focus,
.default-customer-details input[type="number"]:focus,
.default-customer-details input[type="password"]:focus,
.default-customer-details input[type="tel"]:focus,
.woocommerce .default-customer-details .woocommerce-additional-fields p textarea:focus,
.woocommerce-page .woocommerce-billing-fields select:focus {
	-webkit-box-shadow: inset 0px 0px 0px 1px #000;
	box-shadow: inset 0px 0px 0px 1px #000;
}

.default-customer-details ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: transparent;
}
.default-customer-details ::-moz-placeholder { /* Firefox 19+ */
	color: transparent;
}
.default-customer-details :-ms-input-placeholder { /* IE 10+ */
	color: transparent;
}
.default-customer-details :-moz-placeholder { /* Firefox 18- */
	color: transparent;
}

.woocommerce-page .woocommerce form .form-row .required {
	text-decoration: none;
	color: #F30080;
}

.woocommerce form .form-row.woocommerce-invalid label {
	color: #F30080 !important;	
}

.default-customer-details label {
	display: block;
	font-size: 12px;
	color: #444;
	font-weight: 500;
}

.woocommerce-page .woocommerce-billing-fields select {
	height: 40px;
	padding: 0px 15px;
	font-size: 12px;
	color: #000;
	border: 0;
	outline: none;
	background: url(../img/bgi/arrow-down-black.svg) no-repeat 99% center;
    background-size: 10px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #ddd;
    box-shadow: inset 0px 0px 0px 1px #ddd;
}

.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	background: url(../img/bgi/arrow-down-black.svg) no-repeat 99% center;
    background-size: 10px;
}


.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none !important;
}

.woocommerce #billing_country_field,
.woocommerce #billing_address_2,
.woocommerce #shipping_country_field,
.woocommerce #shipping_address_2_field,
.woocommerce #shipping_company_field,
.woocommerce #billing_address_2_field {
	display: none !important;
}

.woocommerce-page .select2-container--default .select2-selection--single {
	height: 40px;
	margin: 0px;
	border: 0px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ddd;
	box-shadow: inset 0px 0px 0px 1px #ddd;
}

.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 15px;
	line-height: 40px;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	outline: none;
}

.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field  {
	height: 40px;
	margin: 0px;
	border: 0px;
	padding: 0px 15px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ddd;
	box-shadow: inset 0px 0px 0px 1px #ddd;
	outline: none;
}

.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field:focus {
	-webkit-box-shadow: inset 0px 0px 0px 1px #000;
	box-shadow: inset 0px 0px 0px 1px #000;
}

.woocommerce-page .select2-search--dropdown {
	padding: 10px;
}

.woocommerce-page .select2-results__option {
	padding: 5px 10px;
	font-weight: 500;
	font-size: 12px;
}

.woocommerce-page .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-page .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #00D0B0;
}

.woocommerce-page .select2-dropdown {
	border: 1px solid #ddd;
	border-radius: 0px;
}

.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}

.woocommerce-page .select2-container--default .select2-results__option[data-selected=true] {
	background: #f8f8f8;
	color: #000;
}

.woocommerce .default-customer-details .woocommerce-additional-fields p textarea {
	display: block;
	padding: 15px;
	height: 200px;
	border: 0px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ddd;
	box-shadow: inset 0px 0px 0px 1px #ddd;
	font-size: 14px;
	color: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	outline: none;
	resize: none;
}

.default-customer-details h3 {
	display: none;
}

.woocommerce form .default-customer-details label.checkbox i {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 1px;
	top: 0px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 10px;
}

.woocommerce form .default-customer-details .woocommerce-account-fields {
	padding: 20px 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.woocommerce form .default-customer-details .woocommerce-shipping-fields {
	padding: 20px 0px;
	border-bottom: 1px solid #ddd;
	margin: 0px 0px 20px;
}

.woocommerce form .default-customer-details .input-checkbox {
	margin: 0px;
}

.woocommerce form .default-customer-details .woocommerce-shipping-fields .shipping_address,
.woocommerce form .default-customer-details .woocommerce-account-fields div.create-account {
	margin-top: 30px;
}

.woocommerce form .default-customer-details .form-row {
	margin: 0px 0px 20px;
	padding: 0px;
}

.woocommerce form .default-customer-details .form-row.address-field {
	width: 100%;
}

.woocommerce form .default-customer-details .form-row.default-create-account {
	margin-bottom: 0px;
}

.default-checkout-container {
	margin-bottom: 60px;
}

.default-review-order {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce-checkout-payment-gateways h2 {
	padding: 20px 0px 20px 30px;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	line-height: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce-checkout-payment-gateways h2:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	background: url('../img/bgi/metode-de-plata-green.svg') no-repeat center center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.order-detail-info h2 {
	padding: 20px 0px 20px 30px;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	line-height: 20px;
    border-bottom: 1px solid #ddd;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.order-detail-info h2:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	background: url('../img/bgi/sumar-green.svg') no-repeat center center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.order-detail-info table {
	padding: 30px 0px;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 20px 0px !important;
}

.woocommerce-checkout-payment-gateways ul li {
	margin: 10px 0px !important;
}

.payment_method_mypos_virtual img {
	display: none;
}

.woocommerce .review-order-inner table.shop_table {
	margin: 0px;
	border: 0px;
	border-radius: 0px;
}

.woocommerce-checkout .review-order-inner #payment {
	background: transparent;
	border-radius: 0px;
}

.woocommerce .review-order-inner table.shop_table tr:first-child td {
	padding-top: 0px;
}

.woocommerce .review-order-inner table.shop_table td.product-name {
	padding: 15px 0px;
}

.checkout-order-info-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.checkout-order-info-row dl.variation {
	display: none !important;
}


.product-checkout-name {
	display: block;
	width: 70%;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	font-weight: 500;
}

.checkout-prod-info .product-total {
	float: right;
}

.checkout-prod-info .product-quantity {
	color: #444;
	font-weight: 500;
}

.quantity-checkout {
	line-height: 16px;
	margin-right: 5px;
}

.checkout-prod-info .checkout-label {
	display: block;
	font-weight: 500;
	font-size: 12px;
	color: #444;
	line-height: 16px;
}

.checkout-prod-info .amount {
	display: block;
	color: #000;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
}

.woocommerce .review-order-inner table.shop_table td {
	padding: 5px 0px;
	border-top: 0px;
}

.quantity-checkout {
	float: left;
}

.woocommerce .review-order-inner table.shop_table tfoot th {
	padding: 5px 0px;
	font-size: 12px;
	line-height: 16px;
	border: 0px;
	font-weight: 500;
	color: #444;
}

.woocommerce .review-order-inner table.shop_table tfoot tr.cart-subtotal th {
	padding-top: 25px;
	border-top: 1px solid #ddd;
}

.woocommerce .review-order-inner table.shop_table tfoot tr.cart-subtotal td {
	padding-top: 25px;
	border-top: 1px solid #ddd;
}

.woocommerce .review-order-inner table.shop_table tfoot tr td {
	border: 0px;
	line-height: 16px;
}

.woocommerce .review-order-inner table.shop_table tfoot td {
	font-size: 12px;
	color: #000;
	text-align: right;
}

.woocommerce .review-order-inner table.shop_table tfoot tr.order-total td {
	color: #00D0B0;
	font-weight: 600;
	font-size: 20px;
}

.woocommerce .review-order-inner table.shop_table tfoot tr.order-total td strong {
	font-weight: 600;
}

.place-order label {
	display: block;
}

.place-order label a {
	color: #00D0B0;
	text-decoration: none;
}

.place-order label a:hover {
	text-decoration: underline;
}

.default-checkout-payment {
	position: relative;
	border-top: 1px solid #ddd;
	padding-top: 30px;
	margin-top: 20px;
}

.woocommerce ul#shipping_method li {
	margin: 0px !important;
	line-height: 18px !important;
}

.woocommerce-checkout-place-order {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 40px 0px;
	margin-top: 30px;
	background: #f8f8f8;
}

.woocommerce-checkout-place-order .place-order {
	padding: 0px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.place-order .green-btn {
	display: block;
	max-width: 280px;
	margin: 30px auto 0px;
}

.woocommerce-checkout-place-order .order-total {
	text-align: center;
}

.woocommerce-checkout-place-order .order-total .total-label {
	display: block;
	font-size: 12px;
	line-height: 18px;
}

.woocommerce-checkout-place-order .order-total .total-value {
	display: block;
	font-size: 36px;
	line-height: 42px;
	font-weight: 600;
}

.woocommerce-checkout #payment.default-checkout-payment ul.payment_methods {
	padding: 0px;
	margin: 0px;
}

.woocommerce-checkout #payment.default-checkout-payment ul.payment_methods {
	margin: 0px 0px 10px;
	border: 0px;
	padding: 0px;
}

.woocommerce-checkout #payment.default-checkout-payment ul.payment_methods li {
	margin: 0px 0px 15px;
}

.woocommerce-checkout #payment div.form-row.default-place-order {
	padding: 0px;
}

.woocommerce-checkout #payment div.form-row.place-order .btn {
	margin: 0px;
}

.woocommerce-privacy-policy-text {
	margin-bottom: 10px;
	font-size: 12px;
	color: #999;
	line-height: 16px;
}

.woocommerce-privacy-policy-text a,
.woocommerce form .form-row .woocommerce-terms-and-conditions-wrapper label.checkbox a {
	text-decoration: none;
	color: #94AFAC;
}

.woocommerce-checkout #payment div.form-row.place-order {
	padding: 0px;
}

.woocommerce form .form-row .woocommerce-terms-and-conditions-wrapper label.checkbox,
.woocommerce-page form .form-row .woocommerce-terms-and-conditions-wrapper label.checkbox {
	display: inline-block !important;
    padding-top: 3px;
	font-size: 12px;
	line-height: 16px;
}

.woocommerce-checkout #payment div.form-row.default-place-order .btn {
	margin-top: 10px;
	float: none !important;
	width: 100%;
	display: block;
	font-weight: 700;
	border: 0px;
	letter-spacing: 1px;
	outline: none;
}

.woocommerce-info-container .woocommerce-info:before {
	display: none;
}

.sent-checkout-container {
	margin-bottom: 50px;
	text-align: center;
}

.sent-checkout-container p {
	color: #000;
	line-height: 24px;
}

.failed-title h1 {
	color: #F30080;
}

body .woocommerce-error {
	padding: 20px 0px 30px 50px;
	border-top: 0px;
	border-bottom: 1px solid #ddd;
	background: #fff;
	color: #F30080;
}

body .woocommerce-error li {
	line-height: 24px;
	font-size: 12px;
}

body .woocommerce-error li strong {
	font-weight: 600;
}

body .woocommerce-error::before {
	content: '';
	width: 40px;
	height: 40px;
	top: 10px;
	left: 0;
	background: #F30080 url('../img/bgi/close-white.svg') no-repeat center center;
	border-radius: 20px;
}

body .woocommerce-error a,
body .woocommerce-info a {
	text-decoration: none;
	color: #000;
}

body .woocommerce-message,
body .woocommerce-info {
	margin-top: 10px;
    padding: 5px 0px 15px 30px;
    border-top: 0px;
    line-height: 20px !important;
    border-bottom: 1px solid #ddd;
    background: #fff;
    font-size: 12px;
    color: #000;
}

body .woocommerce-message::before {
    content: '';
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0;
    background: #00D0B0 url(../img/bgi/check-white.svg) no-repeat center center;
    border-radius: 20px;
}

body .woocommerce-message a {
	display: none !important;
}

body .woocommerce-info::before {
    content: '';
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0;
    background: #00d0b0 url(../img/bgi/check-white.svg) no-repeat center center;
    border-radius: 20px;
}

body .woocommerce-message .restore-item {
	color: #666;
}

body .woocommerce-message .restore-item:hover {
	color: #000;
}

.login-page form {
	max-width: 320px;
	width: 100%;
	margin: 0 auto 50px !important;
}

.login-page form button {
	float: none !important;
}

.resetpw-page-container form {
	max-width: 300px;
	width: 100%;
	margin: 0 auto 50px !important;
}

.resetpw-page-container > p {
	max-width: 440px;
	width: 100%;
	margin: 0 auto 30px;
	font-size: 12px;
	color: #444;
	text-align: center;
}

.resetpw-page-container label {
    display: block;
    font-size: 12px;
    color: #444;
    line-height: 20px;
    font-weight: 500;
}

.resetpw-page-container input[type="text"],
.resetpw-page-container input[type="password"] {
	max-width: 300px;
	width: 100%;
    display: block;
    padding: 0px 15px;
    height: 40px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #dddddd;
    box-shadow: inset 0px 0px 0px 1px #dddddd;
    font-size: 14px;
    color: #000;
    border: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.resetpw-page-container input[type="text"]:focus,
.resetpw-page-container input[type="password"]:focus {
    -webkit-box-shadow: inset 0px 0px 0px 1px #000;
    box-shadow: inset 0px 0px 0px 1px #000;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
	display: none !important;
}

.sent-checkout-container .echipa-text {
	margin-top: 20px;
	font-weight: 700;
	color: #00d0b0;
}

/*Failed card payment redirection*/
.woocommerce-order-pay .woocommerce-info {
	margin-top: 15px;
}

.woocommerce-order-pay form.login.default-login {
	max-width: 320px;
	margin: 0 auto;
}

.woocommerce-order-pay .woocommerce table.shop_table {
	margin-top: 50px;
	border: 1px solid #ddd;
	color: #000;
	border-radius: 0;
}

.woocommerce-order-pay .woocommerce #payment {
	background: #fff;
	-webkit-border-radius: 0;
}

.woocommerce-order-pay .woocommerce #payment .wc_payment_method {
	margin-bottom: 10px;
}

.woocommerce-order-pay .woocommerce #payment div.form-row {
	padding: 0;
	margin: 15px 0;
}

.woocommerce-order-pay .woocommerce #payment #place_order {
	float: none;
	display: block;
    max-width: 280px;
    margin: 30px auto 0px;
    width: 100%;
    height: 40px;
    margin-top: 30px;
    border: 0px;
    background: #00D0B0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.woocommerce-order-pay .woocommerce #payment #place_order:hover {
	background: #000;
}
/* End checkout CSS
--------------------------------------------------------------------------------------------------*/

/* Start account CSS
--------------------------------------------------------------------------------------------------*/
.succes-reset-password {
	max-width: 440px;
	width: 100%;
	margin: 0 auto 60px;
}

.succes-reset-password p {
	text-align: center;
    margin: 0 auto 30px;
    font-size: 12px;
    color: #444;
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation.default-account-navigation {
	width: 280px;
	margin-right: 40px;
	padding: 20px 0px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce-account .woocommerce-MyAccount-navigation.default-account-navigation li.is-active a {
	color: #000;
}

.woocommerce-account .woocommerce-MyAccount-navigation.default-account-navigation li.is-active a:after {
	content: '';
	position: absolute;
	left: 0%;
	top: 13px;
	width: 2px;
	height: 20px;
	background: #000;
}

.woocommerce-account .woocommerce-MyAccount-navigation.default-account-navigation li:last-child:after {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation.default-account-navigation a {
	display: block;
	position: relative;
	font-size: 14px;
	padding: 15px 40px;
	text-decoration: none;
	color: #444;
	font-weight: 600;
	font-size: 12px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.woocommerce-account .woocommerce-MyAccount-navigation.default-account-navigation a:hover {
	background: #f8f8f8;
	color: #000;
}

.woocommerce-account .woocommerce-MyAccount-content.default-account-content {
	float: right;
	width: calc(100% - 320px);
	margin-bottom: 50px;
}

.woocommerce .woocommerce-MyAccount-content form .form-row {
	padding: 0px;
	margin-bottom: 20px;
	width: 100%;
}

.dashboard-container {
	display: flex;
}

.dashboard-container .dash-box {
	width: calc(100% / 3);
}

.default-account-content h2 {
	padding: 15px 0px;
	font-size: 12px;
	font-weight: 600;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.default-account-content p {
	font-size: 12px;
	text-align: left;
	font-weight: 500;
	line-height: 24px;
	color: #444;
}

.default-account-content .dash-box-content {
	text-align: center;
	height: calc(100% - 78px);
	margin-right: 40px;
	position: relative;
	padding: 30px 0px 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.default-account-content .dash-box-content .btn {
	position: absolute;
	bottom: 0px;
	left: 0%;
}

.default-account-content .btn {
	min-width: 140px;
	padding: 0px 15px;
}

.default-account-content .btn.view {
	min-width: 50px;
}

.account-inner .woocommerce-pagination--without-numbers {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.account-inner .woocommerce-pagination--without-numbers a.button {
    color: #000000;
    background-color: #f8f8f8;
    border-radius: 0px;
    border: 0px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
}

.dashboard-container .edit-account .dash-box {
	width: 50%;
}

.dashboard-container .edit-account .dash-box.dashboard-edit-customer .dash-box-content {
	padding-right: 30px;
}

.dashboard-container .edit-account .dash-box.dashboard-edit-password .dash-box-content {
	padding-left: 20px;
}

.dashboard-container .edit-account .dash-box.dashboard-edit-password h2 {
	padding-left: 20px; 
}

.default-account-content input[type="text"],
.default-account-content input[type="email"],
.default-account-content input[type="password"],
.default-account-content input[type="tel"] {
	display: block;
	padding: 0px 15px;
	height: 40px;
	border: 0px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ddd;
	box-shadow: inset 0px 0px 0px 1px #ddd;
	font-size: 12px;
	color: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	outline: none;
}

.default-account-content input[type="text"]:focus,
.default-account-content input[type="email"]:focus,
.default-account-content input[type="password"]:focus,
.default-account-content input[type="tel"]:focus {
	-webkit-box-shadow: inset 0px 0px 0px 1px #000;
	box-shadow: inset 0px 0px 0px 1px #000;
}

.account-detail-column {
	float: left;
	width: 50%;
}

.account-detail-column h2 {
	margin-bottom: 30px;
}

.account-detail-column.column-1 h2 {
	padding-right: 20px;
}

.account-detail-column.column-2 h2 {
	padding-left: 20px;
}

.account-detail-column.column-1 .column-inner {
	margin-right: 20px;
}

.edit-account .btn,
.woocommerce-address-fields .btn {
	width: 140px;
}

.account-detail-column.column-2 .column-inner {
	margin-left: 20px;
}

.default-account-content label {
	font-size: 12px;
	color: #444;
	font-weight: 500;
}

.default-account-content p span em {
	font-size: 12px;
	color: #444;
}

.default-account-content .edit-account .dash-box-content {
	padding-right: 0px;
	padding-bottom: 0px;
}

.edit-billing-address h2 {
	margin-bottom: 30px;
}

.woocommerce-address-fields {
	max-width: 600px;
}

.dashboard-container .dash-box.address-list {
	width: 50%;
}

.default-account-content .dashboard-container .address-list .btn {
	left: 0%;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.woocommerce table.my_account_orders.shop_table {
	border: 0px;
	margin: 0px;
	border-radius: 0px;
}

.woocommerce table.my_account_orders.shop_table th {
	padding: 15px 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #000;
	font-weight: 600;
	font-size: 12px;
}

.woocommerce table.my_account_orders.shop_table th:last-child,
.woocommerce table.my_account_orders.shop_table td:last-child,
.woocommerce table.my_account_orders.shop_table th:nth-last-child(2),
.woocommerce table.my_account_orders.shop_table td:nth-last-child(2) {
	width: 65px;
	text-align: center;
}

.woocommerce-orders-table__cell-wcpr_reviews {
	display: none !important;
}

.order-again {
	display: none;
}

.order-inner-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.order-inner-title .green-bordered-btn {
	border-color: #ddd;
}

.order-inner-title .green-bordered-btn:hover {
	border-color: #000;
}

.woocommerce table.my_account_orders.shop_table td {
	padding: 15px 0px;
	font-size: 12px;
	color: #444;
	border-top: 0px;
	border-bottom: 1px solid #ddd;
}

.woocommerce table.my_account_orders.shop_table td.woocommerce-orders-table__cell-order-status {
	color: #FF9C00;
}

.woocommerce table.my_account_orders.shop_table .woocommerce-orders-table__row--status-completed  td.woocommerce-orders-table__cell-order-status {
	color: #00D0B0;
}

.woocommerce table.my_account_orders.shop_table .woocommerce-orders-table__row--status-cancelled  td.woocommerce-orders-table__cell-order-status {
	color: #F30080;
}

.woocommerce table.my_account_orders.shop_table td a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.woocommerce table.my_account_orders.shop_table td a:hover {
	color: #000;
}

.woocommerce-Button--next.btn {
	float: right;
	margin: 10px 0px;
}

.woocommerce-Button--previous.btn {
	float: left;
	margin: 10px 0px;
}

.woocommerce-order-details {
	margin-top: 30px;
}

.woocommerce table.shop_table.order_details {
	margin-top: 30px;
	border: 0px;
	border-radius: 0px;
}

.woocommerce table.shop_table.order_details th:first-child {
	padding: 15px 0px;
	font-size: 12px;
    color: #444;
    font-weight: 500;
}

.woocommerce .default-order-details table.shop_table.order_details thead tr th {
	border-bottom: 1px solid #ddd;
}

.woocommerce .default-order-details table.shop_table.order_details tbody tr th,
.woocommerce .default-order-details table.shop_table.order_details tbody tr td {
	border-top: 0px;
	border-bottom: 1px solid #ddd;
}

.woocommerce .default-order-details table.shop_table.order_details td:last-child {
	vertical-align: top;
	font-size: 12px;
	padding:0px;
	color: #000;
	font-weight: 500;
	text-align: right;
}

.woocommerce .default-order-details table.shop_table.order_details .order_item td {
    padding: 15px 0px;
}

.woocommerce .default-order-details table.shop_table.order_details tfoot tr th {
	padding: 5px 0px;
}

.woocommerce .default-order-details table.shop_table.order_details tfoot tr:first-child th,
.woocommerce .default-order-details table.shop_table.order_details tfoot tr:first-child td {
	padding-top: 30px;
}

.woocommerce .default-order-details table.shop_table.order_details tfoot tr:last-child th,
.woocommerce .default-order-details table.shop_table.order_details tfoot tr:last-child td {
	padding-bottom: 30px;
}

.woocommerce table.shop_table.order_details th:last-child {
	width: 200px;
	padding: 15px 0px;
	font-size: 12px;
	color: #000;
	text-align: right;
}

.woocommerce table.shop_table.order_details td.product-name {
	padding: 15px 0px;
}

.woocommerce table.shop_table.order_details td.product-total {
	padding: 20px 0px;
}

.woocommerce table.shop_table.order_details td.product-name div {
	padding: 5px 0px;
	overflow: hidden;
}

.woocommerce table.shop_table.order_details td.product-name a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.woocommerce table.shop_table.order_details td.product-name a:hover {
	color: #94AFAC;
}

.woocommerce table.shop_table.order_details tfoot td,
.woocommerce table.shop_table.order_details tfoot th {
	border: 0px;
}

.woocommerce .default-order-details table.shop_table.order_details tfoot tr:last-child td {
	color: #000;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: 700;
}

.woocommerce-customer-details .dashboard-container .dash-box {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.default-account-content .woocommerce-customer-details .dash-box-content {
	padding-bottom: 0px;
	padding-right: 30px;
}

.default-account-content p mark {
	color: #000;
}

.no-order-btn {
	float: right;
}

.empty-order-list {
	line-height: 40px !important;
    padding: 0px 0px 30px 50px !important;
}

body .woocommerce-message.empty-order-list::before {
	top: 0;
}

.woocommerce-account .login-page {
	display: flex;
	max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.woocommerce-account .login-page .register-side {
	width: 50%;
}

.woocommerce-account .login-page .register-side .btn {
	margin-top: 40px !important;
}

.woocommerce-account .login-page .login-side {
	width: 50%;
}

.register-content {
	position: relative;
}

.register-content:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	height: 100%;
	width: 1px;
	background: #ddd;
}

.register-content .woocommerce-privacy-policy-text {
	display: none;
}
/* End account CSS
--------------------------------------------------------------------------------------------------*/

/* Start 404 CSS
--------------------------------------------------------------------------------------------------*/
.error-section {
	margin: 60px 0px;
	text-align: center;
}

.error-section p {
	font-weight: 600;
	color: #000;
	font-size: 12px;
}
/* End 404 CSS
--------------------------------------------------------------------------------------------------*/

/* Start contact CSS
--------------------------------------------------------------------------------------------------*/
.contact-description {
	text-align: center;
	padding: 0px 0px 30px;
}

.contact-row h2 {
    position: relative;
    display: block;
    padding: 25px 0px 25px 30px;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 600;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.working-hours p {
    color: #000;
    line-height: 18px;
    font-size: 18px;
}

.working-hours p strong {
	font-weight: 600;
	font-size: 12px;
}

.working-hours p:last-of-type {
	margin: 30px 0px;
}

.working-hours p:nth-of-type(2) {
	margin: 10px 0px 0px;
}

.contact-row h2:after {
	content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
}

.working-hours h2:after {
    background: url(../img/bgi/program-de-lucru-green.svg) no-repeat right center;
}

.contact-row ul {
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.contact-row ul li {
	font-size: 12px;
	line-height: 18px;
}

.contact-row ul li strong {
	font-weight: 600;
}

.business-info {
	margin-bottom: 30px;
}

.business-info h2:after {
    background: url(../img/bgi/info-green.svg) no-repeat right center;
}

.contact-left-column {
	float: left;
	max-width: 570px;
	width: 100%;
	margin-right: 60px;
}

.contact-right-column {
	float: right;
	width: calc(100% - 630px);
}

.contact-right-column h2 {
    position: relative;
    display: block;
    padding: 25px 0px 25px 30px;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 600;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.contact-right-column h2:after {
	content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../img/bgi/info-green.svg) no-repeat right center;
}

.wpcf7-form label {
	display: block;
    font-size: 10px;
    color: #444;
    font-weight: 500;
}

.gdpr-text {
	margin-top: 5px;
}

.gdpr-text p {
	font-size: 12px;
	color: #444;
}

.gdpr-text p a {
	color: #000;
}

.text-fields {
	display: flex;
	margin-bottom: 15px;
	justify-content: space-between;
}

.text-fields fieldset {
	width: 48%;
}

.text-fields br,
.textarea-field br {
	display: none;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-not-valid-tip {
	font-size: 10px;
	color: #F30080;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border: 0px !important;
	color: #F30080;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: 0px !important;
	color: #5a9ea0;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
}

.text-fields input {
	display: block;
	width: 100%;
    padding: 0px 15px;
    height: 40px;
    border: 0px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #ddd;
    box-shadow: inset 0px 0px 0px 1px #ddd;
    font-size: 12px;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    outline: none;
}

.text-fields input:focus,
.textarea-field textarea:focus {
    -webkit-box-shadow: inset 0px 0px 0px 1px #000;
    box-shadow: inset 0px 0px 0px 1px #000;
}

.textarea-field textarea {
	display: block;
	width: 100%;
    padding: 15px;
    height: 200px;
    border: 0px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #ddd;
    box-shadow: inset 0px 0px 0px 1px #ddd;
    font-size: 14px;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    outline: none;
    resize: none;
}
/* End contact CSS
--------------------------------------------------------------------------------------------------*/

/* Start terms CSS
--------------------------------------------------------------------------------------------------*/
.terms-inner {
	width: 100%;
	margin: 60px auto;
}

.terms-content {
	display: flex;
	flex-wrap: nowrap;
}

.terms-content h1,
.info-section-inner h1 {
	margin-top: 30px;
    padding: 0px 50px;
    line-height: 24px;
	font-size: 18px;
	font-weight: 600;
}

.info-section-inner h1 {
	padding: 0px;
}

.terms-title {
	width: 370px;
	text-align: center;
}

.terms-text {
	width: 830px;
	padding-left: 30px;
	border-left: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.terms-inner h2,
.info-section-inner h2 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

.terms-inner h2 a,
.info-section-inner h2 a {
	color: #000;
}

.terms-inner p,
.info-section-inner p {
    margin: 20px 0px;
    font-size: 12px;
    color: #444;
    line-height: 20px;
    text-align: justify;
}

.terms-inner p strong,
.info-section-inner p strong {
	font-weight: 600;
}

.terms-inner ul,
.info-section-inner ul {
	margin: 20px 0px;
}

.terms-inner ul li,
.info-section-inner ul li {
	font-size: 12px;
	line-height: 20px;
}

.terms-inner ul li strong,
.info-section-inner ul li strong {
	font-weight: 600;
}

.terms-text ul,
.info-section-inner ul {
	list-style: disc;
	list-style-position: inside;
}

.terms-text ol,
.info-section-inner ol {
	list-style: decimal;
	list-style-position: inside;
}

.terms-inner p a,
.info-section-inner p a,
.info-section-inner li a {
	color: #000;
}

.terms-nav-terms {
	list-style-type: none;
}

.terms-nav-terms li a {
	display: block;
	color: #999;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.terms-nav-terms li a:hover {
	color: #000;
}

.bank-text h2 {
	text-align: center;
}

.bank-cards {
	text-align: center;
}

.info-section-inner.terms-inner {
	margin: 30px 0px;
}

.info-section-text {
	float: left;
	width: calc(100% - 400px);
}

.info-section-sidebar {
	float: left;
	width: 300px;
	margin-left: 100px;
}

.sidebar-products-list a {
	text-decoration: none;
}

.sidebar-products-list .single-promo {
	position: relative;
}

.info-section-content.terms-content {
	margin-top: 30px;
}
/* End terms CSS
--------------------------------------------------------------------------------------------------*/
.whishlist-table .cart-empty {
	text-align: center;
}

.whishlist-table .cart-empty.woocommerce-info {
	border-bottom: 0;
	padding: 0;
}

.whishlist-table .cart-empty.woocommerce-info::before {
	display: none;
}

.woocommerce .whishlist-table .return-to-shop {
	text-align: center;
	margin-top: 30px;
}

.woocommerce .whishlist-table .return-to-shop a.button {
    min-width: 280px;
    padding: 0px;
    height: 40px;
    border: 1px solid #00D0B0;
    color: #000;
    line-height: 38px;
    text-align: center;
    background: none;
    outline: none;
    font-weight: 600;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.woocommerce .whishlist-table .return-to-shop a.button:hover {
	border-color: #000;
}

.tinv-wishlist .tinv-header {
	display: none;
}

.wishlist_item .available-on-backorder {
	position: relative;
	font-size: 12px;
}

.wishlist_item .stock {
	font-size: 12px;
	text-align: center;
}

.wishlist_item .out-of-stock {
	color: #F30080;
}

.wishlist_item .available-on-backorder:after {
	content: 'Rendelés';
	color: #FF9C00;
}

.wishlist_item .stock span:first-of-type {
	display: none;
}

.wishlist_item .product-price {
	display: table-cell;
}

.wishlist_item .available-on-backorder .tinvwl-txt {
	display: none;
}

.whishlist-section th.product-price,
.whishlist-section td.product-price {
	text-decoration: none;
}

.whishlist-section .tinv-wishlist th {
	font-weight: 600;
	font-size: 12px;
}

.whishlist-section .tinv-wishlist .product-action {
    width: 175px;
}

.whishlist-section .woocommerce.tinv-wishlist .product-action button.button.alt,
.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button.tinvwl_button_view,
.whishlist-section .woocommerce.tinv-wishlist .product-action a {
    width: 100%;
    height: 40px;
    border: 0px;
    padding: 0px;
    outline: none;
    border:0px;
    border-radius: 0px;
    background-color: #00D0B0;
    color: #fff;
    line-height: 40px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button i {
	display: none;
}

.whishlist-section .woocommerce.tinv-wishlist .product-action button.button.alt:hover,
.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button.tinvwl_button_view:hover,
.whishlist-section .woocommerce.tinv-wishlist .product-action a:hover {
	background-color: #000;
}

.whishlist-section .woocommerce.tinv-wishlist tfoot button.button,
.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button.tinvwl_button_close {
    min-width: 280px;
    padding: 0px;
    height: 40px;
    border: 1px solid #00D0B0;
    color: #000;
    line-height: 38px;
    text-align: center;
    background: none;
    outline: none;
    font-weight: 600;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.whishlist-section .tinv-wishlist .product-stock,
.whishlist-section .tinv-wishlist .product-date,
.whishlist-section .tinv-wishlist .product-price {
    width: 130px;
    text-align: center;
}

.whishlist-section td.product-price del {
	display: block;
}

.whishlist-section td.product-price ins {
	text-decoration: none;
	font-weight: 600;
}

.whishlist-section .tinv-wishlist .product-name a {
	color: #000;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}

.whishlist-section .tinv-wishlist .product-remove button {
	outline: none;
	background: #F8F8F8;
}

.whishlist-section .tinv-wishlist .product-remove button:hover {
	background: #eee;
}

.whishlist-section .woocommerce.tinv-wishlist tfoot button.button:hover,
.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button.tinvwl_button_close:hover {
	border-color: #000;
}

.tinvwl-table-manage-list tbody tr {
	border-top: 1px solid #ddd;
}

.tinvwl-table-manage-list tbody tr:last-child {
	border-bottom: 1px solid #ddd;
}

.cn-text-container {
	margin-bottom: 0px !important;
}

.cn-text-container a {
	color: #fff;
}

#cookie-notice .cn-button {
	display: none !important;
}

.normal-price-gap {
	margin-top: 24px;
}

/*new filter*/
.awf-filter-wrapper .noUi-tooltip {
	font-size: 10px;
	border: 0px;
}

.awf-range-slider-container .noUi-value {
	font-size: 10px !important;
	color: #999 !important;
}

.awf-filter-wrapper .noUi-handle {
	box-shadow: none;
	background: #00d0b0;
	border: 0px;
	width: 16px !important;
	height: 16px !important;
	top: -7px !important;
	right: -7px !important;
}

.noUi-marker-large {
	display: none !important;
}

.noUi-connects .noUi-connect {
	background: #00d0b0;
}

.awf-filter-wrapper .noUi-target {
	box-shadow: none !important;
	border: 0px;
}

.awf-filters-container .awf-filter-container.awf-range-slider-container {
    margin: 40px 10px 40px 5px !important;
    line-height: 16px !important;
}

.awf-active-badge i {
	display: none;
}

.awf-active-badges-container .awf-active-badge  {
	display: inline-block;
	padding-right: 10px;
	position: relative;
	margin-right: 10px;
}

.awf-active-badges-container .awf-active-badge:after {
	content: 'x';
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #F30080;
	line-height: 18px;
	font-weight: 700;
}

.awf-reset-btn-container {
	text-align: left !important;
}

.awf-reset-btn {
	display: block;
	border: 0px;
	width: 80px !important;
	height: 30px;
	outline: none;
	background: #f8f8f8;
	color: #000;
}

.awf-reset-btn:hover {
	background: #00d0b0;
	color: #fff;
}

.awf-filter-title {
	padding-bottom: 10px !important;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px !important;
}

li.awf-filter-container {
	margin-bottom: 3px !important;
}

.awf-filter-container .awf-filter-count {
	font-size: 12px !important;
	opacity: 1 !important;
}

.products-list .sorting-filter .awf-filter-wrapper:first-child {
	float: right;
	width: 70px;
}

.products-list .sorting-filter .awf-filter-wrapper:last-child {
	float: left;
	width: 200px;
}

.products-list .awf-preset-title {
	display: none;
}

.products-list .awf-dropdown .awf-filter-title-container {
	border-color: #ddd;
	line-height: 38px;
	padding-left: 15px;
}

.products-list .awf-dropdown .awf-filter-title-container:hover {
	box-shadow: none;
}

.products-list .awf-collapse-btn::before {
	width: 25px;
    height: 38px;
    font-size: 0px;
    outline: none;
    background: url(../img/bgi/arrow-down-black.svg) no-repeat center center;
    background-size: 10px;
    opacity: 1;
    top: 0 !important;
    transform: none !important;
}

.products-list .awf-filter-title {
	font-weight: 500;
	font-size: 12px;
    color: #444;
    padding: 0px !important;
    margin-bottom: 0px !important;
}

.products-list .awf-filter-wrapper {
	margin-bottom: 0px;
}

.products-list .awf-dropdown .awf-filters-container {
	top: 40px;
	padding: 0px;
	border-color: #ddd;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.products-list .awf-dropdown li label {
	padding: 5px 0px 5px 15px !important;
	font-weight: 500;
	display: block !important;
}

.products-list .awf-dropdown li {
	margin-bottom: 0px !important;
	border-bottom: 1px solid #ddd;
}

.products-list .awf-dropdown li:last-child {
	border: 0px;
}

.products-list .awf-dropdown li label:before,
.products-list .awf-dropdown li label:after {
	display: none;
}

.awf-togglable-preset-btn {
	/*display: none !important;*/
}

.awf-togglable-preset-btn i {
	display: none;
}

.sorting-filter {
	margin-bottom: 20px;
}

.awf-filter-wrapper input[type='text'].awf-terms-search {
    margin: 0;
    padding: 10px 10px;
    width: 80%;
    height: 30px;
    line-height: inherit; 
    text-align: left;
    font-size: 12px;
    background-color: #fff; 
    border: 1px solid #ddd;
    outline: none;
}

.awf-filter-wrapper input[type='text'].awf-terms-search:focus {
	border-color: #000;
}

.awf-filter-wrapper .awf-filters-container.awf-pretty-scrollbars .ps__rail-y {
    width: 5px;
    border-radius: 0px;
    opacity: 1;
    background: #f7f7f7;
}

.awf-filter-wrapper .ps__rail-y:hover > .ps__thumb-y {
	width: 5px;
    background-color: #000;
}

.awf-filter-wrapper .ps__thumb-y {
	border-radius: 0px;
	background-color: #999;
	width: 5px;
}

/* Best deal template */
.deal-products-list .single-promo {
	float: left;
	width: 25%;
	margin-bottom: 40px;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.deal-products-list .single-promo:nth-child(4n) {
	margin-right: 0px;
}

.deal-products-list .product-promo-price {
	font-size: 14px;
}

.deals-page-products h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.promo-products.deals-page-products {
	margin: 0px 0px 50px;
}

/* Blog */
.blog-section h1 {
	margin-top: 30px;
    margin-bottom: 30px;
    line-height: 36px;
    font-size: 32px;
    font-weight: 600;
}

.blog-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog-post {
	position: relative;
	width: calc(50% - 15px);
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.blog-content {
	text-align: center;
}

.blog-content a {
	text-decoration: none;
	color: #000;
}

.blog-title {
	margin: 30px 0px;
	font-weight: 600;
	font-size: 18px;
}

.blog-date {
	display: inline-block;
	position: relative;
	padding-bottom: 8px;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	font-weight: 600;
}

.blog-date:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 30px;
	height: 1px;
	background: #00d0b0;
	margin-left: -15px;
}

.excerpt {
	color: #444444;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin: 30px 0px 0px;
}

.blog-btn-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.blog-btn-container a {
	display: inline-block;
	width: 140px;
	height: 40px;
	border:1px solid #ddd;
	font-weight: 600;
	color: #000;
	font-size: 12px;
	line-height: 38px;
	position: relative;
	z-index: 2;
	background: #fff;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.blog-btn-container:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 19px;
	width: 100%;
	height: 1px;
	background: #ddd;
}

.blog-btn-container a:hover {
	border-color: #000;
}

.blog-inner-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.blog-inner-title,
.blog-inner-top figure {
	width: calc(50% - 15px);
}

.blog-inner-title h1 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 18px;
}

.blog-inner-date {
	display: block;
	margin: 20px 0px;
	position: relative;
	padding-top: 8px;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	font-weight: 600;
}

.blog-inner-date:after {
	content: '';
	position: absolute;
	left: 0%;
	top: 0px;
	width: 30px;
	height: 1px;
	background: #00d0b0;
}

.blog-social li {
	display: inline-block;
	margin-right: 10px;
}

.blog-social li a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 30px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.blog-social li a:hover {
    color: #fff;
    background: #00d0b0;
}

.blog-social li a i {
	line-height: 30px;
}

.blog-inner-container {
	max-width: 800px;
	width: 100%;
	margin: 60px auto;
}

.blog-inner-container p {
	margin-bottom: 30px;
	line-height: 20px;
	color: #444444;
	text-align: justify;
}

.blog-inner-container blockquote {
	position: relative;
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 300;
	font-style: italic;
	line-height: 20px;
	padding: 30px 0px 30px 30px;
}

.blog-inner-container blockquote p {
	margin: 0px;
}

.blog-inner-container blockquote:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background: #00d0b0;
}

.blog-inner-content a {
	color: #00d0b0;
	text-decoration: none;
}

.blog-inner-content a:hover {
	text-decoration: underline;
}

.blog-inner-container ul {
	list-style-type: disc;
}

.blog-inner-container ol,
.blog-inner-container ul {
	margin-bottom: 30px;
	padding-left: 20px;
}

.blog-inner-container li {
    line-height: 20px;
    margin-bottom: 5px;
    color: #444444;
    text-align: justify;
}

.blog-inner-container h2 {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 24px;
}

.blog-inner-container h3 {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 20px;
}

.blog-inner-container .aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.blog-inner-btn-container {
	text-align: center;
}

.notice-header-text {
	background: #f8f8f8;
	/*background: #ff9c00;*/
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding: 7px 10px;
	text-align: center; 
}

/* Coupon */
.coupon-container {
	position: relative;
	float: left;
	margin: 20px 0px 10px;
	padding: 20px 20px 20px 60px;
	border: 2px dashed #e92230;
}

.coupon-container:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 100%;
	background: url('../img/bgi/discount-red.svg') no-repeat center center;
}

/*.awf-availability-onbackorder-container {
	display: none !important;
}*/

.notice-container {
	position: fixed;
	right: 0;
	bottom: 0;
	display: flex;
	z-index: 9999;
	justify-content: flex-end;
	flex-wrap: wrap;
	z-index: 9999;
}

.promotion-popup {
	-webkit-transform: scale(0);
	transform: scale(0);
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.cookie-notice {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: #f8f8f8;
	padding: 15px 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cookie-notice-inner {
	font-size: 12px;
}

.cookie-notice-inner a {
	color: #000;
}

.close-cookie-notice {
	position: absolute;
    right: 10px;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(../img/bgi/close-black.svg) no-repeat center center;
    cursor: pointer;
}

.promotion-popup.active {
	-webkit-transform: scale(0);
	transform: scale(1);
}

.promotion-popup .voucher {
	max-width: 280px;
    background-color: #00b9f0;
    color: #FFF;
    position: relative;
    padding: 15px 20px 15px 60px;
    min-height: 60px;
    font-size: 12px;
    box-sizing: border-box;
    cursor: default;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.promotion-popup .voucher:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 15px;
    width: 25px;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/bgi/best-deal-white.svg);
}

.promotion-popup .voucher a {
	color: #fff;
}

.voucher-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../img/bgi/close-white.svg) no-repeat center center;
    cursor: pointer;
}

.default-coupon {
	padding: 0px 0px 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
}

.woocommerce-form-coupon {
    padding: 30px;
    border: 1px solid #ddd;
    text-align: center;
}

.default-coupon label {
	display: block;
	text-align: center;
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.woocommerce-form-coupon input[type=text] {
    display: inline-block;
    max-width: 340px;
    width: 100%;
}

.default-coupon .coupon-input {
	margin-bottom: 10px;
}

.default-coupon .coupon-input input {
	width: 100%;
	height: 40px;
	margin: 15px 0px;
	padding: 0px 15px;
	font-size: 14px;
	border: 1px solid #ddd;
	color: #000;
	text-align: center;
	outline: none;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.default-coupon .coupon-input input:focus {
	border-color: #000;
	background: #fff;
}

.default-coupon .btn {
	display: block;
	width: 100%;
	border: 0px;
	font-size: 12px;
	color: #444;
	height: 30px;
    line-height: 30px;
    background: #f7f7f7;
    max-width: 200px;
    margin: 0 auto;
	font-weight: 600;
	outline: none;
    font-family: 'Spartan', sans-serif !important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.default-coupon .btn:hover {
	color: #000;
}

.superball-text {
	padding: 30px 0px 0px;
	color: #999;
	font-size: 12px;
	text-align:  justify;
}

/* Testare */
.testing-badge {
    display: block;
    padding: 0px 5px;
    width: auto;
    height: 25px;
    color: #fff;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    font-size: 10px;
    z-index: 2;
    background: #ff4b4b;
    margin-right: 1px;
}

.dgwt-wcas-search-input.focused {
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.suggestion-custom {
	position: absolute;
	left: 0;
	top: 34px;
	width: 100%;
	background: #fff;
	padding-bottom: 15px;
	border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
    display: none;
}

.suggestion-title-container {
	padding: 7px 10px;
}

.suggestion-title-custom {
	display: block;
	border-bottom: 1px solid #ddd;
    font-weight: 600;
    margin-top: 16px;
    font-size: 12px;
    padding-bottom: 3px;
    color: #444;
}

.suggestion-custom ul li a {
    display: block;
    position: relative;
    padding: 7px 10px 7px 30px;
    color: #444;
    font-size: 12px;
    width: 100%;
    line-height: 16px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.suggestion-custom ul li a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url('../img/bgi/search-black.svg') no-repeat center center;
	opacity: .5;
}

.suggestion-custom ul li a:hover {
	background: #f8f8f8;
}


.free-gift-container {
	position: relative;
	max-width: 400px;
	width: 100%;
	margin-bottom: 30px;
	border: 1px dashed #00D0B0;
	padding: 10px 10px 10px 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.free-gift-container:after {
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url('../img/bgi/gift-green.svg') no-repeat center center;
}

.free-gift-container a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.free-gift-title {
	display: block;
	color: #000;
	font-size: 12px;
}

.free-gift-container a figure {
	width: 180px;
}

.free-regular-price {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    vertical-align: top;
}

.gift-price-label {
	display: inline-block;
	color: #767676;
	line-height: 24px;
	font-size: 12px;
}

.free-gift-container a:hover .free-gift-title {
	color: #000;
}

.prod-cart-info .variation {
	display: none;
}

.day7-popup {
	background: #fff;
    position: relative;
    max-width: 320px;
    padding: 40px 20px 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-right: 15px;
    box-shadow: 10px 0px 20px 0px rgb(0 0 0 / 10%);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.day7-popup.closed {
	display: none;
}

.day7-popup .day7-popup-inner a {
	display: block;
	text-decoration: none;
	color: #444;
}

.day7-popup .day7-popup-inner a:hover {
	color: #000;
}

.day7-popup .day7-popup-inner a div {
	position: relative;
	padding-left: 40px;
	margin-top: 20px;
	color: #000;
}

.day7-popup .day7-popup-inner a div:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url('../img/bgi/discount-green.svg') no-repeat left center;
}

.close-day7 {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
    background: url(../img/bgi/close-black.svg) no-repeat center center;
}

/* Ukraine */
.ukraine-section-inner {
	margin: 50px 0px;
}

.ukraine-content {
	margin-top: 50px;
}

.ukraine-text {
	float: left;
	width: 560px;
	margin-right: 40px;
}

.ukraine-text h1,
.ukraine-text h2 {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
}

.ukraine-text p {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0px;
	text-align: justify;
}

.ukraine-form-outer {
	float: left;
	width: calc(100% - 600px);
	border: 1px solid #00d0b0;
	border-radius: 20px;
	padding: 50px 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ukraine-form-outer h3 {
	margin-bottom: 30px;
	text-align: center;
	font-weight: 600;
}

.ukraine-form-outer label {
	display: block;
	font-weight: 500;
	font-size: 10px;
}

.ukraine-form-outer input {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.ukraine-form-outer input:focus {
	border-color: #000;
}

.ukraine-form-outer input.wpcf7-not-valid {
	border-color: #dc3232;
}

.ukraine-form {
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
}

.ukraine-form br {
	display: none;
}

.ukraine-form .wpcf7-not-valid-tip {
	display: none;
}

.ukraine-form .wpcf7-form-control-wrap {
	display: block;
}

.ukraine-form .wpcf7-spinner {
	display: none;
}

.black-badge {
	position: relative;
	display: block;
    height: 25px;
    padding: 0px 5px 0px 5px;
    color: #FFF;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    font-size: 10px;
    z-index: 2;
    background: #101c01;
	cursor: help;
}

/* Start quiz page styles  */
.quiz-container {
	position: relative;
	width: 100%;
	height: 480px;
	padding: 50px;
	text-align: center;
	background: url('../img/bgi/bckgr-desktop-corner-radius-0.webp') no-repeat center center;
	border-radius: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 50px;
}

.step-title {
	text-align: center;
	height: 84px;
	overflow: hidden;
}


.step-title h1,
.step-title h2 {
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}

.step-title p {
	line-height: 20px;
	color: #666666;
}

.step-middle-container {
	height: 240px;
}

.step-start-icon {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../img/bgi/start-black.svg') no-repeat center center;
}

.quiz-container .btn {
	position: relative;
	max-width: 140px;
	margin-top: 15px;
}

.started-step,
.end-step {
	display: none;
}

.step-middle-container {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	display: flex;
    align-items: center;
}

.step-middle-container li {
	cursor: pointer;
}

.step-1-list,
.step-2-list,
.step-5-list {
	display: flex;
	justify-content: space-around;
	width: 100%;
}

.step-4-list {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
}

.icon-step {
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	border-radius: 30px;
	background-color: rgba(255,255,255, .3);
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.step-middle-container li:hover .icon-step {
	background-color: rgba(255,255,255, 1);
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0%);
}

.step-middle-container li.selected .icon-step {
	background-color: #00d0b0;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0%);
}

.step-1-list-1-icon {
	background-image: url('../img/quiz/only-me-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.step-1-list-2-icon {
	background-image: url('../img/quiz/me-and-my-partner-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.step-1-list-3-icon {
	background-image: url('../img/quiz/my-baby-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.step-1-list-4-icon {
	background-image: url('../img/quiz/my-child-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.step-1-list-5-icon {
	background-image: url('../img/quiz/family-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.selected .step-1-list-1-icon {
	background-image: url('../img/quiz/only-me-white.svg');
}

.selected .step-1-list-2-icon {
	background-image: url('../img/quiz/me-and-my-partner-white.svg');
}

.selected .step-1-list-3-icon {
	background-image: url('../img/quiz/my-baby-white.svg');
}

.selected .step-1-list-4-icon {
	background-image: url('../img/quiz/my-child-white.svg');
}

.selected .step-1-list-5-icon {
	background-image: url('../img/quiz/family-white.svg');
}

.step-name {
	display: block;
	margin: 20px 0px;
	font-size: 12px;
	font-weight: 600;
	color: #666666;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.step-middle-container li:hover .step-name {
	color: #000;
}

.step-2-list-1-icon {
	background-image: url('../img/quiz/weight-level-1-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.step-2-list-2-icon {
	background-image: url('../img/quiz/weight-level-2-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.step-2-list-3-icon {
	background-image: url('../img/quiz/weight-level-3-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.step-2-list-4-icon {
	background-image: url('../img/quiz/weight-level-4-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.step-2-list-5-icon {
	background-image: url('../img/quiz/weight-level-5-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.selected .step-2-list-1-icon {
	background-image: url('../img/quiz/weight-level-1-white.svg');
}

.selected .step-2-list-2-icon {
	background-image: url('../img/quiz/weight-level-2-white.svg');
}

.selected .step-2-list-3-icon {
	background-image: url('../img/quiz/weight-level-3-white.svg');
}

.selected .step-2-list-4-icon {
	background-image: url('../img/quiz/weight-level-4-white.svg');
}

.selected .step-2-list-5-icon {
	background-image: url('../img/quiz/weight-level-5-white.svg');
}

.step-3-list {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
    justify-content: center;
}

.step-3-list li {
	width: 120px;
	height: 40px;
	margin: 0px 15px 30px;
}

.step-3-list li span {
	display: block;
	color: #666;
	line-height: 40px;
	font-weight: 600;
	font-size: 12px;
	border-radius: 20px;
	text-align: center;
	background: rgba(255,255,255, .3);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.step-3-list li:hover span {
	background: #fff;
	color: #000;
}

.step-3-list li.selected span {
	background: #00d0b0;
	color: #fff;
}

.step-4-list-1-icon {
	background-image: url('../img/quiz/firmness-level-1-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.step-4-list-2-icon {
	background-image: url('../img/quiz/firmness-level-2-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.step-4-list-3-icon {
	background-image: url('../img/quiz/firmness-level-3-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.step-4-list-4-icon {
	background-image: url('../img/quiz/firmness-level-4-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.step-4-list-5-icon {
	background-image: url('../img/quiz/firmness-level-5-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.selected .step-4-list-1-icon {
	background-image: url('../img/quiz/firmness-level-1-white.svg');
}

.selected .step-4-list-2-icon {
	background-image: url('../img/quiz/firmness-level-2-white.svg');
}

.selected .step-4-list-3-icon {
	background-image: url('../img/quiz/firmness-level-3-white.svg');
}

.selected .step-4-list-4-icon {
	background-image: url('../img/quiz/firmness-level-4-white.svg');
}

.selected .step-4-list-5-icon {
	background-image: url('../img/quiz/firmness-level-5-white.svg');
}

.step-5-list-1-icon {
	background-image: url('../img/quiz/memory-foam-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.step-5-list-2-icon {
	background-image: url('../img/quiz/pes-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.step-5-list-3-icon {
	background-image: url('../img/quiz/latex-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.step-5-list-4-icon {
	background-image: url('../img/quiz/spring-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.step-5-list-5-icon {
	background-image: url('../img/quiz/no-pref-green.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.selected .step-5-list-1-icon {
	background-image: url('../img/quiz/memory-foam-white.svg');
}

.selected .step-5-list-2-icon {
	background-image: url('../img/quiz/pes-white.svg');
}

.selected .step-5-list-3-icon {
	background-image: url('../img/quiz/latex-white.svg');
}

.selected .step-5-list-4-icon {
	background-image: url('../img/quiz/spring-white.svg');
}

.selected .step-5-list-5-icon {
	background-image: url('../img/quiz/no-pref-white.svg');
}

.slidecontainer {
  width: 300px;
}

.price-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 1px;
  background: #000;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.price-slider:hover {
  opacity: 1;
}

.price-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #00d0b0;
  cursor: pointer;
}

.price-slider::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #00d0b0;
  cursor: pointer;
}

.step-6 .step-middle-container {
	justify-content: center;
	flex-wrap: wrap;
    padding: 50px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.step-6 .step-middle-container .price-value {
	font-size: 12px;
	font-weight: 500;
}

.step-price-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.price-min {
	margin-right: 10px;
}

.price-max {
	margin-left: 10px;
}

.price-icon {
	display: block;
	width: 100%;
	height: 50px;
	background: url('../img/quiz/price-black.svg') no-repeat center center;
}

.transparent-btn.disabled,
.transparent-btn.disabled:hover {
	background: rgba(255,255,255, .3);
	color: #666;
	cursor: text;
}

.transparent-btn.enabled {
    background: rgba(255,255,255, 1);
    color: #000;
}

.result-container {
	display: none;
	position: relative;
	min-height: 500px;
}

.result-container ul {
	display: none;
}

.result-container li {
    float: left;
    width: calc(25% - 30px);
    margin-right: 40px;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.result-container li:nth-child(4n) {
	margin-right: 0px;
}

.result-container.loading .cart-loading {
	opacity: 1;
	visibility: visible;
}

.result-container li > a figure {
	position: relative;
}

.result-container li > a {
    display: block;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

.result-container li a h3 {
    height: 80px;
    margin-bottom: 10px;
    overflow: hidden;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #444444;
}

.result-container li a:hover h3 {
    color: #000;
}

.result-container .product-data-info {
	max-height: 50px;
}

.result-container .product-data-rating {
	max-height: 14px;
}

.quiz-section h1 {
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
}

.started-step.loading .cart-loading {
	opacity: 1;
	visibility: visible;
}

.quiz-result-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.quiz-result-header .btn {
	max-width: 280px;
}

.lds-ring {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.result-container .lds-ring {
	width: 80px;
  	height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  margin: 2px;
  border: 2px solid rgba(0,208,176,1);
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgba(0,208,176,1) transparent transparent transparent;
}

.result-container  .lds-ring div {
	width: 64px;
  	height: 64px;
  	margin: 8px;
  	border: 8px solid rgba(0,208,176,1);
  	border-color: rgba(0,208,176,1) transparent transparent transparent;
}

.quiz-container-dots {
	display: none;
	position: absolute;
	right: 90px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.quiz-container-dots li {
	position: relative;
	width: 30px;
	height: 30px;
	margin-bottom: 25px;
	border: 1px solid #000;
	color: #000;
	text-align: center;
	border-radius: 15px;
	line-height: 28px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-weight: 500;
	font-size: 12px;
}

.quiz-container-dots li.active {
	color: #fff;
	background: #000000;
}

.quiz-container-dots li.passed {
	color: #fff;
	background: #00d0b0;
	border-color: #00d0b0;
	cursor: pointer;
}

.quiz-container-dots li:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px;
	width: 1px;
	height: 15px;
	background: #000;
}

.quiz-container-dots li:last-child {
	margin-bottom: 0px;
}

.quiz-container-dots li:last-child:after {
	display: none;
}

.step-btn-container {
	position: relative;
}

.no-result-alert {
	color: #fff;
    background: #F30080;
    max-width: 360px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 0px;
    position: absolute;
    width: 100%;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Start new similar and other products  */
.outofstock-product-section {
	float: left;
	width: 100%;
	margin-top: 40px;
}

.buy-with-products {
	float: left;
	width: 100%;
}
/* End new similar and other products  */

.regulament-section-inner h1 {
	text-align: center;
}

.regulament-section-inner .container {
	max-width: 800px;
}

.regulament-section-inner ul {
	list-style-type: none;
	padding: 0px;
}

.regulament-section-inner li {
	margin-bottom: 20px;
}

.regulament-section-inner li a {
	display: block;
	background: #f8f8f8;
	padding: 10px 20px;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.regulament-section-inner li a:hover {
	color: #fff;
	background: #00d0b0;
}

.regulament-container h1 {
	text-align: center;
	margin: 30px 0px;
    padding: 0 50px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
}

.blog-inner-container p.empty-regulament {
	text-align: center;
}

.black-friday-navigation {
	margin-bottom: 20px;
}

.black-friday-navigation ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.black-friday-navigation ul li {
	width: calc(20% - 20px);
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #00d0b0;
	color: #00d0b0;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.black-friday-navigation ul li.active {
	color: #fff;
	background: #00d0b0;
}

.black-friday-navigation ul li:not(.active):hover {
	border-color: #000;
	color: #000;
}

.black-friday-list .single-promo {
	display: none;
}

.black-friday-list .single-promo.matracok {
	display: block;
}