:root {
	--color2: #e1c0ab;
	--color1: #bd8348;
	--color3: #f6f2ef;
	--color4: #fff1e8;
}

a,
.logo img,
#menu a:after,
header,
.banner-item,
.banner-item h4 {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

html {
	font-size: 14px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	width: 100%;
	min-width: 360px;

	padding-top: 70px;

}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.mainnav {
	font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

a.anchor {
	position: absolute;
	top: 0;
}

/* default font size */
.fa {
	font-size: 14px;
	vertical-align: middle;
}

.btn-default.active {
	background: #ccc;
}

/* Override the bootstrap defaults */
.title {
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}

.title::after {
	background: var(--color1);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	/* transform: translateY(-120%); */
}

.title>h2 {
	padding: 20px 100px;
	margin: 0;
	background: #fff;
}

.title>h1 {
	padding: 10px 30px;
	margin: 0;
	background: #fff;
}

h1 {
	font-size: 40px;
	color: var(--color1);
	font-family: serif;
	font-weight: 400;
}

.title h1 {
	position: relative;
	z-index: 2;
	display: inline-block;
}

h2 {
	font-size: 47px;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
	color: var(--color1);
	/* background: rgb(255, 255, 255) none repeat scroll 0 0; */
	display: inline-block;
	font-weight: 600;
	font-family: serif;
	font-weight: 400;
	/* text-transform: uppercase; */
}

h3 {
	font-size: 21px;
	color: var(--color1);
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: var(--color1);
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
}

.input-group .input-group-addon {
	line-height: 30px;
	margin-right: 10px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* Fix some bootstrap issues */
/*
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
*/
@media (min-width: 576px) and (max-width: 767px) {

	.hidden-sm,
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg {
		display: none !important;
	}
}

button {}

.form-control {
	/*transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 0;
	border-color: #000*/
}

.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgb(189 131 72 / 25%);
	border-color: var(--color1);
}

.dropdown-menu {
	border-radius: 0;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.nav-pills .nav-link {
	background: 0 0;
	border: 0;
	border-radius: 0.25rem;
	border-radius: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #888;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #000;
	background-color: #fff;
	box-shadow: 8px 9px 15px rgba(0, 0, 0, 0.1);
}

.superproducts_tabs .nav {
	margin-bottom: 30px;
}

/* top */
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.is-scroll header {
	position: fixed;
	top: -100px;
}

#top {
	background-color: var(--color2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 30px;
	position: relative;
	z-index: 10;
}

#top>ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	padding: 3px 20px;

}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {}

#top .btn-link,
#top-links li,
#top-links a {
	text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
	color: #bd8348;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover {
	color: #FFF;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links {
	padding-top: 6px;
}

#top-links a+a {
	margin-left: 15px;
}

.btn-link:focus,
.btn-link:hover {
	color: #bd8348 !important;
}

/* logo */
#logo {
	position: relative;
	z-index: 2;
}

#logo img {
	max-width: 300px;
}

/* search */
.search-dropdown {
	padding: 0;
	width: 340px;
}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}

#search .btn-lg {
	font-size: 15px;
	padding: 0;
	line-height: 38px;
	width: 38px;
}

#search i {
	font-size: 18px;
}

/* cart */
#cart {
	display: inline-block;
	margin-top: 0;
	width: auto;
}

#cart>.btn {
	box-shadow: none;
	border-radius: 0;
	background-color: transparent;
	color: #000000;
	font-size: 15px;
	border: none;
	text-align: right;
	padding: 8px 0 10px;
}

#cart>.btn.dropdown-toggle::after {
	display: none;
}

.dropdown-toggle {
	background: transparent !important;
}

#cart.open>.btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#cart>.btn i,
#wishlist-total i {
	color: #000000;
	margin: 0 4px;
	font-size: 18px;
}

span#cart-total {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	border-radius: 50%;
	position: absolute;
	left: 18px;
	top: 0px;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	font-size: 10px;
}

#cart.open>.btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}

#cart .dropdown-menu {
	min-width: 0;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
	width: 340px;
	max-width: 92vw;
	right: 0;
	left: auto;
	box-sizing: border-box;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		/* width: 100%;  <-- This was causing the squashed layout */
		width: 300px;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
	width: 100%;
}

#cart .dropdown-menu .table td,
#cart .dropdown-menu .table th {
	vertical-align: middle;
}

#cart .dropdown-menu .table td.text-left {
	text-align: left;
}

#cart .dropdown-menu .table td.text-right {
	text-align: right;
}

#cart .dropdown-menu li>div {
	min-width: 0;
	padding: 0 10px;
	box-sizing: border-box;
}

#cart .dropdown-menu li>div p.text-right {
	margin: 10px 0 0;
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	flex-wrap: wrap;
}

#cart .dropdown-menu li>div p.text-right a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

.left-nav>li {
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
	border-right: 1px solid #fff;
	padding-right: 5px;
}

.left-nav>li:last-child {
	border-right: none;
}

.left-nav .dropdown-menu {
	min-width: auto;
	/* padding: 10px; */
}

.dropdown-menu>li>a,
.dropdown-menu>li>button {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.left-nav button {
	text-transform: uppercase;
	color: #000 !important;
}

#form-currency .btn-link,
#form-language .btn-link {
	color: #959595;
	text-decoration: none;
	padding: 0;
	border: none;
	margin-right: 0px;
	font-size: 12px;
	text-transform: uppercase;
}

.account-link,
#wishlist-total {
	font-size: 12px;
	text-transform: uppercase;
}

.right-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

.right-nav>li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}

/* menu */
.mainnav {
	text-transform: capitalize;
	line-height: 50px;
	font-size: 16px;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	display: inline-block;
}

#menu a {
	color: #000;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	position: relative;
}

#menu a:hover,
#menu a.active {
	color: #fff;
}

#menu a:after {
	content: '';
	width: 0%;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

#menu a:hover:after,
#menu a.active:after {
	width: 100%;
}

#menu .dropdown-menu {
	padding-bottom: 0;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}

#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	#menu {}

	#menu div.dropdown-inner>ul.list-unstyled {
		display: block;
	}

	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}

	#menu .dropdown-inner {
		display: block;
	}

	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}

	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}

	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

#trigger-overlay {
	display: none;
}

@media screen and (max-width: 991px) {

	/* Nav collapse button */
	#trigger-overlay {
		display: block;
	}

	.dropdown-icon {
		margin: 0;
		padding: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		transition: background 0.2s;
		width: 30px;
		height: 40px;
		font-size: 20px;
		display: inline-block;
		position: relative;
		vertical-align: top;
		margin-left: 0px;
		background-color: #000;
	}

	.dropdown-icon:focus {
		outline: none;
	}

	.dropdown-icon span {
		display: block;
		position: absolute;
		background: #f7ddbc;
		top: 19px;
		left: 0;
		right: 0;
		height: 2px;
	}


	.dropdown-icon span::before,
	.dropdown-icon span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		background-color: #f7ddbc;
		content: "";
		height: 2px;
	}


	.dropdown-icon span::before {
		top: -12px;
	}


	.dropdown-icon span::after {
		bottom: -12px;
	}


	.dropdown-icon--animate {
		background-color: transparent;
	}

	.dropdown-icon--animate span {
		transition: background 0s 0.2s;
	}

	.dropdown-icon--animate span::before,
	.dropdown-icon--animate span::after {
		transition-duration: 0.2s, 0.2s;
		transition-delay: 0.2s, 0s;
	}

	.dropdown-icon--animate span::before {
		transition-property: top, transform;
	}

	.dropdown-icon--animate span::after {
		transition-property: bottom, transform;
	}

	.is-active.dropdown-icon--animate {
		/*background-color: transparent; */
	}

	.is-active.dropdown-icon--animate span {
		background: none;
	}

	.is-active.dropdown-icon--animate span::before {
		top: 0;
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.is-active.dropdown-icon--animate span::after {
		bottom: 0;
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.is-active.dropdown-icon--animate span::before,
	.is-active.dropdown-icon--animate span::after {
		transition-delay: 0s, 0.2s;
	}

	.mainnav {
		max-height: 0;
		padding: 0;
		background: #EEEEEE;
		position: fixed;
		width: 100%;
		top: 0;
		padding-top: 0px;
		z-index: -1;
		opacity: 0;
		overflow: hidden;
		transition: all 1.5s;
		transition-timing-function: cubic-bezier(.19, 1, .22, 1);
		height: 0px;
		left: 0;
		text-align: center;
		visibility: hidden;
	}

	.mainnav ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 100%;
		justify-content: center;
	}

	.mainnav li {
		display: none;
	}

	.open.mainnav li {
		display: block;
		margin-bottom: 0px;
	}

	#menu.open {
		max-height: 100vh;
		height: 3000px;
		background: var(--color2);

		opacity: 1;
		visibility: visible;
	}
}




/* content */
#content {
	min-height: 600px;
}

.category-section .lineeffect a.active:before,
.category-section .lineeffect a.active:before {
	opacity: 1;
	transform: scale(1);
}

/* footer */
footer {
	padding-top: 30px;
	background-color: var(--color2);
	border-top: 1px solid #ddd;
	color: #000;
	padding-bottom: 20px;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer a {
	color: #000;
}

footer a:hover {
	color: #fff;
}

footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.footer-logo {
	max-width: 160px;
}

.footer-social {
	list-style: none;
	padding: 0;
}

.footer-social li {
	display: inline-block;
}

.footer-social li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
	/* background: var(--color3); */
	border-radius: 4px;
	background-color: rgba(255, 255, 255, .3);
}

.footer-social li a:hover {
	background: var(--color3);
	color: var(--color2);

}

.footer-social li a i {
	display: block;
	line-height: 30px;
	font-size: 1.5em;
}

.copyright a {
	border-bottom: 1px dashed;
}

a.imagelink {
	border: navajowhite;
	padding: 5px 10px;
}

.netopia-logo {
	max-width: 80px;
	display: inline-block;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: none;
	background-color: transparent;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
	border-right: 1px dashed #ccc;
}

.pagination {
	margin: 0 auto 10px;
	justify-content: center;
}

.pagination a,
.pagination span {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: var(--color1);
	background-color: var(--color4);
	border: 1px solid #dee2e6;
}

.pagination span {
	background: #fff;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	/*padding: 7.5px 12px;*/
	font-size: 12px;
	box-shadow: none;
	border-radius: 6px;
}

.btn-refresh,
.btn-delete {
	line-height: 28px;
	padding: 0 8px;
	vertical-align: middle;
	background: #efefef;
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
	border: none;
	display: inline-block;
	color: #000;
	text-transform: uppercase;
	background: var(--color2);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	background-color: var(--color1);
	border-color: var(--color1);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgb(189 131 72 / 25%);
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #000;
	border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:focus,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	/* border: 1px solid #ddd; */
	margin-bottom: 40px;
	overflow: auto;
}

.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.product-grid .product-thumb .image {
	float: none;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}

.product-thumb h4 {
	font-weight: bold;
}

.product-thumb .caption {
	color: #111;
	letter-spacing: .02em;
	text-align: center;
}

.product-thumb .caption p {
	display: none;
}

.product-thumb .caption p.price {
	display: block;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}

@media (max-width: 1199px) {
	.product-thumb .button-group span {}
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.price-block {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.price-block h3 {
	margin: 0;
}

.product-thumb .price {
	color: #666;
	font-size: 19px;
}

.product-thumb .price-new {
	font-weight: 400;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
	display: inline-block;
	margin: 0;
	font-size: .8em;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	border: 1px solid #ddd;
	background-color: #fff;
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group button i {
	line-height: 19px;
	vertical-align: text-bottom;
}

.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: var(--color3);
	color: var(--color1);
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.section-superproducts .product-thumb .button-group button {
	background-color: #fff;
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
	display: none;
}

.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 100%;
	}
}

@media (max-width: 767px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 100%;
	}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.thumbnails>li {}

.thumbnails {
	/*margin-left: -20px;*/
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	margin: 5px auto;
	display: inline-block;
}

@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close,
.alert-dismissible .close {
	right: -1px;
}

.slider-info {
	position: absolute;
	z-index: 2;
	/* left: 0; */
	/* right: 50%; */
	width: 100%;
	top: 0;
	height: 100%;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.slider-info h1 {
	font-size: 3.5em;
	padding-bottom: 20px;
	color: #000;
	font-weight: 600;
}

#column-left .category-section .container {
	padding: 0 !important;
}

.banner-item {
	position: relative;
	margin-bottom: 30px;
	background: #fef1e8;
}

.banner-item:hover {
	background: #a5968d;
}

.banner-item:hover .banner-info h4 {
	/*color: var(--color4);*/
}

.banner-item img {
	width: 100%;
}

.banner-item .banner-info {
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* центр по горизонтали */
	text-align: center;
	/* текст по центру */
	/* width: auto; */
}

.category-section .banner-item .banner-info {
	left: 0;
	right: 0;
	max-width: none;
	width: 100%;
	text-align: center;
}

.banner-info h4 {
	font-size: 21px;
}

.banner-section {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 20px;
}

.banner-description {
	margin-bottom: 20px;
}

/*
#column-left .category-section .col-md-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}*/
#column-left .category-section button {
	display: none;
}


.swiper-slide img {
	width: 100%;
}

.lineeffect {
	position: relative;
}

.lineeffect a {
	position: relative;
	display: block;
}

.lineeffect a.active {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.lineeffect a:before,
.lineeffect a:after {
	left: 15px !important;
	right: 15px px !important;
}

.lineeffect a:before {
	border-bottom: 1px solid #BC8246;
	border-top: 1px solid #BC8246;
	transform: scale(0, 1);
}

.lineeffect a:after {
	border-left: 1px solid #BC8246;
	border-right: 1px solid #BC8246;
	transform: scale(1, 0);
}

.lineeffect a:before,
.lineeffect a:after {
	bottom: 10px;
	content: "";
	left: 10px;
	opacity: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	z-index: 1;
}

.lineeffect a:hover:before,
.lineeffect a:hover:after {
	opacity: 1;
	transform: scale(1);
}

.html-image {
	width: 100%;
}

.section-html:nth-child(odd) .order-md-image {
	order: 2;
}

.section-html:nth-child(odd) {
	/*background-color:var(--color4);*/
}

.html-desc {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 50px;
}

.product-banner {
	height: calc(100% - 40px);
	background-size: cover;
	background-position: center;
	min-height: 300px;
	margin-bottom: 30px;
}

.section-superproducts {
	background: var(--color4);
	padding: 50px 0;
}

.section-superproducts h2 {
	background: var(--color4);
}

.section-superproducts .title::after {
	background: var(--color1);
}

.special-pagination {
	margin-bottom: -10px;
}

.section-specials {
	padding: 50px 0;
}

.section-specials .swiper-viewport {
	margin-bottom: 0;
}

.section-feedback {
	padding: 70px 0;
	background: url(../image/bg2.jpg) no-repeat center;
	background-size: cover;
}

.column-price,
.column-total,
.column-image {
	max-width: 100px;
	width: 100px;
}

.cart-qtty {
	max-width: 50px;
	margin-right: 4px;
	text-align: center;
	border-radius: 4px !important;
}

.qtty-block {
	flex-wrap: nowrap;
}

.qtty-block .input-group-btn {
	white-space: nowrap;
}

.column-qtty {
	width: 1%;
}

.feedback-swiper {
	border: 1px dashed var(--color2);
	padding: 20px;
}

.section-feedback h2 {
	background: #fff1e8;
	padding: 10px 30px;
}

.review-item {
	padding: 0 0px;
}

.review-item h4 {
	margin-bottom: 20px;
	font-size: 24px;
	font-style: italic;
	font-family: serif;
	color: #000;
}

.prod-description {
	margin-bottom: 30px;
}

.attributes {
	margin-bottom: 20px;
}

.gohome {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid var(--color3);
	border-radius: 50px;
	background: var(--color2);
	color: var(--color3);
}

.gohome i {
	vertical-align: baseline;
	font-size: 20px;
}

.contacts_phone a {
	font-size: 1.3em;
}

.contacts_phone a i {
	font-size: 1.2em;
	margin-right: 4px;
}

.contact-social {
	list-style: none;
	padding: 0;
}

.contact-social li {
	display: inline-block;
}

.contact-social li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
	/* background: var(--color3); */
	border-radius: 4px;
	background-color: rgba(255, 255, 255, .3);
}

.contact-social li:last-child a {
	margin-right: 0;
}

.contact-social li a:hover {
	background: var(--color3);
	color: var(--color2);

}

.contact-social li a i {
	display: block;
	line-height: 30px;
	font-size: 1.5em;
}


/*** Media Queries ***/
@media (max-width: 1200px) {
	.mainnav {
		width: 100%;
		text-align: center;
	}

	#top {
		padding: 10px 30px 0;
	}

	#logo img {
		max-width: 300px;
	}
}

@media (max-width: 991px) {
	.slider-info h1 {
		font-size: 2.5em;
		padding-bottom: 20px;
	}

	.slider-info p {
		display: none;
	}

	.banner-info h4 {
		font-size: 17px;
	}
}

@media (max-width: 768px) {

	.section-feedback {
		padding: 20px 0 70px 0;
	}

	.footer-social li a {
		margin-right: 5px;
		margin-left: 5px;
	}

	.footer-payments {
		display: flex;
		width: 100%;
		justify-content: center;
		margin-left: 0;
		margin-top: 10px;
	}

	.section-specials {
		padding: 10px 0;
	}

	.product-banner {
		display: none;
	}

	.copyright {
		text-align: center;
	}

	.footer-logo {
		display: none;
	}

	.order-md-text {
		order: 3;
	}

	.html-desc {
		padding: 30px 20px 10px;
	}

	.title>h2,
	.title>h1 {
		padding: 10px 10px;
	}

	h2 {
		font-size: 27px;
	}

	.section-superproducts {
		padding: 10px 0;
	}

	.slider-info h1 {
		font-size: 1.5em;
		padding-bottom: 20px;
	}

	.slider-info p {
		display: none;
	}

	#top {
		padding: 4px 10px;
	}

	#logo img {
		max-width: 220px;
	}

	.slideshow .swiper-pager {
		display: none;
	}

	.swiper-viewport {
		margin: 0 0 20px;
	}

	.swiper-pagination {
		bottom: -12px;
	}

	.swiper-pagination-bullet {
		width: 14px;
		height: 14px;
		border: 3px solid #fff;
		background: rgb(253 241 232);
		box-shadow: none;
	}

	.swiper-pagination-bullet-active {
		background: rgb(223 192 170);
	}

	.banner-item {
		margin-bottom: 10px;
	}

	body {
		padding-top: 48px;
	}

	.btn-lg {
		padding: 5px 16px;
	}


	/*.category-section img {
		display: none;
	}*/
	.category-section .banner-item .banner-info {
		/*position: relative;*/
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		max-width: none;
		width: 100%;
		text-align: center;
		padding: 10px;
	}

	.category-section .banner-item .banner-info button {
		display: none;
	}

	.banner-info h4 {
		font-size: 14px;
		margin: 0;
	}

	.lineeffect a:before,
	.lineeffect a:after {
		bottom: 5px !important;
		left: 5px !important;
		right: 5px !important;
		top: 5px !important;
	}
}