body {
	margin:0;
	padding:0;
	font-size:16px;
	font-family:"Lato",sans-serif;
}

a {
	text-decoration:none;
	cursor:pointer;
	color:#9B55B1;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-size:36px;
	color:#9B55B1;
	margin-top:0;
	line-height:1.16;
}

h3 {
	font-size:25px;
	margin-top:0;
}

h4 {
	color:#9B55B1;
	margin-bottom:0;
	font-weight:bold;
}

ul {
	list-style:none;
	padding:0;
}

p {
	margin: 0 0 16px;
}

address {
	font-style:normal;
}

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

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

.list-inline li {
	display:inline-block;
	padding:0 5px;
}

.list-inline li:last-child {
	padding-right:0;
}

.dropdown-menu {
	list-style:none;
	padding:0 20px;
}

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

.breadcrumb {
	background:none;
	padding-left:0;
	padding-bottom:0;
}

.breadcrumb > li + li::before {
	content: ">";
}

.well {
	background:0;
	box-shadow:none;
}

.dropdown .dropdown-menu > li {
	display:block;
}

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

/* Buttons */
.btn,
.btn-cart {
	background-color:#9B55B1;
	display:block;
	margin:0 auto 10px;
	color:#FFF;
	border:0;
	border-radius:20px;
	padding:10px 20px;
	text-transform:uppercase;
	font-size:13px;
}

.btn-inline .btn {
	display:inline-block;
	padding:8px 20px 7px;
}

.btn-danger {
	background-color:#d9534f;
}

.table .btn {
	display:inline-block;
}

a.btn:hover {
	color:#FFF;
}

.btn-wishlist i {
	color:#ff4d8c;
}

.btn-light {
	background-color:#dfe0ea;
	color:#757a96;
}

/* Header */
#top {
	background-color:#FAFAFA;
}

#logo img {
	width:230px;
}

#cart {
	position:relative;
	width:230px;
	text-align:right;
}

#search,
#mob-search {
	display:flex;
}

#search input,
#mob-search input {
	border:0;
	border-bottom:1px solid #e8e9eb;
	border-radius:0;
	background:0;
	height:30px;
}

#search button,
#mob-search button {
	border:0;
	border-bottom:1px solid #e8e9eb;
	border-radius:0;
	color:#9B55B1;
	background:0;
	height:30px;
}

#cart > button {
	border:0;
	border-bottom:1px solid #e8e9eb;
	border-radius:0;
	background:0;
	height:30px;
	padding:0;
}

#cart > button i {
	color:#9B55B1;
}

#mobile-nav {
	display:none;
	cursor:pointer;
	order:2
}

.menu {
	display:flex;
	align-items:center;
	justify-content:center;
	background-color:#FAFAFA;
	border-bottom:2px solid #F5DEED;
	position:relative;
}

.menu__item {
	line-height:50px;
	padding:0 10px;
	text-transform:uppercase;
	color:#333;
}

.menu__item i {
	color:#9B55B1;
}

.menu__item:hover,
.menu__item:hover i {
	background-color:#9B55B1;
	color:#FFF;
}

.nav-menu {
	display:none;
	position:absolute;
	top:50px;
	left:0;
	right:0;
	z-index:99;
}

.nav-menu__wrapper {
	display:flex;
	justify-content:space-between;
	width:1200px;
	margin:0 auto;
	background-color:#FFF;
	box-shadow: 0 3px 6px -1px #eee;
	padding:10px 25px;
}

.nav-menu__category-block {
	max-width:12.5%;
}

.nav-menu__category-block .parent {
	font-size:16px;
}

.nav-menu__category-block .children a {
	color:#333;
	font-size:14px;
}

.nav-menu__category-block .children a:hover {
	color:#9B55B1;
}

.nav-menu__category-block ul {
	margin:0;
}

#category:hover + .nav-menu,
.nav-menu:hover {
	display:block;
}

.mob-nav {
	display:none;
	position:fixed;
	right:0;
	top:0;
	width:70%;
	height:100vh;
	background-color:#FFF;
	z-index:9999;
	padding:20px;
	box-shadow:0px 0px 4px 2px #eee;
	overflow-y:scroll;
}

.mob-nav .button-group {
	overflow:hidden;
}

.mob-nav__item {
	text-transform:uppercase;
	display:block;
	color:#333;
	margin-top:20px;
}

.mob-nav__item i,
.parent i {
	float:right;
	color:#9B55B1;
}

.nav-close {
	background:0;
	color:#333;
	padding:0;
	font-size:36px;
}

.mob-nav-menu {
	display:none;
}

.mob-nav-menu__category-block a {
	display:block;
	margin-top:15px;
}

.mob-nav-menu__children {
	display:none;
}

.mob-nav-menu__children > ul {
	margin-top:0;
}

.mob-nav-menu__wrapper,
.mob-nav-menu__children {
	padding-left:10px;
}

#mob-search {
	margin-top:50px;
}

/* Product Block */
.product-thumb {
	text-align:center;
	margin-bottom:20px;
}

.product-layout  {
	margin-bottom:25px;
	height: 422px;
}

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

.product-thumb .image img {
	margin:0 auto;
}

.product-thumb .price {
	color:#9B55B1;
	font-size:20px;
	font-weight:bold;
	margin:0 0 10px;
}

.product-thumb h4 {
	min-height:50px;
}

.product-thumb h4 a {
	color:#333;
}

.product-grid .product-thumb {
	position:relative;
	height:100%;
	padding-bottom:120px;
}

.product-grid .product-thumb  .button-group {
	width:100%;
	position:absolute;
	bottom:0;
}

/* Footer */
footer {
	color:#808080;
	margin-top:60px;
}

.footer-bar {
	width:100%;
	display:block;
}

footer h5 {
	border-bottom:2px solid #e8e9eb;
	font-size:15px;
	text-transform:uppercase;
	padding:0 0 10px;
	width:80%;
}

footer h5 span {
	display:block;
	width:80%;
	
}

footer li {
	margin-bottom:5px;
}

footer li a {
	color:inherit;
}

footer .copy {
	margin:15px auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

footer .copy:before,
footer .copy:after {
	display:none;
}

.social li {
	margin-bottom:10px;
}

.social li a {
	position:relative;
	padding-left:30px;
}

.social i {
	font-size:20px;
	padding-right:10px;
	position:absolute;
	left:0;
}

.fa-facebook {
	color:#7381d7;
}

.fa-twitter {
	color:#31d0fe;
}

.fa-pinterest {
	color:#d58697;
}

.fa-instagram {
	color:#cb80d4;
}

.fa-envelope {
	color:#5bc393;
}

.footer-contact {
	background-color:#EDEADE;
	padding:20px 0;
}

.footer-contact {
	font-size:14px;
}

.footer-contact .tel {
	text-align:right;
}

.footer-contact .row {
	display:flex;
	align-items:center;
	justify-content:center;
}

.footer-contact .address {
	text-align:left;
}

.footer-contact i {
	color:#9B55B1;
	padding-right:10px;
	font-size:16px;
}

.store-info {
	padding: 30px 0;
	background-color:#ECF7F6;
}

.store-info .row {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.store-info--block {
	width:20%;
	padding:0 10px;
	text-align:center;
}

.store-info--block img {
	width:100px;
}

.store-info--block h3 {
	font-size:20px;
}

/* Banner */
.banner__wrapper .slide {
	width:100%;
	position:relative;
}

.banner__wrapper .slide-background {
	/*height:400px;
	background-size:cover;*/
	
}

.banner__wrapper .slide-background img {
	width:100%;
	height:auto;
}

.slide__description {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
}

.slide__description > div {
	max-width:35%;
	padding:40px;
}

.slide__description h2 {
	font-size:25px;
	color:#9B55B1;
}

.slide__description .btn {
	display:inline-block;
}

/* Category */

.filter,
.pagination-wrapper {
	background-color:#ECF7F6;
	padding:10px 15px;
	margin-bottom:15px;
}

.filter .btn {
	background-color:#ECF7F6;
	color:#808080;
	box-shadow:none;
	margin:0;
}

.filter .btn.active {
	background-color:#ECF7F6;
	color:#9B55B1;
}

.filter .input-group-addon {
	background:none;
	border:0;
}

.filter .input-group {
	margin:0;
}

.filter .form-control {
	background-color:#FFF;
}

.pagination-wrapper {
	margin-bottom:30px;
}

.pagination-wrapper .row {
	display:flex;
	align-items:center;
}

.pagination {
	margin:0;
}

.pagination > li > span,
.pagination > li > a,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border:0;
	background:none;
	border-radius:20px;
	color:#9B55B1;
}

.pagination > li > a:hover {
	background:none;
}

.pagination > li.active > span {
	background-color:#9B55B1;
	color:#FFF;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius:20px;
}

.categories-wrapper {
	margin-bottom:30px;
}

.categories-wrapper .row > div {
	text-align:center;
	margin-bottom:30px;
}

.categories-wrapper .image img {
	margin:0 auto;
	border-radius:50px;
}

.category-bar {
	background-color:#FAFAFA;
	padding:40px 0;
	margin-bottom:20px;
}

.manufacturer-bar {
	padding:40px 0;
	text-align:center;
}

.manufacturer-bar img {
	border-radius:100px;
	margin:0 auto;
}

.manufacturer-bar h3 {
	text-align:center;
}

.manufacturer-bar .container .row,
.category-bar .cols {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.category-bar ul li:before {
	content: "•";
	color:#9B55B1;
}

.category-bar ul li a {
	color:#333;
}

.category-bar ul li a:hover {
	color:#9B55B1;
}

/* Product Page */

.thumbnails .image-additional {
	float:left;
	margin-left:20px;
}

.thumbnails {
    margin-left: -20px;
}
.thumbnails {
    overflow: hidden;
    clear: both;
    list-style: none;
    padding: 10px 0 0;
    margin: 0;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 10px;
	border:1px solid #eee;
	border-radius:8px;
	box-shadow: 0 0 20px #eee;
}

.thumbnail > img {
	margin:0 auto;
	display:block;
}

.image-additional .thumbnail {
	box-shadow:0;
}

.nav-tabs {
	border-bottom:0;
}

.nav-tabs > li > a {
	text-transform:uppercase;
	padding-left:0;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
	border:0;
	border-bottom:2px solid #e8e9eb;
}

h2.price {
	font-size:48px;
	color:#9B55B1;
	margin:0;
}

.tax {
	font-size:13px;
}

.price-wrapper {
	padding:20px 0;
}

.shipping-info {
	display:flex;
}

.shipping-info__image {
	width:100px;
	margin-right:30px;
}

.shipping-info__content p {
	margin:0;
}

.shipping-info__content h3 {
	margin:0 0 10px;
}

.product-info__title {
	text-transform:uppercase;
}

.product-info__stock-value {
	color:#34b67a;
}

.product-button-group {
	display:flex;
	flex-wrap:wrap;
	margin:0 -5px 0;
}

.product-button-group input[type=text].form-control {
	height:44px;
	border:0;
	background:0;
	box-shadow:none;
	width:45px;
	text-align:center;
	margin: 0 5px;
}

.product-button-group > button {
	margin:0 5px 10px;
}

.product-button-group .btn-light {
	border-radius:5px;
}

/* 2018/11/05 */
.product-thumb .product-button-group {
	justify-content:space-between;
	margin:0 auto;
	width: 180px;
}

.product-thumb .product-button-group input[type=text].form-control {
	width:auto;
}

/* END */

.nav-tabs > li.active > a {
	color:#286090;
}

#form-review input,
#form-review textarea {
	background-color:#dfe0ea;
	box-shadow:none;
	border:0;
}

/* Checkout */

#accordion .panel {
	border:0;
	box-shadow:none;
}

#accordion .panel .panel-heading {
	border-radius:3px;
}

#accordion .panel .panel-heading a > i {
	float:right;
	line-height:inherit;
}

#accordion .panel .panel-body {
	border:0;
}

#accordion #button-account,
#accordion #button-login {
	float:left;
}

input[type=text].form-control,
input[type=password].form-control,
input[type=email].form-control,
input[type=tel].form-control,
select.form-control,
textarea.form-control {
	border:1px solid #e8e9eb;
	box-shadow:none;
	background-color:#FFF;
}

#content .table-responsive .table tfoot td,
#content .table-responsive .table thead td {
	border:0;
	background-color:#ECF7F6;
}

#content .table-responsive .table thead td {
	padding:20px;
}

#content .table-responsive .table tbody td {
	border:0;
	padding:20px 0;
}

#content .table-responsive .table {
	border:0;
}

#content .table-bordered {
	border:0;
}

.total-table tbody tr td {
	border:0;
	background-color:#ECF7F6;
}

.price-old {
	text-decoration:line-through;
	font-size:15px;
}

.category-group {
	/*margin-top:-20px;
	overflow:hidden;*/
}

.category-group a {
	display:block;
}

.category-group a.active {
	color:#9B55B1;
}

.category-group__item {
	border-bottom:2px solid #e8e9eb;
	text-transform:uppercase;
	color:#9B55B1;
	margin-top:20px;
	padding-bottom:5px;
}

.category-group__item:first-child {
	margin-top:0;
}

.category-group__child-item {
	color:#333;
	margin-top:10px;
}

#information-contact .control-label {
	padding:0;
}

.dropdown-menu {
	min-width:450px;
	padding-top:20px;
}

.text-col-banner {
	color:#FFF;
	position:relative;
	padding:40px 0;
}

.text-col-banner a {
	color:#FFF;
}

.text-col-banner .background-dark {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	background-color:#8C4D9F;
}

.text-col-banner .background-light {
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	background-color:#9B55B1;
}

.text-col-banner .col-md-6 {
	text-align:center;
	overflow:hidden;
}

.address {
	text-align:center;
}

.text-block {
	padding:40px 0;
	background-color:#F8F6EE;
}

#content .table-responsive .table tbody td {
	padding:20px;
}

#tab-description {
	font-size:17px;
}

.cart-table input[type=text] {
	min-width:50px;
}

.alert {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 9999;
	top: 0;
}

@media (max-width: 1200px) {
	body {
		font-size:15px;
	}
	
	.sm-hidden {
		display:none;
	}
	
	.store-info--block {
		width:50%;
	}
	
	.banner__wrapper .slide-background {
		height:300px;
	}
	
	.slide__description {
		width:100%;
		height:auto;
		position:static;
	}
	
	.slide__description > div {
		max-width:100%;
		background-color:#FFF;
		padding:0 15px;
	}
	
	.store-info {
		display:none;
	}
	
	#search {
		display:none;
	}
	
	#mobile-nav {
		display:block;
	}
	
	#cart {
		order:0;
		position:static;
	}
	
	.dropdown-menu {
		min-width:0;
		top:98px;
		margin:0;
		border-radius:0;
	}
	
	.dropdown-menu .table tr td:first-child {
		display:none;
	}
	
	#cart > button {
		border:0;
		height:auto;
		font-size:13px;
	}
	
	#logo {
		order:1;
	}
	
	#logo img {
		width:150px;
	}
	
	.menu {
		display:none;
	}
	
	#top {
		font-size:13px;
	}
	
	.category-bar a {
		width:33.33%;
	}
	
	.footer-contact {
		text-align:center;
	}
	
	.footer-contact .container > div {
		width:100%;
	}
	
	.text-col-banner {
		padding:0;
	}
	
	.text-col-banner .background-dark,
	.text-col-banner .background-light {
		display:none;
	}
	
	.text-col-banner .col-md-6 {
		padding:40px 0;
	}
	
	.text-col-banner .col-md-6:first-child {
		background-color:#8C4D9F;
	}
	
	.text-col-banner .col-md-6:last-child {
		background-color:#9B55B1;
	}
	
	.mfilter-content #mfilter-opts-price-min, 
	.mfilter-content #mfilter-opts-price-max {
		width:75px;
		min-width:75px;
	}
	
	.manufacturer-bar a {
		flex:1;
		flex-basis:25%;
		margin-bottom:20px;
		padding:0 15px;
	}
}

@media (max-width: 991px) {
	.mfilter-content #mfilter-opts-price-min, .mfilter-content #mfilter-opts-price-max {
		width: 45px;
		min-width: 45px;
	}
	
	h1 {
		text-align:center;
	}
	
	.category-img {
		margin:0 auto;
		display:block;
	}
}

@media (max-width: 768px) {
	.store-info--block {
		width:50%;
	}
	
	.manufacturer-bar a {
		flex:0 1;
		flex-basis:33.33%;
	}
	
	.footer-contact .tel {
		text-align:left;
	}
	
	.footer-contact .row {
		display:block;
	}
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1350px;
    }
}