@charset "UTF-8";
@import url("../fonts/fontsface.css");

:root {
	--fonthl: "Kepler Std", serif;
	--fontt: "Calibri", sans-serif;
	--textcol: #666666;
	--samgreen: #00953c;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,
html a {
	-webkit-font-smoothing: antialiased;
}
/*html,body{
    -webkit-font-smoothing: subpixel-antialiased;
}*/

html {
	-ms-overflow-style: scrollbar;
}
body {
	font-size: 16px;
	line-height: 30px;
	color: var(--textcol);
	font-family: var(--fontt);
	font-weight: 400;
	background: #fff;
}
.site-container {
	width: 100%;
	overflow: hidden;
	height: 100%;
}

body.content_only {
	padding: 15px;
	margin: 0 !important;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: var(--samgreen);
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
h2.vc_custom_heading a {
	color: var(--samgreen);
}
a:hover,
a:focus {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:active,
a:focus,
input {
	outline: 0;
	outline-style: none;
	outline-width: 0;
}

img {
	vertical-align: middle;
}

th,
td {
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}

th {
	font-family: var(--fontt);
	font-weight: 400;
}

.label {
	font-family: var(--fontt);
	font-weight: 400;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.wrap {
	width: auto;
	clear: both;
}

.center,
.shop_table td.center,
.shop_table th.center {
	text-align: center;
}

.success,
.alert-success {
	background: #e7f6cd none repeat scroll 0 0;
	border: 1px solid #dce2ed;
	color: #84be20;
	font-size: 1em;
	margin: 0 0 10px;
	padding: 10px 30px;
}

.warning,
.alert-warning,
.warning_inline {
	background-color: #faf4d4;
	border-color: #dce2ed;
	color: #d49809;
}

.warning,
.alert {
	border: 1px solid #dce2ed;
	border-radius: 0;
	margin-bottom: 18px;
	padding: 15px;
}

.error {
	background: none repeat scroll 0 0 #ffcccc;
	border: 1px solid #990000;
	font-size: 100%;
	margin: 0 0 10px;
	padding: 10px;
	font-family: var(--fontt);
	font-weight: 700;
}

.error ol {
	margin-left: 20px;
}

ol,
ul {
	list-style: none outside none;
}

p {
	margin: 0 0 0.75rem;
	line-height: 30px;
	font-size: 1.1rem;
}

.lead {
	margin-bottom: 20px;
	font-size: 1.15em;
	font-family: var(--fontt);
	font-weight: 400;
	line-height: 1.4;
}

small {
	font-size: 0.96em;
}

cite {
	font-style: normal;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

h1 {
	margin: 0;
	padding: 0 0 0.75rem 0;
	font-size: 3em;
	line-height: 1.1;
	font-family: var(--fonthl);
	font-weight: 500;
}

h2 {
	margin: 0;
	padding: 0.75rem 0 0.3em;
	font-size: 3em;
	line-height: 1.1;
	font-family: var(--fonthl);
	font-weight: 500;
}

h3 {
	margin: 0;
	padding: 0 0 0.67em;
	font-size: 1.5em;
	line-height: 1.1;
	font-family: var(--fonthl);
	font-weight: 500;
	color: var(--samgreen);
}

h4 {
	margin: 0;
	padding: 0 0 0.52em;
	font-size: 1.125em;
	line-height: 1.1;
	font-family: var(--fonthl);
	font-weight: 500;
}

h5 {
	margin: 0;
	padding: 0 0 0.52em;
	font-size: 1em;
	line-height: 1.1;
	font-family: var(--fonthl);
	font-weight: 500;
}

h6 {
	margin: 0;
	padding: 0 0 0.92em;
	font-size: 1em;
	line-height: 1.1;
	font-family: var(--fonthl);
	font-weight: 500;
}
.big-fonts p {
	color: var(--textcol);
	font-family: var(--fonthl);
	font-weight: 400;
	font-size: 1.775em;
	line-height: 37px !important;
}
.title-block {
	font-size: 24px;
	text-transform: uppercase;
	color: #444;
}

.page-heading {
	color: #000;
	font-size: 1.14em;
	letter-spacing: 0.2em;
	line-height: 24px;
	text-transform: uppercase;
	font-family: var(--fonthl);
	font-weight: 700;
}
.page-subheading,
.glossars h3 {
	color: #000;
	font-size: 0.86em;
	letter-spacing: 0.2em;
	line-height: 24px;
	font-family: var(--fonthl);
	font-weight: 700;
	text-transform: uppercase;
}
.glossars h3 {
	color: var(--samgreen);
}

.postcode input.uniform-input {
	background: #f6f6f6 !important;
	border-color: #f0f0f0;
}

label {
	margin-bottom: 10px;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
	list-style: none;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-bottom: 20px;
}

dt,
dd {
	line-height: 20px;
}

dt {
	font-family: var(--fontt);
	font-weight: 700;
}

dd {
	margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #010101;
}

abbr.initialism {
	font-size: 0.9em;
	text-transform: uppercase;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #eeeeee;
}

blockquote p {
	font-size: 1.25em;
	font-family: var(--fontt);
	font-weight: 400;
	line-height: 1.25;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote small {
	display: block;
	line-height: 20px;
	color: #010101;
}

blockquote small:before {
	content: "\2014 \00A0";
}

blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
	text-align: right;
}

blockquote.pull-right small:before {
	content: "";
}

blockquote.pull-right small:after {
	content: "\00A0 \2014";
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}

address {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 20px;
}

.page-header {
	margin-top: 0;
}

.form-group > label {
	margin-bottom: 6px;
}

.btn-actions {
	text-align: center;
}

.features-list {
	margin-top: 60px;
}

.features-list .page-header {
	border: 0;
	text-align: center;
}

.features-list .page-header h1 {
	font-size: 3.46em;
}

.features-list .feature-row {
	overflow: hidden;
	min-height: 200px;
	color: #696f72;
	border-top: 1px solid #e0e2e3;
	padding: 60px 0 0;
	text-align: center;
}

.features-list .feature-row:last-child {
	border-bottom: 1px solid #e0e2e3;
	margin-bottom: 60px;
}

.features-list .feature-row h3 {
	font-size: 2em;
}

.features-list .feature-row div:first-child {
	padding-left: 0;
}

.features-list .feature-row div:last-child {
	padding-right: 0;
}

.features-list .feature-row div:first-child.feature-img img {
	float: left;
}

.features-list .feature-row div:last-child.feature-img img {
	float: right;
}

.page-content,
.woocommerce-cart .content,
.woocommerce-checkout .content {
	margin-top: 40px;
}
ul.sitemap.styled-list.circle ul li:before {
	content: "\25CF";
}

ul.sitemap.styled-list.circle ul ul li:before {
	content: "\25CB";
}
.mark {
	background: #d9d9d9;
	padding: 2px 2px 0;
}

.color_mark {
	background-color: #000000;
	color: #fff;
	padding: 2px 2px 0;
}

.color,
.color:hover {
	color: #000000;
}

.underline {
	text-decoration: underline;
}

.underline:hover {
	text-decoration: none;
}

.blockquote {
	position: relative;
	border-top: 4px solid #000000;
}

.blockquote .inside {
	padding: 15px;
	border: 1px solid #eaeaea;
}

.testimonials {
	position: relative;
}

.testimonials .inside {
	padding: 15px 15px 15px 114px;
	border: 1px solid #eaeaea;
	position: relative;
}

.testimonials .inside:before {
	display: block;
	position: absolute;
	top: 18px;
	left: 20px;
	color: #fff;
	border-radius: 50%;
	background: #ececec;
	text-align: center;
	content: "\f007";
	font-family: FontAwesome;
	font-size: 3.53em;
	line-height: 1.52;
	width: 77px;
	height: 77px;
}

.infobox {
	border: 1px solid #000000;
}

.infobox .inside {
	padding: 15px 15px 15px 84px;
	position: relative;
}

.infobox .inside:before {
	display: block;
	position: absolute;
	top: 16px;
	left: 16px;
	color: #000000;
	content: "\f05a";
	font-family: FontAwesome;
	font-size: 3.61em;
	line-height: 0.76;
}

.comment {
	position: relative;
	color: #333;
}

.comment .inside {
	padding: 30px 15px 30px 100px;
	border-top: 1px solid #eaeaea;
	position: relative;
}

.comment .inside:before {
	display: block;
	position: absolute;
	top: 30px;
	left: 10px;
	color: #fff;
	border-radius: 50%;
	background: #ececec;
	text-align: center;
	content: "\f007";
	font-family: FontAwesome;
	font-size: 5.07em;
	line-height: 19px;
	width: 77px;
	height: 77px;
}

.comment a {
	color: #00b2ba;
	text-decoration: underline;
}

.comment a:hover {
	text-decoration: none;
}

.comment p {
	margin-bottom: 0.112px;
}

.comments .comment {
	padding-left: 10%;
}

.comments > .comment:first-child {
	padding-left: 0;
}

.comments > .comment:first-child .inside {
	border: none;
}

.icon-circle {
	background: #e2e2e2;
	border-radius: 50%;
	color: #fff;
	display: block;
	height: 101px;
	width: 101px;
	margin: 10px auto 15px;
}

.icon-circle .fa {
	font-size: 6em;
	line-height: 25px;
}

.icon-circle .fa-plane {
	font-size: 4.3em;
	line-height: 2.77;
}

.icon-circle-sm.active,
.icon-circle-xs.active,
.icon-circle.active {
	background: #000000;
}

.icon-circle-sm {
	background: #e2e2e2;
	border-radius: 50%;
	color: #fff;
	display: block;
	float: left;
	height: 62px;
	width: 62px;
	margin: 0 20px 10px 0;
	text-align: center;
}

.icon-circle-sm .fa {
	font-size: 3.69em;
	line-height: 1.92;
}

.icon-circle-sm .fa-plane {
	font-size: 2.65em;
	line-height: 2.76;
}

.icon-circle-xs {
	background: #e2e2e2;
	border-radius: 50%;
	color: #fff;
	display: block;
	float: left;
	height: 46px;
	width: 46px;
	margin: 0 3px 10px 0;
	text-align: center;
}

.icon-circle-xs .fa {
	font-size: 2.15em;
	line-height: 2.5;
	color: #fff !important;
}

.icons-set {
	line-height: 32px;
	color: #000;
	margin: 10px 0;
}

.icons-set span span {
	font-size: 1.46em;
	color: #000 !important;
}

.icons-set span span:before {
	padding-top: 3px;
	display: block;
	float: left;
	margin-right: 4px;
}
.contact_form input[type="text"] {
	background-color: #fff;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox,
.form-control {
	border-radius: 0;
	border-color: #f6f6f6;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus,
.form-control:focus {
	border-color: #000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
}

select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.inputbox:-moz-placeholder,
.form-control:-moz-placeholder {
	color: #999;
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder,
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
	color: #999;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
	color: #999;
}

textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox,
textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 20px;
}

.radio label,
.checkbox label {
	display: inline-block;
	font-family: var(--fontt);
	font-weight: 400;
	min-height: auto;
}

.form-control-static {
	margin-bottom: 0;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	display: inline;
}

.form-group.date-time-select .col-sm-6 > div {
	display: inline-block;
	margin-right: 30px;
}

.checkbox-margin input[type="checkbox"] {
	margin: 6px 0 0 0;
	display: inline-block;
}

.form-horizontal .form-control-static {
	padding-top: 7px;
}

.btn-inverse {
	color: #000;
	background-color: #000;
	border-color: #262626;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
	color: #000;
	background-color: #000;
	border-color: #080808;
}

.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
	background-image: none;
}

.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
	background-color: #333333;
	border-color: #262626;
}

.btn-inverse .badge {
	color: #333333;
	background-color: #ffffff;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
	box-shadow: none;
	color: #999999;
	font-size: 12px;
	letter-spacing: 0.075em;
	line-height: 24px;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus,
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
.inputbox:hover,
select:active,
textarea:active,
input[type="text"]:active,
input[type="password"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="time"]:active,
input[type="week"]:active,
input[type="number"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="color"]:active,
.inputbox:active {
	box-shadow: none;
	border-color: #000;
}

select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.inputbox:-moz-placeholder {
	color: #999;
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
	color: #999;
	opacity: 1;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
	color: #999;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
	color: #999;
}

textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
	height: auto;
	color: #999999;
	font-size: 12px;
	letter-spacing: 0.075em;
	line-height: 24px;
}

select,
select.form-control,
select.inputbox,
select.input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #d0d0d0;
	box-shadow: none;
	min-width: 120px;
	padding-right: 5px;
	width: auto;
}
.selectshop select.wpcf7-form-control {
	max-width: 490px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
	box-shadow: none;
}

.input-append .active,
.input-prepend .active {
	background-color: #bbff33;
	border-color: #669900;
}

sup {
	font-size: 15px;
}

table.std,
table.shop_table_block {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	width: 100%;
}

table.std td,
table.shop_table_block td {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 10px;
	vertical-align: top;
}

.shop_table {
	width: 100%;
	margin-bottom: 30px;
}

.shop_table thead > tr > th,
.shop_table thead > tr > td,
.shop_table tbody > tr > th,
.shop_table tbody > tr > td,
.shop_table tfoot > tr > th,
.shop_table tfoot > tr > td {
	line-height: 1.42857;
	vertical-align: top;
	border-bottom: none;
}

.shop_table thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #d6d4d4;
}

.shop_table caption + thead tr:first-child th,
.shop_table caption + thead tr:first-child td,
.shop_table colgroup + thead tr:first-child th,
.shop_table colgroup + thead tr:first-child td,
.shop_table thead:first-child tr:first-child th,
.shop_table thead:first-child tr:first-child td {
	border-top: 0 none;
	font-family: var(--fonthl);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.2em;
	line-height: 24px;
	text-transform: uppercase;
}

.shop_table tbody + tbody {
	border-top: 2px solid #fff;
}

.shop_table .shop_table {
	background-color: white;
}
.shop_table > thead > tr > th {
	border-bottom-width: 1px;
	color: #333333;
	vertical-align: middle;
}

table col[class*="col-"] {
	float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
	float: none;
	display: table-cell;
}

.shop_table > thead > tr > td.active,
.shop_table > thead > tr > th.active,
.shop_table > thead > tr.active > td,
.shop_table > thead > tr.active > th,
.shop_table > tbody > tr > td.active,
.shop_table > tbody > tr > th.active,
.shop_table > tbody > tr.active > td,
.shop_table > tbody > tr.active > th,
.shop_table > tfoot > tr > td.active,
.shop_table > tfoot > tr > th.active,
.shop_table > tfoot > tr.active > td,
.shop_table > tfoot > tr.active > th {
	background-color: whitesmoke;
}

.shop_table > thead > tr > td.success,
.shop_table > thead > tr > th.success,
.shop_table > thead > tr.success > td,
.shop_table > thead > tr.success > th,
.shop_table > tbody > tr > td.success,
.shop_table > tbody > tr > th.success,
.shop_table > tbody > tr.success > td,
.shop_table > tbody > tr.success > th,
.shop_table > tfoot > tr > td.success,
.shop_table > tfoot > tr > th.success,
.shop_table > tfoot > tr.success > td,
.shop_table > tfoot > tr.success > th {
	background-color: #55c65e;
	border-color: #48b151;
}

.shop_table > thead > tr > td.danger,
.shop_table > thead > tr > th.danger,
.shop_table > thead > tr.danger > td,
.shop_table > thead > tr.danger > th,
.shop_table > tbody > tr > td.danger,
.shop_table > tbody > tr > th.danger,
.shop_table > tbody > tr.danger > td,
.shop_table > tbody > tr.danger > th,
.shop_table > tfoot > tr > td.danger,
.shop_table > tfoot > tr > th.danger,
.shop_table > tfoot > tr.danger > td,
.shop_table > tfoot > tr.danger > th {
	background-color: #f3515c;
	border-color: #d4323d;
}

.shop_table > thead > tr > td.warning,
.shop_table > thead > tr > th.warning,
.shop_table > thead > tr.warning > td,
.shop_table > thead > tr.warning > th,
.shop_table > tbody > tr > td.warning,
.shop_table > tbody > tr > th.warning,
.shop_table > tbody > tr.warning > td,
.shop_table > tbody > tr.warning > th,
.shop_table > tfoot > tr > td.warning,
.shop_table > tfoot > tr > th.warning,
.shop_table > tfoot > tr.warning > td,
.shop_table > tfoot > tr.warning > th {
	background-color: #fe9126;
	border-color: #e4752b;
}

.shop_table tbody > tr > td {
	vertical-align: middle;
}

.unvisible {
	display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
	background-color: transparent;
}

.btn,
.btn-default {
	border-radius: 0;
	font-family: var(--fontt);
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.btn-default,
.button_large {
	color: var(--samgreen);
	border: 2px solid var(--samgreen);
	font-size: 14px;
	padding: 10px 17px;
	background-color: #fff;
}

.button_large {
	padding: 9.5px 20px;
	vertical-align: middle;
}

.button_large:hover {
	background: var(--samgreen);
	color: #fff;
}

.btn-mega {
	border-radius: 0;
	color: #000000;
	font-size: 0.92em;
	padding: 6px 20px;
	border-radius: 2px;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default.active[disabled],
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background: #9b9b9b;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-mega:hover,
.btn-mega:focus,
.btn-mega:active {
	background-color: var(--samgreen);
	border-color: var(--samgreen);
	color: #fff;
	outline: 0 none !important;
}

.btn-primary {
	opacity: 1;
	background: #000000;
	padding: 10px 35px;
}

.btn-primary:hover,
.btn-default.active:hover,
.btn.active:hover {
	background-color: #333e4e;
	border: 1px solid #333e4e;
	color: #fff;
}

.btn.active,
.btn:active {
	box-shadow: none;
}

#bt_compare {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: #b6b6b6;
	font-size: 13px;
	font-family: var(--fontt);
	font-weight: 400;
	opacity: 1;
	padding: 6px 18px;
	text-transform: capitalize;
}

#bt_compare:hover {
	border-color: #a1a1a1;
	color: #a1a1a1;
}

#bt_compare strong {
	font-family: var(--fontt);
	font-weight: 400;
}

#button_order_cart {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: var(--samgreen);
	border-radius: 0;
	border-width: 2px;
	color: var(--samgreen);
	display: inline-block;
	font-family: var(--fontt);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.2em;
	margin: 30px 0;
	padding: 2px 25px;
	text-align: center;
}

#button_order_cart span {
	height: 40px;
	line-height: 37px;
	text-transform: uppercase;
	width: 100%;
}

.checkout-info {
	clear: both;
	text-align: center;
}

#button_order_cart:hover {
	background: var(--samgreen) none repeat scroll 0 0;
	color: #fff !important;
	text-decoration: none;
}

.btn-group.open .dropdown-toggle {
	box-shadow: none;
}

#seoradixtools .btn-action .btn {
	padding: 0 30px !important;
}

.cart_quantity .input-group-addon {
	height: 35px;
	line-height: 35px;
	padding: 0;
	width: 35px;
	border: 2px solid #e3e3e3;
	background: none;
	border-radius: 0;
}

.cart_quantity .input-group-addon.cart_quantity_down {
	border-right: 0 none;
}

.cart_quantity .input-group-addon.cart_quantity_up {
	border-left: 0 none;
}

.dropdown-menu {
	transform: translateY(30px);
	opacity: 0;
	transition: visibility 0s ease 0.3s, transform 0.3s ease 0s;
}

.open > .dropdown-menu {
	background-color: #fff;
	border: 0 none;
	border-radius: 0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
	margin-top: 0;
	min-width: 120px;
	opacity: 1;
	padding: 10px 5px;
	transform: translateY(0px);
	visibility: visible;
	z-index: 5000;
	display: block !important;
}

.topbar .dropdown-menu > li > a {
	color: #999;
	font-family: var(--fontt);
	font-weight: 400;
	line-height: 24px;
	padding: 3px 20px;
}

#page {
	overflow: hidden;
}

header .addon-box {
	float: left;
}

.topbar .topbar-right {
	text-align: right;
}

.topbar .topbar-right .addon-box {
	float: right;
}

.topbar {
	display: block;
	height: 58px;
	line-height: 45px;
	margin: 0;
	width: 100%;
}

.btn-group-xs > .btn,
.btn-xs {
	border-radius: 0;
	font-size: 0.86em;
	font-family: var(--fontt);
	font-weight: 700;
	line-height: 30px;
	padding: 0;
	text-transform: uppercase;
}

.topbar .btn-xs {
	line-height: 57px;
	padding: 0 15px 0 5px;
	display: inline-block;
	letter-spacing: 0.075em;
}

.topbar .btn-xs a:hover,
.topbar .btn-xs a:focus {
	color: #000;
}

.btn-xs a.wcmenucart-contents,
.btn-xs a.wcmenucart-contents:hover,
.btn-xs a.wcmenucart-contents:focus,
.btn-xs a.wcmenucart-contents:active {
	color: var(--samgreen);
}

.topbar .languages-info .btn-xs {
	padding-left: 25px;
}

.topbar .btn-group {
	vertical-align: top;
}

.box.ajax_cart_quantity {
	border: 1px solid var(--samgreen);
	color: var(--samgreen);
	display: inline-block;
	height: 26px;
	line-height: 24px;
	text-align: center;
	width: 31px;
	margin-left: 10px;
}
.topbar .dropdown-menu > li > a .image_language img {
	margin-right: 5px;
	vertical-align: baseline;
}

.topbar .dropdown-menu > li > a:hover {
	color: #000;
}

.layout-column.search_block {
	position: static;
}
li#cart_block a.dropdown-mini-cart {
	color: var(--samgreen);
}

.mini-cart-loader .load {
	border: 5px solid var(--textcol);
	border-radius: 50%;
	border-top: 5px solid var(--samgreen);
	width: 20px;
	height: 20px;
	margin: 0 auto;
	display: block;
	-webkit-animation: spin 0.9s linear infinite;
	animation: spin 0.9s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.single-wpsl_stores main.content figure.header-img {
	display: none;
}
.single-wpsl_stores .wpsl-gmap-canvas,
.wpsl-locations-details,
.wpsl-opening-hours {
	display: none;
}
#wpsl-wrap {
	display: flex;
	flex-direction: column;
}
#wpsl-map {
	order: 0;
}
.wpsl-search {
	order: 1;
	background-color: #fff;
	margin-top: 25px;
}
#wpsl-result-list {
	order: 2;
}
#wpsl-search-btn,
#wpsl-search-wrap input,
.wpsl-dropdown {
	background-color: #fff;
	border: 2px solid #f0f0f0 !important;
	border-radius: 0px !important;
}

#cart_block .shoppingcart-box {
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.12);
	left: auto;
	min-width: 340px;
	padding: 5px 10px;
	right: 25px;
	background-color: #fff;
	position: absolute;
	display: none;
}

.section-slider-layer {
	clear: both;
	display: inline-block;
	margin: 0;
	width: 100%;
}

.section-features-product {
	margin-top: 0;
}

.section-features-product-title {
	margin-top: 90px;
}

.seoradix-slider-wrapper {
	margin: 0 !important;
}

.samina-banner {
	position: relative;
}

.samina-banner > a {
	display: inline-block;
	width: 100%;
	float: left;
}

.samina-banner > a {
	display: table;
	float: none;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

.samina-banner a {
	color: #fff;
}

.samina-banner a img {
	max-width: 100%;
	width: 100%;
	transition: transform 1s ease 0s;
}

.samina-banner a:hover img {
	transform: scale(1.1);
}

.banner-content {
	color: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.banner-box {
	display: table;
	height: 100%;
	width: 100%;
}

.box-content {
	display: table-cell;
	vertical-align: middle;
}

.box-content h2.title {
	font-size: 2.25em;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.section-categorylist .layout-column {
	padding: 0;
}

.section-bottom-banner .layout-column {
	padding: 0;
}

.list-categories {
	height: 0;
	opacity: 0;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transition: transform 0.5s ease 0s, opacity 0.1s ease 0s;
	-moz-transition: transform 0.5s ease 0s, opacity 0.1s ease 0s;
	-webkit-transition: transform 0.5s ease 0s, opacity 0.1s ease 0s;
	-o-transition: transform 0.5s ease 0s, opacity 0.1s ease 0s;
}

.list-categories a {
	color: #cdcdcd;
	font-family: var(--fontt);
	font-weight: 400;
	font-size: 0.86em;
	letter-spacing: 0.075em;
	line-height: 36px;
	text-transform: capitalize;
}

.list-categories a:hover {
	color: #fff;
}

.seoradix-banner a.shopnow-button {
	border: 2px solid #fff;
	font-family: var(--fontt);
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.2em;
	padding: 11px 40px;
	text-transform: uppercase;
}

.seoradix-banner a.shopnow-button:hover {
	color: #000;
	background: #fff;
}

.banner-box:hover .list-categories {
	height: auto;
	margin-bottom: 45px;
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}

.banner-box:hover h2.title {
	margin-bottom: 0;
}

.seoradix-row.section-categorylist {
	display: inline-block;
	margin: 100px 0 0;
	width: 100%;
}

.section-lastestproduct {
	margin-top: 85px;
}

.addon-title {
	text-align: center;
	position: relative;
	text-transform: uppercase;
	padding-top: 13px;
	padding-bottom: 55px;
}

.addon-title h3 {
	font-family: var(--fonthl);
	font-weight: 700;
	letter-spacing: 0.2em;
	padding-bottom: 0;
}

.section-home-banner {
	box-sizing: content-box;
	color: #fff;
	font-family: var(--fonthl);
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.2em;
	line-height: 36px;
	margin-top: 61px;
	min-height: 771px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.section-home-banner .layout-column {
	position: static;
}

.home-banner {
	left: 0;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	width: 100%;
}

.home-banner > p {
	line-height: normal;
	margin-bottom: 0;
}

.section-blog {
	margin-top: 100px;
}

h4.post-title {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-transform: capitalize;
	line-height: 36px;
	padding-bottom: 0;
	margin-top: 22px;
}

.post-meta {
	margin-bottom: 0;
}

.post-meta li {
	color: #999;
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 36px;
}

.post-meta li a {
	color: #999;
}

.post-meta li a:hover {
	color: #000;
}

.post-intro {
	display: inline-block;
	float: left;
	margin-top: 15px;
	width: 100%;
}

.blog-intro {
	margin: 20px 0;
}

.blog-post .blog-readmore {
	margin-bottom: 30px;
}

.post-meta li::after {
	content: "/";
	margin: 0 5px;
}

.post-meta li:last-child::after {
	content: "";
}

.blog-widget {
	margin-bottom: 30px;
}

.widget-tabs .nav-tabs a {
	border: 0 none !important;
	color: #000 !important;
	font-family: var(--fontt);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.075em;
	line-height: 18px;
	margin-bottom: 13px;
	padding: 0;
	text-transform: uppercase;
}

.widget-tabs .nav-tabs {
	border-bottom: 1px solid #ccc;
}

.section-bottom-banner {
	margin-left: 0;
	margin-right: 0;
	margin-top: 90px;
}

.section-bottom-banner .layout-column .box-content h2.title {
	font-size: 1.5em;
	line-height: 48px;
	margin-bottom: 0;
	padding: 0;
}

.service-box {
	background: #696a6c none repeat scroll 0 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	text-align: center !important;
	padding: 40px 0;
	margin-bottom: 0px;
	position: relative;
}

.section-services {
	background: #fff none repeat scroll 0 0;
	clear: both;
	padding: 100px 0;
}

.service-box h2 {
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 48px;
	padding-bottom: 0;
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
}

.service-box-content {
	background: #fff none repeat scroll 0 0;
	color: #999999;
	display: none;
	font-family: var(--fontt);
	font-weight: 400;
	font-size: 14px;
	height: 100%;
	letter-spacing: 0.075em;
	line-height: 48px;
	padding: 40px 0;
	position: absolute;
	top: 0;
	vertical-align: middle;
	width: 100%;
}

.service-box-content > p {
	line-height: 48px;
	margin-bottom: 0;
}

.footer-widget-area {
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 25%;
}

.footer-widgets h3.widgettitle {
	font-size: 18px;
	padding-bottom: 35px;
	letter-spacing: 0.2em;
	font-family: var(--fonthl);
	font-weight: 700;
}

.footer-navbar {
	padding-left: 95px;
}

.footer-widgets ul li > a {
	color: var(--textcol);
	font-family: var(--fontt);
	font-weight: 400;
	font-size: 14px;
	line-height: 36px;
}

.footer-widgets ul li > a:hover {
	color: #000;
}

.find-us {
	margin-bottom: 0;
}

.find-us .divider {
	display: inline-block;
	margin-right: 50px;
	vertical-align: middle;
}

.find-us .divider a {
	color: #999;
}

.find-us .divider a:hover {
	color: #000;
}

.the_story_box {
	color: #fff;
	height: 100%;
	padding: 90px 23px 90px 80px;
	position: absolute;
	top: 0;
	width: 100%;
}

.seoradix-banner.the_story img {
	width: auto;
}

.the_story_box .title {
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.the_story_content > p {
	font-family: var(--fontt);
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 0;
	opacity: 0;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}

.the_story_content {
	margin-top: 15px;
}

.the_story.seoradix-banner:hover > a::before,
.the_story:hover .the_story_content > p {
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
}

.fraction-slider .prev,
.fraction-slider .next {
	background: #fff none repeat scroll 0 0 !important;
	height: 50px !important;
	width: 50px !important;
	text-align: center;
	color: #999999;
}

.fraction-slider .prev {
	left: 35px !important;
}

.fraction-slider .prev:hover,
.fraction-slider .next:hover {
	background: #000 !important;
	color: #fff;
}

.fraction-slider .prev::after {
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 18px;
	line-height: 50px;
}

.fraction-slider .next::after {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 18px;
	line-height: 50px;
}

.section-category .seoradix-banner a img,
.section-category .seoradix-banner a {
	width: auto;
}

.section-category .seoradix-banner {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 100%;
}

.section-category .seoradix-banner > a {
	overflow: hidden;
}

.name_category {
	display: table-cell;
	height: 100%;
	min-width: 270px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	vertical-align: middle;
}

.chair-collection .name_category,
.cup-collection .name_category,
.plates-collection .name_category {
	right: 0;
}

.plates-collection .name_category {
	background: #bce5d3;
}

.cup-collection .name_category {
	background: #a7c8eb;
}

.chair-collection .name_category {
	background: #c7db9c none repeat scroll 0 0;
}

.lamp-collection .name_category {
	background: #f4dc86;
}

.clock-collection .name_category {
	background: #d1aece;
}

.watch-collection .name_category {
	background: #c7db9c none repeat scroll 0 0;
}

.section-category .lamp-collection .seoradix-banner,
.section-category .clock-collection .seoradix-banner,
.section-category .watch-collection .seoradix-banner {
	text-align: right;
}

.section-category .lamp-collection .seoradix-banner a,
.section-category .clock-collection .seoradix-banner a,
.section-category .watch-collection .seoradix-banner a {
	float: right;
}

.section-category .lamp-collection .name_category,
.section-category .clock-collection .name_category,
.section-category .watch-collection .name_category {
	left: 0;
	right: auto;
}

.name_category_list {
	display: table;
	height: 100%;
	width: 100%;
}

.box_category_list {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

.icon {
	display: inline-block;
	margin-bottom: 21px;
}

.rating .icon {
	margin-bottom: 0;
	display: inline;
}

.lamp-collection .icon {
	background: rgba(0, 0, 0, 0) url("../images/lamp.png") no-repeat scroll center
		center;
	height: 48px;
	width: 34px;
}

.clock-collection .icon {
	background: rgba(0, 0, 0, 0) url("../images/clock.png") no-repeat scroll
		center center;
	height: 48px;
	width: 48px;
}

.watch-collection .icon {
	background: rgba(0, 0, 0, 0) url("../images/watch.png") no-repeat scroll
		center center;
	height: 37px;
	width: 28px;
}

.chair-collection .icon {
	background: rgba(0, 0, 0, 0) url("../images/chair.png") no-repeat scroll
		center center;
	height: 42px;
	width: 46px;
}

.cup-collection .icon {
	background: rgba(0, 0, 0, 0) url("../images/cup.png") no-repeat scroll center
		center;
	height: 48px;
	width: 46px;
}

.plates-collection .icon {
	background: rgba(0, 0, 0, 0) url("../images/plates.png") no-repeat scroll
		center center;
	height: 48px;
	width: 66px;
}

.seoradix-row.section-category .layout-column {
	margin: 20px 0 10px;
}

.box_category_list > p {
	color: #fff;
	font-family: var(--fontt);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: 30px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.seoradix-row.section-brand {
	padding: 130px 0 140px;
}

.seoradix-row.section-products {
	margin-top: 90px;
}

.section-products .preview {
	float: left;
	width: 170px;
	margin-right: 30px;
}

.section-products .product-info {
	padding-top: 0;
	text-align: left;
}

.section-products .product-preview {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}

.section-products .product-preview:last-child {
	margin-bottom: 0;
}

.section-products .price {
	font-family: var(--fontt);
	font-weight: 400;
}

.section-lastestproduct.lastestproduct {
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	margin-top: 100px;
	width: 100%;
}

.mask-product-info {
	display: table;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.mask-product {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

.lastestproduct .product-info {
	height: 100%;
	padding-top: 0;
	position: absolute;
	top: 0;
	vertical-align: middle;
	width: 100%;
	transform: translateX(-100%);
	transition: transform 1s ease 0s;
}

.lastestproduct .product-preview:hover .product-info {
	transform: translateX(0px);
}

.lastestproduct .product-preview {
	position: relative;
	overflow: hidden;
}

.mask-product > a {
	color: #fff;
	font-family: var(--fonthl);
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.075em;
	text-transform: capitalize;
}

.mask-product .price {
	color: #fff;
	font-family: var(--fontt);
	font-weight: 400;
}

.blog-home3 h4.post-title {
	display: none;
}

.section-blog.blog-home3 {
	margin-top: 30px;
}

.seoradix-row.section-brand.brand-home3 {
	padding: 100px 0;
}

.section-services.services-home3 {
	padding: 90px 0;
}
.about-us-content {
	color: #fff;
	height: 100%;
	left: 0;
	padding: 55px 40px 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.section-aboutus .container .layout-column.about-left {
	padding-right: 15px;
}

.section-aboutus .container .layout-column.about-right {
	padding-left: 15px;
}

.about-us-content > h4 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 30px;
	margin-bottom: 23px;
	text-transform: uppercase;
}

.about-us-content > ul {
	margin-bottom: 0;
	margin-top: 27px;
}

.about-us-content > p {
	letter-spacing: 0;
	line-height: 30px;
	margin-bottom: 0;
}

.seoradix-banner.about-us a {
	overflow: hidden;
}

.about-right #newsletter_block_left > p {
	display: inline-block;
	line-height: 30px;
	margin-bottom: 40px;
	margin-top: 25px;
}

.about-right #newsletter_block_left.block {
	border: 2px solid #dddddd;
	padding: 57px 30px;
	text-align: center;
	min-height: 360px;
}

.about-right .form-control.newsletter-input {
	border: 2px solid #ddd;
	height: 48px;
	width: 100%;
}

.about-right .newsletter-btn {
	background: rgba(0, 0, 0, 0) url("../img/newsletter.png") no-repeat scroll
		center center;
	border: 0 none;
	border-radius: 0;
	height: 48px;
	padding: 0;
	position: absolute;
	right: 13px;
	top: 0;
	width: 18px;
}

#newsletter_block_left .form-group {
	position: relative;
}

#newsletter_block_left > h4 {
	color: #000;
	font-family: var(--fonthl);
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 0.2em;
	line-height: 30px;
	text-transform: uppercase;
}

.site-footer {
	background: #f6f6f6 none repeat scroll 0 0;
	padding: 10px 0 25px;
	clear: both;
}

.site-footer #social_block {
	text-align: center;
}

.rating .icon::before {
	content: "\f006";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 12px;
	font-style: normal;
	color: #c6c6c6;
	line-height: 18px;
}

.rating .icon.star-full::before {
	color: #6fd9e9;
}

.star {
	display: inline-block;
}

.star > a::before {
	content: "\f006";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 12px;
	font-style: normal;
	color: #c6c6c6;
	line-height: 18px;
}

.star.star_hover > a::before {
	color: #6fd9e9;
}

.product-preview .rating .nbcomments {
	display: none;
}

.section-cat {
	clear: both;
}

.section-cat.livingroom {
	margin-top: -10px;
}

.section-cat .seoradix-banner {
	overflow: hidden;
}

.section-cat .product-info {
	text-align: center;
}

.section-cat .owl-item .item {
	margin: 0 15px;
}

.section-cat .layout-column.category-tab {
	padding: 85px 220px 0 190px;
}

.section-cat .layout-column.category-tab.category-tab2 {
	padding: 85px 190px 0 220px;
}

.section-cat .product-box {
	margin-bottom: 50px;
}

.section-cat .product-box:last-child {
	margin-bottom: 0;
}

.section-cat .price {
	font-family: var(--fontt);
	font-weight: 400;
}

.section-cat .seoradix-tab .nav-tabs {
	border-bottom: 0 none;
	text-align: center;
}

.section-cat .seoradix-tab .nav-tabs > li > a {
	border: 0 none;
	border-radius: 0;
	color: #000;
	font-family: var(--fontt);
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 30px;
	text-transform: uppercase;
}

.section-cat .seoradix-tab .nav-tabs > li {
	float: none;
	margin-bottom: 45px;
}

.layout-column.custom-box {
	height: 400px;
	min-height: 400px;
}

.layout-column.custom-box .addon-box {
	display: table;
	height: 100%;
	width: 100%;
}

.layout-column.custom-box .addon-box .custom-block {
	display: table-cell;
	vertical-align: middle;
}

.our-story .custom-box {
	background: #c7db9c none repeat scroll 0 0;
}

.custom_block .custom-box {
	background: #a7c8eb none repeat scroll 0 0;
}

.custom-title {
	display: table;
	height: 100%;
	position: absolute;
	top: 0;
	vertical-align: middle;
}

.special-offer .custom-title {
	right: 0;
}

.custom-content {
	float: right;
	padding: 0 255px 0 190px;
}

.special-offer .custom-content {
	float: left;
}

.custom-title h1 {
	background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
	color: #fff;
	display: table-cell;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}

.custom-content p {
	color: #010101;
	line-height: 30px;
	margin: 0;
}

.special-offer {
	clear: both;
	min-height: 400px;
}

.special-offer .custom-content .title {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.special-offer .custom-content p {
	color: #666;
	width: 55%;
}

.special-offer .custom-content > a {
	color: #666;
	display: inline-block;
	letter-spacing: 0.075em;
	margin-top: 40px;
}

.custom-content > a::after {
	background: rgba(0, 0, 0, 0)
		url("https://www.samina.com/themes/seoradix_samina/css/../img/newsletter.png")
		no-repeat scroll center center;
	content: "";
	display: inline-block;
	height: 8px;
	margin-left: 15px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	width: 18px;
}

.special-offer .custom-content > a:hover::after {
	transform: translateX(10px);
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-o-transform: translateX(10px);
}

.section-blog.blog-home4 {
	display: inline-block;
	margin: 100px 0 0;
	width: 100%;
	padding-bottom: 80px;
}

.section-blog.blog-home5 {
	padding-bottom: 90px;
}

.section-features-product.features-product-home5 {
	background: #f6f6f6 none repeat scroll 0 0;
	margin-top: -10px;
	padding: 100px 0;
}

.seoradix-row.new-collection {
	background: #f6f6f6 none repeat scroll 0 0;
	margin-top: 90px;
}

.collection-info {
	float: left;
	margin-top: 116px;
}

.new-collection {
	clear: both;
	display: inline-block;
	margin-bottom: -9px;
	position: relative;
	width: 100%;
}

.img-new-collection2 {
	left: 50%;
	margin-left: -250px;
	margin-top: -187.5px;
	position: absolute;
	top: 50%;
}

.img-new-collection3 {
	margin-top: 180px;
}

.collection-info .title {
	color: #010101;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 30px;
	text-transform: uppercase;
}

.collection-info .title {
	color: #010101;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.collection-info > p {
	line-height: 30px;
	margin-bottom: 0;
	width: 300px;
}

.collection-info > a {
	display: inline-block;
	font-size: 0;
	height: 8px;
	width: 18px;
}

.collection-info > a::after {
	background: rgba(0, 0, 0, 0)
		url("https://www.samina.com/themes/seoradix_samina/css/../img/newsletter.png")
		no-repeat scroll center center;
	content: "";
	display: inline-block;
	height: 8px;
	width: 18px;
}

.categories-list.category-home5 .seoradix-banner {
	overflow: hidden;
}

.categories-list.category-home5 {
	margin-top: 85px;
}

.category-home5 .seoradix-banner > p {
	bottom: 30px;
	left: 0;
	line-height: 30px;
	margin-bottom: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.category-home5 .seoradix-banner > p a {
	background: #fff none repeat scroll 0 0;
	color: #000;
	display: inline-block;
	font-family: var(--fontt);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.2em;
	padding: 9px 40px;
	text-align: center;
	text-transform: uppercase;
}

.category-home5 .seoradix-banner > p a:hover {
	background: #000 none repeat scroll 0 0;
	color: #fff;
}

.category-home5 .banner_block {
	margin: 15px 0;
}

.section-banner .box-sale {
	background: #696a6c none repeat scroll 0 0;
	text-align: center;
	padding: 54px 30px 27px;
	color: white;
}

.section-banner .box-sale-content {
	border: 2px solid #fff;
	position: relative;
}

.box-sale-content > p {
	color: #fff;
	font-family: var(--fontt);
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 56px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.box-sale-content > p span.text_promise {
	background: #696a6c none repeat scroll 0 0;
	font-family: var(--fontt);
	font-weight: 400;
	font-size: 12px;
	line-height: 25px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
	display: inline-block;
	padding: 0 40px;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	width: 200px;
	margin: 0 auto;
}

.box-sale > p {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 30px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.section-banner .samina-banner {
	overflow: hidden;
}

.section-banner #newsletter_block_left.block {
	text-align: center;
	margin-top: 25px;
}

.section-banner .text_newsletter {
	color: #333;
	display: inline-block;
	font-size: 14px;
}

.section-banner #newsletter_block_left > h4 {
	color: white;
	background-color: #696a6c;
	font-size: 10px;
	padding: 2px;
	line-height: 20px;
}

.section-banner #newsletter_block_left .form-group {
	margin-bottom: 0;
}

.section-banner .newsletter-input {
	border: 1px solid var(--textcol);
	color: var(--textcol);
	margin-top: 0px;
	height: 50px;
	padding: 6px 12px;
	max-width: 340px;
	width: 100%;
}
#newsletter_block_left .mc4wp-form-fields p {
	position: relative;
}
.section-banner .newsletter-btn {
	background: rgba(0, 0, 0, 0) url(../images/newsletter.png) no-repeat scroll
		center center;
	border: 0 none;
	border-radius: 0;
	height: 50px;
	padding: 0 20px;
	position: absolute;
	right: 11px;
	bottom: 0;
	cursor: pointer;
}

.section-categories {
	margin-top: 50px;
	/*margin-bottom: 35px*/
}
.category-box .image {
	margin-bottom: 0px !important;
}
.category-box .cat-btn {
	color: #fff;
	display: block;
	width: 100%;
	margin-bottom: 0px;
}

.category-box .image {
	overflow: hidden;
	position: relative;
}

.category-box .image img {
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	width: 100%;
	max-width: 100%;
}

.category-box:hover .image img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.category-box .cat-btn a,
.category-box .cat-btn a:hover,
.category-box .cat-btn a:focus,
.category-box .cat-btn a:active {
	background: #696a6c none repeat scroll 0 0;
	font-family: var(--fonthl);
	font-weight: 700;
	font-size: 14px !important;
	letter-spacing: 0.2em;
	line-height: 30px;
	margin-bottom: 0;
	padding: 50px 0 !important;
	text-align: center;
	text-transform: uppercase;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
}

.category-box .cat-btn a::after {
	background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.category-box .cat-btn a:hover::after {
	top: 0;
}

.category-box.lamp-box .feature-box > a {
	background: #f4dc86;
}

.category-box.cup-box .feature-box > a {
	background: #a7c8eb;
}

.category-box.plates-box .feature-box > a {
	background: #bce5d3;
}

.section-banner-product {
	margin-top: 90px;
}

.section-banner-product .product_block .product-image > img {
	max-width: 100%;
	width: 100%;
}

.section-banner-product .product-info {
	bottom: -100%;
	left: 0;
	padding-left: 22px;
	padding-top: 0;
	position: absolute;
	text-align: left;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	width: 100%;
	z-index: 1;
}

.section-banner-product .product-preview:hover .product-info {
	bottom: 17px;
}

.section-banner-product .product-preview {
	position: relative;
	overflow: hidden;
}

.section-banner-product .product-preview.product-preview-first {
	margin-bottom: 30px;
}

.section-banner-product .product_block_3 .product-preview {
	padding: 0;
}

.section-banner-product .layout-column .addon-box .row {
	margin-bottom: 30px;
}

.section-banner-product .layout-column .addon-box .row:last-child {
	margin-bottom: 0;
}

.section-banner-product .product-preview::after {
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.section-banner-product .product-preview:hover::after {
	top: 0;
}

.section-banner-product .product-info > a {
	color: #fff;
}

.section-banner-product .product-info > a:hover {
	color: #000;
}

.section-banner-product .product-info .price {
	color: #ededed;
	font-family: var(--fontt);
	font-weight: 400;
}

.section-brand.brand-home6 {
	background: #f6f6f6 none repeat scroll 0 0;
	margin-top: 100px;
	padding: 120px 0 130px;
}

.topbar-header7 .topbar-left {
	position: static;
}

.topbar-left #seoradix_ajax_search {
	line-height: 57px;
}

.topbar-header7 #seoradix_ajax_search .btn-xs.search-icon {
	line-height: 57px;
	vertical-align: top;
}

.topbar.topbar-header7 .topbar-center .addon-box {
	float: none;
	text-align: center;
}

.topbar.topbar-header7 .topbar-center .addon-box a {
	display: inline-block;
	margin-top: 20px;
}

.header-bar.header-bar-7 .addon-box {
	float: none;
	text-align: center;
}

.seoradixvermegamenu .addon-box:last-child {
	display: none;
}

.seoradixslider-layer .seoradix-slider-wrapper .slider {
	background: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.section-vertical-slider {
	padding: 60px 0;
}

.seoradix-banner.slider-banner {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
	margin-top: 30px;
	overflow: hidden;
	padding: 35px;
}

.seoradix-banner.slider-banner a {
	overflow: hidden;
}

.seoradixslider-layer .fraction-slider .prev,
.seoradixslider-layer .fraction-slider .next {
	display: block;
	right: -60px;
	top: 0;
	left: auto !important;
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.seoradixslider-layer .fraction-slider .prev:hover,
.seoradixslider-layer .fraction-slider .next:hover {
	background: #000 !important;
}

.seoradixslider-layer .seoradix-slider-wrapper,
.seoradixslider-layer .fraction-slider {
	overflow: visible !important;
}

.seoradixslider-layer .fraction-slider .prev {
	top: 60px;
}

.seoradixslider-layer .fraction-slider .prev::after,
.seoradixslider-layer .fraction-slider .next::after {
	font-size: 12px;
}

.section-lastestproduct.lastestproduct-home7 {
	margin-top: 100px;
}

.section-lastestproduct.lastestproduct-home7 .product-preview:first-child {
	margin-bottom: 50px;
}

.lastestproduct-home7 .price {
	font-family: var(--fontt);
	font-weight: 400;
}

.label-box {
	background: #8ec78e none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	font-family: var(--fontt);
	font-weight: 700;
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 0;
	padding: 0 11px;
	position: absolute;
	right: 16px;
	text-transform: uppercase;
	top: 16px;
}

.label-box.sale-box {
	background: #6fd9e9 none repeat scroll 0 0;
}

.label-box::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #8ec78e;
	bottom: -4px;
	content: "";
	left: 50%;
	margin-left: -2px;
	position: absolute;
}

.label-box.sale-box::after {
	border-top-color: #6fd9e9;
}

.section-categories-list {
	margin: 90px 0 0;
}

.section-categories-list .layout-column {
	padding: 0;
}

.section-categories-list .title {
	padding-bottom: 0;
}

.section-categories-list .title > a {
	color: #000;
	font-family: var(--fonthl);
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 48px;
	text-transform: uppercase;
}

.section-categories-list .box-content > p {
	color: #999999;
	line-height: 34px;
	margin-bottom: 0;
}

.section-categories-list .box-content {
	padding-left: 60px;
	text-align: left;
}

.section-categories-list .row {
	margin: 0;
}

.section-testimonials {
	background: #c7db9c none repeat scroll 0 0;
	color: #fff;
	margin-top: 100px;
	padding: 180px 0 120px;
	text-align: center;
}

.testimonial-comment {
	font-family: "Crete Round", sans-serif;
	font-weight: 400;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 35px;
	padding: 0 150px;
}

.testimonial-author {
	font-family: var(--fonthl);
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.show_office {
	display: block;
	font-family: var(--fontt);
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: capitalize;
	margin-top: 5px;
}

.section-hotdeal {
	background: #f6f6f6 none repeat scroll 0 0;
	padding: 100px 0;
}

.hotdeal-carousel .product-preview {
	background: #fff none repeat scroll 0 0;
	padding: 30px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.section-services.services-home7 {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #eeeeee;
	padding: 100px 0 90px;
}

.hotdeal-carousel .product-info {
	text-align: left;
}

.hotdeal-carousel .price {
	color: #000;
	font-family: var(--fontt);
	font-weight: 700;
	font-size: 17px;
}

.hotdeal-carousel .price.old {
	color: #999;
	font-size: 14px;
}

.countdown.is-countdown {
	margin-top: 16px;
}

.countdown-section {
	border: 2px solid #f6f6f6;
	display: inline-block;
	height: 60px;
	text-align: center;
	width: 60px;
	margin-right: 30px;
	padding-top: 15px;
}

.countdown-section .countdown-period {
	font-size: 14px;
	color: #999;
}

.countdown-section .countdown-amount {
	display: block;
	font-family: var(--fontt);
	font-weight: 700;
	color: #000;
	font-size: 18px;
	line-height: 10px;
}

.hotdeal-carousel .product-preview .preview {
	height: 350px;
	overflow: hidden;
}

.hotdeal-carousel .product-preview .preview img {
	margin-top: -60px;
}

.services-home7 .service-box-content {
	color: var(--textcol);
	display: block;
	font-family: var(--fontt);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 28px;
	padding: 0;
	position: static;
}

.services-home7 .service-box-content > p {
	line-height: 28px;
}

.services-home7 .service-box {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	box-shadow: none;
	padding: 0;
}

.services-home7 .service-box h2 {
	font-size: 18px;
	margin-bottom: 5px;
}

.services-home7 .image {
	min-height: 37px;
}

header {
	z-index: 2001;
}

.section-slider-layer.slider-8 {
	margin-top: -160px;
}

.topbar.topbar2 .btn-xs {
	color: #fff;
}

.topbar2 .box.ajax_cart_quantity {
	border-color: #fff;
	color: #fff;
}

.topbar.topbar2 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	z-index: 2001;
}

.topbar.topbar2 .btn-xs {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-bar2 #seoradix_ajax_search .btn-xs.search-icon {
	color: #fff;
}

.header-bar2 .seoradix-megamenu .nav > li > a {
	color: #ffffff;
}

.header-bar.header-bar2 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	z-index: 2001;
}

.chair-collection.collection_block {
	margin-top: -10px;
}

.collection_block .row,
.collection_block .layout-column,
.collection_block .addon-box {
	height: 100%;
	width: 100%;
}

.collection_block .container {
	height: 100%;
}

.chair-collection.collection_block .banner-content {
	color: #999;
	text-align: left;
}

.collection_block .title {
	font-size: 36px;
	font-family: var(--fontt);
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 36px;
	text-transform: uppercase;
}

.chair-collection.collection_block .title {
	margin-bottom: 12px;
	color: #000;
}

.chair-collection.collection_block .title > a {
	color: #000;
}

.chair-collection.collection_block .box-content > p {
	font-family: var(--fontt);
	font-weight: 400;
	font-style: italic;
	line-height: 30px;
	margin-bottom: 40px;
	width: 100%;
}

.collection_block .box-content > a {
	border: 2px solid #fff;
	display: inline-block;
	font-size: 14px;
	font-family: var(--fontt);
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 7px 45px;
	text-transform: uppercase;
	background: #fff;
}

.chair-collection.collection_block .box-content > a {
	border: 2px solid #000;
	background: none;
}

.chair-collection.collection_block .box-content > a:hover {
	background: #000 none repeat scroll 0 0;
	color: #fff;
}

.collection_block .title > a {
	color: #fff;
}

.collection_block .box-content > p {
	font-family: var(--fontt);
	font-weight: 400;
	font-style: normal;
	margin: 0 auto 40px;
	width: 48%;
}

.collection_block .box-content > a {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #fff;
	color: #000;
}

.collection_block .box-content > a:hover {
	background: #000 none repeat scroll 0 0;
	border-color: #000;
	color: #fff;
}

.collection_block .title {
	margin-bottom: 25px;
}

.bedroom-collection .banner-content {
	text-align: left;
}

.bedroom-collection.collection_block .title,
.office-collection.collection_block .title {
	font-size: 30px;
	margin-bottom: 25px;
}

.bedroom-collection.collection_block .box-content > p {
	margin-left: 0;
}

.office-collection.collection_block .box-content > p {
	margin-right: 0;
}

.office-collection .banner-content {
	text-align: right;
}

.section-categorylist.categorylist9 {
	margin-top: 0;
}

.categorylist9 .banner-content {
	text-transform: uppercase;
}

.categorylist9 .box-content > p {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 30px;
}

.categorylist9 .banner-content h4.title {
	font-size: 24px;
	letter-spacing: 0.2em;
}

.image_swap .product-img2 {
	left: 0;
	position: absolute;
	top: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}

.image_swap img {
	height: 100%;
	width: 100%;
}

.image_swap:hover .product-img1 {
	animation: img1Effect 0.5s ease-out 0ms;
	-moz-animation: img1Effect 0.5s ease-out 0ms;
	-webkit-animation: img1Effect 0.5s ease-out 0ms;
}

.image_swap:hover .product-img2 {
	left: 0;
	top: 0;
	animation: img2Effect 0.5s ease-in 0ms;
	-moz-animation: img2Effect 0.5s ease-in 0ms;
	-webkit-animation: img2Effect 0.5s ease-in 0ms;
	opacity: 1;
}

.cms-102 .breadcrumb {
	display: none;
}

.breadcrumb,
.woocommerce-breadcrumb {
	background: #f6f6f6 none repeat scroll 0 0;
	background: url("../images/breadcrumbs_background.png") no-repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 0.86em;
	letter-spacing: 0.075em;
	line-height: 36px;
	padding: 40px 0;
	text-transform: capitalize;
	vertical-align: middle;
	margin-bottom: 0;
}

.breadcrumb a {
	color: #fff;
}

.breadcrumb a:hover {
	color: #fff;
}
.category-name {
	color: #fff;
	font-family: var(--fonthl);
	font-weight: 700;
	font-size: 1.14em;
	line-height: 36px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 10px 0 0;
}

.navigation-pipe .navigation-pipe {
	font-size: 0;
}

.navigation-pipe .navigation-pipe::after {
	content: "/";
	font-size: 14px;
	margin: 0 5px;
}

.container.page-content {
	margin-top: 40px;
}

.content-aside {
	margin-top: 50px;
}

.single-product header {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#productsSortForm .select {
	text-align: left;
}

.filters-panel {
	border-bottom: 2px solid #f6f6f6;
	margin-bottom: 50px;
	padding-bottom: 7px;
}

.filters-panel label {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	vertical-align: middle;
}

.view-modes {
	text-align: right;
}

.view-modes a {
	color: var(--textcol);
	display: inline-block;
	font-size: 14px;
	line-height: normal;
	margin-left: 15px;
}

.pagination {
	padding: 0;
}

.product-count {
	color: #666;
	font-size: 14px;
	text-align: right;
}

.filters-panel-bottom {
	border-top: 2px solid #f6f6f6;
	padding-top: 30px;
}

.products.list .product-info {
	padding-top: 15px;
	text-align: left;
}

.products.list .product-list-info {
	display: block;
}

.products.list .product_button .product-btn,
.products.list
	.product-preview
	.product_button
	.cart-button.ajax_add_to_cart_button {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	text-align: center;
	border: 2px solid #e3e3e3;
	line-height: 46px;
	min-height: 48px;
	vertical-align: middle;
	margin: 0 15px;
	float: left;
}

.products.list
	.product-preview
	.product_button
	.cart-button.ajax_add_to_cart_button {
	line-height: 44px;
	padding: 0 40px;
	font-family: var(--fontt);
	border-color: #000;
	margin-left: 0;
}

.products.list .product_button .product-btn:hover {
	border-color: #000;
}

.products.list .list_info {
	margin-top: 17px;
}

.products.list .product_button {
	margin-top: 45px;
}

.selector > span {
	display: none;
}

.results-select {
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
}

.results-select .lnr {
	font-size: 22px;
	margin-right: 10px;
	vertical-align: text-bottom;
}

.results-select .deactive .lnr-cross::before {
	content: "\e871";
}

.sort-select .btn-default {
	line-height: 25px;
	min-width: 85px;
	padding: 0 35px 0 10px;
	border-radius: 5px !important;
	text-transform: none;
	border: 1px solid #b6b6b6;
	text-align: left;
}

.sort-select .btn-default .arrow_triangle-down {
	color: #191919;
	display: inline-block;
	float: right;
	font-size: 15px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 25px;
}

.sort-select .btn-default:hover {
	color: #fff;
}

.sort-select .btn-default:hover .arrow_triangle-down {
	color: #fff;
}

.product-sort .dropdown-menu {
	border-radius: 0;
	z-index: 2002;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	background: none;
	color: #f01342;
}

#results-select {
	position: relative;
}

#results-select::before {
	bottom: -54px;
	color: #ffffff;
	content: "\f0d8";
	font-family: "FontAwesome";
	font-size: 25px;
	left: 50%;
	position: absolute;
	text-shadow: 0 -3px 3px #dddddd;
}

#my-account .content-center {
	padding-top: 0;
}
.input-group #quantity_wanted.form-control {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #f0f0f0;
	display: inline-block;
	float: left;
	font-family: var(--fontt);
	font-weight: 700;
	height: 48px;
	text-align: center;
	width: 60px;
}

.input-group.quantity-control {
	float: left;
}

#quantity_wanted_p {
	display: none !important;
}

#quantity_wanted_p .input-group-addon:last-child {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: #f0f0f0;
	border-radius: 0;
	border-width: 2px;
	float: left;
	line-height: 44px;
	padding: 0;
	width: 30px;
}

.input-group-addon:first-child {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: #f0f0f0;
	border-radius: 0;
	border-right: 2px none #f0f0f0;
	border-width: 2px;
	float: left;
	font-size: 26px;
	height: 48px;
	line-height: 44px;
	padding: 0;
	text-align: center;
	width: 30px;
}

.cart_description .product-name {
	font-family: var(--fontt);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.075em;
}

.cart_description small,
.cart_description small a {
	color: #999;
	display: block;
	line-height: 30px;
}

.cart_unit .price,
.cart_unit .old-price,
.cart_unit span,
.cart_total span {
	color: var(--textcol);
	font-family: var(--fontt);
	font-size: 14px;
}

.cart_unit .old-price {
	color: #999;
	margin-right: 20px;
	text-decoration: line-through;
}

.option {
	display: inline-block;
	float: left;
	margin-right: 15px;
}

#availableCarriers_table th {
	background: #fbfbfb;
	border: 1px solid #e5e5e5;
	padding: 10px;
}

ul.step li.first span,
ul.step li.first a {
	z-index: 5;
	padding-left: 23px !important;
}

ul.step li.second span,
ul.step li.second a {
	z-index: 4;
}

ul.step li.third span,
ul.step li.third a {
	z-index: 3;
}

ul.step li.four span,
ul.step li.four a {
	z-index: 2;
}

ul.step li.last span {
	z-index: 1;
}

ul.step li.step_done {
	background: #adadad;
	border-top-color: #adadad;
	border-bottom-color: #adadad;
}

ul.step li em {
	font-style: normal;
}

.page-heading span.heading-counter {
	color: #666;
	float: right;
	font-family: var(--fontt);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.075em;
	margin-bottom: 10px;
	text-transform: none;
}

#cart_summary tbody td.cart_product img {
	border: 1px solid #d6d4d4;
}

.shop_table tbody > tr > td.cart_quantity {
	padding: 25px 15px;
	width: 160px;
}

.cart_quantity .cart_quantity_input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #e3e3e3;
	float: left;
	font-size: 16px;
	font-weight: 700;
	height: 48px;
	line-height: 46px;
	padding: 0;
	text-align: center;
	width: 60px;
}

#cart_summary.shop_table > tfoot > tr > td {
	color: var(--textcol);
	-webkit-color: rgba(102, 102, 102, 1);
	font-family: var(--fontt);
	font-size: 14px;
	line-height: 30px;
}

.cart_total .price {
	color: #222;
	font-size: 14px;
	float: none;
}

.cart_avail > span {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	color: #6fd9e9;
	font-size: 14px;
	font-weight: 400;
	padding: 0;
}

div#uniform-id_state.selector span {
	display: none;
}

div#uniform-currency_payment.selector span {
	display: none;
}

div#uniform-currency_payment.selector select {
	border: 0 none;
}

div#uniform-currency_payment.selector {
	border: 1px solid #f0f0f0;
}

.radio-inline label {
	margin-bottom: 0;
}

div#uniform-newsletter.checker span,
div#uniform-optin.checker span,
div#uniform-invoice_address.checker span {
	position: relative;
	top: -2px;
}

.date-select-form div {
	display: inline-block;
	margin-right: 10px;
}

.date-select-form div.selector span,
div#uniform-id_country.selector span {
	display: none;
}

.date-select-form div.selector select {
	border: 0 none;
}

.date-select-form div.selector {
	border: 1px solid #f0f0f0;
}

.required div.selector select {
	border: 0 none;
}

.required div.selector {
	border: 1px solid #f0f0f0;
}

.form-control.grey {
	background: none;
}
.shop_table tbody > tr > td.cart_quantity .cart_quantity_button a {
	float: left;
}

.btn.button-plus,
.btn.button-minus {
	color: #595959;
	line-height: 36px;
	border-color: #ddd;
	padding: 0 10px;
}

.cart_delete a.cart_quantity_delete:hover,
a.price_discount_delete:hover {
	border-color: #222;
}

#hideWishlist {
	line-height: 35px;
	padding: 0 20px;
}

.display_list {
	margin: 0;
}

.display_list li {
	margin-bottom: 20px;
}

.product_image_wishlist .product_image > a {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.product_button_action a {
	display: inline-block;
	width: 100%;
}

.product_button_action .btn_action a {
	margin-top: 10px;
}

.product_quantity_wishlist .form-control {
	text-align: center;
}

#manufacturers_list.list li > div {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}

.right-side {
	text-align: center;
	padding: 20px 10px;
}

.description_box {
	margin-bottom: 30px;
}

.back-to-top {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 10%;
	cursor: pointer;
	display: none;
	font-size: 28px;
	height: 45px;
	line-height: 1.6;
	position: fixed;
	right: 0;
	text-align: center;
	width: 45px;
	z-index: 1000;
	display: none;
}

.back-to-top:hover {
	color: #ffffff;
	background: #f01342;
}

.back-to-top span {
	color: #fff;
}

.categories-list .blog-intro {
	margin: 0;
}

.container .pagenotfound {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.pagenotfound > #error-code {
	color: #a1a1a1;
	font-size: 150px;
}

.footer-widgets {
	display: table;
	padding: 90px 0 50px;
	width: 100%;
}
.footer-widgets .footer-widgets-2 h3.widgettitle,
.footer-widgets .footer-widgets-3 h3.widgettitle,
.footer-widgets .footer-widgets-4 h3.widgettitle {
	color: #fff;
}

.footer_links > li {
	display: inline-block;
}

.footer_links {
	margin-bottom: 0;
	margin-top: 70px;
}

.fancybox-error {
	font-size: 15px !important;
}
.wpb_revslider_element.wpb_content_element {
	margin-bottom: 45px !important;
}
.gray-background-row {
	background-color: #f7f5f7;
	padding: 95px 15px 75px;
}

.gray-background-row-2 {
	background-color: #f7f5f7;
	padding-top: 95px;
	padding-bottom: 60px;
}

.page-content h2,
.page-content h1 {
	color: var(--samgreen);
	font-weight: 500;
	word-wrap: break-word;
}
.page-content h3 {
	font-size: 16px;
	border-bottom: none;
	margin: 0;
	font-weight: 500;
	padding: 0 0 17px 0;
}
.page-content p {
	line-height: 24px;
}
#samina-sleeper p.quote {
	margin-bottom: 0px;
}
p.quote::after {
	content: '"';
	display: inline-block;
}
p.quote::before {
	content: '"';
	display: inline-block;
}
#samina-sleeper .wpb_single_image {
	margin-bottom: 20px !important;
}
.contact_form .contact_input {
	color: #666;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.075em;
	line-height: 24px;
	background: none;
	border-color: #f0f0f0;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border: 1px solid #f0f0f0;
	height: 39px;
	width: 100%;
}

.contact_form textarea.contact_input {
	border: none;
	overflow: auto;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.contact_form textarea.contact_input {
	color: #999999;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.075em;
	line-height: 24px;
	background: none;
	border-color: #f0f0f0;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border: 1px solid #f0f0f0;
	height: 109px;
	width: 100%;
	resize: none;
}

.white-title h3 {
	color: white;
}

.tab-pane ul {
	margin-left: 30px;
	list-style: disc outside none;
}

.navbar-logo {
	padding: 0;
}

.addToWishlist {
	display: none;
}

span.selectshop select {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #f0f0f0;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 0 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	min-width: 120px;
}

div.selector span {
	display: none !important;
}

div.selector {
	border: 2px solid #f0f0f0 !important;
	height: 40px;
	line-height: 38px;
}

.tab-pane a {
	text-decoration: underline;
}

.rte ul {
	list-style: initial;
	padding-left: 30px;
}

.currency-info {
	display: none;
}

.seoradix-slider-wrapper .slide {
	cursor: pointer;
}

.breadcrumb-custom {
	padding: 188px 0;
}

table th {
	font-weight: bold;
}

table td,
table th {
	padding: 9px 10px;
	text-align: left;
}

div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
	background-image: url("https://www.samina.com/themes/seoradix_samina/css/autoload/../../img/jquery/uniform/sprite.png");
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
}

div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
	vertical-align: middle;
}

div.selector:focus,
div.checker:focus,
div.button:focus,
div.radio:focus,
div.uploader:focus {
	outline: 0;
}

div.selector,
div.selector *,
div.radio,
div.radio *,
div.checker,
div.checker *,
div.uploader,
div.uploader *,
div.button,
div.button * {
	margin: 0;
	padding: 0;
}

.highContrastDetect {
	background: url("https://www.samina.com/themes/seoradix_samina/css/autoload/../../../img/jquery/uniform/bg-input.png")
		repeat-x 0 0;
	width: 0;
	height: 0;
}

input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
	padding: 3px;
	background: white;
	outline: 0;
}

div.checker input,
input[type="search"],
input[type="search"]:active {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

div.selector {
	background: 0 none;
	line-height: 35px;
	height: 35px;
	position: relative;
	overflow: hidden;
}

div.selector span {
	text-overflow: ellipsis;
	padding: 0 15px;
	border: 1px solid #e1e2e3;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	background: none;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	width: 100%;
	display: block;
}

div.selector::before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #999;
	position: absolute;
	right: 10px;
	top: 15px;
}

span.selectshop select > option {
	padding: 3px 15px;
}

div.selector.fixedWidth span {
	width: 150px;
}

div.selector.active span {
	background-position: right -27px;
}

div.selector.hover span,
div.selector.focus span {
	background-position: right -27px;
}

div.selector.hover.active span,
div.selector.focus.active span {
	background-position: right -27px;
}

div.selector.disabled span,
div.selector.disabled.active span {
	background-position: right 0;
}

div.selector1 > div {
	background-position: 0 -135px;
}

div.selector1 > div span {
	background-position: right -81px;
}

div.selector1 > div.active span {
	background-position: right -108px;
}

div.selector1 > div.hover span,
div.selector1 > div.focus span {
	background-position: right -108px;
}

div.selector1 > div.hover.active span,
div.selector1 > div.focus.active span {
	background-position: right -108px;
}

div.selector1 > div.disabled,
div.selector1 > div.disabled.active {
	background-position: 0 -135px;
}

div.selector1 > div.disabled span,
div.selector1 > div.disabled.active span {
	background-position: right -81px;
}

div.selector2 > div {
	background-position: 0 -216px;
}

div.selector2 > div span {
	background-position: right -162px;
}

div.selector2 > div.active span {
	background-position: right -189px;
}

div.selector2 > div.hover span,
div.selector2 > div.focus span {
	background-position: right -189px;
}

div.selector2 > div.hover.active span,
div.selector2 > div.focus.active span {
	background-position: right -189px;
}

div.selector2 > div.disabled,
div.selector2 > div.disabled.active {
	background-position: 0 -216px;
}

div.selector2 > div.disabled span,
div.selector2 > div.disabled.active span {
	background-position: right -162px;
}

div.selector3 > div {
	background-position: 0 -351px;
}

div.selector3 > div span {
	background-position: right -297px;
}

div.selector3 > div.active span {
	background-position: right -324px;
}

div.selector3 > div.hover span,
div.selector3 > div.focus span {
	background-position: right -324px;
}

div.selector3 > div.hover.active span,
div.selector3 > div.focus.active span {
	background-position: right -324px;
}

div.selector3 > div.disabled,
div.selector3 > div.disabled.active {
	background-position: 0 -351px;
}

div.selector3 > div.disabled span,
div.selector3 > div.disabled.active span {
	background-position: right -297px;
}

div.checker {
	position: relative;
}

div.checker,
div.checker span,
div.checker input {
	width: 15px;
	height: 15px;
	display: inline-block;
}

.checkbox label {
	padding: 0;
}

div.checker span {
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	text-align: center;
	background-position: 0 -257px;
}

div.checker span.checked {
	background-position: -15px -257px;
}

div.checker input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
}

div.checker.active span {
	background-position: -15px -257px;
}

div.checker.active span.checked {
	background-position: -15px -257px;
}

div.checker.hover span,
div.checker.focus span {
	background-position: -30px -257px;
}

div.checker.hover span.checked,
div.checker.focus span.checked {
	background-position: -15px -257px;
}

div.checker.hover.active span,
div.checker.focus.active span {
	background-position: -15px -257px;
}

div.checker.hover.active span.checked,
div.checker.focus.active span.checked {
	background-position: -15px -257px;
}

div.checker.disabled,
div.checker.disabled.active {
	background-position: 0 -257px;
}

div.checker.disabled span.checked,
div.checker.disabled.active span.checked {
	background-position: 0 -257px;
}

div.radio {
	position: relative;
	display: inline;
}

div.radio,
div.radio span,
div.radio input {
	width: 13px;
	height: 13px;
}

div.radio span {
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	text-align: center;
	background-position: 0 -243px;
}

div.radio span.checked {
	background-position: -13px -243px;
}

div.radio input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	text-align: center;
}

div.radio.active span {
	background-position: -13px -243px;
}

div.radio.active span.checked {
	background-position: -13px -243px;
}

div.radio.hover span,
div.radio.focus span {
	background-position: -13px -243px;
}

div.radio.hover span.checked,
div.radio.focus span.checked {
	background-position: -13px -243px;
}

div.radio.hover.active span,
div.radio.focus.active span {
	background-position: -13px -243px;
}

div.radio.hover.active span.checked,
div.radio.focus.active span.checked {
	background-position: -13px -243px;
}

div.radio.disabled span,
div.radio.disabled.active span {
	background-position: 0 -243px;
}

div.radio.disabled span.checked,
div.radio.disabled.active span.checked {
	background-position: 0 -243px;
}

div.uploader {
	background: none;
	height: 27px;
	width: 100%;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

div.uploader span.action {
	background-position: 0 -378px;
	height: 27px;
	line-height: 27px;
	width: 94px;
	text-align: center;
	float: left;
	display: inline;
	overflow: hidden;
	cursor: pointer;
}

div.uploader span.filename {
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	cursor: default;
	height: 27px;
	margin: 0 0 0 0;
	line-height: 27px;
	width: 172px;
	padding: 0 10px;
}

div.uploader input {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	border: none;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	cursor: default;
	width: 100%;
	height: 100%;
}

div.button {
	background-position: 0 -634px;
	height: 30px;
	cursor: pointer;
	position: relative;
}

div.button a,
div.button button,
div.button input {
	opacity: 0.01;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

div.button span {
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	line-height: 30px;
	text-align: center;
	background-position: right -514px;
	height: 30px;
	margin-left: 13px;
	padding: 0;
}

div.button.active {
	background-position: 0 -664px;
}

div.button.active span {
	background-position: right -544px;
	cursor: default;
}

div.button.hover,
div.button.focus {
	background-position: 0 -694px;
}

div.button.hover span,
div.button.focus span {
	background-position: right -574px;
}

div.button.disabled,
div.button.disabled.active {
	background-position: 0 -724px;
}

div.button.disabled span,
div.button.disabled.active span {
	background-position: right -604px;
	cursor: default;
}

input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
	font-size: 13px;
	font-family: var(--fontt);
	font-weight: normal;
	line-height: 18px;
	color: #777;
	border: solid 1px #d6d4d4;
}

input.uniform-input.hover,
input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.focus {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	border-color: #cbcaca;
}

div.button span {
	font-weight: bold;
	font-family: var(--fontt);
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

div.button.hover span,
div.button.focus span {
	color: #555;
}

div.button.disabled span,
div.button.disabled.active span {
	color: #bbb;
}

#compare_shipping .form-group label {
	display: block;
}

div.selector {
	font-size: 12px;
}

div.selector span {
	color: #666;
	text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span,
div.selector.disabled.active span {
	color: #bbb;
}

.checker span input {
	margin: 0 !important;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	margin: 0 !important;
}

.radio-inline,
.checkbox-inline {
	cursor: default;
}

div.checker {
	cursor: pointer;
	margin-right: 8px;
}

div.checker span {
	position: relative;
	top: -2px;
}

#layered_form div.checker {
	display: inline;
}

div.radio {
	margin-right: 3px;
}

div.radio span {
	position: relative;
	top: -2px;
}

div.uploader span.action {
	text-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

div.uploader span.filename {
	color: #777;
	border: solid 1px #d6d4d4;
	font-size: 13px;
	background: #fbfbfb;
	margin-right: 2px;
}

div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
	color: #aaa;
}

div.uploader.disabled span.filename,
div.uploader.disabled.active span.filename {
	border-color: #ddd;
	color: #aaa;
}

input.uniform-input,
input.uniform-input:focus {
	background-color: #fff;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px var(--fontt);
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("https://www.samina.com/js/jquery/plugins/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("https://www.samina.com/js/jquery/plugins/fancybox/fancybox_loading.gif")
		center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent
		url("https://www.samina.com/js/jquery/plugins/fancybox/blank.gif");
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("https://www.samina.com/js/jquery/plugins/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px var(--fontt);
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}
#cart_block_list .preview-image {
	display: inline-block;
	float: left;
	width: 90px;
	margin-right: 15px;
}
ul#cart_block_list li a.preview-image img {
	max-width: 90px;
	width: 100%;
	height: 100%;
}
#cart_block_list .description {
	line-height: 30px;
	text-align: left;
}

.description > a {
	color: #000000;
	font-family: var(--fontt);
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
}

.quantity-formated {
	display: block;
	margin-top: -7px;
}

.price-quantity {
	color: #999999;
	font-family: var(--fontt);
	font-weight: 400;
	font-size: 12px;
	text-align: left;
}

.remove_link {
	position: absolute;
	right: 13px;
	top: 3px;
}

#cart_block_list li {
	border-bottom: 1px solid #f6f6f6;
	display: inline;
	float: left;
	padding: 18px;
	position: relative;
	width: 100%;
}

.ajax_cart_no_product {
	padding: 0 20px;
	float: left;
}

#header .shopping_cart {
	position: relative;
	float: right;
	padding-top: 50px;
}

#header .shopping_cart > a:first-child:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	display: inline-block;
	float: right;
	font-size: 18px;
	color: #686666;
	padding: 6px 0 0 0;
}

#header .shopping_cart > a:first-child:hover:after {
	content: "\f0d8";
	padding: 4px 0 2px 0;
}

.shopping_cart {
	width: 270px;
}

.shopping_cart > a:first-child {
	padding: 7px 10px 14px 16px;
	background: #333;
	display: block;
	font-weight: bold;
	color: #777777;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.shopping_cart > a:first-child b {
	color: #fff;
	font: 600 18px/22px "Open Sans", sans-serif;
	padding-right: 5px;
}

.shopping_cart > a:first-child:before {
	content: "\f07a";
	font-family: "FontAwesome";
	display: inline-block;
	font-size: 23px;
	line-height: 23px;
	color: #fff;
	padding-right: 15px;
}

.shopping_cart .ajax_cart_total {
	display: none !important;
}

.shopping_cart .block_cart_expand:after,
.shopping_cart .block_cart_collapse:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	display: inline-block;
	float: right;
	font-size: 18px;
	color: #686666;
	padding: 6px 0 0 0;
}

.shopping_cart .block_cart_collapse:after {
	content: "\f0d8";
	padding: 4px 0 2px 0;
}

.cart_block .cart_block_list .remove_link {
	position: absolute;
	right: 10px;
	top: 19px;
}

.cart_block .cart_block_list .remove_link a,
.cart_block .cart_block_list .ajax_cart_block_remove_link {
	color: #777;
	display: block;
	width: 100%;
	height: 100%;
}

.cart_block .cart_block_list .remove_link a:before,
.cart_block .cart_block_list .ajax_cart_block_remove_link:before {
	display: inline-block;
	content: "\f057";
	font-family: "FontAwesome";
	font-size: 18px;
	line-height: 18px;
}

.cart_block .cart_block_list .remove_link a:hover,
.cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
	color: #515151;
}

.cart_block .cart-images {
	float: left;
	margin-right: 20px;
}

.cart_block .cart-info {
	overflow: hidden;
	position: relative;
	padding-right: 20px;
}

.cart_block .cart-info .product-name {
	padding-bottom: 5px;
	margin-top: -4px;
}

.cart_block .cart-info .product-name a {
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
}

.cart_block .cart-info .quantity-formated {
	display: inline-block;
	color: #9c9b9b;
	text-transform: uppercase;
	font-size: 10px;
	padding-right: 5px;
}

.cart_block .cart-info .quantity-formated .quantity {
	font-size: 15px;
}

.cart_block dt {
	font-weight: normal;
	overflow: hidden;
	padding: 20px 10px 16px 20px;
	position: relative;
}

.cart_block dd {
	position: relative;
}

.cart_block dd .cart_block_customizations {
	border-top: 1px dashed #333;
}

.cart_block dd .cart_block_customizations li {
	padding: 10px 20px;
}

.cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
	position: absolute;
	right: 10px;
}

.cart_block .cart_block_no_products {
	margin: 0;
	padding: 10px 20px;
}

.cart_block .cart-prices {
	border-top: 1px solid #d6d4d4;
	font-weight: bold;
	padding: 10px 20px 22px 20px;
}

.cart_block .cart-prices .cart-prices-line {
	overflow: hidden;
	border-bottom: 1px solid #515151;
	padding: 7px 0;
}

.cart_block .cart-prices .cart-prices-line.last-line {
	border: none;
}

.cart_block .cart-buttons {
	overflow: hidden;
	padding: 20px 20px 10px 20px;
	margin: 0;
	background: #f6f6f6;
}

.cart_block .cart-buttons a {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 10px;
}

.cart_block .cart-buttons a#button_order_cart {
	margin-right: 0;
	border: none;
}

.cart_block .cart-buttons a#button_order_cart span {
	padding: 7px 0;
	font-size: 1.1em;
	border: solid 1px #63c473;
	background: #43b155;
}

.cart_block .cart-buttons a#button_order_cart:hover span {
	border: solid 1px #358c43;
	background: #2e7a3a;
	color: #fff;
}
.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost {
	float: right;
}

.cart_block table.vouchers {
	clear: both;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 10px;
}

.cart_block table.vouchers tr td {
	padding: 2px;
}

.cart_block table.vouchers tr td.quantity {
	margin-right: 5px;
	min-width: 18px;
}

.cart_block table.vouchers tr td.delete {
	padding-left: 0;
	padding-right: 0;
	text-align: right;
	width: 15px;
}

.layer_cart_overlay {
	background-color: #000;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 98;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	opacity: 0.2;
}

* html .layer_cart_overlay {
	position: absolute;
	left: 0;
	margin-left: -160px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	opacity: 0.2;
}

#layer_cart {
	background-color: #fff;
	position: absolute;
	display: none;
	z-index: 99;
	width: 84%;
	margin-right: 8%;
	margin-left: 8%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#layer_cart .layer_cart_product {
	padding: 30px 30px 30px 30px;
	overflow: hidden;
	position: static;
}

#layer_cart .layer_cart_product .title {
	display: block;
	font: 400 23px/29px var(--fontt);
	color: #46a74e;
	margin-bottom: 22px;
}

#layer_cart .layer_cart_product .title i {
	font-size: 30px;
	line-height: 30px;
	float: left;
	padding-right: 8px;
}

#layer_cart .layer_cart_product .product-image-container {
	max-width: 178px;
	border: 1px solid #d6d4d4;
	padding: 5px;
	float: left;
	margin-right: 30px;
}

#layer_cart .layer_cart_product .layer_cart_product_info {
	padding: 38px 0 0 0;
}

#layer_cart
	.layer_cart_product
	.layer_cart_product_info
	#layer_cart_product_title {
	display: block;
	padding-bottom: 8px;
}

#layer_cart .layer_cart_product .layer_cart_product_info > div {
	padding-bottom: 7px;
}

#layer_cart .layer_cart_product .layer_cart_product_info > div strong {
	padding-right: 3px;
}

#layer_cart .layer_cart_cart {
	background: #fafafa;
	border-left: 1px solid #d6d4d4;
	padding: 21px 30px 170px 30px;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0;
	border-radius: 0 4px 4px 0;
	position: relative;
}

#layer_cart .layer_cart_cart .title {
	display: block;
	font: 400 23px/29px var(--fontt);
	color: #333;
	border-bottom: 1px solid #d6d4d4;
	padding-bottom: 13px;
	margin-bottom: 17px;
}

#layer_cart .layer_cart_cart .layer_cart_row {
	padding: 0 0 7px 0;
}

#layer_cart .layer_cart_cart .button-container {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 30px 20px 30px;
}

#layer_cart .layer_cart_cart .button-container .btn {
	margin-bottom: 10px;
}

#layer_cart .layer_cart_cart .button-container span.exclusive-medium {
	margin-right: 5px;
}

#layer_cart .layer_cart_cart .button-container span.exclusive-medium i {
	padding-right: 5px;
	color: #777777;
}

#layer_cart .cross {
	position: absolute;
	right: 7px;
	top: 8px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	color: #333;
	z-index: 2;
}

#layer_cart .cross:before {
	content: "\f057";
	display: block;
	font-family: "FontAwesome";
	font-size: 25px;
	line-height: 25px;
}

#layer_cart .cross:hover {
	color: #515151;
}

#layer_cart .continue {
	cursor: pointer;
}

#layer_cart p {
	padding: 0;
}

#layer_cart .crossseling .crossseling-content {
	border-top: 1px solid #d6d4d4;
	padding: 26px 30px 40px 30px;
	position: relative;
}

#layer_cart .crossseling h2 {
	font: 400 23px/26px var(--fontt);
	color: #333;
	margin-bottom: 25px;
}

#layer_cart .crossseling #blockcart_list {
	max-width: 773px;
	width: 84%;
	margin: 0 auto;
	overflow: hidden;
}

#layer_cart .crossseling #blockcart_list ul {
	display: block;
}

#layer_cart .crossseling #blockcart_list ul li {
	float: left;
	width: 178px;
	margin: 0 0 0 0;
}

#layer_cart .crossseling #blockcart_list ul li .product-image-container {
	border: 1px solid #d6d4d4;
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
}

#layer_cart .crossseling #blockcart_list ul li .product-image-container img {
	width: 100%;
}

#layer_cart .crossseling #blockcart_list ul li .product-name {
	padding-bottom: 5px;
}

#layer_cart .crossseling #blockcart_list ul li .product-name a {
	font-size: 15px;
	line-height: 20px;
}

#layer_cart .crossseling #blockcart_list a.bx-prev,
#layer_cart .crossseling #blockcart_list a.bx-next {
	display: block;
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	color: #333;
	text-indent: -5000px;
	position: absolute;
	top: 45%;
	margin-top: -20px;
}

#layer_cart .crossseling #blockcart_list a.bx-prev:after,
#layer_cart .crossseling #blockcart_list a.bx-next:after {
	display: block;
	text-indent: 0;
}

#layer_cart .crossseling #blockcart_list a.bx-prev:hover,
#layer_cart .crossseling #blockcart_list a.bx-next:hover {
	color: #c0c0c0;
}

#layer_cart .crossseling #blockcart_list a.bx-prev.disabled,
#layer_cart .crossseling #blockcart_list a.bx-next.disabled {
	display: none;
}

#layer_cart .crossseling #blockcart_list a.bx-prev {
	left: 5%;
}

#layer_cart .crossseling #blockcart_list a.bx-prev:after {
	content: "\f137";
}

#layer_cart .crossseling #blockcart_list a.bx-next {
	right: 5%;
}

#layer_cart .crossseling #blockcart_list a.bx-next:after {
	content: "\f138";
}

#layer_cart .crossseling #blockcart_list .bx-controls {
	overflow: hidden;
}

#categories_block_top {
	clear: both;
	position: relative;
	top: 30px;
}

#categories_block_top .sf-menu {
	position: relative;
}

#categories_block_top .sf-menu > li {
	position: static;
}

#categories_block_top .sf-menu > li > ul {
	width: 100%;
	top: 60px;
	margin: 0 20px;
}

#categories_block_top .sf-menu > li > ul > li {
	display: block;
	float: left;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}

#categories_block_top .sf-menu > li > ul > .category_thumb {
	display: block;
	clear: both;
	overflow: hidden;
	width: 100%;
}

#categories_block_top .sf-menu > li > ul > .category_thumb img {
	display: inline-block;
	width: 33%;
}

#categories_block_top .sf-menu > li h4 a {
	font-size: 1.1em;
}

#categories_block_top .sf-menu > li h4 a:before {
	display: none;
}

#categories_block_top .sf-menu > li .main-level-submenus {
	position: relative;
	display: block !important;
	visibility: visible !important;
	top: 0;
	background: none;
	box-shadow: none;
	padding: 0;
	left: 0;
}

#categories_block_top .sf-menu .category_thumb {
	display: none;
}

.product-categories li,
#menu-ueberblick li,
#menu-ueberblick_en li {
	font-size: 14px;
	line-height: 36px;
	position: relative;
}

.product-categories li a,
#menu-ueberblick li a,
#menu-ueberblick_en li a {
	color: #666;
}

.product-categories li:hover a,
#menu-ueberblick li:hover a,
#menu-ueberblick_en li:hover a {
	color: #000;
}

#menu-ueberblick li span.grower {
	display: block;
	background: #f6f6f6;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	font-family: "FontAwesome";
	font-size: 14px;
}

#categories_block_left li span.grower.OPEN:before,
#categories_block_left li span.grower.CLOSE:before {
	content: "\f068";
	display: block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	color: #333;
	line-height: 30px;
	text-align: center;
}

#categories_block_left li span.grower.CLOSE:before {
	content: "\f067";
	color: silver;
}

#categories_block_left li li a {
	font-weight: normal;
	color: #777777;
}

#categories_block_left li li a:before {
	content: "\f105";
	font-family: "FontAwesome";
	line-height: 29px;
	padding-right: 8px;
}

.sidebar section .widgettitle {
	color: #000;
	font-size: 18px;
	letter-spacing: 0.075em;
	line-height: 18px;
	margin-bottom: 13px;
}

#menu-ueberblick,
.product-categories {
	border-bottom: 2px solid #f6f6f6;
	padding-bottom: 6px;
	margin-bottom: 38px;
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

#content-wrap {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#content-wrap {
	-webkit-overflow-scrolling: touch;
}

.menu-button {
	position: fixed;
	z-index: 1000;
	margin: 1em;
	padding: 0;
	width: 2.5em;
	height: 2.25em;
	border: none;
	text-indent: 2.5em;
	font-size: 1.5em;
	color: transparent;
	background: transparent;
}

.menu-button::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	background: linear-gradient(
		#373a47 20%,
		transparent 20%,
		transparent 40%,
		#373a47 40%,
		#373a47 60%,
		transparent 60%,
		transparent 80%,
		#373a47 80%
	);
	content: "";
}

.menu-button:hover {
	opacity: 0.6;
}

.close-button {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
}

.close-button::before,
.close-button::after {
	content: "";
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #000;
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-wrap {
	background: #fff none repeat scroll 0 0;
	font-size: 1.15em;
	height: 100%;
	overflow: auto;
	padding: 2.5em 1.5em 0;
	position: fixed;
	right: -320px;
	transition: right 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 300px;
	z-index: 3001;
}

.show-menu .menu-wrap {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	right: 0;
	transition: right 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.nav-primary .sub-menu li.selected > a {
	color: #333;
}

.nav-primary .sub-menu li.selected,
.mega-dropdown-menu.selected,
.mega-col-nav.selected > .mega-inner {
	border: 1px solid #07b !important;
}

.nav-primary .sub-menu li.group > a {
	color: #000;
	font-size: 16px;
	text-transform: capitalize;
}

.open > .dropdown-menu {
	opacity: 1;
	visibility: visible;
	display: block !important;
}

.google-maps {
	width: 100%;
	float: left;
	min-height: 250px;
}
.hidden_box {
	display: none;
}

.circle {
	background-color: rgba(0, 0, 0, 0);
	border: 5px solid rgba(0, 183, 229, 0.9);
	opacity: 0.9;
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-radius: 50px;
	box-shadow: 0 0 35px #2187e7;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	-moz-animation: spinPulse 1s infinite ease-in-out;
	-webkit-animation: spinPulse 1s infinite linear;
	animation: spinPulse 1s infinite ease-in-out;
}

.form_using_ajax {
	position: relative;
}

form.form_using_ajax {
	width: 100%;
	float: left;
}

.select_box select {
	width: 100%;
}
.checkbox_item_wp .checker {
	float: left;
}

.radio_box .radio {
	float: left;
}
.product_item_wp {
	width: 100%;
	float: left;
}

.gform_product_item {
	border: 1px solid #fff;
	border-radius: 2px;
	padding: 2px;
	box-sizing: border-box;
	transition: all 0.5s;
	width: 25%;
	float: left;
}

.gform_product_item:hover {
	border: 1px solid #ccc;
	box-shadow: 0 0 2px #ccc;
}

.multifileupload_box div.uploader span.filename,
.fileupload_box div.uploader span.filename {
	width: 100%;
}

.multifileupload_box div.uploader,
.fileupload_box div.uploader {
	position: relative;
}

.multifileupload_box div.uploader span.action,
.fileupload_box div.uploader span.action {
	position: absolute;
	top: 0;
	right: 0;
}

.formbuilder_group_break {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}

.product_item_wp .owl-nav .disabled {
	display: none;
}

.survey_box table {
	width: 100%;
	float: left;
}

.samina-img-jahre .vc_figure {
	max-width: 120px !important;
	width: 100%;
}
span.wpcf7-form-control-wrap {
	display: block;
}
p.help-block {
	font-style: italic;
	font-size: 11px;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #b7b7b7;
	width: 100%;
	float: left;
	clear: both;
}

label.required_label:after {
	content: "*";
	color: red;
	font-size: 14px;
	position: relative;
	line-height: 12px;
}

.success_box {
	width: 100%;
	float: left;
	border: 1px solid #d6d4d4;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fafafa;
}

.formbuilder_group {
	margin-bottom: 3px;
	float: left;
}

.itemfield {
	float: left;
}

.time_select {
	width: 32%;
	max-width: 100px;
	float: left;
	margin-right: 1%;
}

.time_box .selector {
	float: left;
	width: 32%;
	margin-right: 1%;
	max-width: 100px;
}

.toplabel {
	width: 100%;
	float: left;
	clear: both;
}

.color_item {
	width: 150px;
	border-radius: 4px;
	overflow: hidden;
	margin: 0 3px 3px 0;
	padding: 2px;
	float: left;
}

.colorchoose_item_wp {
	width: 137px;
	max-width: 100%;
	border-radius: 4px;
	overflow: hidden;
	margin: 0 3px 3px 0;
	padding: 2px;
	float: left;
}

.colorchoose_item_content {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 8px;
	font-size: 12px;
	line-height: 1.42857;
	border-radius: 3px;
	color: #363a41;
	background-color: #fff;
	border-color: #dedede;
}

.imagethumb__item_content {
	max-width: 120px;
	min-width: 50px;
	min-height: 50px;
	max-height: 120px;
	border: 1px solid #ccc;
	border-radius: 3px;
	overflow: hidden;
	margin: 0 3px 3px 0;
	padding: 3px;
	box-sizing: border-box;
	box-shadow: 1px 1px 2px #ccc;
	text-align: center;
	float: left;
	position: relative;
}

.imagethumb_input_wp {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-radius: 0 3px 0 0;
	width: 22px;
	height: 22px;
	float: left;
}

div.uploader input {
	z-index: 1;
	cursor: pointer;
}

.select_box select {
	max-width: 490px;
}

label span.description {
	display: block;
	padding-left: 16px;
}

div#center-column a,
div#center-column a:hover {
	color: #218e53 !important;
}
.links_letters_row a {
	font-size: 25px;
	color: var(--samgreen);
}
ul.quad {
	margin-bottom: 20px !important;
	overflow: hidden;
	border-top: 1px solid #ccc;
}
.quad li {
	width: 25%;
}
.quad li {
	line-height: 1.5em;
	float: left;
	display: inline;
}
.single-glossars .youtube_video {
	text-align: center;
}
.single-glossars .wpb_wrapper iframe {
	max-width: 560px;
	width: 100%;
}
.sleep_guide .wpb_wrapper iframe {
	max-width: 400px;
	width: 100%;
}
.sleep-healthy .wpb_wrapper iframe {
	max-width: 500px;
	width: 100%;
}
.page-guenther-w-amann-jennson .wpb_wrapper iframe {
	max-width: 470px;
	width: 100%;
}
input[type="submit"],
button {
	border-radius: 0 !important;
	-webkit-appearance: none;
	appearance: none;
}

#stores_loader {
	display: none;
}
input#addressInput {
	display: inline-block;
	width: 269px;
}
.address-input {
	float: left;
	margin-right: 19px;
}
.address-input label {
	margin-right: 5px;
}
.store-content label {
	font-weight: normal;
	color: #777;
}
.radius-input {
	float: left;
	line-height: 23px;
	margin-right: 20px;
}
.store-content button {
	line-height: 20px;
	width: auto;
	cursor: pointer;
	padding: 10px 35px;
}

.store-content {
	padding-bottom: 30px;
}
#map {
	width: 100%;
	height: 447px;
	margin-bottom: 26px;
}
.store-title {
	margin-bottom: 16px;
}
.store-content-select .selector {
	visibility: hidden;
	display: none;
}
.store-content-select {
	border-top: 1px solid #d6d4d4;
	margin-bottom: 30px;
	padding-top: 30px;
}
#locationSelect {
	max-width: 356px;
	visibility: visible;
}
#stores-table {
	display: none;
}
#stores-table.table-bordered {
	border: 1px solid #f0f0f0;
	color: #666;
	font-weight: 400;
	line-height: 30px;
}
#stores-table.table {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
}
#stores-table.table-bordered thead > tr > th {
	border-bottom: 2px solid #f0f0f0;
	vertical-align: bottom;
}
#stores-table.table-bordered > thead > tr > th,
#stores-table.table-bordered > thead > tr > td,
#stores-table.table-bordered > tbody > tr > th,
#stores-table.table-bordered > tbody > tr > td,
#stores-table.table-bordered > tfoot > tr > th,
#stores-table.table-bordered > tfoot > tr > td {
	border: 1px solid #f0f0f0;
	text-align: center;
}
#stores-table.table-bordered > thead > tr > th,
#stores-table.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
#stores-table.table > thead > tr > th {
	border-bottom-width: 1px;
	color: #333333;
	vertical-align: middle;
}
#stores-table.table thead > tr > th,
#stores-table.table thead > tr > td,
#stores-table.table tbody > tr > th,
#stores-table.table tbody > tr > td,
#stores-table.table tfoot > tr > th,
#stores-table.table tfoot > tr > td {
	border-bottom: medium none;
	line-height: 1.42857;
	vertical-align: top;
}
#stores-table.table thead th {
	border-top: 0 none;
	font-family: var(--fonthl);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 24px;
	text-transform: uppercase;
}
#stores-table tbody td.num {
	background: #fbfbfb none repeat scroll 0 0;
	width: 46px;
}
#stores-table tbody td {
	padding: 20px;
	text-align: left;
}
#stores-table tbody td.name span {
	padding-left: 15px;
}
/**********************************************************************************************************************
*	MEDIQA QUERY
********************************************************************************************************************/
@media screen and (min-width: 1200px) {
	#layer_cart .layer_cart_cart {
		min-height: 318px;
	}
}
@media screen and (max-width: 1200px) {
	.shopping_cart {
		margin: 0 auto;
		float: none;
		width: 100%;
	}
	#header .cart_block {
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	.section-home-banner {
		background-attachment: scroll !important;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#layer_cart .layer_cart_cart {
		min-height: 360px;
	}
}
@media screen and (min-width: 992px) {
	.responsive #off-canvas-menu {
		display: none;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
		background: #d6a916 none repeat scroll 0 0;
		border-color: #d6a916;
	}

	ul.step li.step_done a {
		padding-left: 48px;
	}
	ul.step li#step_end span:after {
		display: none;
	}
}
@media screen and (max-width: 992px) {
	ul.step li a,
	ul.step li span,
	.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active,
	.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
		font-size: 1.15em;
	}
	.section-categories .vc_col-sm-3 {
		width: 50% !important;
	}

	.vc_col-sm-2 {
		display: none !important;
	}
	.vc_col-sm-8 {
		width: 100% !important;
	}
}
@media screen and (max-width: 991px) {
	.box-sale-content > p span.text_promise {
		width: 145px;
		padding: 0 10px;
	}
	#newsletter_block_left > h4 {
		font-size: 16px;
	}
	.category-box .cat-btn a,
	.category-box .cat-btn a:hover,
	.category-box .cat-btn a:focus,
	.category-box .cat-btn a:active {
		margin-bottom: 10px;
	}
	.wc-no-product-found {
		float: none;
		width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	#columns #newsletter_block_left .form-group .form-control {
		margin-bottom: 10px;
		margin-right: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.shopping_cart > a:first-child span.ajax_cart_product_txt,
	.shopping_cart > a:first-child span.ajax_cart_product_txt_s {
		display: none !important;
	}
	p {
		margin: 15px 0px;
	}
	.vc_btn3 {
		width: 100% !important;
	}
}
@media screen and (min-width: 320px) {
	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	.inputbox {
		color: #999999;
		font-size: 12px;
		letter-spacing: 0.075em;
		line-height: 24px;
		background: #f6f6f6 none repeat scroll 0 0;
		border: 1px solid #f0f0f0;
		height: 39px;
		width: 100%;
		padding: 6px 12px;
	}
	.form-inline .form-group {
		display: inline-block;
	}

	.form-inline .form-control {
		display: inline-block;
	}

	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		float: none;
	}
	.lead {
		font-size: 1.5em;
	}
}
@media screen and (max-width: 768px) {
	.shop_table_responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		border: 1px solid #d6d4d4;
	}

	.shop_table_responsive.shop_table {
		margin-bottom: 0;
		background-color: #fff;
	}

	.shop_table_responsive.shop_table > thead > tr > th,
	.shop_table_responsive.shop_table > thead > tr > td,
	.shop_table_responsive.shop_table > tbody > tr > th,
	.shop_table_responsive.shop_table > tbody > tr > td,
	.shop_table_responsive.shop_table > tfoot > tr > th,
	.shop_table_responsive.shop_table > tfoot > tr > td {
		white-space: normal;
	}

	.shop_table_responsive.shop_table {
		border: 0;
	}

	.shop_table_responsive.shop_table > thead > tr > th:first-child,
	.shop_table_responsive.shop_table > thead > tr > td:first-child,
	.shop_table_responsive.shop_table > tbody > tr > th:first-child,
	.shop_table_responsive.shop_table > tbody > tr > td:first-child,
	.shop_table_responsive.shop_table > tfoot > tr > th:first-child,
	.shop_table_responsive.shop_table > tfoot > tr > td:first-child {
		border-left: 0;
	}

	.shop_table_responsive.shop_table > thead > tr > th:last-child,
	.shop_table_responsive.shop_table > thead > tr > td:last-child,
	.shop_table_responsive.shop_table > tbody > tr > th:last-child,
	.shop_table_responsive.shop_table > tbody > tr > td:last-child,
	.shop_table_responsive.shop_table > tfoot > tr > th:last-child,
	.shop_table_responsive.shop_table > tfoot > tr > td:last-child {
		border-right: 0;
	}

	.shop_table_responsive.shop_table > thead > tr:last-child > th,
	.shop_table_responsive.shop_table > thead > tr:last-child > td,
	.shop_table_responsive.shop_table > tbody > tr:last-child > th,
	.shop_table_responsive.shop_table > tbody > tr:last-child > td,
	.shop_table_responsive.shop_table > tfoot > tr:last-child > th,
	.shop_table_responsive.shop_table > tfoot > tr:last-child > td {
		border-bottom: 0;
	}

	#order-list td > .label {
		white-space: normal;
	}
}
@media only screen and (max-width: 767px) {
	table.responsive {
		margin-bottom: 0;
	}

	.pinned {
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		width: 35%;
		overflow: hidden;
		overflow-x: scroll;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}

	.pinned table {
		border-right: none;
		border-left: none;
		width: 100%;
	}

	.pinned table th,
	.pinned table td {
		white-space: nowrap;
	}

	.pinned td:last-child {
		border-bottom: 0;
	}

	div.shop_table-wrapper {
		position: relative;
		margin-bottom: 20px;
		overflow: hidden;
		border-right: 1px solid #ccc;
	}

	div.shop_table-wrapper div.scrollable {
		margin-left: 35%;
	}

	div.shop_table-wrapper div.scrollable {
		overflow: scroll;
		overflow-y: hidden;
	}

	table.responsive td,
	table.responsive th {
		position: relative;
		white-space: nowrap;
		overflow: hidden;
	}

	table.responsive th:first-child,
	table.responsive td:first-child,
	table.responsive td:first-child,
	table.responsive.pinned td {
		display: none;
	}
	#layer_cart .layer_cart_product .title {
		font-size: 18px;
		padding-right: 0;
		line-height: normal;
	}
	#layer_cart .layer_cart_product .title i {
		font-size: 22px;
		line-height: 22px;
	}
	#layer_cart .layer_cart_cart .title {
		font-size: 18px;
	}

	.wpb_single_image figure,
	.wpb_single_image figure a,
	.wpb_single_image figure .vc_single_image-wrapper {
		display: block;
		width: 100%;
	}
	.section-categories .vc_col-sm-3 {
		width: 100% !important;
	}
	.category-box .image figure {
		max-height: 300px;
		height: 100%;
	}
	#samina-sleeper .vc_custom_heading {
		padding-left: 15px;
		padding-right: 15px;
	}
	.quad li {
		width: 100%;
	}
	.form-group {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.address-input {
		width: 100%;
		margin: 0 0 20px;
	}
	.vc_align_left {
		text-align: center !important;
	}
	.vc_grid-item .vc_grid-item-mini .vc_gitem-post-data-source-post_excerpt {
		height: auto !important;
	}
}
@media screen and (max-width: 680px) {
	.gform_product_item {
		width: 50%;
		float: left;
	}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
	ul.step li em {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	ul.step li.first span,
	ul.step li.first a {
		padding-left: 13px !important;
	}
	ul.step li.step_done {
		border-bottom-color: #fff;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		border-top-color: #fff;
	}
	#header .cart_block {
		width: 100%;
	}
	.shopping_cart {
		padding-top: 20px;
	}
	#layer_cart .layer_cart_product .product-image-container {
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.before-header.topbar,
	.genesis-topbar-nav-menu.topbar {
		width: 100%;
		float: none;
	}
	section#icl_lang_sel_widget-3 {
		display: block;
		padding-top: 10px;
		vertical-align: middle;
	}
	/* 	.wpml-ls-legacy-dropdown{display: inline;} */
	.genesis-topbar-nav-menu.topbar ul#menu-top-bar-right,
	.genesis-topbar-nav-menu.topbar ul#menu-top-bar-right-englisch {
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	.wpml-ls-legacy-dropdown .wpml-ls-item {
		text-align: center;
	}
	#cart_block {
		display: inline;
	}
	.breadcrumb,
	.woocommerce-breadcrumb {
		line-height: 25px;
	}
	h1.category-name {
		line-height: 25px;
	}

	.wpb_wrapper iframe {
		max-width: 400px;
		width: 100%;
	}
	.btn-default {
		letter-spacing: 0.04em;
	}
}
@media screen and (max-width: 479px) {
	ul.step li {
		width: 100%;
	}
	#languages-block-top {
		width: 25%;
	}
	#languages-block-top div.current {
		text-align: center;
		padding: 9px 5px 10px;
		font-size: 11px;
	}
	#languages-block-top div.current:after {
		padding-left: 2px;
		font-size: 13px;
		line-height: 13px;
		vertical-align: 0;
	}
	#languages-block-top div.current .cur-label {
		display: none;
	}
}
.single-product.woocommerce div.product div.images.woocommerce-product-gallery,
.single-product.woocommerce div.product div.summary {
	padding-left: 0;
}
.woocommerce td.product-name dl.variation dd p {
	line-height: normal;
}
