body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	max-width: 100vw;
	scrollbar-width: thin !important;
}

@font-face {
	font-family: 'Vogue';
	src: url('../font/VoguePlain.eot?#iefix') format('embedded-opentype'), url('../font/VoguePlain.woff') format('woff'), url('../font/VoguePlain.ttf') format('truetype'), url('../font/VoguePlain.svg#VoguePlain') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* width */
::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #FFF;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background-color: #cbcbcb;
	outline: 2px solid #fff;
	outline-offset: -2px;
	border: 1px solid #b7b7b7
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background-color: #909090
}

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

/* default font size */
.fa {
	color: #111;
	font-size: 15px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #23a1d1;
}

a:hover {
	text-decoration: none;
}

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 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;
}

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

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

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

/* top */
#top {
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}

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

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}

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

#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;
}

/* logo */
#logo {
	/*text-align: center;*/
	/* margin: 35px 0 10px 0; */
	margin: 0;
}

/* search */
#search {
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
	height: 45px;
	width: 360px;
	vertical-align: top;
}

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

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 8px 15px 12px;
	border: 0;
	background: transparent;
	box-shadow: none;
	/*text-shadow: 0 1px 0 #FFF;*/
}

/* cart */
#cart {
	margin-bottom: 10px;
}

#cart>.btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

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

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

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

#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}

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

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

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

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

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

/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}

#menu .nav>li>a {
	/*color: #fff;*/
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
	/*padding: 10px 15px 10px 15px;*/
	/*min-height: 15px;*/
	/*background-color: transparent;*/
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
	/*background-color: rgba(0, 0, 0, 0.1);*/
	background-color: transparent;
}

#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 {
		border-radius: 4px;
	}

	#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;
	}
}

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

/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	/*background-color: #303030;*/
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}

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

footer a {
	color: #ccc;
}

footer a:hover {
	color: #fff;
}

/* breadcrumb */
.breadcrumb {
	padding: 8px 0px 8px 0px;
	border: 1px solid #ddd;
	white-space: nowrap;
	overflow: hidden;
}

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

.breadcrumb>li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	vertical-align: middle;
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb>li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

html[dir=rtl] .breadcrumb>li::after {
	top: -3px;
	left: -5px;
	width: 26px;
	height: 26px;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	right: unset;
	border-right: unset;
	border-bottom: unset;
}

.pagination {
	margin: 0;
}

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

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.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 {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}

.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;
	font-family: "Swiss 721 Light";
	transition: ease .3s;
	border-radius: 0;
}

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

a.btn-link:hover {
	color: #F00;
}

.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 #f5f5f5;
	margin-bottom: 20px;
	min-height: 470px;
	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;
}

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

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

.product-thumb h4 {
	transition: ease .3s;
	font-weight: bold;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border: 1px solid #cccccc
}

.product-thumb .caption {
	padding: 0 10px;
	min-height: 190px;
}

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

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		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;
}

.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;
}

.product-thumb .price {
	color: #444;
	min-height: 26px;
}

.product-thumb .price-new {
	display: block;
	font-weight: 600;
}

.product-thumb .price-old {
	/*color: #999;*/
	color: #ff7474;
	text-decoration: line-through;
	margin-left: 10px;
	font-size: 14px;
}

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

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

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

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

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

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

.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: 33.33%;
	}
}

@media (max-width: 767px) {

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

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

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

.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: 100px;
}

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

@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;
}

html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
	position: absolute;
	margin-top: 4px\9;
	margin-right: -20px;
	margin-left: unset;
}

html[dir=rtl] .input-group-btn:last-child>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

html[dir=rtl] .input-group .form-control:first-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
}

html[dir=rtl] .container .row:first-child .col-sm-4,
html[dir=rtl] .container .row:first-child .col-sm-5 {
	float: right;
}

html[dir=rtl] #cart .dropdown-menu {
	left: 0;
	right: auto;
}

@media (min-width: 768px) {
	html[dir=rtl] .navbar-nav {
		float: right;
		margin: 0;
	}

	html[dir=rtl] .navbar-nav>li {
		float: right;
	}
}

/* pioneer */
@media (min-width: 1200px) {
	.container {
		width: 1250px;
	}
}

/*.price-quote,#content>div:nth-child(1)>div.col-sm-6.pdt-right>div.price-product>ul.list-unstyled>li>h2{display:none!important}*/
.price-quote {
	list-style: none;
	padding-left: 0;
	display: inline-block
}

.price-quote li {
	display: inline-block;
	float: left;
	margin-right: 20px;
	font-family: "swiss 721 light";
	font-size: 14px;
	color: #777
}

.price-quote li:nth-of-type(3) {
	margin-right: 0
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding-left: 5px;
	padding-right: 5px;
}

a {
	color: #111;
}

body {
	overflow-x: hidden;
}

/*#top{display: none;}*/
#cart {
	display: none;
}

.fa-search:before {
	font-size: 24px;
}

.btn-primary {
	background-color: #444;
	background-image: none;
	border: 0;
	transition: ease .3s;
}

.btn-primary:hover,
.btn-primary:active {
	background-color: #111;
}

header {
	padding-top: 5px;
	background-color: #FFF;
	z-index: 8;
	position: relative;
	border-bottom: 2px solid #9A6A3D
}

.swiper-viewport {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	margin: 0 auto !important;
	padding-bottom: 60px;
}

.swiper-pagination {
	bottom: 25px !important;
}

.barra-menus {
background-color:#064167 !important;
}
.barra-menus .clarinho {
background-color:#064167 !important;
}
.barra-menus .menu {
background-color:#064167 !important;
}

#menu {
	background: none;
	border: 0;
}

header>.container>.row {
	padding-bottom: 10px;
}

#menu .nav>li>a {
	font-family: "Swiss 721 Light";
	font-size: 15px;
	color: #111;
	transition: ease .3s;
}

#menu .nav>li>a:hover {
	color: #F00;
}

a {
	transition: ease .3s;
}

a:focus,
a:hover {
	color: #935D2B;
}

/*#search{display: inline-block;}*/
#search .form-control {
	border: 0;
}

#search .input-lg {
	box-shadow: none;
	border-radius: 0;
	transition: ease .3s;
	background-color: transparent;
}

.input-group-btn {
	display: inline-block;
}

.top-especial {
	border-bottom: 1px solid #EEEEEE;
}

.top-especial a {
	transition: ease .3s;
}

.top-especial a:hover {
	color: #935D2B
}

.breadcrumb a {
	font-family: 'Swiss 721 Light';
	font-size: 14px;
}

.nav-top {
	display: inline-block;
}

#product-product .thumbnail {
	border: 0;
}

/* border-bottom: 1px solid #EEEEEE */
.product-thumb .image {
	margin-top: 15px;
}

.product-thumb .image img {
	max-width: 90%;
	max-height: 90%;
	transition: ease .3s;
	vertical-align: middle;
}

footer {
	border-top: 1px solid #EEEEEE;
	padding-top: 0px;
}

footer .list-unstyled li {
	line-height: 24px;
}

footer .list-unstyled li,
footer .list-unstyled li a {
	color: #FFF;
	font-family: 'Swiss 721 Light';
	font-size: 14px;
}

.footer-infos {
	text-align: right;
	color: #444444;
	font-family: 'Swiss 721 Light';
	padding-bottom: 30px;
	font-size: 13px;
	margin-top: 40px;
}

.footer-infos .left {
	text-align: left;
	display: inline-block;
}

footer h5 {
	color: #FFF;
	font-family: 'Swiss 721 Roman';
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.social {
	margin-bottom: 15px;
}

.social li {
	display: inline-block;
	margin: 5px 4px 0 3px;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: inline-block;
}

.product-thumb .price-tax {
	display: none !important;
}

.product-thumb .price {
	text-align: center;
	color: #000000;
	font-size: 26px;
	font-family: abadi_mt_condensed_lightRg;
	font-weight: bold;
}

.product-thumb h4 {
	text-align: center;
	font-size: 16px;
	color: #000000;
	font-family: abadi_mt_condensed_lightRg;
	min-height: 55px;
	padding-top: 5px;
	line-height: 21px;
	min-height: 70px;
}

.product-thumb .button-group {
	display: none;
}

.caption .ref {
	text-align: center;
	padding-top: 15px;
	color: #666666;
	font-family: abadi_mt_condensed_lightRg;
}

.product-thumb .rating {
	text-align: center;
	padding-bottom: 15px;
}

.title-freatured h3 {
	font-family: abadi_mt_condensed_lightRg;
	font-size: 35px;
	color: #000;
	padding: 0 0 25px 0;
	font-weight: bold;
	text-align: center;
}

.title-freatured-inside {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 50px;
}

.title-freatured-inside h3 {
	font-family: "Swiss 721 Light";
	font-size: 22px;
	color: #000000;
	padding: 0 0 10px 0;
	font-weight: 400;
	text-align: left;
	border-bottom: 2px solid #935D2B;
	display: inline-block;
	margin-bottom: -1px;
}

#product-product .thumbnails {
	padding: 10px;
}

#product-product h1 {
	font-family: "Swiss 721 Light";
	font-size: 26px;
	color: #1F1F1F;
}

#product-product h2 {
	font-family: abadi_mt_condensed_lightRg;
	font-size: 36px;
	color: #D90000;
	font-weight: bold;
}

#product-product .price-product .list-unstyled {
	margin: 10px 0;
	width: 80%;
}

#product-product .list-unstyled li {
	font-family: "Swiss 721 Light";
	color: #000;
	font-size: 16px;
	display: inline-block;
	padding-right: 20px;
}

#product-product .list-unstyled li a,
#product-product .list-unstyled li span {
	font-family: "Swiss 721 Light";
	color: #777777;
	font-size: 16px;
}

#product-product .price-product h2 {
	margin-top: 10px;
}

.rating p {
	font-family: "Swiss 721 Light";
}

.price-quote {
	list-style: none;
	padding-left: 0;
	display: inline-block;
}

.price-quote li {
	display: inline-block;
	float: left;
	margin-right: 20px;
	font-family: "Swiss 721 Light";
	font-size: 12px;
	color: #777;
}

.price-quote li:nth-of-type(3) {
	margin-right: 0px;
}

.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 {
	background-color: #000000;
	border-color: #000000;
}

.btn-primary.focus,
.btn-primary:focus {
	background-color: #000000;
	border-color: #000000;
}

.price-product {
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	padding: 18px 0 18px;
	margin-top: 18px;
}

.wpp-button {
	background-color: #25D366 !important;
	color: #FFF;
	transition: ease .3s;
	text-shadow: none !important;
	font-family: "Swiss 721 Light";
	font-size: 16px !important;
}

.wpp-button:hover,
.wpp-button:focus,
.wpp-button:active {
	background-color: #23b759 !important;
	color: #FFF;
	outline: none;
}

.wpp-button img {
	margin-right: 5px;
}

.btn-product {
	float: right;
	margin-top: -65px;
}

.btn-product button {
	background: transparent;
	border-radius: 0;
	border: 1px solid #DDDDDD;
	margin-right: 5px;
}

.btn-product button .fa {
	font-size: 28px;
	color: #111;
}

.nao-entregas {
	padding-top: 15px;
	font-family: abadi_mt_condensed_lightRg;
	font-size: 17px;
	color: #525252;
	line-height: 30px;
}

.a-right {
	float: right;
}

.nav-tabs>li>a {
	color: #000000;
	font-size: 20px;
	font-family: "Swiss 721 Roman";
	text-transform: uppercase;
}

#product>div {
	display: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: 0;
	color: #000000;
}

#product-product #content {
	margin-bottom: 80px;
}

.nav-tabs {
	height: 80px;
	border-bottom: 0;
	background-image: url(/image/pioneer/bck-text.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.breadcrumb-big {
	border: 0;
	padding: 30px 0px 30px 0px;
	background-color: rgba(238, 238, 238, 1);
	border-radius: 0;
	margin-bottom: 30px;
}

.breadcrumb {
	border: 0;
	background: transparent;
	border-radius: 0;
	padding: 0;
	margin-bottom: 0;
}

.breadcrumb>li:after {
	content: '';
	top: -3px;
	transform: rotate(35deg);
	border-color: #666666;
	border-bottom: 0;
	width: 18px;
	height: 18px;
}

.breadcrumb>li {
	color: #666666;
}

#menu {
	text-align: center;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-collapse.collapse {
	display: inline-block !important;
}

.bar-top {
	width: 100%;
	border-bottom: 2px solid #9A6A3D;
}

.product-bck {
	background-image: url(/image/pioneer/bck-pdt.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 40px;
}

.top-margin {
	margin-top: 130px;
}

.breadcrumb-big-pdt {
	margin-bottom: 0 !important;
}

.pdt-right {
	padding-left: 30px;
	min-height: 580px;
}


.full-width {
	margin-left: -33.33%;
	margin-right: -33.33%;
	padding-top: 40px;
	padding-bottom: 50px;
}

.video-banner {
	margin-bottom: 50px;
	text-align: center;
	overflow: hidden;
	background-color: #000;
	max-height: 480px;
}

.full-width .product-thumb {
	margin-bottom: 0px;
	background-color: #FFF;
}

.full-width .col-lg-3 {
	width: 20%;
}

.mt--60 {
	margin-top: -60px;
}

.video-banner iframe {
	margin-top: -5%;
}

/* Vendedores */

.vendedor {
	width: 24.0%;
	margin-right: 0.5%;
	display: inline-block;
	margin-bottom: 25px;
	margin-top: 20px;
}

.vendedor-foto {
	min-height: 250px;
	text-align: center;
	line-height: 250px;
}

.vendedor-foto img {
	vertical-align: middle;
	display: inline-block;
	max-height: 250px;
}

.vendedor-info {
	width: 78%;
	margin-left: 2%;
	display: inline-block;
	margin-top: 10px;
}

.vendedor-name {
	font-family: "Swiss 721 Light";
	font-size: 22px;
	color: #000;
	line-height: 24px;
}

.vendedor-cargo {
	font-family: "Swiss 721 Light";
	font-size: 16px;
	color: #000;
}

.vendedor-whatsapp {
	width: 18%;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

/* for video */
.w-screen {
	width: 90vw;
}

.z-10 {
	z-index: 10;
}

.scale-12\/10 {
	transform: scale(1.2);
}

.opacity-100 {
	opacity: 1;
}

.h-screen {
	height: 90vh;
}

.mt-20 {
	margin-bottom: 20px;
}

.pd-20 {
	padding-bottom: 20px;
}

#search .input-lg {
	z-index: 11;
	height: 45px;
	width: 300px;
	font-size: 12px;
}

#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	top: 0;
	left: 0;
	z-index: 8;
	display: none;
	cursor: pointer;
}

.hamburger {
	position: relative;
	/* background-color: #935D2B; */
	color: #FFF;
	font-size: 15px;
	font-family: Vogue;
	z-index: 10
}

.all-store {
	font-family: Vogue;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	display: inline-block;
	padding-top: 6px;
	vertical-align: middle;
	line-height: 26px;
}

.all-store img {
	margin-right: 10px;
	vertical-align: middle;
}

.btn-close {
	float: right;
	cursor: pointer;
	margin-right: 30px;
}

#navigation {
	width: 30%;
	height: 100%;
	/*background-color: #935D2B;*/
	background-color: #064167;
	z-index: 11;
	position: fixed;
	top: 0;
	left: -30%;
	transition: ease .3s;
}

.top-navigation {
	width: 100%;
	height: 131px;
	background-color: #FFF;
	/*border-bottom: 2px solid #9A6A3D;*/
	border-bottom: 2px solid #000000;
}

.top-navigation img {
	float: right;
	margin-right: 20px;
	/* margin-top: 40px; */
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
	background-color: #FFF !important;
}

.top-nav-info {
	margin: 20px 0 0 40%;
	clear: both;
	position: relative;
}

.nav-left {
	margin: 35px 0 0 32%;
	list-style: none;
}

.nav-left li {
	line-height: 28px;
	text-transform: uppercase;
	position: relative;
}

.nav-left li a {
	font-family: "Vogue";
	font-size: 16px;
	color: #FFF;
	transition: ease .3s;
	position: relative;
}

/*.nav-left li a:hover{color: #F00;}*/
.nav-left li a:focus {
	text-decoration: none;
}

.nav-left li a:after {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0%;
	margin-left: 10px;
	position: absolute;
	background: #fff;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

.nav-left li a:hover:after {
	width: 90%;
	left: 0;
}

h2 {
	font-family: "Swiss 721 Light";
}

/*#content > div:nth-child(1),body > div:nth-child(9){display: none;}*/

#product-search #content>div:nth-child(3) {
	display: none;
}

#product-search #content>label {
	display: none;
}

#product-search #content>p {
	display: none;
}

#product-search #button-search {
	display: none;
}

#product-search #content>h2 {
	display: none;
}

#product-search #content>h1 {
	margin-bottom: 40px;
}

#product-search #content>div:nth-child(7) {
	margin-bottom: 40px;
}

#compare-total,
#grid-view,
#list-view {
	display: none !important;
}

.list-group a,
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	border: 0;
	text-shadow: none;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	background: transparent;
}

#content>table>tbody:nth-child(3)>tr>td:nth-child(2)>input {
	display: none !important;
}

.list-group a {
	font-family: "Swiss 721 Light";
	font-size: 15px;
	transition: ease .3s;
}

.list-group a:hover {
	color: #000;
}

#content>div.full-width.grey.mt--60 .product-thumb {
	min-height: 300px;
}

.thumb-right {
	list-style: none;
	width: 15%;
	display: inline-block;
	padding-left: 0;
	text-align: center;
}

.thumbnails>li {
	width: 85%;
	display: inline-block;
	float: right;
}

/*.nav .dropdown{display: none;}*/
/*.dropdown-menu{display: none !important;}*/
#tab-description *,
#tab-description {
	font-family: "Swiss 721 Light";
	font-size: 18px;
	line-height: 24px;
}

.footer-top {
	background-color: #4C6C92;
	border-bottom: 6px solid #9A6A3D;
	padding-top: 40px;
	padding-bottom: 40px;
}

.quotation {
	display: inline-block;
	list-style: none;
	float: right;
	padding-top: 15px;
	margin-right: 10px;
}

.quotation li {
	display: inline-block;
	width: 48.5%;
	margin: 0 !important;
	padding: 0 !important;
	;
}

.quotation li span {
	font-weight: bold;
}

.quotation li:nth-of-type(1) {
	margin-right: 10px;
}

.product-quotation {
	margin: 0 auto 10px;
	padding-top: 0;
	float: none;
	width: 100%;
	padding-left: 0 !important;
}

/* display: inline-block !important; */

footer .list-unstyled li,
footer .list-unstyled li a {
	transition: ease .3s;
}

footer .list-unstyled li:hover,
footer .list-unstyled li a:hover {
	color: #F00;
}

.text-small-description {
	line-height: 20px;
}

.vermais {
	color: #B8B8B8;
	transition: ease .3s
}

.vermais:hover {
	color: #F00;
}

.bb {
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.stock {
	color: #008C00 !important;
}

.product-category {
	transition: ease .3s;
	font-family: "Swiss 721 Light";
	color: #999999;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	margin: 15px auto 15px auto;
	display: table;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #F0F0F0;
}

.product-category:hover {
	color: #F00;
}

#carousel1 {
	margin: 20px 0 20px 0;
}

#carousel1 .swiper-slide {
	padding: 10px;
}

/*#slideshow0{margin-top: 20px;}*/
#content {
	min-height: 0 !important;
}

.grey {
	background-color: #EEEEEE;
}

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

.align-center img {
	display: inline-block;
}

.category-product {
	background-color: #EEEEEE;
	height: 100%;
	padding: 20px 0px 20px 20px;
	display: inline-block;
	width: 270px;
	float: left;
	min-height: 452px;
}

.category-product ul {
	list-style: none;
	text-align: left;
	padding-left: 0px;
}

.category-product li {
	font-size: 14px;
	font-family: "Swiss 721 Light";
	line-height: 26px;
	border-bottom: 1px solid #DDDDDD;
	width: 80%;
}

.category-product li a {
	color: #555555;
}

.category-product li a:hover {
	color: #F00;
}

.top-cat {
	padding-bottom: 20px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 0 !important;
	;
	width: 100% !important;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.special-title img {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.special-title * {
	text-transform: uppercase;
}

.price-list {
	display: inline-block;
	font-family: Vogue;
	font-size: 15px;
	color: #111;
	padding-top: 5px;
}

.price-lista a:hover {
	color: #935D2B;
}

.price-list-2 {
	display: none;
	font-family: Vogue;
	font-size: 15px;
	color: #111;
	padding-top: 5px;
}

.special {
	width: 70%;
	padding-top: 8px;
}

.special ul {
	list-style: disc;
	display: inline-block
}

.special ul li {
	padding: 2px 20px 0 20px;
	display: inline-block;
}

.special-title,
.special li {
	display: inline-block;
	vertical-align: middle;
	font-family: Vogue;
	font-size: 15px;
	color: #111;
}

.special,
.language-box {
	display: inline-block;
}

.language-box {
	float: right;
	display: none !important;
}

/* Alterar quando ativar novamente o idioma */
.price-list {
	float: right
}

/* Alterar quando ativar novamente o idioma */


#product-product .freatured .product-thumb .image {
	min-height: 150px;
	line-height: 150px;
}

.hamburger-box {
	margin-right: 10px;
}

#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: none !important;
	;
}

.blob.green {
	background: #25d366;
	box-shadow: 0 0 0 0 #128c7e;
	animation: pulse-green 2s infinite;
	border-radius: 50%
}

.wpp {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: inline-block !important;
	z-index: 21;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50px;
}

.pagination>li>a,
.pagination>li>span {
	color: #000;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #000;
	border-color: #000;
}

#product-product .price-product h2 {
	font-size: 36px;
	color: #935D2B;
	font-family: abadi_mt_condensed_lightRg;
	font-weight: bold;
}

.dropdown-menu {
	min-width: 115px;
}

@keyframes pulse-green {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(51, 217, 178, 0)
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0)
	}
}

#content {
	min-height: 1px;
}

.sg-pdnone {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#content>div:nth-child(1)>div.swiper-pagination.carousel0 {
	margin-top: 30px;
}

#content>div:nth-child(1)>div.swiper-pagination.carousel0.swiper-pagination-clickable.swiper-pagination-bullets {
	display: none;
}

#product-search #content>p:nth-child(7) {
	display: inline-block !important;
}

@media (max-width: 900px) {
	#tr1-logo {
		margin-top: 30px;
	}

	#logo {
		text-align: center;
		margin: 0px 0 20px 0;
	}

	.navbar-header #category {
		color: #333333;
	}

	.product-layout {
		/* width: 100% !important; */
	}

	#menu #category {
		color: #333;
	}

	#menu .btn-navbar {
		background-image: none;
		background-color: #333333;
		border-color: #333;
	}

	#menu .btn-navbar .fa {
		color: #FFF;
	}

	#menu .btn-navbar:hover,
	#menu .btn-navbar:focus,
	#menu .btn-navbar:active,
	#menu .btn-navbar.disabled,
	#menu .btn-navbar[disabled] {
		background-color: #333333;
		border-color: #333;
	}

	#search .btn-lg {
		display: none;
		background: rgb(239, 239, 239) !important;
		padding: 10px 20px;
	}

	#menu {
		display: none;
	}

	.pdt-right {
		padding-left: 10px;
		min-height: auto
	}

	#navigation {
		left: -80%;
	}

	.product-bck {
		background-image: none;
	}

	.top-margin {
		margin-top: 20px !important;
	}

	footer * {
		text-align: center;
	}

	.language-box {
		margin-top: -38px;
		margin-right: 0px;
		margin-left: 51px;
		margin-bottom: 54px;
		position: absolute;
	}

	footer img {
		margin-bottom: 25px;
	}

	footer .col-sm-2 {
		margin-bottom: 25px;
	}

	footer .col-sm-3 {
		margin-bottom: 25px;
	}

	#navigation {
		width: 70%;
	}

	.nav-left {
		margin: 120px 0 0 0%;
	}

	.text-search {
		width: 90%;
		left: 5%;
		font-size: 18px;
	}

	#search {
		margin-top: 0px;
		width: 50%;
		margin-right: 10px;
	}

	#logo img {
		margin-top: 10px !important;
	}

	#search .input-lg {
		width: 85%;
	}

	#search .btn-lg {
		background: transparent !important;
		margin-top: 0px;
	}

	.category-product {
		display: none;
	}

	#product-product .list-unstyled {
		width: 100%;
	}

	.full-width {
		margin: 40px 0 !important;
	}

	.video-banner {
		display: none;
	}

	.footer-infos .left {
		text-align: center;
	}

	.hamburger-box {
		margin-right: 5px;
	}

	.special {
		padding-top: 5px;
		width: 100%;
	}

	.special-title img {
		margin-right: 5px;
	}

	.special ul {
		padding-left: 0;
		float: left;
		margin-top: 5px;
	}

	.special ul li {
		padding: 2px 8px 0 0;
	}

	.price-list {
		float: left;
	}

	#product-category #content .row {
		margin: 0;
	}

	#product-product #content .row {
		margin: 0;
	}

	.btn-close {
		display: none;
	}

	.nav-tabs>li>a {
		font-size: 15px;
		padding: 10px 7px;
		font-weight: bold;
	}

	.nav-tabs {
		height: auto;
		padding-bottom: 25px;
	}

	.product-layout {
		margin-bottom: 10px;
	}

	.product-thumb {
		margin-top: 10px;
	}

	.dropdown-menu {
		margin-left: -50px;
	}

	.vendedor {
		width: 98.0%;
		margin-right: 1%;
		display: inline-block;
		margin-bottom: 25px;
		margin-top: 20px;
	}

	.price-list-2 {
		display: inline-block;
		float: right;
		padding-top: 1px;
		margin-bottom: 10px;
	}

	.price-list {
		display: none;
	}

	.btn-product {
		float: left;
		margin-top: 0;
		margin-bottom: 25px;
	}

	.product-layout {
		/* width: 2% !important; */
		/* margin-left: 1%; */
	}

	.swiper-pager {
		display: none;
	}

	/*.ml-10{margin-left: 2% !important; width: 98% !important;}*/
	#tab-description * {
		max-width: 100%;
	}
}

@media (max-width: 425px) {
	.nav-left {
		margin: 30px 0 0 0%;
		padding-left: 25px;
	}

	.top-navigation img {
		max-width: 180px;
	}

	.top-nav-info {
		margin: 20px 0 0 10%
	}

	.nav-left li {
		line-height: 22px;
		margin-bottom: 6px;
	}

	#search {

		display: none;
		width: 50%;
		float: right;
		margin-right: 0px;
	}

	#search .btn-lg {
		display: none;
	}

	.hamburger-box {
		margin-right: 0px;
		width: 24px;
	}

	.hamburger {
		padding: 11px 6px;
		font-size: 14px;
	}

	#search .input-lg {
		width: 98%;
	}
}

@media (min-width:900px) and (max-width: 1100px) {
	#search {

		display: block;
		width: 260px;
	}

	#search .input-lg {
		width: 200px;
	}

	.quotation {
		padding-top: 12px;
	}

	.special ul li {
		padding: 2px 10px 0 10px;
	}

	#logo img {
		width: 90%;
	}

	.price-list {
		margin-top: 5px;
	}
}

@media (min-width:900px) {
	.pt-20 {
		padding-top: 20px;
		vertical-align: top;
	}
}


/* Category Carousel */
.category-carousel {
	position: relative;
	background-color: #4C6C92;
	padding: 50px 0;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	width: 100vw;
	margin-top: 50px;
	margin-bottom: 50px;
}

.category-carousel-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.category-carousel .carousel {
	margin: 0 auto;
}

.category-item {
	text-align: center;
	padding: 10px;
}

.category-image-wrapper {
	border-radius: 50%;
	width: 180px;
	height: 180px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	/* Necessário para sobrepor as imagens */
	overflow: hidden;
	/* Garante que as imagens não ultrapassem o círculo */
}

.category-image {
	max-width: 80%;
	/* Garante que a imagem não ultrapasse o círculo */
	max-height: 80%;
	/* Garante que a imagem não ultrapasse o círculo */
	width: auto;
	/* Permite que a imagem se ajuste proporcionalmente */
	height: auto;
	/* Permite que a imagem se ajuste proporcionalmente */
	object-fit: contain;
	/* Mantém a proporção sem cortar */
	border-radius: 30%;
	/* Garante que a imagem seja redonda */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* Centraliza a imagem */
	transition: opacity 0.5s ease;
}

.default-image {
	opacity: 1;
	/* Imagem padrão visível */
	z-index: 1;
}

.hover-image {
	opacity: 0;
	/* Imagem de hover escondida */
	z-index: 2;
}

.category-image-wrapper:hover .default-image {
	opacity: 0;
	/* Esconde a imagem padrão no hover */
}

.category-image-wrapper:hover .hover-image {
	opacity: 1;
	/* Mostra a imagem de hover no hover */
}

.category-name {
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
	text-transform: uppercase;
}

/* Ajustes para dispositivos móveis */
@media (max-width: 767px) {
	.category-carousel {
		margin-left: -15px;
		margin-right: -15px;
		width: calc(100% + 30px);
		padding: 10px 0;
	}

	.category-carousel-inner {
		padding: 0 15px;
	}

	.category-image-wrapper {
		border-radius: 50%;
		width: 150px;
		height: 150px;
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}

	.category-image {
		max-width: 70%;
		/* Mantém a proporção no mobile */
		max-height: 70%;
		width: auto;
		height: auto;
		object-fit: contain;
		border-radius: 20%;
	}
}

/* Estiliza as setinhas do carrossel */
.slick-prev,
.slick-next {
	background: #c2c2c2 !important;
	/* Cinza médio */
	opacity: 0.8;
	/* Leve transparência para suavizar */
	border-radius: 50%;
	/* Mantém as setinhas arredondadas */
	width: 30px;
	/* Ajusta o tamanho */
	height: 30px;
	z-index: 1;
	/* Garante que fiquem acima do carrossel */
}

/* Posicionamento das setinhas */
.slick-prev {
	left: 10px;
	/* Ajusta a posição da setinha da esquerda */
}

.slick-next {
	right: 10px;
	/* Ajusta a posição da setinha da direita */
}

/* Opcional: Mudar a cor do ícone dentro das setinhas (seta) */
.slick-prev:before,
.slick-next:before {
	color: #ffffff !important;
	/* Mantém a seta branca para contraste com o fundo cinza */
}

@media (max-width: 768px) {

	.slick-prev,
	.slick-next {
		display: none !important;
	}

	/* product list */
	.product-thumb {
		border: 1px solid #f5f5f5;
		margin-bottom: 20px;
		min-height: 400px;
		overflow: auto;
	}
}