#sp-header {
    height: auto;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
    background: #000;
    padding: 15px 0;
    border-top: 5px solid #000;
}

#sp-header #sp-header1 {
}

@media (max-width: 767px) and (min-width: 1px) {
	#sp-header .row {
    align-items: center;
    justify-content: space-between;
}
	#sp-header #sp-header1 {
	width: auto;
	padding-right: 0;
	}
}

#sp-header #sp-header1 p {
    margin: auto;
    display: block;
}

#sp-header #sp-header1 a {
    display: block;
}

#sp-header #sp-header1 img {
    max-height: 70px;
}

@media (max-width: 767px) and (min-width: 1px) {
	#sp-header #sp-header1 img {
		margin: auto;
		max-height: 40px !important;
	}
}

#sp-header #sp-header2 {
    padding-left: 0;
}

#sp-header #sp-header2 .header-top {
    text-align: left;
    display: inline-table;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
    width: 100%;
}

#sp-header #sp-header2 .header-top .header-top-left {
	display: inline-table;
	vertical-align: middle;
	width: 57%;
	text-align: left;
	border-right: 1px solid #eee;
}

#sp-header #sp-header2 .header-top .header-top-right {
	text-align: right;
	display: inline-table;
	vertical-align: middle;
	width: 43%;
}

#sp-header #sp-header2 .header-top .freight {
    display: inline-table;
    vertical-align: middle;
    padding: 0 15px 0 0;
}

#sp-header #sp-header2 .header-top .freight ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    display: inline-table;
}

#sp-header #sp-header2 .header-top .freight ul li {
    display: inline-table;
    vertical-align: middle;
    text-align: left;
    padding: 0 15px 0 0;
}

#sp-header #sp-header2 .header-top .freight ul li:last-child {
    padding: 0;
}

#sp-header #sp-header2 .header-top .freight ul li i {
    display: inline-table;
    vertical-align: middle;
    padding: 0 5px 0 0;
    font-size: 25px;
    color: #000;
}

#sp-header #sp-header2 .header-top .freight ul li i:before {
    vertical-align: middle;
}

#sp-header #sp-header2 .header-top .freight ul li p {
    display: inline-table;
    vertical-align: middle;
    margin: auto;
    line-height: initial;
    font-size: 12px;
}

#sp-header #sp-header2 .header-top .freight ul li p strong {}

#sp-header #sp-header2 .header-top .infos {
    display: inline-table;
    vertical-align: middle;
    padding: 0 20px 0 0;
}

#sp-header #sp-header2 .header-top .infos .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

#sp-header #sp-header2 .header-top .infos .dropdown-toggle:after {
    display: none;
}

#sp-header #sp-header2 .header-top .infos .dropdown .fa {
    font-size: 20px;
    display: inline-table;
    vertical-align: middle;
    padding: 0 5px 0 0;
    color: #000;
}

#sp-header #sp-header2 .header-top .infos .dropdown strong {
    display: inline-table;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
    color: #000;
    font-weight: normal;
}

#sp-header #sp-header2 .header-top .infos .dropdown strong:hover {
    color: #000;
}

#sp-header #sp-header2 .header-top .infos .dropdown strong:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f0d7";
    font-style: normal;
    padding: 0 0 0 5px;
    font-size: 10px;
    line-height: 0;
    vertical-align: middle;
    display: inline-table;
    font-weight: 600;
}

#sp-header #sp-header2 .header-top .infos .dropdown:hover strong:after {
    content: "\f0d8";
}

#sp-header #sp-header2 .header-top .infos .dropdown-menu {
    margin: 0;
    padding: 15px 20px;
    width: 260px;
    border: 1px solid #eee;
    border-radius: 0;
}

#sp-header #sp-header2 .header-top .infos:hover .dropdown-menu {
    display: block !important;
}

#sp-header #sp-header2 .header-top .infos h6 {}

#sp-header #sp-header2 .header-top .infos p {
    margin: 0 0 5px 0;
    font-size: 14px;
}

#sp-header #sp-header2 .header-top .infos p .fa {
    font-size: 15px !important;
    vertical-align: middle;
    display: inline-table;
    padding: 0 5px 0 0;
    color: #000;
}

#sp-header #sp-header2 .header-top .infos p span {
    display: inline-table;
    vertical-align: middle;
    font-size: 14px;
    line-height: initial;
}

#sp-header #sp-header2 .header-top .infos p span a {
    color: #000;
}

#sp-header #sp-header2 .header-top .infos p span a:hover {
    color: #000;
}

#sp-header #sp-header2 .header-top .infos a {
    /* display: block; */
    /* vertical-align: middle; */
    color: #000;
}

#sp-header #sp-header2 .header-top .infos a:hover {
    color: #000;
}

#sp-header #sp-header2 .header-top .infos strong a {
    color: #000;
}

#sp-header #sp-header2 .header-top .infos strong a:hover {
    color: #000;
}

#sp-header #sp-header2 .header-top .infos p strong:after {
	display: none !important;
}

#sp-header #sp-header2 .header-top .infos hr {}

#sp-header #sp-header2 .header-top .infos .search input {
    width: 100%;
    background: transparent url(../images/search-ico.png) right center no-repeat;
    border: 1px solid #eee;
    padding: 5px 10px;
    font-style: italic;
    text-transform: lowercase;
    font-size: 14px;
    border-radius: 0;
}

#sp-header #sp-header2 .header-top .login {
    display: inline-table;
    vertical-align: middle;
    text-align: left;
    padding: 0 20px 0 0;
}

#sp-header #sp-header2 .header-top .login .dropdown {}

#sp-header #sp-header2 .header-top .login .dropdown:active {
    /*pointer-events: none;*/
}

#sp-header #sp-header2 .header-top .login .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

#sp-header #sp-header2 .header-top .login .dropdown-toggle:after {
    display: none;
}

#sp-header #sp-header2 .header-top .login .dropdown .fa {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    padding: 0 5px 0 0;
    color: #000;
}

#sp-header #sp-header2 .header-top .login .dropdown .user_name_osn {}

#sp-header #sp-header2 .header-top .login .dropdown .user_name_osn span {}

#sp-header #sp-header2 .header-top .login .dropdown strong {
    text-transform: uppercase;
    cursor: pointer;
    font-weight: normal;
}

#sp-header #sp-header2 .header-top .login .dropdown strong:hover {
    color: #000;
}

#sp-header #sp-header2 .header-top .login .dropdown strong:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f0d7";
    font-style: normal;
    padding: 0 0 0 5px;
    font-size: 10px;
    line-height: 0;
    vertical-align: middle;
    display: inline-table;
    font-weight: 600;
}

#sp-header #sp-header2 .header-top .login .dropdown:hover strong:after {
    content: "\f0d8";
}


#sp-header #sp-header2 .header-top .login .dropdown-menu {
    margin: 0;
    padding: 15px 20px;
    width: 180px;
    border: 1px solid #eee;
    border-radius: 0;
}

#sp-header #sp-header2 .header-top .login:hover .dropdown-menu {
    display: block !important;
}

#sp-header #sp-header2 .header-top .login .dropdown-menu:after {
    display: none;
}

#sp-header #sp-header2 .header-top .login .dropdown .dropdown-menu .user_name_osn {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 12px;
}

#sp-header #sp-header2 .header-top .login .dropdown-menu .user_name_osn span {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    /* color: #000000; */
    text-transform: uppercase;
}

#sp-header #sp-header2 .header-top .login .dropdown-menu ul.menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
    width: 100%;
}

#sp-header #sp-header2 .header-top .login .dropdown-menu ul.menu li {
    display: block;
    vertical-align: middle;
}

#sp-header #sp-header2 .header-top .login .dropdown-menu ul.menu li a {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

#sp-header #sp-header2 .header-top .login .dropdown-menu ul.menu li:first-child a {
    padding-left: 0;
}

#sp-header #sp-header2 .header-top .login .dropdown-menu ul.menu li:last-child a {
    padding-right: 0;
    border: 0;
}

#sp-header #sp-header2 .header-top .login .dropdown-menu ul.menu li a:focus,
#sp-header #sp-header2 .header-top .login .dropdown-menu ul.menu li a:hover,
#sp-header #sp-header2 .header-top .login .dropdown-menu ul.menu li.active a {
    color: #000;
}

#sp-header #sp-header2 .header-top .login .dropdown-menu ul.menu li a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    padding: 0 5px 0 0;
    margin: 0;
    color: #000;
    font-size: 10px;
    display: inline-table;
    vertical-align: middle;
    line-height: 0;
    font-weight: 600;
}

#sp-header #sp-header2 .header-top .cart {
    display: inline-table;
    vertical-align: middle;
    text-align: left;
}

#sp-header #sp-header2 .header-top .cart #vmCartModule {}

#sp-header #sp-header2 .header-top .cart #vmCartModule .show_cart {
    display: inline-table;
    vertical-align: middle;
    padding: 0 3px 0 0;
}

#sp-header #sp-header2 .header-top .cart #vmCartModule .show_cart a {
    float: none !important;
    font-size: 20px;
    padding: 0 5px 0 0;
    color: #000;
}

#sp-header #sp-header2 .header-top .cart #vmCartModule .show_cart a:hover {
    color: #000;
}

#sp-header #sp-header2 .header-top .cart #vmCartModule .show_cart a .fa {}

#sp-header #sp-header2 .header-top .cart #vmCartModule .cart-right {
    display: inline-table;
    vertical-align: middle;
    line-height: initial;	
}

#sp-header #sp-header2 .header-top .cart #vmCartModule .total_products {
    font-style: italic;
    display: inline-table;
    vertical-align: middle;
    font-weight: normal;
}

#sp-header #sp-header2 .header-top .cart #vmCartModule .total_products strong {
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
}

#sp-header #sp-header2 .header-bottom {
    display: inline-table;
    vertical-align: middle;
    width: 100%;
}

#sp-header #sp-header2 .header-bottom .products {
    display: inline-table;
    vertical-align: middle;
    width: 75%;
}

#sp-header #sp-header2 .header-bottom .products ul.menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-table;
    vertical-align: middle;
}

#sp-header #sp-header2 .header-bottom .products ul.menu li {
    display: inline-table;
    vertical-align: middle;
}

#sp-header #sp-header2 .header-bottom .products ul.menu li a {
    padding: 0 15px;
    line-height: 29px;
    font-size: 16px;
    border-right: 1px solid #eee;
}

#sp-header #sp-header2 .header-bottom .products ul.menu li:first-child a {
    padding-left: 0;
}

#sp-header #sp-header2 .header-bottom .products ul.menu li:last-child a {
    padding-right: 0;
    border: 0;
}

#sp-header #sp-header2 .header-bottom .products ul.menu li a:focus,
#sp-header #sp-header2 .header-bottom .products ul.menu li a:hover,
#sp-header #sp-header2 .header-bottom .products ul.menu li.active a {
    color: #000;
}

#sp-header #sp-header2 .header-bottom .products ul.menu li a:before {
    font-family: FontAwesome;
    content: "\f0da";
    padding: 0 5px 0 0;
    margin: 0;
    color: #000;
    font-size: 10px;
    display: inline-table;
    vertical-align: middle;
    line-height: 0;
}

#sp-header #sp-header2 .header-bottom .products ul.menu li.dropdown {}

#sp-header #sp-header2 .header-bottom .products ul.menu li.dropdown span {}

#sp-header #sp-header2 .header-bottom .products ul.menu li.dropdown ul.dropdown-menu {
    margin: 0;
    padding: 15px 20px;
    width: 200px;
    border: 1px solid #eee;
    border-radius: 0;
    background: #fff;
}

#sp-header #sp-header2 .header-bottom .products ul.menu li.dropdown:hover ul.dropdown-menu {
    display: block !important;
}

#sp-header #sp-header2 .header-bottom .products ul.menu li.dropdown ul.dropdown-menu:after {
    display: none;
}

#sp-header #sp-header2 .header-bottom .products ul.menu li.dropdown ul.dropdown-menu li {
    display: block;
    vertical-align: middle;
}

#sp-header #sp-header2 .header-bottom .products ul.menu li.dropdown ul.dropdown-menu li a {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

#sp-header #sp-header2 .header-bottom .products ul.menu li.dropdown ul.dropdown-menu li a:hover,
#sp-header #sp-header2 .header-bottom .products ul.menu li.dropdown ul.dropdown-menu li a:focus,
#sp-header #sp-header2 .header-bottom .products ul.menu li.dropdown ul.dropdown-menu li.active a {}

#sp-header #sp-header2 .header-bottom .products ul.menu .dropdown-menu {
    width: 100%;
    max-width: 250px;
    padding: 10px 15px;
}

#sp-header #sp-header2 .header-bottom .products ul.menu .dropdown-menu:after {
	display: none;
}

#sp-header #sp-header2 .header-bottom .products ul.menu .dropdown-menu li {
	display: block;
	width: 100%;
}

#sp-header #sp-header2 .header-bottom .products ul.menu .dropdown-menu li a {
	padding: 0;
	border: 0;
}

#sp-header #sp-header2 .header-bottom .products .navbar {
    padding: 0;
}

#sp-header #sp-header2 .header-bottom .products .navbar li {
    display: inline-table;
    vertical-align: middle;
}

#sp-header #sp-header2 .header-bottom .products .navbar li a {
    padding: 0 15px;
    line-height: 29px;
    font-size: 16px;
    border-right: 1px solid #eee;
}

#sp-header #sp-header2 .header-bottom .products .navbar li a:after {
	font-size: 10px;
}

#sp-header #sp-header2 .header-bottom .products .navbar li:first-child a {
    padding-left: 0;
}

#sp-header #sp-header2 .header-bottom .products .navbar li:last-child a {
    padding-right: 0;
    border: 0;
}

#sp-header #sp-header2 .header-bottom .products .navbar li a:focus,
#sp-header #sp-header2 .header-bottom .products .navbar li a:hover,
#sp-header #sp-header2 .header-bottom .products .navbar li.active a {
    color: #000;
}

#sp-header #sp-header2 .header-bottom .products .navbar li a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    padding: 0 5px 0 0;
    margin: 0;
    color: #000;
    font-size: 10px;
    display: inline-table;
    vertical-align: middle;
    line-height: 0;
    font-weight: 600;
}

#sp-header #sp-header2 .header-bottom .products .navbar .dropdown-menu {
    width: 100%;
    max-width: 250px;
    min-width: 250px;
    padding: 10px 15px;
}

#sp-header #sp-header2 .header-bottom .products .navbar .dropdown-menu a {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	color: #252525;
}

#sp-header #sp-header2 .header-bottom .search {
    display: inline-table;
    vertical-align: middle;
    width: 25%;
}

#sp-header #sp-header2 .header-bottom .search form .search {
    width: 100%;
}

#sp-header #sp-header2 .header-bottom .search input {
    width: 100%;
    background: transparent url(../images/search-ico.png) right center no-repeat;
    border: 1px solid #eee;
    padding: 5px 10px;
    font-style: italic;
    text-transform: lowercase;
    font-size: 14px;
    border-radius: 0;
}

.header-desktop {
	display: block;
}

.header-mobile {
	display: none;
	text-align: right;
}

@media (max-width: 991px) and (min-width: 1px) {
	.header-desktop {
		display: none;
	}

	.header-mobile {
		display: block;	
	}
}

.header-mobile img {
	max-height: 80px !important;
}

.header-mobile #sp-header1 {
	width: 50%;
}

.header-mobile #sp-menu {
    width: 20%;
}

@media (max-width: 767px) and (min-width: 1px) {
	.header-mobile #sp-menu {
	width: auto;
	padding-left: 0;
	}
}

.header-mobile #sp-menu a#offcanvas-toggler {
    margin: 0;
    line-height: 80px;
    height: auto;
    color: #000;
}

@media (max-width: 767px) and (min-width: 1px) {
	.header-mobile #sp-menu a#offcanvas-toggler {
		line-height: 31px;
		float: left;
	}
}

.header-mobile #sp-menu a#offcanvas-toggler .fa {
    color: inherit;
}

.header-mobile #sp-menu a#offcanvas-toggler:hover {
    color: #000000;
}

.header-mobile #sp-menu a#offcanvas-toggler span {
	color: inherit;
	padding: 0 0 0 5px;
}

.header-mobile #sp-search {
    margin-top: 10px;
    width: 100%;
}

.header-mobile .search input {
    width: 100%;
    background: transparent url(../images/search-ico.png) right center no-repeat;
    border: 1px solid #eee;
    padding: 5px 10px;
    font-style: italic;
    text-transform: lowercase;
    font-size: 14px;
    border-radius: 0;
}

.offcanvas-menu a {
	color: #252525;
}

.offcanvas-menu a:hover {
	color: #000 !important;
}

.close-offcanvas {
	background: #000 !important;
	color: #fff !important;
}

.close-offcanvas:hover {
	background: #ff0000 !important;
}

.close-offcanvas:hover .fa {
	color: #fff !important;
}

.menu-separator {
	color: #252525 !important;
	border-top: 1px solid #d9d9d9;
	padding-top: 10px !important;
	margin-top: 10px !important;
}

.header-mobile #sp-header-mobile-cart {
    width: 30%;
}

@media (max-width: 767px) and (min-width: 1px) {
	.header-mobile #sp-header-mobile-cart {
	width: auto;
	}
}

.header-mobile #vmCartModule {
    line-height: 77px;
}

@media (max-width: 767px) and (min-width: 1px) {
	.header-mobile #vmCartModule {
		line-height: initial;
		margin: auto 0 auto auto;
	}
}

.header-mobile #vmCartModule .show_cart {
    display: inline-table;
    vertical-align: middle;
    padding: 0 3px 0 0;
}

.header-mobile #vmCartModule .show_cart a {
    float: none !important;
    font-size: 20px;
    padding: 0 5px 0 0;
    color: #000;
}

.header-mobile #vmCartModule .show_cart a:hover {
    color: #252525;
}

.header-mobile #vmCartModule .show_cart a .fa {}

.header-mobile #vmCartModule .cart-right {
    display: inline-table;
    vertical-align: middle;
    line-height: initial;	
}

.header-mobile #vmCartModule .total_products {
    display: inline-table;
    vertical-align: middle;
    text-align: left;
}

.header-mobile #vmCartModule .total_products strong {
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
}

#sp-slideshow {
    padding: 0 0 100px 0;
}

@media (max-width: 767px) and (min-width: 1px) {
	#sp-slideshow {
		padding: 0 0 70px 0;
	}
}

#sp-slideshow li {
	border: 0;
}

#sp-slideshow li .tp-caption.txt3:hover {
	background: #212121;
}

#sp-slideshow #sp-slide {}

#sp-slideshow #sp-slide .slide-desktop {
	display: block;
}

#sp-slideshow #sp-slide .slide-mobile {
	display: none;
}

@media (max-width: 767px) and (min-width: 1px) {
	#sp-slideshow #sp-slide .slide-desktop {
		display: none;
	}
	#sp-slideshow #sp-slide .slide-mobile {
		display: block;	
	}
}

#sp-slideshow .tp-bullets {
    bottom: -30px !important;
    margin: 0 !important;
    background: #fff;
    padding: 0;
    float: left;
    width: 100% !important;
    left: 0 !important;
    text-align: center !important;
}

#sp-slideshow .tp-bullets .bullet {
    margin: 0 10px;
    padding: 3px;
    background: #d0d0d0;
    border: 2px solid #ffffff;
    border-radius: 999px;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 2px transparent;
    display: inline-table !important;
    float: none !important;
}

#sp-slideshow .tp-bullets .bullet.first {}

#sp-slideshow .tp-bullets .bullet.last {}

#sp-slideshow .tp-bullets .bullet:hover {
    background: #a0a0a0;
    box-shadow: 0 0 0 2px #a0a0a0;
}

#sp-slideshow .tp-bullets .bullet.selected {
    background: #000;
    box-shadow: 0 0 0 2px #000;
}

#sp-slideshow .tp-bgimg {}

@media (max-width: 767px) and (min-width: 1px) {
	#sp-slideshow .tp-bgimg {}
}

#sp-home1 {
    padding: 0 0 70px 0;
}

@media (max-width: 767px) and (min-width: 1px) {
	#sp-home1 {
		padding: 0 0 30px 0;
	}
}


#sp-home1 .vmgroup {}

#sp-home1 .vmheader {
    margin: 0 0 50px 0;
}

#sp-home1 .vmheader h2 {
	position: relative;
	z-index: 9999999;
	text-align: center;
	display: block;
	margin: 0;
	line-height: initial;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	color: #a0a0a0;
}

#sp-home1 .vmheader h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #eee;
    left: 0;
    top: 50%;
}

#sp-home1 .vmheader h2 span {
    position: relative;
    background: #ffffff;
    padding: 0 15px;
}

#sp-home1 .vmproduct {
	float: left;
	width: 100%;
	display: inline-table;
	text-align: center;
}

#sp-home1 .vmproduct .product-container {
    display: inline-table;
    vertical-align: top;
    width: 33%;
    padding: 0 15px 30px 15px;
    float: none;
}

@media (max-width: 991px) and (min-width: 1px) {
	#sp-home1 .vmproduct .product-container {
		width: 50%;
	}
}

#sp-home1 .vmproduct .product-container .spacer {
	float: left;
	width: 100%;
}

#sp-home1 .vmproduct .product-container .spacer .product-img {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

#sp-home1 .vmproduct .product-container .spacer .product-img a {
    display: block;
}

#sp-home1 .vmproduct .product-container .spacer .product-img a img {
    margin: auto;
    display: block;
    opacity: 1;
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 0.5s ease;
}

#sp-home1 .vmproduct .product-container:hover .spacer .product-img a img {
	transform: scale(1.1);
}

#sp-home1 .vmproduct .product-container .spacer .product-img a:before {
    font-family: FontAwesome;
    content: "\f23d";
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background: #000;
    vertical-align: top;
    display: block;
    font-weight: 300;
    border-radius: 999px;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 9;
}

#sp-home1 .vmproduct .product-container .spacer:hover .product-img a:before {
	opacity: 1;
    visibility: visible;
    top: 50%;
}

#sp-home1 .vmproduct .product-container .spacer .product-manufacturer {
	display: none;
}

#sp-home1 .vmproduct .product-container .spacer .product-name {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eee;
}

#sp-home1 .vmproduct .product-container .spacer .product-name a {
    display: block;
    text-align: left;
    color: #a0a0a0;
    line-height: initial;
    min-height: 40px;
    font-size: 16px;
    font-weight: 300;
}

#sp-home1 .vmproduct .product-container .spacer .product-short-description {
	display: none;
}

#sp-home1 .vmproduct .product-container .spacer .product-short-description p {
	text-align: left;
	color: #a0a0a0;
	height: 40px;
	overflow: hidden;
	margin: 0;
}

#sp-home1 .vmproduct .product-container .spacer .product-rating {
	float: left;
	width: 100%;
	line-height: initial;
	text-align: left;
	margin: 0;
	padding: 0;
	border-top: 0;
}

#sp-home1 .vmproduct .product-container .spacer .product-rating .ratingbox {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 14px;
	background: url("../images/color-stars.png") repeat-x scroll 0 bottom transparent;
	margin: 0;
}

#sp-home1 .vmproduct .product-container .spacer .product-price {
    float: left;
    width: 100%;
    min-height: initial;
    text-align: left;
    line-height: initial;
    margin: 0;
    padding: 0;
}

#sp-home1 .vmproduct .product-container .spacer .product-price .PricebasePrice {
    display: inline-block;
}

#sp-home1 .vmproduct .product-container .spacer .product-price .PricebasePrice span.vm-price-desc {
    display: none;
}

#sp-home1 .vmproduct .product-container .spacer .product-price .PricebasePrice span.PricebasePrice {
	padding: 0;
	color: #f9b61e;
	font-size: 20px;
	font-weight: 500;
}

#sp-home1 .vmproduct .product-container .spacer .product-price .price-crossed {}

#sp-home1 .vmproduct .product-container .spacer .product-price .price-crossed {}

@media (max-width: 991px) and (min-width: 1px) {
	#sp-home1 .vmproduct .product-container .spacer .product-price .price-crossed {
		display: block;
	}
}

#sp-home1 .vmproduct .product-container .spacer .product-price .price-crossed .PricebasePrice {}

#sp-home1 .vmproduct .product-container .spacer .product-price .price-crossed .PricebasePrice span.vm-price-desc {}

#sp-home1 .vmproduct .product-container .spacer .product-price .price-crossed .PricebasePrice span.PricebasePrice {
    text-decoration: line-through;
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 300;
}

#sp-home1 .vmproduct .product-container .spacer .product-price .price {}

@media (max-width: 991px) and (min-width: 1px) {
	#sp-home1 .vmproduct .product-container .spacer .product-price .price {
		display: block;
	}
}

#sp-home1 .vmproduct .product-container .spacer .product-price .price .PricesalesPrice {
    display: inline-block;
}

#sp-home1 .vmproduct .product-container .spacer .product-price .price .PricesalesPrice span.vm-price-desc {
    display: none;
}

#sp-home1 .vmproduct .product-container .spacer .product-price .price .PricesalesPrice span.PricesalesPrice {
    padding: 0 0 0 10px;
    color: #000;
    font-size: 25px;
    font-weight: 500;
}

@media (max-width: 991px) and (min-width: 1px) {
	#sp-home1 .vmproduct .product-container .spacer .product-price .price .PricesalesPrice span.PricesalesPrice {
		padding: 0;
	}
}

#sp-home1 .vmproduct .product-container .spacer .product-price .parcelas {
    display: block;
    font-size: 12px;
    color: #212121;
}

@media (max-width: 991px) and (min-width: 1px) {
	#sp-home1 .vmproduct .product-container .spacer .product-price .parcelas {
		display: block;
	}
}

#sp-home1 .vmproduct .product-container .spacer .product-price .parcelas b {}

#sp-home1 .vmproduct .product-container .spacer .product-price .parcelas span {}

#sp-home1 #sp-home8 {}

#sp-home1 #sp-home8 ul {
    float: left;
    width: 100%;
    text-align: center;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
	#sp-home1 #sp-home8 ul {
		display: inline-table;
	}
}

#sp-home1 #sp-home8 ul li {
    border: 0;
    margin: 0;
    padding: 0 0 0 0;
    display: inline-table;
    vertical-align: top;
    text-align: center;
}

@media (max-width: 1199px) and (min-width: 992px) {
	#sp-home1 #sp-home8 ul li {
		padding: 0 27px 0 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#sp-home1 #sp-home8 ul li {
		padding: 0;
		width: 25%;
	}
}

@media (max-width: 767px) and (min-width: 1px) {
	#sp-home1 #sp-home8 ul li {
		padding: 0 10px 30px 10px;
		width: 50%;
	}
}

#sp-home1 #sp-home8 ul li:last-child {
	padding: 0;
}

#sp-home1 #sp-home8 ul li a {
    display: inline-table;
    line-height: initial;
    padding: 0;
}

#sp-home1 #sp-home8 ul li a:before {
    display: none;
}

#sp-home1 #sp-home8 ul li .fa {
	display: block;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 47px;
	background: #000;
	color: #fff;
	margin: auto auto 20px auto;
	border-radius: 20px;
}

@media (max-width: 1199px) and (min-width: 992px) {
	#sp-home1 #sp-home8 ul li .fa {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 20px;
	}
}

@media (max-width: 991px) and (min-width: 1px) {
	#sp-home1 #sp-home8 ul li .fa {
		display: block;
		margin: auto;
		padding: 0;
		font-size: 30px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		border-radius: 10px;
	}
}

#sp-home1 #sp-home8 ul li span {
    display: inline-table;
    vertical-align: middle;
    padding: 0 0 0 0;
    color: #000000;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
}

@media (max-width: 1199px) and (min-width: 992px) {
	#sp-home1 #sp-home8 ul li span {
		font-size: 14px;
		line-height: 16px;
		padding: 0 0 0 10px;
	}
}

@media (max-width: 991px) and (min-width: 1px) {
	#sp-home1 #sp-home8 ul li span {
		font-size: 14px;
		line-height: 16px;
		padding: 10px 0 0 0;
		text-align: center;
	}
}

#sp-home1 #sp-home8 ul li strong {
    display: inline-block;
}



#sp-home2 {
    padding: 0 0 80px 0;
}

#sp-home2 h2 {
	position: relative;
	z-index: 9999999;
	text-align: center;
	display: block;
	margin: 0 0 50px 0;
	line-height: initial;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
}



#sp-home2 h2 span {
    position: relative;
    background: #ffffff;
    padding: 0 15px;
}

#sp-home2 ul.slick-slider {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sp-home2 ul.slick-slider .slick-list {}

#sp-home2 ul.slick-slider .slick-list li {
	padding: 0 15px;
	position: relative;
}

#sp-home2 ul.slick-slider .slick-list li .spacer {
    position: relative;
    background: black;
    padding: 0;
}

#sp-home2 ul.slick-slider .slick-list li .inferior img {
	opacity: 0.5;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 0.5s ease;
}

#sp-home2 ul.slick-slider .slick-list li:hover .inferior img {
	opacity: 1;
}

#sp-home2 ul.slick-slider .slick-list li .superior img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 0.5s ease;
    max-height: 45px;
    padding: 0 30px;
}

#sp-home2 ul.slick-slider .slick-list li:hover  .superior img {
	opacity: 0;
}

#sp-home2 .slick-prev {
    left: 25px;
    z-index: 999;
}

#sp-home2 .slick-next {
    right: 25px;
    z-index: 999;
    width: 50px;
    height: 50px;
}

#sp-home2 .slick-prev:before,
#sp-home2 .slick-next:before {
    color: #000;
    font-size: 50px;
}

#sp-home3 {
    padding: 0 0 100px 0;
}

#sp-home3 #sp-home-c {}


@media (max-width: 991px) and (min-width: 1px) {
	#sp-home3 #sp-home-c {
		margin: 0 0 50px 0;
	}
}

#sp-home3 #sp-home-c form {
    width: 100%;
    background: #000;
    padding: 30px;
    display: block;
}

#sp-home3 #sp-home-c form .acymailing_introtext {
    text-align: center;
    color: #fff;
}

#sp-home3 #sp-home-c form .acymailing_introtext .fa {
    font-size: 50px;
}

#sp-home3 #sp-home-c form .acymailing_introtext h4 {
    line-height: initial;
    margin: 5px auto 15px auto;
}

#sp-home3 #sp-home-c table.acymailing_form {
	width: 100%;
	display: block;
	text-align: center;
	margin: auto;
}

#sp-home3 #sp-home-c table.acymailing_form tbody {
    display: block;
    width: 100%;
}

#sp-home3 #sp-home-c table.acymailing_form tbody tr {
    display: block;
    width: 100%;
}

#sp-home3 #sp-home-c table.acymailing_form tbody tr td.acyfield_name {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0;
}

#sp-home3 #sp-home-c table.acymailing_form tbody tr td.acyfield_name input {
    border: 0;
    border-radius: 0;
    height: 50px;
    font-style: italic;
    font-size: 20px;
    color: #000;
}

#sp-home3 #sp-home-c table.acymailing_form tbody tr td.acyfield_email {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 5px 0;
}

#sp-home3 #sp-home-c table.acymailing_form tbody tr td.acyfield_email input {
    border: 0;
    border-radius: 0;
    height: 50px;
    font-size: 20px;
    font-style: italic;
    color: #000;
}

#sp-home3 #sp-home-c table.acymailing_form tbody tr td.acysubbuttons {
    display: block;
    width: 100%;
    padding: 0;
}

#sp-home3 #sp-home-c table.acymailing_form tbody tr td.acysubbuttons input {
    border: 0;
    border-radius: 0;
    height: 50px;
    width: 100%;
    background: #000;
    font-size: 20px;
    font-style: italic;
    color: #ffffff;
    padding: 0 15px;
}

#sp-home3 #sp-home-c table.acymailing_form tbody tr td.acysubbuttons input:hover {
	background: white;
	color: #000;
}

#sp-home3 #sp-home-d {}

#sp-home3 #sp-home-d .custom {
	background: #000;
	padding: 30px 30px 30px 30px;
}

#sp-home3 #sp-home-d ul.slick-slider {
    margin: 0;
    padding: 0;
}

#sp-home3 #sp-home-d ul.slick-slider .slick-list {
}

#sp-home3 #sp-home-d ul.slick-slider .slick-list li {
	text-align: center;
	color: #fff;
}

#sp-home3 #sp-home-d ul.slick-slider .slick-list li .fa {
    font-size: 50px;
}

#sp-home3 #sp-home-d ul.slick-slider .slick-list li h4 {
    line-height: initial;
    margin: 5px auto 10px auto;
}

#sp-home3 #sp-home-d ul.slick-slider .slick-list li p {
    margin: 0;
}

#sp-home3 #sp-home-d ul.slick-dots {
	position: relative;
	bottom: initial;
	margin: 23px auto 20px auto;
}

@media (max-width: 1199px) and (min-width: 992px) {
	#sp-home3 #sp-home-d ul.slick-dots {
		margin: 12px auto 10px auto;
	}
}

#sp-home3 #sp-home-d ul.slick-dots li {}

#sp-home3 #sp-home-d ul.slick-dots li button {}

#sp-home3 #sp-home-d ul.slick-dots li button:before {
	color: #fff !important;
}

#sp-home3 #sp-home-d p.more {
    margin: auto;
    text-align: center;
}

#sp-home3 #sp-home-d p.more a {
	display: inline-table;
	color: #fff;
	width: 100%;
	font-size: 20px;
}

#sp-home3 #sp-home-d p.more a:hover {
	color: #000;
}

#sp-home3 #sp-home-d p.more a .fa {
    display: inline-table;
    vertical-align: middle;
    padding: 0 5px 0 0;
}

#sp-home3 #sp-home-d p.more span {
    display: inline-table;
    vertical-align: middle;
    font-style: italic;
}

#sp-home4 {
    padding: 0 0 70px 0;
}

#sp-home4 .vmgroup {}

#sp-home4 .vmheader {
    margin: 0 0 50px 0;
}

#sp-home4 .vmheader h2 {
	position: relative;
	z-index: 9999999;
	text-align: center;
	display: block;
	margin: 0;
	line-height: initial;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
}

#sp-home4 .vmheader h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #eee;
    left: 0;
    top: 50%;
}

#sp-home4 .vmheader h2 span {
    position: relative;
    background: #ffffff;
    padding: 0 15px;
}

#sp-home4 .vmproduct {
	float: left;
	width: 100%;
	display: inline-table;
	text-align: center;
}

#sp-home4 .vmproduct .product-container {
    display: inline-table;
    vertical-align: top;
    width: 33%;
    padding: 0 15px 30px 15px;
    float: none;
}

@media (max-width: 991px) and (min-width: 1px) {
	#sp-home4 .vmproduct .product-container {
		width: 50%;
	}
}

#sp-home4 .vmproduct .product-container .spacer {
	float: left;
	width: 100%;
}

#sp-home4 .vmproduct .product-container .spacer .product-img {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}

#sp-home4 .vmproduct .product-container .spacer .product-img a {
    display: block;
}

#sp-home4 .vmproduct .product-container .spacer .product-img a img {
    margin: auto;
    display: block;
    opacity: 1;
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 0.5s ease;
}

#sp-home4 .vmproduct .product-container:hover .spacer .product-img a img {
	/* transform: scale(1.1); */
}

#sp-home4 .vmproduct .product-container .spacer .product-img a:before {
    font-family: 'Font Awesome 5 Brands';
    content: "\f23d";
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background: #000 ;
    vertical-align: top;
    display: block;
    font-weight: 600;
    border-radius: 999px;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 9;
}

#sp-home4 .vmproduct .product-container .spacer:hover .product-img a:before {
	opacity: 1;
    visibility: visible;
    top: 50%;
}


#sp-home4 .vmproduct .product-container .spacer .product-manufacturer {
    float: left;
    width: 100%;
    line-height: initial;
    text-align: left;
    color: #000;
    display: none;
}

#sp-home4 .vmproduct .product-container .spacer .product-name {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eee;
}

#sp-home4 .vmproduct .product-container .spacer .product-name a {
    display: block;
    text-align: left;
    color: #a0a0a0;
    line-height: initial;
    min-height: 40px;
    font-size: 16px;
    font-weight: 300;
}

#sp-home4 .vmproduct .product-container .spacer .product-short-description {
	display: none;
}

#sp-home4 .vmproduct .product-container .spacer .product-short-description p {
	text-align: left;
	color: #a0a0a0;
	height: 40px;
	overflow: hidden;
	margin: 0;
}

#sp-home4 .vmproduct .product-container .spacer .product-rating {
	float: left;
	width: 100%;
	line-height: initial;
	text-align: left;
	margin: 0;
	padding: 0;
	border-top: 0;
	display: none;
}

#sp-home4 .vmproduct .product-container .spacer .product-rating .ratingbox {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 14px;
	background: url("../images/color-stars.png") repeat-x scroll 0 bottom transparent;
	margin: 0;
}

#sp-home4 .vmproduct .product-container .spacer .product-price {
    float: left;
    width: 100%;
    min-height: initial;
    text-align: left;
    line-height: initial;
    margin: 0;
    padding: 0;
}

#sp-home4 .vmproduct .product-container .spacer .product-price .PricebasePrice {
    display: inline-block;
}

#sp-home4 .vmproduct .product-container .spacer .product-price .PricebasePrice span.vm-price-desc {
    display: none;
}

#sp-home4 .vmproduct .product-container .spacer .product-price .PricebasePrice span.PricebasePrice {
	padding: 0;
	color: #000;
	font-size: 20px;
	font-weight: 500;
}

#sp-home4 .vmproduct .product-container .spacer .product-price .price-crossed {}

#sp-home4 .vmproduct .product-container .spacer .product-price .price-crossed {}

@media (max-width: 991px) and (min-width: 1px) {
	#sp-home4 .vmproduct .product-container .spacer .product-price .price .price-crossed {
		display: block;
	}
}

#sp-home4 .vmproduct .product-container .spacer .product-price .price-crossed .PricebasePrice {}

#sp-home4 .vmproduct .product-container .spacer .product-price .price-crossed .PricebasePrice span.vm-price-desc {}

#sp-home4 .vmproduct .product-container .spacer .product-price .price-crossed .PricebasePrice span.PricebasePrice {
    text-decoration: line-through;
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 300;
}

#sp-home4 .vmproduct .product-container .spacer .product-price .price {
}

@media (max-width: 991px) and (min-width: 1px) {
	#sp-home4 .vmproduct .product-container .spacer .product-price .price {
		display: block;
	}
}

#sp-home4 .vmproduct .product-container .spacer .product-price .price .PricesalesPrice {
    display: inline-block;
}

#sp-home4 .vmproduct .product-container .spacer .product-price .price .PricesalesPrice span.vm-price-desc {
    display: none;
}

#sp-home4 .vmproduct .product-container .spacer .product-price .price .PricesalesPrice span.PricesalesPrice {
    padding: 0 0 0 10px;
    color: #000;
    font-size: 25px;
    font-weight: 500;
}

@media (max-width: 991px) and (min-width: 1px) {
	#sp-home4 .vmproduct .product-container .spacer .product-price .price .PricesalesPrice span.PricesalesPrice {
		padding: 0;
	}
}

#sp-home4 .vmproduct .product-container .spacer .product-price .parcelas {
    display: block;
    font-size: 12px;
    color: #212121;
}

@media (max-width: 991px) and (min-width: 1px) {
	#sp-home4 .vmproduct .product-container .spacer .product-price .parcelas {
		display: block;
	}
}

#sp-home4 .vmproduct .product-container .spacer .product-price .parcelas b {}

#sp-home4 .vmproduct .product-container .spacer .product-price .parcelas span {}

#sp-bottom {
    background: #fafafc;
    color: #000;
    padding: 50px 0;
}

#sp-bottom h3 {
    font-weight: 300 !important;
    text-transform: uppercase;
    font-size: 20px !important;
    border-bottom: 1px solid  #000;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0 !important;
}

#sp-bottom p {
	margin: 0 0 10px 0;
	line-height: initial;
}

#sp-bottom p .fa-whatsapp {
	padding: 0 0 0 5px;
	color: #000;
}

#sp-bottom p:last-child {
	margin: 0;
}

#sp-bottom ul.menu {}

#sp-bottom ul.menu li {
    display: block;
    margin: 0;
}

#sp-bottom p a,
#sp-bottom ul.menu li a {
    color: #000;
}

#sp-bottom ul.menu li a:before {
    font-family: FontAwesome;
    content: "\f111";
    padding: 0 5px 0 0;
    margin: 0;
    vertical-align: middle;
    font-size: 5px;
    display: inline-block;
}

#sp-bottom p a:hover,
#sp-bottom p a:focus,
#sp-bottom p.active a,
#sp-bottom ul.menu li a:hover,
#sp-bottom ul.menu li a:focus,
#sp-bottom ul.menu li.active a {
    color: #000;
    text-decoration: underline;
}

#sp-bottom #sp-bottom1 {}

#sp-bottom #sp-bottom2 {}

#sp-bottom #sp-bottom3 {}

#sp-bottom .bottom1-a {}

#sp-bottom .bottom1-b {
    margin: 0;
}

@media (max-width: 991px) and (min-width: 1px) {
	#sp-bottom .bottom1-b {
		margin: 0 0 30px 0;
	}
}

#sp-bottom .bottom1-b a {
    display: inline-table;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #000;
    border-radius: 999px;
    margin: 0 10px 0 0;
    color: #fafafc;
}

#sp-bottom .bottom1-b a:hover {
	background: #000;
	color: #fff;
}

#sp-bottom .bottom1-b a:hover {
	color: #fff;
	text-decoration: none;
}

#sp-bottom .bottom1-b a .fa {
    display: block;
    line-height: 30px;
}

#sp-bottom .bottom2-a {}

#sp-bottom .bottom2-b {
    margin: 0;
}

@media (max-width: 991px) and (min-width: 1px) {
	#sp-bottom .bottom2-b {
		margin: 0 0 30px 0;
	}
}

#sp-bottom .bottom3-a {}

#sp-bottom .bottom3-a ul {
    display: inline-table;
    text-align: left;
}

#sp-bottom .bottom3-a ul li {
    display: inline-table;
    margin: 0;
    padding: 0 15px 0 0;
}

#sp-bottom .bottom3-a ul li img {}

#sp-bottom .bottom3-b {
    margin: 0;
}

#sp-bottom .bottom3-b ul {
    display: inline-table;
    text-align: left;
}

#sp-bottom .bottom3-b ul li {
    display: inline-table;
    margin: 0;
    padding: 0 15px 15px 0;
}

#sp-bottom .bottom3-b ul li img {
    max-height: 35px;
}

#sp-footer {
    background: #000;
    padding: 15px 0;
}

#sp-footer .container-inner {
	padding: 0;
	border: 0;
}

#sp-footer p {
	margin: auto;
	text-align: center;
	color: #fff;
}

#sp-footer p a {
    color: #fff;
}

#sp-footer p a:hover,
#sp-footer p a:focus,
#sp-footer p.active a {
    background: transparent;
    text-decoration: underline;
}

#sp-main-body {
    padding: 50px 0;
    /* float: left; */
    /* width: 100%; */
}

.itemid-101 #sp-main-body {
	display: none;
}

.article-header,
.page-header {
    margin: 0 0 50px 0;
    padding: 0;
    float: left;
    width: 100%;
}

.article-header h1,
.page-header h1 {
    margin: 0;
    line-height: 50px;
    position: relative;
    border-bottom: 1px solid #000;
}

.article-details {
	float: left;
	width: 100%;
}

.article-details hr {
	float: left;
	width: 100%;
	margin: 20px 0;
}

.articleBody {
	float: left;
	width: 100%;
}

.articleBody p {
	text-align: justify;
}

.termos {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.termos .card {
    border: 0;
    line-height: initial;
    vertical-align: middle;
    margin: 0 0 2px 0;
}

.termos .card .card-header {
    border: 0;
    padding: 0;
    margin: 0;
    line-height: initial;
    vertical-align: middle;
    background: transparent;
}

.termos .card .card-header .mb-0 {
    line-height: initial;
}

.termos .card .card-header .mb-0 button {
    margin: 0;
    padding: 0 15px;
    border: 1px solid #eee;
    line-height: 40px;
    display: block;
    background: #fafafc;
    width: 100%;
    text-align: left;
    border-radius: 5px;
    color: #252525;
}

.termos .card .card-header .mb-0 button:hover,
.termos .card .card-header .mb-0 button:focus {
	text-decoration: none;
	background: #eee;
	border: 1px solid #e5e5e5;
}

.termos .card .collapse {}

.termos .card .collapse .card-body {
    padding: 20px;
}

.termos .card .collapse .card-body p {}

.termos .card .collapse .card-body p a {}

.termos .card .collapse .card-body p a:hover,
.termos .card .collapse .card-body p a:focus,
.termos .card .collapse .card-body p.active a {}

.itemid-101 #sp-breadcrumbs {
	display: none;
}

#sp-breadcrumbs {
	padding: 50px 0 0 0;
}

ol.breadcrumb {
	margin: 0;
	padding: 0;
	background: transparent;
	display: inline-table;
	vertical-align: middle;
}

ol.breadcrumb li {
    color: #212121 !important;
    text-transform: uppercase;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: url(../images/divider-breadcrumbs.gif) !important;
    display: inline-table;
    vertical-align: middle;
}

.breadcrumb-item span {
    display: inline-table;
    vertical-align: middle;
}

ol.breadcrumb li.float-left {
    float: none !important;
    display: inline-table;
    vertical-align: middle;
}

ol.breadcrumb li a {
    color: #212121;
}

ol.breadcrumb li a:hover {
	color: #000;
}

.article-print-email {
    float: left;
    width: 100%;
    margin: 0 !important;
}

.article-print-email a {}

.article-print-email a:hover {}

.article-print-email a span.btn {
    background: transparent;
    border: 1px solid #212121;
    color: #212121;
}

.article-print-email a:hover span.btn {
    background: #000000 !important;
    border: 1px solid #000000 !important;
    color: #ffffff !important;
}

.article-print-email a span.fa {}

.contato-page {}

.contato-page .contato-left {
    float: left;
    width: 30%;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.contato-page .contato-left {
		width: 35%;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.contato-page .contato-left {
		width: 45%;
	}
}

@media (max-width: 767px) and (min-width: 1px) {
	.contato-page .contato-left {
		width: 100%;
	}
}


.contato-page .contato-left h5 {
    margin: 0 0 20px 0;
}

.contato-page .contato-left p {
    margin: 0 0 10px 0;
    line-height: initial;
}

.contato-page .contato-left .fa {
    color: #000;
    display: inline-table;
    vertical-align: middle;
    padding: 0 5px 0 0;
}

.contato-page .contato-left span {
    display: inline-table;
    vertical-align: middle;
}

.contato-page .contato-left a {
    color: #252525;
}

.contato-page .contato-left a:hover {
    text-decoration: underline;
}

.contato-page .contato-left p hr {}

.contato-page .contato-left p.social {}

.contato-page .contato-left p.social strong {
	display: inline-table;
	vertical-align: middle;
	text-align: right;
	padding: 0 15px 0 0;
	font-weight: 500;
	font-size: 16px;
}

.contato-page .contato-left p.social a {
    display: inline-table;
    vertical-align: middle;
    padding: 0 10px 0 0;
}

.contato-page .contato-left p.social a:last-child {
	padding: 0;
}

.contato-page .contato-left p.social a:hover {}

.contato-page .contato-left p.social a .fa {
    padding: 0;
    background: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    border-radius: 999px;
}

.contato-page .contato-left p.social a .fa:hover {
	background: #000000;
}

.contato-page .contato-right {
    float: right;
    width: 70%;
    padding: 0 0 0 30px;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.contato-page .contato-right {
		width: 65%;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.contato-page .contato-right {
		width: 55%;
	}
}

@media (max-width: 767px) and (min-width: 1px) {
	.contato-page .contato-right {
		width: 100%;
		padding: 0;
		margin: 20px 0 0 0;
	}
}

.contato-page .contato-right #box_contato {
    background: #fafafc;
    padding: 30px;
    float: left;
    border-radius: 10px;
}

@media (max-width: 767px) and (min-width: 1px) {
	.contato-page .contato-right #box_contato {
		padding: 20px;
	}
}

.contato-page .contato-right #box_contato form {}

.contato-page .contato-right #box_contato .name_field,
.contato-page .contato-right #box_contato .phone_field,
.contato-page .contato-right #box_contato .city_field,
.contato-page .contato-right #box_contato .name_field {
    float: left;
    padding-left: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
	.contato-page .contato-right #box_contato .name_field,
	.contato-page .contato-right #box_contato .phone_field,
	.contato-page .contato-right #box_contato .city_field,
	.contato-page .contato-right #box_contato .name_field {
		padding-right: 0;
	}
}

.contato-page .contato-right #box_contato .mail_field,
.contato-page .contato-right #box_contato .cellphone_field,
.contato-page .contato-right #box_contato .state_field {
    float: left;
    padding-right: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
	.contato-page .contato-right #box_contato .mail_field,
	.contato-page .contato-right #box_contato .cellphone_field {
		padding-left: 0;
	}
}

.contato-page .contato-right #box_contato .contact-left {
    float: left;
    padding-left: 0;
}

@media (max-width: 991px) and (min-width: 1px) {
	.contato-page .contato-right #box_contato .contact-left {
		padding-right: 0;
	}
}

.contato-page .contato-right #box_contato .contact-left .message_field {}

.contato-page .contato-right #box_contato .contact-left .selecione {}

.contato-page .contato-right #box_contato .contact-left .selecione select {
	margin: 0;
}

.contato-page .contato-right #box_contato .contact-right {
    float: left;
    padding-right: 0;
}

@media (max-width: 991px) and (min-width: 1px) {
	.contato-page .contato-right #box_contato .contact-right {
		padding-left: 0;
	}
}

.contato-page .contato-right #box_contato .contact-right .checado1 {}

.contato-page .contato-right #box_contato .contact-right .checado2 {}

.contato-page .contato-right #box_contato .contact-right .checado1 input,
.contato-page .contato-right #box_contato .contact-right .checado2 input {
    margin: 0;
    display: inline-table;
    vertical-align: middle;
}

.contato-page .contato-right #box_contato .contact-right .checado1 span,
.contato-page .contato-right #box_contato .contact-right .checado2 span {
    display: inline-table;
    vertical-align: middle;
}

.contato-page .contato-right #box_contato .contact-right hr {
    margin: 10px 0;
}

.contato-page .contato-right #box_contato .contact-right .obs_field {
    float: left;
    text-align: left;
    width: 50%;
    font-size: 12px;
    color: red;
    margin: auto auto 20px auto;
}

@media (max-width: 991px) and (min-width: 1px) {
	.contato-page .contato-right #box_contato .contact-right .obs_field {
		text-align: left;
	}
}

.contato-page .contato-right #box_contato .contact-right .enviar {
    float: left;
    width: 50%;
    text-align: right;
}

.contato-page .contato-right #box_contato .contact-right .enviar input {
    display: inline-table;
    margin: auto;
    font-size: 14px;
    color: #fff !important;
    font-style: italic;
    width: 100%;
    max-width: 100px;
    background: #000;
    border: 0 !important;
    border-radius: 5px;
    height: 35px;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contato-page .contato-right #box_contato .contact-right .enviar input:hover {
	background: #000000;
}

.contato-page .contato-right #box_contato input {
    border: 1px solid #eee;
    margin: 0 0 5px 0;
}

.contato-page .contato-right #box_contato label {
    margin: 0 0 5px 0;
    line-height: initial;
}

.contato-page .contato-right #box_contato select {
    border: 1px solid #eee;
    margin: 0 0 5px 0;
}

.contato-page .contato-right #box_contato textarea {
    border: 1px solid #eee;
    width: 100%;
    margin: 0 0 5px 0;
}

.contato-page .contato-right #box_contato strong {
	display: block;
	height: 20px;
}

.phocamaps {
    float: left;
    width: 100%;
}

.phocamaps .pm-desc {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.phocamaps .pm-desc ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style-type: none;
    display: inline-table;
    float: left;
    width: 100%;
}

.phocamaps .pm-desc ul li {
    display: inline-table;
    vertical-align: top;
    line-height: initial;
    min-height: 99px;
    width: 30%;
    border-right: 10px solid white;
    position: relative;
    background: #fafafc;
}

.phocamaps .pm-desc ul li:last-child {
	border: 0;
}

.phocamaps .pm-desc ul li .spacer {
	/*position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;*/
	padding: 15px;
}

.phocamaps .pm-desc ul li a {
	color: #252525;
}

.phocamaps .pm-desc ul li a:hover,
.phocamaps .pm-desc ul li a:focus {
	background: transparent;
	text-decoration: underline;
}

.phocamaps .pm-desc ul li .fa {
    display: block;
    font-size: 30px;
    padding: 0 0 5px 0;
}

.phocamaps .pm-desc ul li span {
    display: block;
}

.phocamaps .phocamaps-box {
	float: left;
	width: 100%;
	margin: 0 !important;
}

.phocamaps .pmroute {
    margin: 0 !important;
    float: left;
    width: 100%;
}

.phocamaps .pmroute .custom {
    float: left;
    width: 100%;
    text-align: center;
    display: inline-table;
}

.phocamaps .pmroute .custom h3 {
    display: block;
    padding: 20px 0;
    font-size: 20px;
}

.phocamaps .pmroute .custom span {
    display: inline-table;
    vertical-align: middle;
    padding: 0 10px 0 0;
    font-size: 20px;
}

@media (max-width: 767px) and (min-width: 1px) {
	.phocamaps .pmroute .custom span {}
}

.phocamaps .pmroute .custom input.pm-input-route {
    display: inline-table;
    vertical-align: middle;
    width: 100%;
    max-width: 300px;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.phocamaps .pmroute .custom input.pm-input-route {}
}

@media (max-width: 991px) and (min-width: 768px) {
	.phocamaps .pmroute .custom input.pm-input-route {}
}

@media (max-width: 767px) and (min-width: 1px) {
	.pmroute .custom input.pm-input-route {}
}

.phocamaps .pmroute .custom select {}

@media (max-width: 767px) and (min-width: 1px) {
	.phocamaps .pmroute .custom select {}
}

.phocamaps .pmroute .custom input.pm-input-route-btn {
    display: inline-table;
    vertical-align: middle;
    margin: 0 0 0 10px;
    background: #000;
    color: #fff;
}

@media (max-width: 767px) and (min-width: 1px) {
	.phocamaps .pmroute .custom input.pm-input-route-btn {}
}

.phocamaps .pmroute .custom input.pm-input-route-btn:hover {
	background: #000000;
}

.phocamaps .phocaDir {
	background: #fff;
	border-radius: 20px;
	float: left;
	width: 100%;
}

.phocamaps .phocaDir #phocaMapsPrintIconPlgPM1 {
	display: none !important;
}

.phocamaps .phocaDir .adp {
    padding: 15px;
    margin: 20px 0 0 0;
}

.phocamaps .phocaDir .adp .adp-summary {
    padding: 10px 0;
}

.phocamaps .phocaDir table.adp-placemark {
    margin: 0;
    padding: 0 15px;
    display: block;
    border-radius: 10px;
}

.phocamaps .phocaDir .adp-directions {
	width: 100%;
}

.phocamaps .phocaDir .adp-legal {
	display: none;
}

/*************************VIRTUEMART*************************/

.login-module {
	float: left;
	width: 100%;
	padding-left: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
	.login-module {
		margin-bottom: 30px;
		padding-right: 0;
	}
}

.login-module2 {
	width: 100%;
	max-width: 540px;
}

.register-module {
	float: left;
	padding-right: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
	.register-module {
		padding-left: 0;
	}
}

.login-module h4,
.register-module h4,
.order-module h4,
.vm-order-user h4  {
}

.login-module p,
.register-module p,
.order-module p {
    margin: 0 0 20px 0;
    color: #212121;
    line-height: initial;
}

.login-module .custom,
.register-module .custom,
.order-module .custom,
.reset .custom,
.remind .custom {
	background: #fafafc;
	padding: 30px;
	border-radius: 10px;
	width: 100%;
	max-width: 540px;
}

@media (max-width: 767px) and (min-width: 1px) {
	.login-module .custom,
	.register-module .custom,
	.order-module .custom {
		height: auto;
		padding: 20px;
	}
}

.login-module2 .custom {
	height: auto;
}

.login-module .custom .page-header,
.reset .custom .page-header,
.remind .custom .page-header {
    margin: 0 0 10px 0;
}

.login-module .custom h1,
.reset .custom h1,
.remind .custom h1 {
    margin: 0;
    font-size: 25px;
    line-height: initial;
}

.login-module .custom .login-description {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.login-module .custom .login-description strong {}

.login-module .control,
.register-module .control,
.layout-notify .vm-wrap .custom .control,
.order-module .control,
.vm-order-user .control {
	margin: 0 0 10px 0;
	display: inline-table;
	width: 100%;
}

.login-module button,
.register-module #register_submit,
.order-module .button,
.login-module input.default,
.vm-order-user .button {
	font-size: 14px;
	color: #fff !important;
	font-style: italic;
	width: 100%;
	max-width: 100px;
	background: #000 ;
	border: 0 !important;
	margin: 0;
	height: 35px;
	border-radius: 10px !important;
	cursor: pointer;
	line-height: initial;
}

.login-module button:hover,
.register-module #register_submit:hover,
.order-module .button:hover,
.login-module input.default:hover,
.vm-order-user .button:hover {
	background: #000;
}

.login-module input,
.register-module input,
.order-module input {
	border: 1px solid #e5e5e5 !important;
	height: 35px;
	margin: 0;
	font-style: italic;
	color: #212121 !important;
	font-size: 14px !important;
	border-radius: 5px !important;
}

.login-module label.error,
.register-module label.error {
	color: red;
	font-size: 12px;
	margin: 5px 0 0 0;
	display: block;
	width: 100%;
	background: transparent;
}

.login-module label.invalid {
	color: red;
	display: block;
	width: 100%;
	background: transparent;
}

.login-module .control.divider,
#com-form-login .control.divider {
	border-top: 1px solid #e5e5e5;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
}

.login-module #modlgn-remember,
.login-module #remember {
    height: auto;
    margin: auto;
    display: inline-table;
    vertical-align: middle;
    width: auto;
    float: none;
    position: initial;
}

.login-module #remember {
	margin: 0 5px 5px 0;
}

.login-module label,
.order-module label {
    height: auto;
    margin: 0 0 5px 0;
    display: inline-table;
    vertical-align: middle;
    line-height: initial !important;
    width: auto;
    float: none;
}

.login-module2 label#username-lbl,
.login-module2 label#password-lbl {
	margin-bottom: .5rem;
}

.login-module2 .input-group-prepend {
	display: none;
}

.login-module .control.divider a,
#com-form-login .control.divider a {
	display: inline-block;
	padding: 0 10px 0 0;
	color: #333;
	border: 0;
	background: transparent;
}

.login-module .control.divider a:hover,
#com-form-login .control.divider a:hover {
	color: #000;
	text-decoration: none;
}

.register-module .control.line {
	float: left;
	padding-left: 0;
}

@media (max-width: 575px) and (min-width: 1px) {
	.register-module .control.line {
		padding: 0;
	}
}

.register-module .control.line2 {
	float: left;
	padding-right: 0;
}

@media (max-width: 575px) and (min-width: 1px) {
	.register-module .control.line2 {
		padding: 0;
	}
}

.register-module .control:last-child {
	margin: 0;
}

.reset,
.remind,
.vm-orders-list,
.vm-order-user {
    float: left;
    width: 100%;
}

.layout-notify .vm-wrap .custom {
    background: #fafafc;
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    max-width: 540px;
}

.layout-notify .vm-wrap {
	float: left;
	width: 100%;
}

.reset h4,
.remind h4 {}

.reset p,
.remind p,
.layout-notify .vm-wrap .custom p {
    margin: 0 0 20px 0;
    color: #212121;
    line-height: initial;
}

.reset .control,
.remind .control {
	margin: 0 0 10px 0;
}

.reset label,
.remind label {}

.reset label.invalid,
.remind label.invalid {
	background: transparent;
	color: red;
}

.reset label.required,
.remind label.required {

}

.reset input,
.remind input,
.layout-notify .vm-wrap .custom input.validate-email {
	border: 1px solid #e5e5e5 !important;
	height: 35px;
	margin: 0;
	font-style: italic;
	color: #212121 !important;
	font-size: 14px !important;
	border-radius: 10px;
}

.reset button,
.remind button,
.layout-notify .vm-wrap .custom input.notify-button {
	font-size: 14px;
	color: #fff !important;
	font-style: italic;
	width: 100%;
	max-width: 100px;
	background: #000;
	border: 0 !important;
	border-radius: 10px;
	margin: 0;
	height: 35px;
}

.reset button:hover,
.remind button:hover,
.layout-notify .vm-wrap .custom input.notify-button:hover {
	background: #333;
}

#jform_captcha-lbl {
	display: none;
}

.order-module {
	float: left;
	padding-left: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
	.order-module {
		float: left;
		padding: 0;
	}
}

.login-order-module {
	padding: 0 0 0 15px;
}

@media (max-width: 767px) and (min-width: 1px) {
	.login-order-module {
		float: left;
		padding: 0;
	}
}

.proopc-login-message-cont,
.proopc-continue-link {
	margin-bottom: 10px !important;
}

.proopc-toolbar-right {
	margin: auto !important;
}

.proopc-loggedin-user {
	margin: auto !important;
}

.proopc-clear-cart-wrapper a,
.proopc-continue-link a {
	color: #212121;
}

.proopc-st-address .st-same-checkbox,
.proopc-st-address .st-same-checkbox,
.proopc-st-address .proopc-select-st-group,
.proopc-st-address .shipto_address_type_name-group,
.proopc-st-address .shipto_virtuemart_country_id-group {
	display: none !important;
}

.proopc-btn-info {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#848484), to(#000000)) !important;
    border-color: #848484 #848484 #000000 !important;
}

.proopc-btn-info:hover  {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#848484)) !important;
    border-color: #000 #000 #848484 !important;
}

.user-account {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
}

.user-account .user_name_osn {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}

.user-account .user_name_osn span {
    display: inline-block;
    padding: 0 5px 0 0;
}

.user-account .user_name_osn strong {
    display: inline-block;
    vertical-align: middle;
}

.user-account #ui-tabs {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
}

.user-account #ui-tabs ul#tabs {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
}

.user-account #ui-tabs ul#tabs li {
    padding: 5px 15px;
    border-radius: 10px 10px 0 0;
}

.user-account #ui-tabs ul#tabs li:hover {
	background: #db353a;
	color: #fff;
} 

.user-account #ui-tabs ul#tabs li.current {
    color: #ffffff;
    background: #000;
}

.user-account form {
	float: left;
	width: auto;
	max-width: 540px;
	margin: 0;
	padding: 30px;
	background: #fafafc;
	border-radius: 0px 10px 10px 10px;
}

@media (max-width: 767px) and (min-width: 1px) {
	.user-account form {
		padding: 30px 15px;
	}
}

.user-account form h4 {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
}

.user-account form h4:nth-child(3) {
	margin: 20px 0 5px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #d9d9d9;
}

.user-account form table.user-details {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.user-account form table.user-details tbody {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.user-account form table.user-details tbody tr {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.layout-edit form#adminForm table.user-details:nth-child(3) tr:nth-child(2)  {
	display: none !important;
}

.user-account form table.user-details tbody td {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.user-account form table.user-details tbody td.key {}

.user-account form table.user-details tbody td label {
    float: left;
    width: 100%;
    margin: auto auto 5px auto;
    padding: 0;
}

.user-account form table.user-details tbody td input,
.user-account form table.user-details tbody td select {
    float: left;
    width: 100% !important;
    margin: auto auto 10px auto;
    font-style: italic;
    color: #212121 !important;
    font-size: 14px !important;
    border-radius: 10px !important;
    display: block !important;
    background: #fff;
    height: 35px;
    font-weight: 400;
}

.user-account form table.user-details tbody td .chzn-container {
	display: none;
}

.user-account form .add-address {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #d9d9d9;
}

.user-account form .add-address h4 {
    text-align: center;
}

.user-account form .add-address strong {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.user-account form .add-address a {
    float: left;
    width: 100%;
    margin: 10px 0 20px 0;
    padding: 0;
    color: #212121;
    font-weight: 500;
    text-align: center;
}

.user-account form .add-address a:hover {
	color: #f9b61e;
}

.user-account form .add-address a span.vmicon {}

.user-account form .add-address ul {}

.user-account form .add-address ul li {}

.user-account form .add-address ul li a {}

.user-account form .buttonBar.left {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align:  center;
}

.user-account form .buttonBar.left button {
    font-size: 14px;
    color: #fff !important;
    font-style: italic;
    width: 100%;
    max-width: 100px;
    background: #000;
    border: 0 !important;
    margin: 0 10px 0 0;
    height: 35px;
    border-radius: 10px;
    cursor: pointer;
}

.user-account form .buttonBar.left button:hover {
    background: #000000;
}

.user-account #jform_captcha {
	float: left;
	width: 100%;
	margin: 30px auto auto auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.layout-editaddress form#userForm {
	float: left;
	width: 100%;
	max-width: 540px;
	margin: 30px auto 50px auto;
	padding: 30px;
	background: #fafafc;
	border-radius: 0px 10px 10px 10px;
}

@media (max-width: 767px) and (min-width: 1px) {
	.layout-editaddress form#userForm {
		padding: 30px 15px;
	}
}
 
#com-form-login {
	float: left;
	width: 100%;
	max-width: 540px;
	margin: auto;
	padding: 30px;
	background: #fafafc;
	border-radius: 0px 10px 10px 10px;
}
 
.layout-editaddress #recaptcha_wrapper {
	float: left;
	width: 100%;
	margin: 20px 0 30px 0;
}

.layout-editaddress form#userForm fieldset {}

.layout-editaddress form#userForm fieldset h2:first-child,
.layout-editaddress form#userForm fieldset .control-buttons:nth-child(2) {
	display: none;
}

.layout-editaddress form#userForm h4 {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
}

.layout-editaddress form#userForm h4:nth-child(5) {
	margin: 20px 0 5px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #d9d9d9;
}

.layout-editaddress form#userForm h4:nth-child(6) {
	padding: 30px 0 0 0;
}

.layout-editaddress form#userForm table.user-details {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.layout-editaddress form#userForm table.user-details tbody {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.layout-editaddress form#userForm table.user-details tbody tr {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

#com-form-login .control {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
}

.layout-editaddress form#userForm table.user-details:nth-child(4) tr:nth-child(2)  {
	display: none !important;
}

.layout-editaddress form#userForm table.user-details tbody td {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.layout-editaddress form#userForm table.user-details tbody td.key {}

.layout-editaddress form#userForm table.user-details tbody td label {
    float: left;
    width: 100%;
    margin: auto auto 5px auto;
    padding: 0;
}

#com-form-login p {
    float: left;
    width: 100%;
    margin: auto auto 10px auto;
    padding: 0;
}

.layout-editaddress form#userForm table.user-details tbody td input,
.layout-editaddress form#userForm table.user-details tbody td select {
    float: left;
    width: 100% !important;
    margin: auto auto 10px auto;
    font-style: italic;
    color: #212121 !important;
    font-size: 14px !important;
    border-radius: 10px !important;
    display: block !important;
    background: #fff;
    height: 35px;
    font-weight: 400;
}

.layout-editaddress form#userForm table.user-details tbody td .chzn-container {
	display: none;
}

.layout-editaddress form#userForm .control-buttons {
    float: left;
    width: 100%;
    margin: 20px auto auto auto;
    text-align: left !important;
}

.layout-editaddress form#userForm .control-buttons button,
#com-form-login input[type=submit] {
	font-size: 14px;
	color: #fff !important;
	font-style: italic;
	width: 100%;
	max-width: 100px;
	background: #000;
	border: 0 !important;
	margin: 0 10px 0 0;
	height: 35px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: inherit;
	line-height: 20px;
}

.layout-editaddress form#userForm .control-buttons button:hover,
#com-form-login input[type=submit]:hover {
	background: #000;
}

.layout-editaddress form#userForm .add-address {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #d9d9d9;
}

.layout-editaddress form#userForm .add-address h4 {
    text-align: center;
}

.layout-editaddress form#userForm .add-address strong {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.layout-editaddress form#userForm .add-address a {
    float: left;
    width: 100%;
    margin: 10px 0 20px 0;
    padding: 0;
    color: #212121;
    font-weight: 500;
    text-align: center;
}

.layout-editaddress form#userForm .add-address a:hover {
	color: #f9b61e;
}

.layout-editaddress form#userForm .add-address a span.vmicon {}

.layout-editaddress form#userForm .add-address ul {}

.layout-editaddress form#userForm .add-address ul li {}

.layout-editaddress form#userForm .add-address ul li a {}

.layout-editaddress form#userForm .buttonBar.left {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align:  center;
}

.layout-editaddress form#userForm .buttonBar.left button {
    font-size: 14px;
    color: #fff !important;
    font-style: italic;
    width: 100%;
    max-width: 100px;
    background: #212121;
    border: 0 !important;
    margin: 0 10px 0 0;
    height: 35px;
    border-radius: 10px;
    cursor: pointer;
}

.layout-editaddress form#userForm .buttonBar.left button:hover {
    background: #f9b61e;
}
.com-virtuemart.view-category {}

.com-virtuemart.view-category #sp-left {}

.com-virtuemart.view-productdetails #sp-left {
	display: none;
}

.com-virtuemart.view-category #sp-left .sp-module {
	padding: 20px 30px 20px 30px;
}

.com-virtuemart.view-category #sp-left .sp-module.left-banners {
	padding: 0;
	border: 0;
	border-radius: 0;
}

.com-virtuemart.view-category #sp-left .sp-module.left-banners .bannergroup {
	display: inline-table;
	text-align: center;
}

.com-virtuemart.view-category #sp-left .sp-module.left-banners .banneritem {
	margin-bottom: 15px;
}


@media (max-width: 991px) and (min-width: 1px) {
	.com-virtuemart.view-category #sp-left .sp-module.left-banners .banneritem {
		display: inline-block;
		width: 33.3%;
		margin-bottom: 50px;
	}
}

.com-virtuemart.view-category #sp-left ul {}

.com-virtuemart.view-category #sp-left ul li {
    border: 0;
}

.com-virtuemart.view-category #sp-left ul li a {
    display: block;
    line-height: initial;
    padding: 0 0 5px 0;
    color: #333;
}

.com-virtuemart.view-category #sp-left ul li a:hover,
.com-virtuemart.view-category #sp-left ul li a:focus,
.com-virtuemart.view-category #sp-left ul li.active a {
    background: transparent;
    text-decoration: none;
    color: #000;
}

.com-virtuemart.view-category #sp-left ul li a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    margin: 0;
    padding: 0 5px 0 0;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}

.com-virtuemart.view-category #sp-component {}

.com-virtuemart.view-productdetails #sp-component {
	width: 100%;
	max-width: 100%;
	flex: 100%;
}

.com-virtuemart.view-category .category-view {
    float: left;
    width: 100%;
    display: inline-table;
}

.com-virtuemart.view-category .category-view .row {
	float: left;
	width: 100%;
}

.com-virtuemart.view-category .category-view .horizontal-separator {
	float: left;
	width: 100%;
	height: 1px;
	background: #eee;
	margin: 20px 0 30px 0;
}

@media (max-width: 767px) and (min-width: 1px) {
	.com-virtuemart.view-category .category-view .horizontal-separator {
		display: none;
	}
}

.com-virtuemart.view-category .category-view h1 {
    float: left;
    width: 100%;
    font-size: 2.5em;
    text-align: left;
    position: relative;
    line-height: 50px;
    position: relative;
    border-bottom: 1px solid #000;
    margin: 0 0 30px 0;
    padding: 0;
}

.com-virtuemart.view-category .category-view .category {
    display: inline-block;
    width: 25%;
    padding: 0 15px 0 15px;
}

@media (max-width: 767px) and (min-width: 1px) {
	.com-virtuemart.view-category .category-view .category {
		padding: 0 15px 15px 15px;
		width: 50%;
	}
}

.com-virtuemart.view-category .category-view .category .spacer {
    padding: 0;
}

.com-virtuemart.view-category .category-view .category .product-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.com-virtuemart.view-category .category-view .category .product-img a {}

.com-virtuemart.view-category .category-view .category .product-img a img {
	transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transition: all 1s ease .0s;
	-webkit-transition: all 1s ease .0s;
	-moz-transition: all 1s ease .0s;
	-ms-transition: all 1s ease .0s;
	opacity: 1;
	margin: auto;
}

.com-virtuemart.view-category .category-view .category:hover .product-img a img {
	transform: scale(1.1);
}

.com-virtuemart.view-category .category-view .category .product-img a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f002";
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background: #000;
    vertical-align: top;
    display: block;
    font-weight: 600;
    border-radius: 999px;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 9;
}

.com-virtuemart.view-category .category-view .category:hover .product-img a:before {
	opacity: 1;
    visibility: visible;
    top: 50%;
}

.com-virtuemart.view-category .category-view .category .product-name {
    float: left;
    width: 100%;
    margin: 0;
    padding: 5px 0 0 0;
}

.com-virtuemart.view-category .category-view .category:hover .product-name {}

.com-virtuemart.view-category .category-view .category .product-name h3 {
    display: block;
    margin: auto;
}

.com-virtuemart.view-category .category-view .category .product-name a {
    display: block;
    text-align: left;
    color: #a0a0a0;
    line-height: initial;
    min-height: initial;
    font-size: 16px;
    font-weight: 300;
}

.com-virtuemart.view-category .category-view .category .product-more {
    display: none;
}

.com-virtuemart.view-category .category-view .category:hover .product-more {}

.com-virtuemart.view-category .category-view .category .product-more a {}

.com-virtuemart.view-category .category-view .category .product-more a:hover,
.com-virtuemart.view-category .category-view .category .product-more a:focus {}

.com-virtuemart.view-category .category-view .browse-view {
    float: left;
    width: 100%;
}

.com-virtuemart.view-category .category-view .browse-view .vm-pagination-top {
    display: none;
}

.com-virtuemart.view-category .category-view .browse-view .orderby-displaynumber {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    padding: 10px 15px;
    background: #fafafa;
    border-radius: 10px;
    border: solid #eee 1px;
}

.com-virtuemart.view-category .category-view .browse-view .orderby-displaynumber .vm-order-list {
    float: left;
    width: 50%;
}

.com-virtuemart.view-category .category-view .browse-view .orderby-displaynumber .vm-order-list span {
    float: left;
    width: 100%;
}

.com-virtuemart.view-category .category-view .browse-view .orderby-displaynumber .vm-order-list select {
    float: left;
    width: 100%;
    max-width: 200px;
    height: 40px;
}

.com-virtuemart.view-category .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer {
    margin: 0;
    font-size: 14px;
}

.com-virtuemart.view-category .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .title {}

.com-virtuemart.view-category .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .activeOrder {
    height: 40px;
    width: 180px;
    padding: 0;
    background: none;
    border-radius: 0;
    border: 1px solid #e9e8e8;
}

.com-virtuemart.view-category .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .activeOrder a {
	color: #212121;
	line-height: 38px;
	position: relative;
	padding: 0 30px 0 15px;
	width: 100%;
	display: block;
}

.com-virtuemart.view-category .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .activeOrder a:after {
    font-family: FontAwesome;
    content: "\f063";
    position: absolute;
    font-style: normal;
    right: 0;
    padding: 0 10px 0 0;
    color: #949494;
}

.com-virtuemart.view-category .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .orderlist {
    width: 100%;
    max-width: 180px;
    border: 1px solid #e9e8e8;
    margin-top: -1px;
}

.com-virtuemart.view-category .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .orderlist div {}

.com-virtuemart.view-category .category-view .browse-view .orderby-displaynumber .vm-order-list .orderlistcontainer .orderlist div a {
    display: block;
    width: 100%;
    max-width: 200px;
    color: #212121;
}

.com-virtuemart.view-category .category-view .browse-view .orderby-displaynumber .display-number {
    float: right;
    width: 50%;
    margin: 0;
    text-align: right;
}

.com-virtuemart.view-category .category-view .browse-view .orderby-displaynumber .display-number span {
	display: block;
}

.com-virtuemart.view-category .category-view .browse-view .orderby-displaynumber .display-number select {
    float: right;
    width: 100%;
    max-width: 200px;
    height: 40px;
}

.com-virtuemart.view-category .category-view .browse-view .orderby-displaynumber .display-number select option {}

.com-virtuemart.view-category .category-view .browse-view .row {
    float: left;
    width: 100%;
    text-align: left;
    display: inline-table;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container {display: inline-table;vertical-align: top;width: 25%;padding: 0 15px 30px 15px;float: none;}

@media (max-width: 767px) and (min-width: 1px) {
	.com-virtuemart.view-category .category-view .browse-view .row .product-container {
		width: 50%;
	}
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer {
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-img {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 10px 0;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-img a {
    display: block;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-img a img {
    margin: auto;
    display: block;
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 0.5s ease;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container:hover .spacer .product-img a img {
	/* transform: scale(1.1); */
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-img a:before {
    font-family: 'Font Awesome 5 Brands';
    content: "\f23d";
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background: #000;
    vertical-align: top;
    display: block;
    font-weight: 600;
    border-radius: 999px;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 9;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer:hover .product-img a:before {
	opacity: 1;
    visibility: visible;
    top: 50%;
}



.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-manufacturer {
	float: left;
	width: 100%;
	line-height: initial;
	text-align: left;
	color: #000;
	display: none;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-name {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eee;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-name a {
    display: block;
    text-align: left;
    color: #a0a0a0;
    line-height: initial;
    min-height: 40px;
    font-size: 16px;
    font-weight: 300;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-short-description {
	float: left;
	width: 100%;
	display: none;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-short-description p {
	text-align: left;
	color: #a0a0a0;
	height: 40px;
	overflow: hidden;
	margin: 0;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-rating {
	float: left;
	width: 100%;
	line-height: initial;
	text-align: left;
	margin: 0;
	padding: 0;
	border-top: 0;
	display: none;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-rating .ratingbox {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 14px;
    background: url(../images/color-stars.png) repeat-x scroll 0 bottom transparent;
    margin: 0;
}
.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-rating .vmicon {
	display: none;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-price {
    float: left;
    width: 100%;
    min-height: initial;
    text-align: left;
    line-height: initial;
    margin: 0;
    padding: 0;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-price .PricebasePrice {
    display: inline-block;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-price .PricebasePrice span.vm-price-desc {
    display: none;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-price .PricebasePrice span.PricebasePrice {
	padding: 0;
	color: #000;
	font-size: 20px;
	font-weight: 500;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-price .price-crossed {}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-price .price-crossed {
    display: block;
    width: 100%;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-price .price-crossed .PricebasePrice {}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-price .price-crossed .PricebasePrice span.vm-price-desc {}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-price .price-crossed .PricebasePrice span.PricebasePrice {
    text-decoration: line-through;
    color: #c0c0c0;
    font-size: 14px;
    font-weight: 300;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-price .price {display: block;width: 100%;}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-price .price .PricesalesPrice {
    display: inline-block;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-price .price .PricesalesPrice span.vm-price-desc {
    display: none;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-price .price .PricesalesPrice span.PricesalesPrice {
    padding: 0;
    color: #000;
    font-size: 25px;
    font-weight: 500;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-price .parcelas {
    display: block;
    font-size: 12px;
    color: #212121;
}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-price .parcelas b {}

.com-virtuemart.view-category .category-view .browse-view .row .product-container .spacer .product-price .parcelas span {}

.com-virtuemart.view-category .category-view .browse-view .row .product {}

.com-virtuemart.view-category .category-view .browse-view .row .product .spacer {}

.com-virtuemart.view-category .category-view .browse-view .row .product .spacer {}

.com-virtuemart.view-category .category-view .browse-view .vm-pagination-bottom {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
    text-align: center;
}

.com-virtuemart.view-category .category-view .browse-view .vm-pagination-bottom ul.pagination {
    text-align: center !important;
    display: inline-table;
    margin: 0 0 5px 0;
}

.com-virtuemart.view-category .category-view .browse-view .vm-pagination-bottom ul.pagination li {
	display: inline-block;
}

.com-virtuemart.view-category .category-view .browse-view .vm-pagination-bottom ul.pagination li.active {}

.com-virtuemart.view-category .category-view .browse-view .vm-pagination-bottom ul.pagination li a {

}

.com-virtuemart.view-category .category-view .browse-view .vm-pagination-bottom ul.pagination li a:hover,
.com-virtuemart.view-category .category-view .browse-view .vm-pagination-bottom ul.pagination li a:focus,
.com-virtuemart.view-category .category-view .browse-view .vm-pagination-bottom ul.pagination li.active a {border-color: #dee2e6;background-color: #dee2e6;}


.com-virtuemart.view-category .category-view .browse-view .vm-pagination-bottom span.vm-page-counter {
    float: left;
    width: 100%;
    text-align: center;
}

.com-virtuemart.view-productdetails .product-navigation {
    float: left;
    width: 100%;
    display: none;
}

.com-virtuemart.view-productdetails .product-navigation .product-neighbours {
    float: left;
    width: 100%;
    text-align: right;
    margin: 0 0 50px 0;
    padding: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
	.com-virtuemart.view-productdetails .product-navigation .product-neighbours {
		display: none;
	}
}

.com-virtuemart.view-productdetails .product-navigation .product-neighbours a {
    color: #fff;
    position: relative;
    background: #f9b61e;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 400;
    line-height: initial;
    border-radius: 10px;
}

.com-virtuemart.view-productdetails .product-navigation .product-neighbours a.next-page {
	padding: 5px 30px 5px 10px;
}

.com-virtuemart.view-productdetails .product-navigation .product-neighbours a.previous-page {
	padding: 5px 10px 5px 30px;
}

.com-virtuemart.view-productdetails .product-navigation .product-neighbours a:hover {
	background: #212121;
}

.com-virtuemart.view-productdetails .product-navigation .product-neighbours a.next-page:after {
    font-family: FontAwesome;
    content: "\f061";
    position: absolute;
    font-style: normal;
    right: 10px;
}

.com-virtuemart.view-productdetails .product-navigation .product-neighbours a.previous-page:after {
    font-family: FontAwesome;
    content: "\f060";
    position: absolute;
    font-style: normal;
    left: 10px;
}

.com-virtuemart.view-productdetails .product-navigation .back-to-category {
    float: left;
    width: 100%;
    text-align: right;
    margin: 0 0 20px 0;
    padding: 0;
    display: none;
}

@media (max-width: 767px) and (min-width: 1px) {
	.com-virtuemart.view-productdetails .product-navigation .back-to-category {
		/* display: block; */
		text-align: center;
	}
}

.com-virtuemart.view-productdetails .product-navigation .back-to-category a {}

.com-virtuemart.view-productdetails .product-navigation .back-to-category a:hover {}

.com-virtuemart.view-productdetails .productdetails-view {
    padding-left: 0;
    float: left;
    width: 100%;
}

@media (max-width: 767px) and (min-width: 1px) {
	.com-virtuemart.view-productdetails .productdetails-view {
		padding: 0;
	}
}

.com-virtuemart.view-productdetails .productdetails-manufacturer {
    float: left;
    width: 100%;
    color: #284480;
    text-align: left;
    font-weight: 600;
    line-height: initial;
    display: none;
}


.com-virtuemart.view-productdetails .productdetails-view h1 {
    float: left;
    width: 100%;
    font-size: 26px;
    text-align: left;
    line-height: initial;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    color: #000;
    border-bottom: 1px solid #eee;
}

.com-virtuemart.view-productdetails .productdetails-view .productdetails-sku {
  float: left;
  width: 50%;
  text-align: left;
  font-weight: 500;
  color: #000;
  line-height: initial;
  vertical-align: middle;
}

.com-virtuemart.view-productdetails .productdetails-view .rating {
	float: right;
	width: 50%;
	text-align: right;
	margin: 0;
}

.com-virtuemart.view-productdetails .productdetails-view .rating .ratingbox {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 15px;
    background: url(../images/color-stars2.png) repeat-x scroll 0 bottom transparent;
    margin: 0;
}

.com-virtuemart.view-productdetails .productdetails-view .left {
    padding-left: 0;
    padding-right: 30px;
    float: left;
    width: 60%;
}

@media (max-width: 767px) and (min-width: 1px) {
    .com-virtuemart.view-productdetails .productdetails-view .left {
    	padding: 0;
    	width: 100%;
 }
}

.com-virtuemart.view-productdetails .productdetails-view .left .main-image {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}

.com-virtuemart.view-productdetails .productdetails-view .left .main-image a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00e";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    font-weight: 600;
    opacity: 0;
    border: 0px solid #212121;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    font-size: 30px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 999px;
    text-align: center;
}

.com-virtuemart.view-productdetails .productdetails-view .left .main-image:hover a:after {
	opacity: 1;
}

.com-virtuemart.view-productdetails .productdetails-view .left .main-image a {
	display: block;
	position: relative;
}

.com-virtuemart.view-productdetails .productdetails-view .left .main-image a img {
    width: auto;
    height: auto;
    margin: auto;
    max-height: initial;
    border: 0px solid #eee;
}

.com-virtuemart.view-productdetails .productdetails-view .left .additional-images {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-table;
}

@media (max-width: 767px) and (min-width: 1px) {
	.com-virtuemart.view-productdetails .productdetails-view .left .additional-images {
		position: initial;
		bottom: initial;
		left: initial;
		text-align: center;
	}
}

.com-virtuemart.view-productdetails .productdetails-view .left .additional-images .floatleft {
    float: none;
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    border-right: 10px solid transparent;
}

@media (max-width: 767px) and (min-width: 1px) {
	.com-virtuemart.view-productdetails .productdetails-view .left .additional-images .floatleft {
		width: 20%;
	}
}

.com-virtuemart.view-productdetails .productdetails-view .left .additional-images .floatleft a {

}

.com-virtuemart.view-productdetails .productdetails-view .left .additional-images .floatleft img {
	display: block;
	margin: auto;
	width: 75px;
	border: 1px solid transparent;
	object-fit: contain;
}

.com-virtuemart.view-productdetails .productdetails-view .left .additional-images .floatleft:hover img {
	border: 1px solid #eee;
} 

.com-virtuemart.view-productdetails .productdetails-view .right {
    padding: 0;
    float: left;
    width: 40%;
}

@media (max-width: 767px) and (min-width: 1px) {
    .com-virtuemart.view-productdetails .productdetails-view .right {
    	margin: 20px 0 0 0;
    	width: 100%;
  }
}

.com-virtuemart.view-productdetails .productdetails-view .right .manufacturer {
    float> left;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    border-top: 0px solid #eee;
    float: left;
    font-weight: bold;
    color: #ca3a3a;
    line-height: initial;
    font-size: 16px;
    font-style: italic;
    display: none;
}

.com-virtuemart.view-productdetails .productdetails-view .right .manufacturer strong {
    padding: 0 5px 0 0;
}

.com-virtuemart.view-productdetails .productdetails-view .right .product-short-description {
    float: left;
    width: 100%;
    text-align: justify;
    padding: 0;
    margin: 20px 0 0 0;
}

.com-virtuemart.view-productdetails .productdetails-view .right .other-info {
    float: left;
    width: 100%;
}

.com-virtuemart.view-productdetails .productdetails-view .right .other-info ul {
    width: 100%;
    margin: auto;
    padding: 0;
    list-style-type: none;
    display: inline-table;
    vertical-align: middle;
    text-align: right;
}

.com-virtuemart.view-productdetails .productdetails-view .right .other-info li {
    display: inline-table;
    vertical-align: middle;
    text-align: center;
    padding: 0 0 0 20px;
    cursor: pointer;
}

.com-virtuemart.view-productdetails .productdetails-view .right .other-info li:hover {
	color: #000;
}

.com-virtuemart.view-productdetails .productdetails-view .right .other-info li a {
	color: inherit;
}

.com-virtuemart.view-productdetails .productdetails-view .right .other-info span {
    display: inline-table;
    vertical-align: middle;
    line-height: initial;
}

.com-virtuemart.view-productdetails .productdetails-view .right .other-info .fa {
    display: inline-table;
    vertical-align: middle;
    padding: 0 5px 0 0;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area {
	float: left;
	width: 100%;
	text-align: left;
	display: inline-table;
	border: 1px solid #eee;
	margin: 20px 0;
	padding: 15px;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-select {
	display: inline-table;
	vertical-align: top;
	width: 100%;
	text-align: left;
	border-top: 1px solid #eee;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-select .select-color {
    float: none;
    /* display: inline-block; */
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    display: none;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-select .select-color h6 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #999;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-select .select-color span {
	color: #212121;
	font-size: 15px;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-select .select-size {
    float: none;
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-select .select-size h6 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #999;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-select .select-size span {
	color: #212121;
	font-size: 15px;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer {
	display: inline-table;
	vertical-align: top;
	width: 100%;
	text-align: left;
	border: 0;
	margin: 0;
	padding: 0;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-addtocart {
    display: inline-block;
    width: 50%;
    text-align: left;
    vertical-align: top;
}


@media (max-width: 991px) and (min-width: 1px) {
	.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-addtocart {
		display: block;
		width: 100%;
		float: left;
		margin: 20px 0 0 0;
	}
}
.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-addtocart .addtocart-area {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area form .buy-area-buyer .buy-area-addtocart .addtocart-area {}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area form .buy-area-buyer .buy-area-addtocart .addtocart-area .vm-customfields-wrap {}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area form .buy-area-buyer .buy-area-addtocart .addtocart-area .addtocart-bar {
    text-align: right;
    margin: 0;
    line-height: initial;
}

@media (max-width: 991px) and (min-width: 1px) {
	.com-virtuemart.view-productdetails .productdetails-view .right .buy-area form .buy-area-buyer .buy-area-addtocart .addtocart-area .addtocart-bar {
		text-align: left;
	}
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area form .buy-area-buyer .buy-area-addtocart .addtocart-area .addtocart-bar a.notify {
    text-align: right;
    display: inline-table;
    color: #f9b61e;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area form .buy-area-buyer .buy-area-addtocart .addtocart-area .addtocart-bar a:hover {
	color: #212121;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area form .buy-area-buyer .buy-area-addtocart .addtocart-area .addtocart-bar a.notify span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-style: italic;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area form .buy-area-buyer .buy-area-addtocart .addtocart-area .addtocart-bar a.notify .fa {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    padding: 0 0 0 10px;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area form .buy-area-buyer .buy-area-addtocart .addtocart-area .addtocart-bar span.quantity-box {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area form .buy-area-buyer .buy-area-addtocart .addtocart-area .addtocart-bar span.quantity-box input {
    width: 50px;
    height: 40px;
    background: #000;
    color: #fff;
    border: 0px solid #000;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    padding: 0 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.com-virtuemart.view-productdetails .productdetails-view .right .buy-area form .buy-area-buyer .buy-area-addtocart .addtocart-area .addtocart-bar span.quantity-box input {
		width: 40px;
		padding: 0 10px;
	}
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area form .buy-area-buyer .buy-area-addtocart .addtocart-area .addtocart-bar span.quantity-controls {
    /* display: none; */
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area form .buy-area-buyer .buy-area-addtocart .addtocart-area .addtocart-bar span.quantity-controls .quantity-plus {}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area form .buy-area-buyer .buy-area-addtocart .addtocart-area .addtocart-bar span.quantity-controls .quantity-minus {}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area form .buy-area-buyer .buy-area-addtocart .addtocart-area .addtocart-bar span.addtocart-button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    padding: 0;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area form .buy-area-buyer .buy-area-addtocart .addtocart-area .addtocart-bar span.addtocart-button input {
    width: 110px;
    max-width: 100%;
    background: #000;
    color: #fff;
    border: 0px solid #000;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    padding: 0 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 40px;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area form .buy-area-buyer .buy-area-addtocart .addtocart-area .addtocart-bar span.addtocart-button input:hover {
	background: #000000;
	color: #fff;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices {
    display: inline-block;
    width: 50%;
}

@media (max-width: 991px) and (min-width: 1px) {
	.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices {
		display: block;
		width: 100%;
		float: left;
	}
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .productDisplayShipment {
	display: none;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: initial;
}

@media (max-width: 991px) and (min-width: 1px) {
	.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price {
		text-align: left;
	}
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price span.price-crossed {}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price span.price-crossed .PricebasePrice {
    text-decoration: line-through;
    color: #212121;
    font-size: 16px;
    font-weight: 300;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price span.price-crossed .PricebasePrice span.vm-price-desc {
    display: none;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price span.price-crossed .PricebasePrice span..PricebasePrice {}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price .price {}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price .price .PricebasePrice {
    /* float: left; */
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}


@media (max-width: 1199px) and (min-width: 992px) {
	.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price .price .PricebasePrice {
		padding:0;
		display: block;
	}
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price .price .PricebasePrice span.vm-price-desc {
    display: none;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price .price .PricebasePrice span.PricebasePrice {
    color: #000;
    font-size: 30px;
    font-weight: 500;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price .price span.price-crossed {
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price .price span.price-crossed .PricebasePrice {}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price .price span.price-crossed .PricebasePrice .vm-price-desc {
    display: none;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price .price span.price-crossed .PricebasePrice .vm-price-desc span.PricebasePrice {}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price .price .PricesalesPrice {
    /* float: left; */
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    line-height: initial;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price .price .PricesalesPrice {
		display: block;
	}
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price .price .PricesalesPrice span.vm-price-desc {
    display: none;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price .price .PricesalesPrice span.PricesalesPrice {
    color: #000;
    font-size: 30px;
    font-weight: 500;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price .parcelas {
    display: block;
    width: 100%;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price .parcelas b {}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-buyer .buy-area-prices .product-price .parcelas span {}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area.muda-preco .buy-area-buyer .buy-area-prices .product-price .parcelas {
    display: none !important;
}

.com-virtuemart.view-productdetails .productdetails-view .right #accordion {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.com-virtuemart.view-productdetails .productdetails-view .right #accordion .card {
	margin: 0;
	border: 0;
}

.com-virtuemart.view-productdetails .productdetails-view .right #accordion .card .card-header {
	margin: 0;
	background: transparent;
	padding: 0;
	border: 0;
}

.com-virtuemart.view-productdetails .productdetails-view .right #accordion button {
    color: #212121;
    padding: 10px 0 0 0;
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: right;
    border-radius: 0;
    background: transparent;
    text-decoration: none;
    border-top: 1px solid #eee;
}

.com-virtuemart.view-productdetails .productdetails-view .right #accordion button:hover {
}

.com-virtuemart.view-productdetails .productdetails-view .right #accordion button:hover {color: #000;}

.com-virtuemart.view-productdetails .productdetails-view .right #accordion button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f09d";
    padding: 0 0 0 10px;
    margin: 0;
    display: inline-block;
    font-weight: 600;
    color: #000;
}

.com-virtuemart.view-productdetails .productdetails-view .right #accordion .parcelamento_tabela {
    display: block;
}

.com-virtuemart.view-productdetails .productdetails-view .right #accordion .parcelamento_tabela ul.ul_parcelamento {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
    display: inline-table;
    width: 100%;
}

.com-virtuemart.view-productdetails .productdetails-view .right #accordion .parcelamento_tabela ul.ul_parcelamento .avista {
    border: 1px solid #eee;
    width: 100%;
    text-transform: uppercase;
    background: #eee;
    display: none;
}

.com-virtuemart.view-productdetails .productdetails-view .right #accordion .parcelamento_tabela ul.ul_parcelamento .avista span {
    display: inline-block;
    width: 50%;
    text-align: left;
}


.com-virtuemart.view-productdetails .productdetails-view .right #accordion .parcelamento_tabela ul.ul_parcelamento .avista strong {}

.com-virtuemart.view-productdetails .productdetails-view .right #accordion .parcelamento_tabela ul.ul_parcelamento li {
    display: inline-block;
    width: 33%;
    text-align: right;
    float: none;
}

@media (max-width: 991px) and (min-width: 1px) {
	.com-virtuemart.view-productdetails .productdetails-view .right #accordion .parcelamento_tabela ul.ul_parcelamento li {
		width: 50%;
	}
}

.com-virtuemart.view-productdetails .productdetails-view .right #accordion .parcelamento_tabela ul.ul_parcelamento li strong {}

.com-virtuemart.view-productdetails .productdetails-view .right #accordion .card #collapseOne .card-body {
	padding: 10px 0 0 0;
	border: 0;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area.muda-preco #accordion {
    display: none !important;
}

.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-right {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

@media (max-width: 991px) and (min-width: 1px) {
	.com-virtuemart.view-productdetails .productdetails-view .right .buy-area .buy-area-right {
		width: 100%;
	}
}

.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
}

@media (max-width: 767px) and (min-width: 1px) {
	.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete {
		text-align: left;
	}
}

.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete .img-frete {
    display: inline-block;
}
 
.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete span.calc {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 0;
}

@media (max-width: 767px) and (min-width: 1px) {
	.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete span.calc {
		display: block;
		padding: 0 0 10px 0;
	}
}

.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete span.calc:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0d1";
    padding: 0 5px 0 0;
    margin: 0;
    color: #212121;
    vertical-align: bottom;
    font-size: 24px;
    line-height: initial;
    display: inline-block;
    font-weight: 600;
}
 
.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete .inputbox {
    display: inline-block;
    vertical-align: middle;
    max-width: 120px;
    border: 0;
    box-shadow: 0 0 0;
    background: #eee;
    border-radius: 10px;
}

.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete .button {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    background: #eee;
    border-radius: 10px;
    color: #999;
    font-weight: bold;
    font-style: italic;
}


.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete .button:hover {
	background: #999;
	color: #eee;
}

.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete a.correios_cep {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #212121;
}

.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete a.correios_cep:hover,
.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete a.correios_cep:focus,
.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete .active a.correios_cep {
	text-decoration: underline;
}

.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete #resultAjax {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete #resultAjax h6 {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
}

.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete #resultAjax .line {
    float: left;
    width: 100%;
    font-size: 12px;
    margin: 10px 0;
}

.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete #resultAjax .line:last-child {
    margin: 0;
}
 
 
.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete #resultAjax .line label {
    float: left;
    width: 100%;
    margin: 0;
}

.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete #resultAjax .line label span.vmshipment {
    text-align: right;
}

@media (max-width: 767px) and (min-width: 1px) {
	.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete #resultAjax .line label span.vmshipment {
    	text-align: left;
	}
}

.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete #resultAjax .line label span.vmshipment span.vmCartShipmentLogo {
    display: none;
}

.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete #resultAjax .line label span.vmshipment span.vmCartShipmentLogo img {}

.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete #resultAjax .line label span.vmshipment span.vmshipment_name {
    display: block;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    line-height: initial;
    color: #000;
}

.com-virtuemart.view-productdetails .productdetails-view .right .boxSimuleFrete #resultAjax .line label span.vmshipment span.vmshipment_cost {
    display: block;
    padding: 0;
    line-height: initial;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs {
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs ul li a {
	color: #212121;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs .tab-pane {
	margin: 20px 0 0 0;
}

#form_question {float: left;width: 100%;}

#form_question .left {
    padding-right: 15px;
    float: left;
    width: 40%;
}

@media (max-width: 767px) and (min-width: 1px) {
	#form_question .left {
		padding-right: 0;
		width: 100%;
	}
}

#form_question .middle {
    padding: 0 15px;
    float: left;
    width: 30%;
}

@media (max-width: 991px) and (min-width: 768px) {
	#form_question .middle {
	}
}

@media (max-width: 767px) and (min-width: 1px) {
	#form_question .middle {
		padding: 0;
		width: 100%;
	}
}

#form_question .right {
    padding-left: 15px;
    float: left;
    width: 30%;
}

@media (max-width: 991px) and (min-width: 1px) {
	#form_question .right {
	}
}

@media (max-width: 767px) and (min-width: 1px) {
	#form_question .right {
		margin: 0;
		width: 100%;
		padding: 0;
	}
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product {
    float: left;
    width: 100%;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product p {
	color: #212121;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product label {
    margin: 0 0 5px 0;
    font-style: italic;
    color: #212121;
    display: block;
    text-align: left;
    line-height: initial;
    float: left;
    width: 100%;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product input {
    margin: 0 0 10px 0;
    border: 1px solid #e5e5e5;
    height: 35px;
    border-radius: 0;
    float: left;
    width: 100%;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product select {
    margin: 0 0 10px 0;
    font-style: italic;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    height: 35px;
    border-radius: 0;
    float: left;
    width: 100%;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product select option {
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product textarea {
    margin: 0 0 10px 0;
    border: 1px solid #e5e5e5;
    padding: 15px;
    height: 169px;
    border-radius: 0;
    float: left;
    width: 100%;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .nome {
    padding-left: 0;
    padding-right: 7px;
    float: left;
    width: 50%;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .email {
    padding-right: 0;
    padding-left: 7px;
    float: left;
    width: 50%;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .telefone {
    padding-left: 0;
    padding-right: 7px;
    float: left;
    width: 50%;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .celular {
    padding-right: 0;
    padding-left: 7px;
    float: left;
    width: 50%;
}

@media (max-width: 767px) and (min-width: 1px) {
	.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .nome,
	.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .email,
	.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .telefone,
	.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .celular {
		/* padding: 0; */
	}
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .cidade {
    padding-left: 0;
    padding-right: 7px;
    float: left;
    width: 70%;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .estado {
    padding-right: 0;
    padding-left: 7px;
    float: left;
    width: 30%;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .mensagem {
    padding: 0;
    float: left;
    width: 100%;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .questao {
    padding: 0;
    float: left;
    width: 100%;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .checkbox {
    margin: 0;
    text-align: left;
    padding-left: 0;
    float: left;
    width: 100%;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .checkbox label {
	width: 100%;
	display: inline-block;
	min-height: initial;
	padding: 0;
	margin: 0 0 5px 0;
	float: none;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .checkbox input {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
    height: auto;
    float: none;
    width: auto;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .checkbox b {
    float: left;
    width: 100%;
    font-weight: inherit;
    display: inline-flex;
    align-items: center;
    margin: 0 0 5px 0;
} 

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .checkbox span {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: auto;
    line-height: 16px;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .checkbox #obs_question,
.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .checkbox #obs_error {
    float: left;
    width: 100%;
    color: red;
    font-size: 12px;
    text-align: left;
    margin: 10px 0 0 0;
}


.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .checkbox #obs_question font,
.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .checkbox #obs_error font {
    font-size: 12px !important;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .enviar {
    text-align: right;
    padding-right: 0;
    float: left;
    padding-top: 20px;
    width: 100%;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .enviar button {
	display: inline-block;
	font-size: 14px;
	color: #fff !important;
	font-style: italic;
	width: 100%;
	max-width: 100px;
	background: #000;
	border: 0 !important;
	margin: 0;
	height: 35px;
	border-radius: 5px;
	cursor: pointer;
}

.com-virtuemart.view-productdetails .productdetails-view .tabs #box_form_product .enviar button:hover {
	background: #000000;
}


.com-virtuemart.view-productdetails .productdetails-view .related_products {
    float: left;
    width: 100%;
    margin: 100px 0 0 0;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields-title-wrapper {
    min-width: initial;
    padding: 0;
    position: absolute;
    top: -50px;
    font-size: 20px;
    font-weight: 300;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .page-header {}

.com-virtuemart.view-productdetails .productdetails-view .related_products .object-item h2 {}


.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields {
    margin: auto !important;
    width: 100% !important;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields .slick-list {}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields .slick-list.slick-track  {}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields .slick-prev {
    z-index: 999;
    left: -60px;
    opacity: 1;
    width: auto;
    height: auto;
}

@media (max-width: 1199px) and (min-width: 1px) {
	.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields .slick-prev {
		left: 0;
	}
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields .slick-prev:before {
    opacity: 1;
    font-family: FontAwesome;
    content: "\f053";
    color: #d0d0d0;
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 42px;
    display: block;
    border-radius: 999px;
    text-align: center;
    padding: 0 3px 0 0;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields .slick-prev:hover:before {
	color: #c23538;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields .slick-next {
    z-index: 999;
    right: -60px;
    opacity: 1;
    width: auto;
    height: auto;
}

@media (max-width: 1199px) and (min-width: 1px) {
	.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields .slick-next {
		right: 0;
	}
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields .slick-next:before {
    opacity: 1;
    font-family: FontAwesome;
    content: "\f054";
    color: #d0d0d0;
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 42px;
    display: block;
    border-radius: 999px;
    text-align: center;
    padding: 0 0 0 3px;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields .slick-next:hover:before,
.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields .slick-next:focus:before {
	color: #c23538;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields ul.slick-dots {
    bottom: 0;
    position: initial;
    margin: 30px 0 0 0;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields ul.slick-dots li {}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields ul.slick-dots li.slick-active {}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields ul.slick-dots li button {}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields ul.slick-dots li button:before {
    font-size: 20px;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields ul.slick-dots li:hover button:before,
.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields ul.slick-dots li:focus button:before {
	color: #f9b61e;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields ul.slick-dots li.slick-active button {}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-fields ul.slick-dots li.slick-active button:before {
	color: #f9b61e;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field {
    float: none;
    width: auto;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 18%;
    display: initial;
    margin: 0 auto;
}

@media (max-width: 797px) and (min-width: 1px) {
	.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field {
		flex-basis: 100%;
		margin: 0 auto 50px auto;
	}
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer {
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-img {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 10px 0;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-img a {
    display: block;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-img a img {
    margin: auto;
    display: block;
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 0.5s ease;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-img a:before {
    font-family: FontAwesome;
    content: "\f23d";
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background: #000;
    vertical-align: top;
    display: block;
    font-weight: 300;
    border-radius: 999px;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 9;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer:hover .product-img a:before {
	opacity: 1;
    visibility: visible;
    top: 50%;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-manufacturer {
	display: none;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-name {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eee;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-name a {
    display: block;
    text-align: left;
    color: #a0a0a0;
    line-height: initial;
    min-height: 40px;
    font-size: 16px;
    font-weight: 300;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-short-description {
	float: left;
	width: 100%;
	margin: auto;
	padding: 0;
	display: none;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-short-description p {
	text-align: left;
	color: #a0a0a0;
	height: 40px;
	overflow: hidden;
	margin: 0;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-rating {
	float: left;
	width: 100%;
	line-height: initial;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	display: none;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-rating .ratingbox {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 14px;
	background: url("../images/color-stars.png") repeat-x scroll 0 bottom transparent;
	margin: 0;
}


.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-price {
float: left;
    width: 100%;
    min-height: initial;
    text-align: left;
    line-height: initial;
    margin: 0;
    padding: 0;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-price .PricebasePrice {
    display: inline-block;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-price .PricebasePrice span.vm-price-desc {
    display: none;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-price .PricebasePrice span.PricebasePrice {
    padding: 0;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-price .price-crossed {}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-price .price-crossed {
    display: block;
    width: 100%;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-price .price-crossed .PricebasePrice {}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-price .price-crossed .PricebasePrice span.vm-price-desc {}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-price .price-crossed .PricebasePrice span.PricebasePrice {
    text-decoration: line-through;
    color: #c0c0c0;
    font-size: 12px;
    font-weight: 300;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-price .price {
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-price .price .PricesalesPrice {
    display: inline-block;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-price .price .PricesalesPrice span.vm-price-desc {
    display: none;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-price .price .PricesalesPrice span.PricesalesPrice {
padding: 0;
    color: #000;
    font-size: 25px;
    font-weight: 500;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-price .parcelas {
    display: block;
    font-size: 12px;
    color: #212121;
}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-price .parcelas b {}

.com-virtuemart.view-productdetails .productdetails-view .related_products .product-field .spacer .product-price .parcelas span {}

.jssocials {
    float: right;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    text-align: left;
    border-top: 1px solid #eee;
}

.jssocials .jssocials-shares {
    margin: 0;
    text-align: right;
}

@media (max-width: 991px) and (min-width: 1px) {
	.jssocials .jssocials-shares  {
		text-align: left;
	}
}

.jssocials .jssocials-shares .jssocials-share {
	display: inline-block;
	margin: 0 0 0 10px;
}

@media (max-width: 991px) and (min-width: 1px) {
	.jssocials .jssocials-shares .jssocials-share {
		display: inline-block;
		margin: 0 10px 0 0;
	}
}

.jssocials .jssocials-shares .jssocials-share a {
	display: block;
	width: auto;
	padding: 0;
	background: transparent;
}

.jssocials .jssocials-shares .jssocials-share span {
    display: none;
}

.jssocials .jssocials-shares .jssocials-share .jssocials-share-logo {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #000;
    border-radius: 5px;
}

.jssocials .jssocials-shares .jssocials-share .jssocials-share-logo:hover {
    background: #000000;
}

#fancybox-overlay {
    background: #000 !important;
    opacity: 0.8 !important;
    z-index: 99999;
}

#fancybox-wrap {
    padding: 0;
    margin: auto;
    left: 0 !important;
    right: 0 !important;
    /* width: 100% !important; */
    /* max-width: 700px; */
    z-index: 999999;
}

#fancybox-wrap #fancybox-outer {}

#fancybox-wrap #fancybox-outer .fancybox-bg {
    display: none;
}

#fancybox-wrap #fancybox-outer #fancybox-content {
    border-width: 0 !important;
    border-top: 10px solid #fff !important;
    border-bottom: 10px solid #fff !important;
    margin: auto;
}

#fancybox-wrap #fancybox-outer #fancybox-content div {
    background: white;
    padding: 15px;
}

@media (max-width: 767px) and (min-width: 1px) {
	#fancybox-wrap #fancybox-outer #fancybox-content div {
		text-align: center;
	}
}

#fancybox-wrap #fancybox-outer #fancybox-content a.continue_link,
#fancybox-wrap #fancybox-outer #fancybox-content a.showcart  {
    margin-bottom: 20px;
    display: inline-block;
    color: #252525;
    font-weight: 600;
    border: 1px solid #252525;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 100%;
    max-width: 220px;
    text-align: center;
    line-height: initial;
}

@media (max-width: 767px) and (min-width: 1px) {
	#fancybox-wrap #fancybox-outer #fancybox-content a.continue_link,
	#fancybox-wrap #fancybox-outer #fancybox-content a.showcart  {
		float: none;
		display: block;
		margin: auto auto 20px auto;
	}
}

#fancybox-wrap #fancybox-outer #fancybox-content a.continue_link:hover,
#fancybox-wrap #fancybox-outer #fancybox-content a.showcart:hover  {
    background: #252525;
    color: #fff;
}

#fancybox-wrap #fancybox-outer #fancybox-content h4  {
    width: 100%;
    font-size: 16px;
    margin: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
	#fancybox-wrap #fancybox-outer #fancybox-content h4  {
		text-align: center;;
	}
}

#fancybox-wrap #fancybox-outer a#fancybox-close {
    top: -15px;
    right: -15px;
}

#fancybox-outer #fancybox-title {
	display: none !important;
}

.filters-page .virtuemart_search {
	display: none;
}

.productdetails-view.productdetails .product-imgbanner {
    float: left;
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
}

.productdetails-view.productdetails .product-imgbanner ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 100%;
    text-align: center;
}

.productdetails-view.productdetails .product-imgbanner ul li {
    display: inline-table;
    width: 32.5%;
    background: #eeeeee;
    text-align: left;
    padding: 0 10px;
    border-radius: 5px;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.productdetails-view.productdetails .product-imgbanner ul li {
		width: 32.3%;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.productdetails-view.productdetails .product-imgbanner ul li {
		width: 32.0%;
		height: 110px;
	}
}

@media (max-width: 767px) and (min-width: 1px) {
	.productdetails-view.productdetails .product-imgbanner ul li {
		width: 100%;
		max-width: 300px;
		display: block;
		margin: auto;
	}
}

@media (max-width: 399px) and (min-width: 1px) {
	.productdetails-view.productdetails .product-imgbanner ul li {
		padding: 20px 10px;
	}
}


.productdetails-view.productdetails .product-imgbanner ul li:nth-child(2) {
	margin: 0 10px;
}

@media (max-width: 767px) and (min-width: 1px) {
	.productdetails-view.productdetails .product-imgbanner ul li:nth-child(2) {
		margin: 10px auto;
	}
}

.productdetails-view.productdetails .product-imgbanner ul li .fa {
	display: inline-table;
	margin: 0;
	padding: 0 15px 0 5px;
	line-height: 60px;
	vertical-align: middle;
	font-size: 40px;
	color: #7f7f7f;
}

@media (max-width: 991px) and (min-width: 768px) {
	.productdetails-view.productdetails .product-imgbanner ul li .fa {
		text-align: center;
		display: block;
		padding: 0;
	} 
}

@media (max-width: 399px) and (min-width: 1px) {
	.productdetails-view.productdetails .product-imgbanner ul li .fa {
		text-align: center;
		display: block;
		padding: 0 0 10px 0;
		line-height: initial;
	} 
}

.productdetails-view.productdetails .product-imgbanner ul li .fa.fa-lock {}

.productdetails-view.productdetails .product-imgbanner ul li .fa.fa-dropbox {
}

.productdetails-view.productdetails .product-imgbanner ul li .fa.fa-credit-card {
}

.productdetails-view.productdetails .product-imgbanner ul li p {display: inline-table;margin: 0;padding: 0;line-height: 16px;vertical-align: middle;color: #7f7f7f;}

@media (max-width: 1199px) and (min-width: 992px) {
	.productdetails-view.productdetails .product-imgbanner ul li p {
		font-size: 13px;
	} 
}

@media (max-width: 991px) and (min-width: 768px) {
	.productdetails-view.productdetails .product-imgbanner ul li p {
		text-align: center;
		display: block;
	} 
}

@media (max-width: 399px) and (min-width: 1px) {
	.productdetails-view.productdetails .product-imgbanner ul li p {
		text-align: center;
		display: block;
	} 
}

.productdetails-view.productdetails .product-imgbanner ul li span {font-weight: 600;}

.alert {}

/*************************VIRTUEMART*************************/

#sp-whatsapp {
    position: fixed;
    bottom: 51px;
    right: 0;
    z-index: 9999999;
}

#sp-whatsapp a {
  display: inline-flex;
  align-items: center;
  background: #18ab4f;
  color: #fff;
  padding: 10px 15px;
  border-radius: 999px 0px 0px 999px;
}

#sp-whatsapp a:hover {
  background: #000;
}

#sp-whatsapp .whats-left {
    padding: 0 10px 0 0;
    line-height: 18px;
}

#sp-whatsapp .whats-right {
    line-height: 18px;
}

#sp-whatsapp strong {
    display: block;
    font-size: 19px;
    text-transform: uppercase;
}

#sp-whatsapp .fa {
    font-size: 40px;
}

#sp-whatsapp .fa:before {}

#sp-whatsapp .fa:hover {}

.sp-scroll-up {
    background: #000;
    box-shadow: 0 0 0 2px #fff;
    right: initial;
    left: 30px;
}

.sp-scroll-up:hover,
.sp-scroll-up:active,
.sp-scroll-up:focus {
    color: #fff;
    background: #000;
}

.sp-scroll-up .fa {
	color: #fff;
}

/************************************* DEPOIMENTOS **************************************/

#jc {
    float: left;
    width: 100%;
}

#jc h4 {
	float: left;
	width: 100%;
	color: inherit;
	font-weight: inherit;
	border: inherit;
}

#jc h4.jc_pagetitle {
    font-size: 36px;
    line-height: 40px;
    color: #a5a5a5;
    margin: 0 0 30px 0;
    padding: 0;
    border-bottom: 1px solid #eee;
    float: left;
    width: 100%;
    font-weight: 100;
}



#jc #comments {
	float: left;
	width: 100%;
	margin: 0 0 50px 0;
}

#jc #comments h4 {
	display: none;
}

#jc #comments .comments-list {
	margin: 0 !important;
	padding: 0 !important;
	float: left;
	width: 100%;
}

#jc #comments .comments-list .even, 
#jc #comments .comments-list .odd {
    border: 0 !Important;
    border-radius: 5px !important;
    margin: 0 0 20px 0 !important;
}

#jc #comments .comments-list .even {
    background: #ffffff url(../images/jc_comments_even.png) left 50% no-repeat;
    padding: 15px 20px 10px 110px;
    min-height: 100px;
} 

#jc #comments .comments-list .odd {
    background: #fafafa url(../images/jc_comments_odd.png) right 50% no-repeat;
    padding: 15px 110px 10px 20px;
    min-height: 100px;
}

@media (max-width: 767px) and (min-width: 1px) {
	#jc #comments .comments-list .even,
	#jc #comments .comments-list .odd {
		background: #f4fbff url(../images/jc_comments_top.png) top center no-repeat;
		padding: 90px 20px 10px 20px;
	}
}

#jc #comments .comments-list .even .rbox, 
#jc #comments .comments-list .odd .rbox {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
}

#jc #comments .comments-list .even .rbox .comment-box, 
#jc #comments .comments-list .odd .rbox .comment-box {}

#jc #comments .comments-list .even .rbox .comment-box a.comment-anchor, 
#jc #comments .comments-list .odd .rbox .comment-box a.comment-anchor {
    display: none;
}

#jc #comments .comments-list .even .rbox .comment-box span.comment-author, 
#jc #comments .comments-list .odd .rbox .comment-box span.comment-author {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #696969;
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
    font-family: Roboto, sans-serif;
}

@media (max-width: 479px) and (min-width: 1px) {
	#jc #comments .comments-list .even .rbox .comment-box span.comment-author, 
	#jc #comments .comments-list .odd .rbox .comment-box span.comment-author {
		width: 100%;
	}
}

#jc #comments .comments-list .even .rbox .comment-box span.comment-date, 
#jc #comments .comments-list .odd .rbox .comment-box span.comment-date {
	background: none;
	padding: 0px 0px 0 0;
	color: #a5a5a5;
	float: right;
	font-size: 14px;
	font-weight: 400;
	display: none;
}

@media (max-width: 479px) and (min-width: 1px) {
	#jc #comments .comments-list .even .rbox .comment-box span.comment-date, 
	#jc #comments .comments-list .odd .rbox .comment-box span.comment-date {
		width: 100%;
		float: left;
		padding: 0 0 10px 0;
	}
}

#jc #comments .comments-list .even .rbox .comment-box .comment-body, 
#jc #comments .comments-list .odd .rbox .comment-box .comment-body {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    width: auto;
    color: #666;
    font-weight: 300;
    line-height: 24px;
    text-align: justify;
    font-family: Roboto, sans-serif;
}

#jc #comments .comments-list .even .rbox .comment-box .comments-buttons, 
#jc #comments .comments-list .odd .rbox .comment-box .comments-buttons {
    display: none;
}

#jc #comments .comments-list .even .rbox .comment-box .comments-buttons a, 
#jc #comments .comments-list .odd .rbox .comment-box .comments-buttons a{
}

#jc #comments #nav-bottom {}

#jc #comments #nav-bottom span.activepage {
    border-bottom: 1px solid #d6dadd;
    border-left: 1px solid #d6dadd;
    border-right: 1px solid #d6dadd;
    border-top: 1px solid #d6dadd;
    background: #d6dadd;
    height: 20px;
    margin: 0 5px;
}

#jc #comments #nav-bottom span.activepage b {
	color: #7f7f7f;
	font-weight: 600;
}

#jc #comments #nav-bottom span.page {
    background-color: #fff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #d6dadd;
    border-left: 1px solid #d6dadd;
    border-right: 1px solid #d6dadd;
    color: #7f7f7f;
    font-weight: 600;
    height: 20px !important;
    margin: 0 5px;
}

#jc #comments #nav-bottom span.hoverpage {
	color: #777;
	background-color: #e8e9ea;
	border: 1px solid #d6dadd;
    height: 20px !important;
    margin: 0 5px;
}


#jc #comments #comments-list-footer {
    margin: 0 !important;
    float: left;
    width: 100%;
}

#jc #comments #comments-list-footer a.refresh {
    margin: 0;
    padding: 0 0 0 15px;
    float: left;
    width: auto;
    color: #666 !important;
    font-weight: 300;
    line-height: 24px;
    text-align: justify;
    font-family: Roboto, sans-serif;
}

#jc #comments #comments-list-footer a.refresh:hover {
	color: #0e5f7f !important;
}

#jc p.jc_pagesubtitle {
    float: left;
    width: 100%;
} 

#jc a#addcomments {
    float: left;
    width: 100%;  
}

#jc .busy {
    float: left;
    width: 100%;
    display: none !important;
}

#jc form#comments-form {
    float: left;
    width: 100%;
    display: inline-table;
}

#jc form#comments-form #comments-form-message {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#jc .jc_left {
    padding-left: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
	#jc .jc_left {
		padding-right: 0;
	}
}

#jc .jc_left p {
    margin: 0 0 10px 0 !important;
}

#jc .jc_left p span {
    margin: 0;
    padding: 0;
}

#jc .jc_left p span input {
    width: 100%;
    height: 50px;
    border-radius: 0;
    margin: 0 0 10px 0;
    padding: 10px 15px !Important;
    border: 1px solid #eee;
    box-shadow: 0 0 0;
}

@media (max-width: 767px) and (min-width: 1px) {
	#jc .jc_left p span input {
		height: 50px;
	}
}

#jc .jc_left p span label {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-family: Roboto, sans-serif;
}

#jc .jc_right {
    padding-right: 0;
}

@media (max-width: 767px) and (min-width: 1px) {
	#jc .jc_right {
		padding-left: 0;
	}
}

#jc .jc_right label {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-family: Roboto, sans-serif;
}

#jc .jc_right p {
    margin: 0 !important;
    float: left;
    width: 100%;
}

#jc .jc_right p span {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

#jc .jc_right p span span.bbcode {
	float: right !important;
	text-align: right !important;
	height: 100% !important;
	width: 23px;
}

@media (max-width: 767px) and (min-width: 1px) {
	#jc .jc_right p span span.bbcode {
		float: left !important;
		text-align: left !important;
		height: 100% !important;
		width: 100%;
	}
}

#jc .jc_right p span span.bbcode a {
	float: right;
	margin: 0 0 6px 0;
	height: 22px !important;
}

@media (max-width: 767px) and (min-width: 1px) {
	#jc .jc_right p span span.bbcode a {
		float: left;
		margin: 0 5px 5px 0;
	}
}

#jc .jc_right p span span.bbcode a.bbcode-wiki {
	display: none !important;
}

#jc .jc_right p span textarea {
    width: 100%;
    max-width: 92% !important;
    height: 129px;
    border-radius: 0;
    margin: 0;
    padding: 10px 15px !important;
    float: left;
    border: 1px solid #eee;
    box-shadow: 0 0 0;
}

@media (max-width: 991px) and (min-width: 768px) {
	#jc .jc_right p span textarea {
		width: 90% !important;
		max-width: 90% !important;
		min-width: 90% !important;
	}
}

@media (max-width: 767px) and (min-width: 1px) {
	#jc .jc_right p span textarea {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
	}
}

#jc .jc_right p span .grippie {
    width: 92% !important;
    max-width: 92% !important;
    min-width: 92% !important;
    margin: 0 0 19px 0;
}

@media (max-width: 991px) and (min-width: 768px) {
	#jc .jc_right p span .grippie {
		width: 90% !important;
		max-width: 90% !important;
		min-width: 90% !important;
	}
}

@media (max-width: 767px) and (min-width: 1px) {
	#jc .jc_right p span .grippie {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
	}
}

#jc .jc_check {
    padding: 0;
    margin: 0 0 10px 0;
}

#jc .jc_check p {
    margin: 0 auto !important;
}

@media (max-width: 767px) and (min-width: 480px) {
	#jc .jc_check p {
		float: right;
	}
}

@media (max-width: 479px) and (min-width: 1px) {
	#jc .jc_check p {float: none;text-align: center;}
}

#jc .jc_check p span {}

@media (max-width: 479px) and (min-width: 1px) {
	#jc .jc_check p span {display: inline-block;}
}

#jc .jc_check p span input {
    margin: 1px 5px 0 0;
    padding: 0;
    float: left;
    width: auto;
}

#jc .jc_check p span label {
	margin: 0;
    padding: 0;
    float: left;
    width: auto;
    color: #666;
    font-weight: 300;
    line-height: 24px;
    text-align: justify;
    font-family: Roboto, sans-serif;
}

#jc .jc_captcha {
    padding: 0;
}

#jc .jc_captcha label {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #666;
    font-weight: 500;
    line-height: 24px;
    text-align: right;
    font-family: Roboto, sans-serif;
}

@media (max-width: 479px) and (min-width: 1px) {
	#jc .jc_captcha label {
		text-align: center;
		margin: 0 0 5px 0;
	}
}

#jc .jc_captcha .jc_captcha_left {
    float: right;
    margin: 0;
}

@media (max-width: 479px) and (min-width: 1px) {
	#jc .jc_captcha .jc_captcha_left {
		width: 100%;
	}
}

#jc .jc_captcha .jc_captcha_right {
    float: right;
    margin: 0 10px 0 0;
}

@media (max-width: 479px) and (min-width: 1px) {
	#jc .jc_captcha .jc_captcha_right {
		width: 100%;
		margin: 0 0 0 0;
	}
}

#jc .jc_captcha .jc_captcha_left img.captcha {
    margin: 0;
    border: 0;
    width: auto;
    height: 40px;
}

@media (max-width: 479px) and (min-width: 1px) {
	#jc .jc_captcha .jc_captcha_left img.captcha {
		margin: 0 auto;
	}
}

#jc .jc_captcha .jc_captcha_left span.captcha {
    float: right;
    margin-top: 5px;
}

@media (max-width: 479px) and (min-width: 1px) {
	#jc .jc_captcha .jc_captcha_left span.captcha {
		margin: 0 auto 10px auto;
		text-align: center;
		display: table;
		float: none;
	}
}

#jc .jc_captcha .jc_captcha_left span.captcha:hover {
    color: #0e5f7f;
}

#jc .jc_captcha .jc_captcha_right input.captcha {
    width: 80px;
    height: 40px;
    border-radius: 0;
    margin: 0;
    padding: 10px !Important;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #cccccc;
    border: 1px solid #eee;
}

@media (max-width: 479px) and (min-width: 1px) {
	#jc .jc_captcha .jc_captcha_right input.captcha {
		margin: 0 auto;
		text-align: center;
		display: table;
	}
}


#jc .jc_button {
    padding: 0 0 0 0;
    margin: 0;
    text-align: right;
}

@media (max-width: 767px) and (min-width: 480px) {
	#jc .jc_button {
		text-align: right;
	}
}

@media (max-width: 479px) and (min-width: 1px) {
	#jc .jc_button {
		text-align: center;
	}
}

#jc .jc_button #comments-form-buttons {
    margin: 0 !important;
    overflow: initial !important;
    padding-top: 25px;
    text-align: center;
}

@media (max-width: 767px) and (min-width: 1px) {
	#jc .jc_button #comments-form-buttons {
		padding-top: 20px;
	}
}

#jc .jc_button #comments-form-buttons #comments-form-send {
	display: block;
	margin: auto;
	background: transparent;
	float: none;
}

#jc .jc_button #comments-form-buttons #comments-form-send:hover {
}

#jc .jc_button #comments-form-buttons #comments-form-send a {
	font-size: 14px;
	color: #fff !important;
	font-style: italic;
	width: 100%;
	max-width: 100px;
	background: #065b9d;
	border: 0 !important;
	margin: 0;
	height: 35px;
	border-radius: 0;
	cursor: pointer;
	display: block;
	font-weight: normal;
	line-height: 34px;
	padding: 0;
}

#jc .jc_button #comments-form-buttons #comments-form-send a:hover {
	background: #c11f33;
}

#jc .jc_button #comments-form-buttons #comments-form-cancel {
    display: none !important;
}

#jc .jc_button #comments-form-buttons #comments-form-cancel a {}

#jc #comments-footer {
	float: left;
	width: 100%;
	display: none;
}

#comments-form-smilespanel {
    padding: 0 !important;
    border-radius: 5px;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    margin-top: 2px;
}

#comments-form-smilespanel img {
    float: left;
    margin: 10px;
}

#comments-form {}

#comments-form .left {
    display: inline-table;
    vertical-align: top;
    width: 50%;
    padding: 0 15px 0 0;
}

@media (max-width: 767px) and (min-width: 1px) {
    #comments-form .left {
        width: 100%;
        padding: 0;
    }
}

#comments-form .left label {
    float: left;
    width: 100%;
}

#comments-form .left input {
    height: 40px;
    margin: 0;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

#comments-form .right {
    display: inline-table;
    vertical-align: top;
    width: 50%;
    padding: 0 0 0 15px;
}

@media (max-width: 767px) and (min-width: 1px) {
    #comments-form .right {
        width: 100%;
        padding: 0;
    }
}

#comments-form .right label {
	float: left;
	width: 100%;
	text-align: left;
}

#comments-form .right textarea {
    width: 100%;
    max-width: 100% !important;
    height: 100px;
}

#comments-form .right .grippie {
    width: 100%;
    max-width: 100% !important;
}

#comments-form .check {
    margin: 10px 0 0 0;
    width: 100%;
    display: inline-flex;
    align-items: center;
    text-align: left;
}

#comments-form .check label {
    display: inline-table;
    vertical-align: middle;
}

#comments-form .check input {
    display: inline-table;
    vertical-align: middle;
    line-height: initial;
    padding: 0 !important;
    margin: 0 0 0 5px !important;
}

#comments-form .captcha-div {
    display: block;
    width: 100%;
}

#comments-form .captcha-div img {}

#comments-form .captcha-div span {}

#comments-form .captcha-div input {}

#comments-form-buttons {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

#comments-form-buttons .btn {
    padding: 0;
    float: left;
    width: 100%;
    text-align: left;
}

#comments-form-buttons .btn a {
    display: inline-table;
    margin: auto;
    font-size: 14px;
    color: #fff !important;
    font-style: italic;
    width: 100%;
    max-width: 100px;
    background: #000;
    border: 0 !important;
    border-radius: 5px;
    height: 35px;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
    line-height: 34px;
}

#comments-form-buttons .btn a:hover {
	background: #000000;
}

#comments-footer {
    display: none;
}

/************************************* DEPOIMENTOS **************************************/

#box_form_contato_error {
    float: left;
    width: 100%;
}

#box_form_contato_error form {
    float: left;
    width: 100%;
}

#box_form_contato_error .left {
    float: left;
    width: 50%;
    padding: 0 15px 0 0;
}

@media (max-width: 767px) and (min-width: 1px) {
	#box_form_contato_error .left {
		width: 100%;
		padding: 0;
	}
}

#box_form_contato_error .right {
    float: left;
    width: 50%;
    padding: 0 0 0 15px;
}

@media (max-width: 767px) and (min-width: 1px) {
	#box_form_contato_error .right {
		width: 100%;
		padding: 0 0 15px 0;
	}
}

#box_form_contato_error label {
    float: left;
    width: 100%;
    margin: 0;
}

#box_form_contato_error input {
    margin: 0 0 10px 0;
    height: 38px;
}

#box_form_contato_error select {
    margin: 0 0 10px 0;
    height: 38px;
}

#box_form_contato_error option {}

#box_form_contato_error textarea {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    border: 1px solid #d9d9d9;
}

#box_form_contato_error .name_field {
    float: left;
    width: 100%;
}

#box_form_contato_error .mail_field {
    float: left;
    width: 100%;
}

#box_form_contato_error .phone_field {
    float: left;
    width: 50%;
    padding: 0 15px 0 0;
}

#box_form_contato_error .cellphone_field {
    float: left;
    width: 50%;
    padding: 0 0 0 15px;
}

#box_form_contato_error .city_field {
    float: left;
    width: 70%;
    padding: 0 15px 0 0;
}

#box_form_contato_error .state_field {
    float: left;
    width: 30%;
    padding: 0 0 0 15px;
}

#box_form_contato_error .message_field {
    float: left;
    width: 100%;
}

#box_form_contato_error .option_field {
    float: left;
    width: 100%;
}

#box_form_contato_error .option_field_field {}

#box_form_contato_error .obs_field {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 14px;
    margin: 0 0 10px 0;
    color: #db353a;
}

#box_form_contato_error .enviar {
    float: left;
    width: 100%;
    text-align: right;
}

#box_form_contato_error .enviar input {
	display: inline-block;
	font-size: 14px;
	color: #fff !important;
	font-style: italic;
	width: 100%;
	max-width: 100px;
	background: #000;
	border: 0 !important;
	margin: 0;
	height: 35px;
	border-radius: 5px;
	cursor: pointer;
}

#box_form_contato_error .enviar input:hover  {
	background: #000000;
}

.vmproduct .product-natal .product-fields {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 9999;
	width: 73px;
	height: 70px;
	background: url(../images/natal-ico2.png);
	background-repeat: no-repeat;
}

.com-virtuemart.view-category .product-natal .product-fields {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 9999;
	width: 31px;
	height: 30px;
	background: url(../images/natal-ico2.png);
	background-repeat: no-repeat;
}

.com-virtuemart.view-productdetails .product-natal .product-fields {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9999;
	width: 73px;
	height: 70px;
	background: url(../images/natal-ico1.png);
	background-repeat: no-repeat;
}

.vmproduct .product-black-friday .product-fields {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
	width: 50px;
	height: 30px;
	background: url(../images/black-friday-ico2.png);
	background-repeat: no-repeat;
}

.com-virtuemart.view-category .product-black-friday .product-fields {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
	width: 50px;
	height: 30px;
	background: url(../images/black-friday-ico2.png);
	background-repeat: no-repeat;
}

.com-virtuemart.view-productdetails .product-black-friday .product-fields {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 9999;
	width: 100px;
	height: 60px;
	background: url(../images/black-friday-ico1.png);
	background-repeat: no-repeat;
}

.vmproduct .pronta-entrega .product-fields {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
	width: 60px;
	height: 60px;
	background: url(../images/pronta-entrega-ico3.png);
	background-repeat: no-repeat;
}

.com-virtuemart.view-category .pronta-entrega .product-fields {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
	width: 40px;
	height: 40px;
	background: url(../images/pronta-entrega-ico2.png);
	background-repeat: no-repeat;
}

.com-virtuemart.view-productdetails .pronta-entrega .product-fields {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 9999;
	width: 100px;
	height: 100px;
	background: url(../images/pronta-entrega-ico1.png);
	background-repeat: no-repeat;
}

.com-virtuemart.view-productdetails .consulte_condicoes {
	float: left;
	width: 100%;
}

.com-virtuemart.view-productdetails .consulte_condicoes .product-fields {}

.com-virtuemart.view-productdetails .consulte_condicoes .product-field {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 767px) and (min-width: 1px) {
	.com-virtuemart.view-productdetails .consulte_condicoes .product-field {
		justify-content: flex-start;
	}
}

.com-virtuemart.view-productdetails .consulte_condicoes .product-field-display {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-style: italic;
    background: #eeeeee;
    padding: 0 10px;
    border-radius: 10px;
    width: 100%;
    max-width: 250px;
}

.com-virtuemart.view-productdetails .consulte_condicoes .product-field-display:after {
    font-family: FontAwesome;
    content: "\f0d6";
    padding: 0 0 0 10px;
    font-size: 20px;
    font-style: normal;
}

