* {
	text-shadow: none !important;
}
body {
	font-family: 'Rubik';
	background-color: #f8f8f8;
	color: #746d72;
	font-size: 14px;
}
a {
	color: #0c6d75;
}
a:focus,
a:hover {
	color: #095a60;
}

.well {
	background-color: #fff;
	box-shadow: none;
	border: none;
	padding: 24px;
}
h1, h2, h3, h4, h5, h6 {
	color: #31292e;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}

[class^="btn"] {
    box-shadow: none;
    background-image: none;
    border: none;
}
.btn-primary {
	background-color: #0c7b84;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #095a60;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #312a2e;
    border-color: #312a2e;
}
.btn.active, .btn:active {
	box-shadow: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}

.input-group {
	background-color: #eee;
}
.input-group .input-group-addon {
	border: none;
}
.input-group-btn .btn {
	padding: 10.5px 12px;
}
.form-control {
	box-shadow: none;
	height: 38px;
}
.form-control:focus {
    border-color: rgba(12, 123, 132, 0.3);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(12, 123, 132, 0.33);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(12, 123, 132, 0.19);
}

#top {
	background: #312b2e;
	border: none;
	color: #fff;
	margin-bottom: 0;
	min-height: 0;
	padding: 0;
}
#top .btn-link,
#top-links li,
#top-links a {
	color: #fff;
	text-shadow: none;
}
#top .btn-link:hover,
#top-links li:hover,
#top-links a:hover {
	color: #0c6d75;
}
#top .btn-link span,
#top-links li span,
#top-links a span {
	margin-left: 5px;
}
#top-links {
	padding-top: 0;
}
#top-links ul {
	margin: 0;
}
#top-links .list-inline>li {
	/*padding: 12px 16px 11px 16px;*/
    margin: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
#top-links .list-inline>li:hover {
	background-color: rgba(255, 255, 255, 0.08);
}
#top-links .list-inline>li a {
	padding: 12px 17px 11px 16px;
	display: block;
}
#top-links .list-inline>li a:hover {
	color: #fff;
}
#top-links .list-inline>li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

header {
	padding: 20px 0;
	background: #ffffff;
}
header .row {
    display: flex;
    align-items: center;
}
header .row [class^="col"]:first-child {
	margin-right: auto;
}
header .row .col {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
header #logo {
	margin-bottom: 0;
}
header #logo a {
	display: block;
	height: 60px;
}
header #logo a img {
    width: 185px;
    position: relative;
    top: -8px;
}
header #search {
	margin-bottom: 0;
}
header #search input {
	background-color: #f8f8f8;
}
header #search .btn {
    padding: 10px 15px;
    border: 1px solid #312a2e;
    background-color: #312a2e;
    color: white;
    text-shadow: none;
}
header #cart {
	margin-bottom: 0;
	color: #fff;
}
header #cart .dropdown-toggle {
	cursor: pointer;
	white-space: nowrap;
}
header #cart .dropdown-menu {
	background-color: #31292e;
	border-radius: 4px;
}
header #cart .dropdown-menu table,
header #cart .dropdown-menu td,
header #cart .dropdown-menu th {
	background-color: #31292e !important;
	border: none;
}
header #cart .dropdown-menu .table.table-bordered {
	border-top: 1px solid rgba(248, 248, 248, 0.06);
}
header #cart .dropdown-menu li p {
	margin: 0;
}
header #cart .cart-icon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #0c7b84;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
}
header #cart #cart-total {
	font-size: 15px;
	color: #444444;
	white-space: nowrap;
}

#menu {
	background: #0c7b84;
	border-radius: 0;
	border: none;
	margin-bottom: 40px;
	min-height: 0;
}
#menu .nav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/* width: calc(100% + 30px); */
	margin: 0 -15px;
	float: none;
}
#menu .nav:before,
#menu .nav:after {
	display: none;
}
#menu .nav > li > a {
	text-shadow: none;
	padding: 17px 23px 16px 23px;
	margin: 0px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	font-weight: 400;
	line-height: 1;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#menu .nav > li:first-child > a {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
#menu .nav > li {
	/* margin-right: 20px; */
}
#menu .btn-navbar {
	background-color: #312a2e;
    background-image: linear-gradient(to bottom, #312a2e, #45383f);
    background-repeat: repeat-x;
    border-color: #312a2e #3e3339 #45383f;
}
#cart .dropdown-menu,
#menu .dropdown-menu {
	background: #312a2e;
	box-shadow: none;
	border-radius: 0 0 3px 3px;
	margin: 0;
	min-width: 220px;
}
#cart .dropdown-inner,
#menu .dropdown-inner {
	display: block;
	padding-bottom: 8px;
}
#cart .dropdown-inner ul,
#menu .dropdown-inner ul {
	display: block;
}
#cart .dropdown-inner a,
#menu .dropdown-inner a {
	color: #fff;
	padding: 7px 15px;
	font-size: 15px;
}
#cart .dropdown-menu li > a:hover,
#menu .dropdown-menu li > a:hover {
	background-image: none;
	background: rgba(255, 255, 255, 0.2);
}
#menu .see-all {
	border-top: 1px solid rgba(221, 221, 221, 0.25);
	padding: 9px 17px;
	font-size: 15px;
	color: #ffffff;
}
#menu .see-all:hover {
	background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
	#menu .nav {
		display: block;
	}
}
footer {
	background-color: #312a2e;
	padding: 60px 0;
}
footer h5 {
	font-family: 'Rubik';
	font-weight: 500;
	letter-spacing: 0.9px;
	font-size: 17px;
	margin-bottom: 12px;
}
footer .logo {
	display: block;
	height: 60px;
	text-align: right;
}
footer .logo img {
	display: inline-block;
	max-height: 100%;
}
footer ul li {
	margin-bottom: 5px;
}
footer ul li a {
	font-size: 14px;
	display: block;
}

/**************/

#content .swiper-viewport {
	box-shadow: none;
	border-radius: none;
}

.product-thumb {
	border: none;
	margin-top: 20px;
	overflow: auto;
	background-color: white;
	padding: 16px;
}
.product-thumb .button-group {
	border: none;
	background: none;
}
.product-thumb .button-group button {
	display: none;
	background-color: #0c7b84;
	color: white;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.6px;
	border-radius: 4px;
}
.product-thumb .button-group button:hover {
	color: #fff;
}
.product-thumb .button-group button i.fa {
	margin-right: 5px;
}
.product-thumb .button-group button:first-child {
	display: block;
	width: 100%;
	background-color: #b30866;
}
.product-thumb .caption {
	padding: 0;
}

.breadcrumb {
	background-color: #fff;
	border-color: #fff;
	margin: 0 0 26px 0;
}
.breadcrumb > li:after {
	border-color: #f8f8f8;
}
.breadcrumb > li a {
	color: #31292e;
}
.breadcrumb > li:first-child a {
	color: #0c6d75;
}

.list-group a.list-group-item {
    color: #000000;
    padding: 5px 15px;
    font-size: 13px;
    border: none;
    border-bottom: 2px solid #eee;
}
.list-group:not(.not-header) .list-group-item:first-child {
	background-color: #312a2e;
	padding: 7px 0;
}
.list-group .list-group-item:last-child {
	border: none !important;
}
.list-group .list-group-item h3 {
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
	padding: 2px 0;
	font-weight: 400;
}
.list-group a.active,
/*.list-group a.active:hover,*/
.list-group a:hover {
    border-bottom: 1px solid #eee;
    background: #fcfcfc;
    color: #0c7b84;
}
.list-group a:hover {
    border-bottom: 2px solid #eee;
}
.list-group a.active:hover {
    border: none;
    color: #0c7b84;
    border-bottom: 1px solid #eee;
}

body .ve-h1,
body .ve-h2,
body .ve-h3,
body .ve-h4,
body .ve-h5,
body .ve-h6
body .ve-card__header {
	color: #312a2e;
}
body .qc .ve-radio--selected,
body .qc .qc-name a,
body .qc label a {
	color: #0c7b84 !important;
}

body .qc .ve-btn--primary,
body .qc a.ve-btn--primary,
body .qc-btn.ve-btn--primary {
	background: #0c7b84 !important;
}
body .qc .ve-btn--primary:hover,
body .qc a.ve-btn--primary:hover,
body .qc-btn.ve-btn--primary:hover {
	background: #312a2e !important;
}

body .qc .ve-btn--primary:active,
body .qc .ve-btn--primary.active,
body .qc a.ve-btn--primary:active,
body .qc a.ve-btn--primary.active,
body .qc-btn.ve-btn--primary:active,
body .qc-btn.ve-btn--primary.active {
	background: #312a2e !important;
}
body .qc .ve-radio [type=radio]:checked + i:after {
	background-color: #312a2e !important;
}
body .qc .ve-radio [type=radio]:checked + i:before {
	border-color: #312a2e !important;
}
body .qc .ve-checkbox [type=checkbox]:checked + i:before {
	background: #312a2e !important;
	border-color: #312a2e !important;
}
body .ve-input-group {
	box-shadow: none !important;
}
body .ve-input[type=text],
body .ve-input[type=email],
body .ve-input[type=password],
body .ve-input[type=time],
body .ve-input[type=date],
body .ve-input[type=datetime],
body .ve-input[type=tel] {
	box-shadow: none !important;
	background-color: #fcfcfc;
	height: 38px;
}
body .qc-select-placeholder {
	height: 38px;
	background-color: #fcfcfc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 9px 9px;
	font-size: 13px;
}
body .qc-select select {
	box-shadow: none !important;
	height: 38px;
}
body textarea.ve-input {
	box-shadow: none !important;
	background-color: #fcfcfc;
}
body .ve-btn--default,
body a.ve-btn--default,
body a:not([href]):not([tabindex]).ve-btn--default {
    background: #31292e;
    color: rgb(255, 255, 255);
}

body .ve-input[type=text]:focus,
body .ve-input[type=email]:focus,
body .ve-input[type=password]:focus,
body .ve-input[type=time]:focus,
body .ve-input[type=date]:focus,
body .ve-input[type=datetime]:focus,
body .ve-input[type=tel]:focus {
	border-color: #0c7b84;
}
body .ve-btn--default:active,
body .ve-btn--default.active,
body a.ve-btn--default:active,
body a.ve-btn--default.active,
body a:not([href]):not([tabindex]).ve-btn--default:active,
body a:not([href]):not([tabindex]).ve-btn--default.active {
    background: #0c7b84;
}
.step.qc-account .ve-btn-group--block label:first-child {
	display: none;
}

.panel-default {
    border: none;
}

.panel-default>.panel-heading {
    background-color: #312a2e;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 5px 15px;
    font-weight: 400;
}

a.read-more {
    margin-left: 5px;
}

#google_translate_element {
	position: absolute;
    top: 7px;
    margin-left: -4px;
}

.language-container {
	margin-left: 167px;
}

.language-container button.dropdown-toggle {
	margin-top: 4px;
}

.language-container form button.btn-link:hover {
	color: #fff !important;
}

@media (max-width: 500px) {
	.language-container {
		margin-left: 0;
		position: absolute;
		left: 10px;
		top: 40px;
	}
}

#top #form-language .language-select:hover {
    background-color: #0b7b84;
    background-image: none;
    color: white;
}

#top #form-language .language-select {
    background-color: white;
    color: #312b2f;
}

.product-grid .title {
    text-align: center;
}

.news-list.list-group a {
	border: none;
	padding: 0;
	color: #0c6d75;
}

.news-list.list-group a:hover {
	color: #095a60;
}

.news-list.list-group p {
	margin-bottom: 0px;
}

.news-list.list-group .list-group-item:first-child {
	padding: 5px 15px;
}

.news-list.list-group .list-group-item:last-child {
	border: 1px solid #ddd !important;
}

.news-list.list-group .list-group-item {
	/*display: flex;*/
}

.qc .process {
    margin: 0 !important;
}
.collapse.in {
	display:block!important;
}
aside.collapsing {
	transition: none !important;
	display:block!important;
}
@media (max-width: 768px) {
	.navbar-header {
		display: flex;
		justify-content: space-between;
		padding: 10px 20px;
	}
	.navbar-header:before,
	.navbar-header:after {
		display: none;
	}
	.navbar-header button.btn {
		float: none;
		margin: 0 !important;
	    padding: 6px 11px !important;
	}
	.navbar-header button.btn i:first-child {
		margin: 0 5px 0 0;
	}
	.navbar-header button.btn i:last-child {
		margin: 0 0 0 5px;
	}
}

.featured-category-product > span:first-child {
	margin-right: 5px;
}

span.availability {
    background-color: #0c7b84;
    color: white;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
}

#product-product div.rating {
    margin: 20px 0;
}
.pagination>li>a, .pagination>li>span {
	color: #095a60;
	border-radius: 2px;
	margin-right: 3px;
	border: none;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #095a60;
	border-color: #095a60;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #095a60;
}

#checkout-checkout .panel-default > .panel-heading {
	background-color: rgb(12, 123, 132);
	margin: 15px 0 0px 0;
	padding: 15px;
}

#checkout-checkout .panel-default > .panel-body {
	padding: 35px;
	font-size: 16px;
}

@media (max-width: 767px) {
	header .row {
		flex-direction: column;
	}

	header .col-sm-5 {
		width: 100%;
	}

	header .col-sm-5 #search {
		margin-top: 30px;
	}

	#product-product #content > .row {
		display: flex;
		flex-direction: column-reverse;
	}

	#top .container {
		padding: 0 5px;
	}

	header .container .col {
		position: absolute;
		top: 5px;
		right: 80px;
	}
	header #cart #cart-total {
		color: white;
	}
	
	header .container .col-sm-4 {
		width: 100% !important;
		display: block !important;
	}
	
	header .container .col-sm-4 img {
		margin: 0 auto;
	}
}

div#checkout-cart #column-left,
div#checkout-checkout #column-left {
    display: none;
}

div#checkout-cart #content,
div#checkout-checkout #content {
    width: 100%;
}