/* GENERAL CONFIG
-------------------------------------------------- */
html {
    height: 100%
}
body {
 	font-family: 'Open Sans', sans-serif;
 	margin: 0;
    font-size: 14px;
    font-weight: 400;
}
input, select, textarea, .inputbox {
    border: 1px solid #e8e8e8;
    line-height: 24px;
    padding: 6px 10px;
}
input[type="text"], input[type="button"], input[type="password"] {
    width: 100%;
}
a {
    transition: all 0.5s ease 0s;
    cursor: pointer;
    color: #9B9B9B;
}
a:hover, a:focus {
   outline: 0;
   text-decoration: none;
   color: #8CD50B;
}
a.active {
    color: #8CD50B;
}
.width25 {
    width: 23%;
}
.wrapSite {
	width: 1170px;
	padding: 0px 15px;
	margin: 0px auto;
}
.pull-right {
    float: right!important;
}
.right {
	text-align: right;
}
.text-client {
    color: #337ab7;
}
.form-control {
    border-radius: 0px;
}
.btn-client {
	background: #8CD50B !important;
	color: #FFF !important;
	text-shadow: none !important;
	border: none !important;
    border-radius: 0px !important;
}
.btn-clientInvert {
	background-color: #FFF;
	color: #00A4DB;
	border-radius: 0px;
}
.btn-client:hover {
	background-color: #0062cc;
	color: #FFF !important;
}
.btn-client2 {
	background-color: #F5F6F7;
	color: #4A4A4A !important;
    font-weight: 300;
}
.btn-client span.arrow{
	background-color: #FFF;
	color: #272D33;
	border-radius: 0px;
}
.btn-clientInvert span.arrow{
	background-color: #272D33;
	color: #FFF;
	border-radius: 0px;
}
.btn-client:hover {
	color: #337ab7;
}
.btn-secondary {
	background-color: #59A4E4;
	color: #FFF;
}
.btn-secondary:hover {
	color: #004494;
}
.bolder {
	font-weight: 700 !important;
}
.opg-text-primary {
    color: #8CD50B !important;
}
.uppercase {
	text-transform: uppercase;
}
.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-message {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

div.product {
    min-width: 100px !important;
}


/* LANG BAR
-------------------------------------------------- */
.langBar {
	background-color: #F5F6F7;
    border-bottom: 1px solid #DDDDDD;
	padding: 5px 0px;
    z-index: 999;
    position: sticky;
}
.lang a {
	opacity: 0.6;
	margin: 2px 0px;
}
.lang a.active {
    opacity: 1;
}
.lang li.lang-active a, .lang li a:hover {
	opacity: 1;
}
.contacts p {
	margin: 2px 0px 0px;
}
.contacts {
	color: #FFF;
	font-size: 12px;
}

.call p {
    margin: 0px;
}
.call a {
    color: #FFF;
}

ul.lang-inline li {
	margin: 0px;
}

ul.contactosTop {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
ul.contactosTop li {
    display: inline-block;
    margin-right: 30px;
}
ul.contactosTop li i {
    color: #8CD50B;
}
/* HEADER
-------------------------------------------------- */
.headerBar {
    padding: 10px 0px 25px 0px;
}
/*logo*/
.logoBar {
	background-color: rgba(255,255,255,0.7);
}
.logoBar .container {
	min-height: 130px;
	padding: 20px 0px;
}
/*carrinho*/
.cart {
	padding: 0px 0px 0px 30px;
}
.cart button {
    padding: 8px 15px;
}
/*.cart button img {
	margin-right: 10px;
}*/
.cart button .cart_title {
    text-transform: uppercase;
    font-weight: 300;
}
.cart p.carrinho {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 18px;
	margin: 0px 0px 0px 10px;
}
.cart p.artigos {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0px 0px 0px 10px;
}

.overlayContent {
    z-index: 999;
    position: absolute;
    width: 100%;
    background: rgb(74,74,74, 0.75);
}


.vmCartModule {
	color: #FFFFFF;
}

.totalttt {
	width: 100%;
}
.cart a {
    text-align: left;
    margin: 3px 0px 3px 5px;
    color: #333;
    display: block;
    font-size: 20px;
}
.cart a p {
    margin: 0px;
}
.cart a p.cart_title {
    text-transform: uppercase;
    text-transform: uppercase;
    line-height: 20px;
    font-style: italic;
}
.cart a p.total_products {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

/* MENU BAR
-------------------------------------------------- */
.navbar {
    padding: 0px;
}
/*.menuBar{
	background: rgb(74,74,74, 0.75);
}*/
.menuBar p {
    margin: 0px;
}
.menuBar .nav li a {
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: uppercase;
	padding: 12px 25px;
	display: inline-block;
    border-top: 3px solid transparent;
}
.menuBar .nav li.active a,
.menuBar .nav li.active a:hover,
.menuBar .nav li a:hover {
	color: #8CD50B;
	/*background: rgb(74,74,74, 0.75);*/
    border-top: 3px solid #8CD50B;
}
.iconMenu  {
	width: 100%;
	height: 25px;
	display: block;
	margin-bottom: 10px;
}
ul.menu li a img {
	height: 25px;
	display: block;
	margin-bottom: 10px;
	margin: 0px auto;
}

/*.inicioPT::after {
    content: "Últimas Entradas";
    font-weight: 300;
    display: block;
    font-size: 14px;
    font-style: italic;
    color: green;
}*/

/* BANNER BAR
-------------------------------------------------- */
.bannerBar {
	position: relative;
}
.ribbon {
    position: absolute;
    top: 70px;
    right: 10%;
    z-index: 99;
    opacity: 0.8;
    mix-blend-mode: multiply;
}
.camera_caption {
	width: 100%;
	padding: 15px 40px;
    background: rgba(74,74,74, 0.75);
}
#camera_wrap_109 .camera_caption > div {
    border-radius: none;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}
.camera_caption > div {
	background: transparent;
	padding: 0px;
}
.camera_caption_title {
    font-size: 34px !important;
	font-weight: 100;
	font-style: italic;
    text-align: center;
    text-shadow: 0 2px 4px #000000;
    line-height: 34px;
}
.camera_caption_desc {
    font-size: 14px !important;
    font-weight: 100;
    text-align: center;
    text-shadow: 0 2px 4px #000000;
    line-height: 18px;
}


/* BREADCRUMBS
-------------------------------------------------- */
.breadcrumbs {
    background-color: #F5F6F7;
}
.breadcrumb {
    margin-bottom: 0px;
    background-color: #F5F6F7;
}
.breadcrumb > li + li::before {
    display: none;
}
.breadcrumb span.divider {
    padding: 0px 10px;
}
.breadcrumb > li span {
    font-size: 14px;
    color: #636363;
    font-weight: 300;
}
.breadcrumb > li.active span {
    color: #8CD50B;
}


/* PESQUISA
-------------------------------------------------- */
/*search*/
.pesquisa input {
    height: 48px;
    border: none;
    background-color: #F5F6F7;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
}
.pesquisa .btn {
    padding: .375em 1em;
    text-transform: uppercase;
    font-size: 14px;
}

.pesquisa input {
    height: 48px;
    border: none;
    background-color: #FFF;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #EEE;
}
.pesquisa .button {
    vertical-align: middle;
    position: absolute;
    border: none;
    right: 2px;
    top: 9px;
    height: 30px;
    background: #8CD50B !important;
}

/* pesquisa menu */
.formPesquisa input {
    height: 50px;
}
.formPesquisa button.btn-search {
    background-color: #8CD50B;
    border-radius: 0px;
    border: none;
    height: 50px;
    width: 50px;
}
.formPesquisa button.btn-search i {
    color: #FFFFFF;
}

/* CHOSEN
-------------------------------------------------- */
.boxSearch {
    width: 100%;
    padding: 20px;
    margin: 40px 0px;
    background-color: #f1f1f1;
}
.labelPesquisa {
    text-align: center;
}
.labelPesquisa  label {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    line-height: 20px;
    color: #FFF;
}
.content button {
    padding-left: 30px;
    padding-right: 30px;

}

.pesquisaTitle {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    color: #001D4C;
    margin-top: 10px;
}
.btn-search {
    text-transform: uppercase;
    font-style: italic;
}
/*.btn-search i {
    color: #001D4C;
}*/
.chosen-container-single .chosen-single {
    border-radius: 0px;
    border: none;
    background: #FFF;
    min-height: 38px;
    box-shadow: none;
    line-height: 20px;
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
    font-size: 16px;
    color: #333;
}


.chosen-container-single {
    border: 1px solid #e8e8e8;
    line-height: 24px;
    padding: 5px 5px;
}

.pesquisaChosen {
    padding: 0px 50px;
}


/* ESCONDE PESQUISA NATIVA ---------------------- */
.vm-search-custom-search-input {
    display: none;
}



/* FILTERS ---------------------- */
.filters {
    font-weight: 700;
}
.filters ul {
  list-style-type: none;
}
.filters ul li {
    display: inline;
    margin-left: 20px;
}
.filters ul li a {
    font-weight: 300;
}
.filters ul li.active a {
    font-weight: 700;
    color: #8CD50B;
}



/* CONTEUDO CENTRAL
-------------------------------------------------- */
.conteudoCentral {
	padding: 40px 0px;
    background-color: #FFFFFF;
}
.header {
	font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
	color: #000000;
	margin-bottom: 15px;
}
.conteudoCentral h1, .conteudoCentral h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    color: #000000;
    margin-bottom: 15px;
}


/* ------- Paginação Bottom ----------------------- */
.vm-pagination-bottom ul > li > a, .vm-pagination-bottom ul > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.vm-pagination-bottom {
  float: none;
  padding: 20px 20px 0px 20px;
}
.vm-pagination ul {
  display: inline-block;
}
.pagenav {
  margin: 0px;
}
.vm-pagination-bottom ul li.disabled.hidden-phone a {
  color: #8CD50B;
  background-color: #8CD50B;
  color: #FFF;
  border: 1px solid #8CD50B;
}
.vm-pagination-bottom ul li.disabled a {
  color: #8CD50B;
  background-color: #eee;
  border-color: #ddd;
}
.vm-pagination-bottom ul > li > a, .pagination > li > span {
  color: #666666;
}
.vm-page-counter {
  font-size: 12px;
  font-weight: 300;
}
.vm-pagination-bottom li.pagination-start span.pagenav, .vm-pagination-bottom li.pagination-prev span.pagenav,
.vm-pagination-bottom li.pagination-next span.pagenav, .vm-pagination-bottom li.pagination-end span.pagenav {
  background-color: #DDDDDD;
  border: 1px solid #DDDDDD;
  color: #666666;
}
.vm-pagination-bottom li span.pagenav {
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
  color: #666666;
}


/* POPUP RECOMENDAR AMIGO
-------------------------------------------------- */
.contentpane {
    font-family: 'Open Sans', sans-serif;
}
.ask-a-question-view, .manufacturer-details-view .spacer {
    font-size: 14px;
}
.customer-reviews, .ask-a-question-view .form-field {
    margin: 25px 0 0;
    background-color: #f5f5f5;
    padding: 10px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #DDD;
}
.g-recaptcha {
    margin: 10px 0px;
}
input.highlight-button {
    padding: 10px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-message {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.product-container .productdetails > .product-price {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 22px !important;
    color: #333 !important;
    font-weight: 700;
    font-style: italic;
}
.featuredProductImage {
    margin-bottom: 10px;
}



.bx-viewport .productdetails {
    position: absolute;
    bottom: 50px;
    right: 0px;
}
.bx-viewport .productdetails .product-price {
    min-height: 35px;
    background-color: #00A4DB;
    padding: 10px 5px 10px 0px;
    width: 95px;
    color: #FFFFFF !important;
}
.bx-viewport .product-container a {
    font-size: 12px;
}
.bx-viewport  p.product_s_desc {
    text-align: center;
    font-size: 12px;
}


/* VIRTUEMART
-------------------------------------------------- */
.thumbnail {
	text-align: center;
}
.thumbnail img {
	width: 99%;
}
.thumbnail a {
	color: #000000;
	font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}
.thumbnail .btn-group .btn {
    text-transform: uppercase;
}
.caption {
    padding: 5px 0px;
}
.caption p {
    margin-bottom: 0px;
}

.product h2 a {
	color: #333333;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    display: block;
}

.vm-product-descr-container-0 {
    min-height: 35px;
    margin-bottom: 0px;
}
/*.product .vm3pr-0 .addtocart-area,
.product .vm-details-button {
	display: none;
}*/


.PricebasePriceWithTax, .vm-price-desc {
    display: none !important;
}
/*.PricesalesPriceTt.vm-display:after {
    content: "IVA incluído";
    display: block;
    font-size: 14px;
    font-weight: 300;
}*/
#total_amountfulldiv {
    display: none !important;
}


.vmpayment_description p {
    margin-bottom: 0px;
}

.vm-img-desc {
    display: none;
}

/* Viaturas / Stock ------------------------ */
.product-container {
	padding: 0px;
    background-color: #F5F6F7;
    margin: 5px;
    text-align: center;
    margin-right: 5px !important;
}
.spacer.product-container {
    border: none;
    background-color: #FFFFFF;
}
.browse-view .row .product .spacer {
    padding: 0px;
}
.product-container a {
    color: #8CD50B;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    max-height: 190px;
    display: block;
    overflow: hidden;
}
.product-container a img {
	width: 100%;
}
/*.product-container .spacer p.product_s_desc {
    display: none;
}*/
.vm3pr-2 {
    float: left;
    width: 50%;
}
.PricetaxAmount {
    display: none;
}
a.ask-a-question {
    max-height: 200px;
    color: #FFFFFF;
    background: #8CD50B;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    text-decoration: none;
    padding: 12px;
    margin: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
a.ask-a-question, a.ask-a-question:hover {
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid transparent;
}
.PricepriceWithoutTax a.ask-a-question {
    line-height: 47px;
    padding: 0px;
    height: 47px;
}
.PricepriceWithoutTax a.ask-a-question:hover {
    background: #EEEEEE !important;
    color: #666666 !important;
}

.vm-product-descr-container-1 {
    min-height: 40px;
    margin-bottom: 0px;
    padding-left: 5px;
}
.vm-product-descr-container-1 > h2, .vm-product-descr-container-0 > h2 {
    margin: 0px;
}
p.product_s_desc {
    line-height: 20px;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
    color: #9B9B9B;
    font-weight: 300;
    height: 20px;
    overflow: hidden;
}

.product-price {
    width: 100%;
}

.productdetails > .product-price > .ask-a-question,
.vm3pr-2 > .product-price > .ask-a-question {
    display: none;
}

.vm3pr-1 .PricesalesPriceTt,
.vm3pr-2 .PricesalesPriceTt{
    background-color: #8CD50B;
    padding: 5px;
}
.browse-view .row .product .spacer span {
    width: 100%;
    display: block;
    text-align: right;
    font-size: 18px !important;
    color: #FFFFFF !important;
    font-weight: 700;
    padding: 0px;
}


.browseProductImage {
    max-height: 200px;
    width: auto;
    max-width: 100%;
}
.browse-view .row .product .spacer img, .related-products-view .row .product .spacer img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    min-height: 150px;
}

.browse-view .row .product .spacer .PricetaxAmount .vm-price-desc {
    font-size: 14px !important;
    color: #333 !important;
    padding-top: 15px !important;
    display: block !important;
    text-align: center !important;
    padding: 0px !important;
    font-weight: 400;
    font-style: normal;
}
.PricetaxAmount .PricetaxAmount {
    display: none !important;
}
.PricetaxAmount .vm-price-desc {
    font-size: 14px !important;
    color: #333 !important;
    padding-top: 15px !important;
    display: block !important;
    text-align: center !important;
    padding: 0px !important;
    font-weight: 400;
    font-style: normal;
}
.spacer-buy-area .PricetaxAmount .vm-price-desc {
    padding: 12px 0px 0px !important;
}


.vm3pr-1 {
    width: 50%;
    float: left;
}
.vm3pr-0 {
    display: none;
}
.vm-details-button {
    width: 50%;
    float: right;
}
div.vm-details-button a {
    padding: 17px 0px;
    border: none;
    font-size: 12px;
    line-height: 13px;
    max-width: 100%;
    background: none;
    background-color: #EEE;
    border-radius: 0px;
    color: #999;
    font-weight: 300;
}
a.product-details:hover {
    background: none;
    color: #000;
    text-decoration: none;
}
.PricesalesPriceTt.vm-display::after {
    content: "IVA incluído";
    font-size: 10px;
}
.spacer-buy-area .PricesalesPriceTt.vm-display::after {
    content: "IVA incluído";
    font-size: 10px;
    display: block;
    width: 100%;
}

/* Viaturas / Stock ------------------------ */
.catTitle {
    float: left;
    width: 15% !important;
}
.catTitleIcon {
    width: 100%;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    font-style: italic;
}
.catList {
    float: left;
    width: 85% !important;
}
.catListItem::before {
    content: "> ";
}
.catListItem {
    width: 20%;
    float: left;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}


/* Ficha de produto ------------------------ */
.product-neighbours, .icons {
    display: none;
}
.back-to-category {
    float: none;
    margin-bottom: 10px;
}
.back-to-category .product-details {
    background-color: #EEE;
    border-radius: 0px;
    padding: 5px 10px;
}

.productdetails .blockLeft .vm-product-media-container {
    width: 100%;
}
.productdetails .vm-product-media-container {
    height: 100%;
    background-color: #FFFFFF;
    padding: 5px;
    border: 1px solid #CCCCCC;
}
.vm-product-media-container {
    height: 150px;
    overflow: hidden;
    margin-bottom: 20px;
}
.main-image {
    /*max-height: 388px;*/
    overflow: hidden;
}
.vm-product-media-container a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.main-image img {
    max-width: 100%;
    max-height: none;
    margin-right: 8px;
}

.blockRight h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
	margin-bottom: 0px;
}

.tabsProdutos {
    border-bottom: 1px solid #ddd;
}
.tabsProdutos ul.nav li a {
    background-color: #006AFF;
    color: #FFFFFF;
    border-radius: 0px;
}
.tabsProdutos ul.nav li.active a {
    background-color: #FFFFFF;
    color: #333333;
}
.tabsProdutos ul.nav-tabs{
    display: none;
}
.tab-content {
    padding: 10px;
    background-color: #FFF !important;
}

.vm-product-details-container {
    float: right;
    width: 100%;
    margin-top: 50px;
}
.productdetails-view .spacer-buy-area {
    padding-left: 0px;
}
.spacer-buy-area .product-price {
    display: block;
    width: 100%;
    text-align: center;
}
.spacer-buy-area .product-price .PricesalesPriceTt .PricesalesPriceTt {
    font-size: 36px;
    font-weight: 700;
    color: #8CD50B;
    font-style: italic;
}
.PricepriceWithoutTax {
    font-size: 36px;
    font-weight: 700;
    color: #8CD50B;
}

.additional-images div.floatleft {
    border: 1px solid #ccc;
    display: block;
    padding: 5px;
    margin-right: 5px;
    overflow: hidden;
    background-color: #FFFFFF;
}
.additional-images img {
    width: auto;
    height: 70px;
    margin-right: 0px;
}
.quantity-box, .quantity-controls {
    display: none !important;
}
span.addtocart-button {
    width: 100%;
}
span.addtocart-button span.addtocart-button,
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button {
    background: #8CD50B !important;
    color: #FFF !important;
    text-shadow: none !important;
    border-radius: 0px !important;
    border: 1px solid #8CD50B !important;
    width: 100%;
}

/* POPUP FANCYBOX -------------------------------- */
#fancybox-wrap {
   /* width: 560px !important;*/
  height: auto !important;
}
#fancybox-content {
    width: 100%!important;
    height: auto !important;
}
#fancybox-content h4 {
    padding-top: 20px;
}

/* VM PRODUTOS RELACIONADOS
-------------------------------------------------- */
.bx-wrapper {
    margin: 0px;
}
.bx-wrapper .bx-viewport {
    background: none;
}

.mod_jt_bxslider_vm_product .vmheader {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.mod_jt_bxslider_vm_product .spacer a {
    width: 100%;
    display: block;
    margin-top: 5px;
    text-align: center;
    line-height: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mod_jt_bxslider_vm_product a.vmDestaquesImg {
    width: 100%;
    height: 150px;
    display: block;
    overflow: hidden;
}
.mod_jt_bxslider_vm_product .featuredProductImage {
    width: 100%;
    max-width: none;
    min-height: auto;
}


/* CHECKOUT - CARRINHO DE COMPRAS
-------------------------------------------------- */
#checkoutForm {
    background-color: #FFFFFF;
    padding: 0px 20px 20px;
    margin-top: 19px;
}
#checkoutForm .quantity,
#checkoutForm .cart-product-details {
    display: none;
}
#checkoutForm span.details-button {
    margin: 10px 0px;
    display: block;
}
#checkoutForm .shipto_fields_div {
    margin: 10px 0px !important;
}
#checkoutForm .opg-button {
    background: #CCC;
}
.opg-button-danger {
    background-color: #EEE;
}
.opg-button-danger:hover, .opg-button-danger:focus {
    background-color: #FFF;
}
.opg-width-large-2-5 {
    width: 80%;
}
.opg-thumbnail {
    border: 1px solid #CCC;
    padding: 3px;
}
.opg-thumbnail-mini {
    display: block;
    max-width: 100%;
    height: auto;
}
.removeproduct {
    color: #da314b;
}
.removeproduct:hover {
    color: red;
}
.opg-margin-small-top small {
    display: none;
}
.opg-list {
    padding-left: 5px;
    margin-bottom: 0px;
}
.opg-list label {
    width: 95%;
}
.vmpayment_name, .vmshipment_name {
    padding: 0 10px;
}
.vmpayment_description, .vmshipment_description {
    display: block;
    font-weight: 400;
    font-size: 12px;
}
.vmpayment_name, .vmshipment_name {
    font-weight: 700;
}
.opg-form input[type="radio"] {
    float: left;
}
.opg-width-1-1 {
    margin-bottom: 3px;
}
.opg-form .required {
    border-left: 3px solid #8CD50B;
}
#right_div .opg-width-1-1 select {
    border-radius: 0px !important;
    height: 30px;
    background-color: #FFF;
}
.opg-form #shipto_virtuemart_country_id_field {
    width: 100% !important;
    height: 35px;
    background-color: #FFF;
    border-radius: 0px !important;
}
.vmshipment_cost {
    font-size: 11px;
}
.opg-form .validate-email {
    width: 100%;
}

.vmCartModule > .vm_cart_products {
    display: none;
}


.opg-panel > :last-child {
    margin-bottom: 0;
}
.opg-panel-box {
    padding: 0px 15px 15px 15px;
}
#otherpay_buttons #loginbtns,
#otherpay_buttons hr {
    display: none;
}
#old_payments #guesttitle {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

#coupon_taxfulldiv {
    display: none;
}

.opg-modal-footer {
    margin-top: 15px;
}

.opg-form > p {
    display: none;
}
.squaredTwo label:after {
    width: 12px;
    height: 8px;
}

/* OnePage Checkeout
-------------------------------------------------- */
#shipment_select {
  text-align: left;
  margin-top: 30px !important;
}
#payment_select {
  text-align: left;
}


.opg-width-1-1.opg-margin-small-top > .opg-width-1-1.opg-text-center.opg-panel-box  {
  display: none;
}

/*#shipment_select, #payment_select,
.opg-width-1-1.opg-margin-small-top > .opg-width-1-1.opg-text-center.opg-panel-box  {
  display: none;
}*/

/* Destaques ------------------------ */
.vmheader {
	font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    color: #8CD50B;
    margin-bottom: 15px;
}

/* Ordenação ------------------------ */
.orderby-displaynumber {
    border-bottom: none;
    border-top: none;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #333333;
    width: 100%;
}

.orderby-displaynumber .vm-pagination-top, .orderby-displaynumber .display-number {
	display: none;
}


/* CONTACTOS ----------------------------------- */
.gbs3 {
    padding: 0px;
    border-radius: 10px;
    margin-top: -20px !important;
}
.gbs3 .page-header {
    margin: 0px;
}
.gbs3 h2 {
	font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    color: #8CD50B;
    margin-bottom: 15px;
}
.gbs3 .gcore-display-table {
    display: table;
    width: 100%;
}
.gbs3 .A,
.form-control .A {
    width: 100% !important;
}
.chrono_credits {
	display: none;
}

.bt-googlemaps {
	margin-top: -230px;
}
.moradasForm p {
    font-size: 14px;
    font-weight: 300;
}


/* DESTAQUES
-------------------------------------------------- */
.destaquesBar {
	background-color: #F5F6F7;
	padding: 40px 0px;
}
.destaquesBar .thumbnail {
	padding: 5px;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #FFF;
}
.destaquesBar .caption a {
	color: #00194D;
	line-height: 12px;
	margin-top: 10px;
	display: block;
}
.destaquesBar .caption p {
	margin: 0px;
}




/* FOOTER
-------------------------------------------------- */
.footerBar {
    /* The image used */
    background-image: url("/images/images/bckFooter.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
footer {
    background: rgba(74,74,74,0.75);
	padding: 50px 0px;
}
.footerHeading, h3.footerHeading, h6.footerHeading {
    font-size: 18px;
    font-weight: 700;
    color: #8CD50B;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footer-ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 2px;
}
.footer-ul li {
    line-height: 24px;
    font-size: 14px;
    width: 100%;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px dashed #FFF;
    margin-bottom: 10px;
}
.footer-ul li.divider {
	height: 1px;
	margin: 9px 1px;
	overflow: hidden;
	background-color: #007bff;
	border-bottom: 1px solid #007bff;
}
.footer-ul li a, .footer-ul a {
    color: #FFFFFF;
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
    padding: 0px;
}
.footer-ul li a:hover, .footer-ul a:hover {
    color: #8CD50B;
}
.footer-ul p {
	line-height: 24px;
	font-size: 14px;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    font-weight: 300;
}
.footer-ul p a {
    color: #FFFFFF;
}
.footer-ul p a:hover {
    color: #8CD50B;
}
.footer-ul p.heading {
	font-weight: 700;
}

footer .btn-client {
	padding-left: 40px;
	padding-right: 40px;
}
.legendForm {
	color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
}
.legendForm p {
    margin: 10px 0px 0px;
}
.legendForm a {
    color: #007bff;
    text-decoration: underline;
}

.social .footer-ul li {
    border: none;
}

/* COPYRIGHT
-------------------------------------------------- */
.copy {
	width: 100%;
}
.copyrightBar {
	background-color: #F5F6F7;
	font-size: 14px;
	color:#8CD50B;
	font-weight: 300;
}
.copyright {
	padding: 15px 0px;
}
.casa a {
    margin-bottom: 10px;
    display: inline-block;
}
.casa a:hover {
    color: #8CD50B;
}
.casa p {
    font-size: 10px;
    margin-bottom: 0px;
    color: #000000;
}
.copyright .createdBy {
    color: #000000;
    font-style: italic;
}
.copyright .createdBy p {
    margin-bottom: 0px;
}
.copyright .createdBy a {
    color: #8CD50B;
    font-weight: bold;
}
.copyright .createdBy a:hover {
    color: #BEBEBE;
}


/* CENTRO ARBITRAGEM
-------------------------------------------------- */
.centroArbitragemBar {
    background-color: #FFFFFF;
    padding: 10px 0px;
}
.centroArbitragemBar p {
    margin-bottom: 0px;
    color: #4A4A4A;
    font-weight: 300;
    font-size: 12px;
}



/* INFORMAÇÃO DA ENCOMENDA
-------------------------------------------------- */
.spaceStyle table {
    width: 100%;
}
#ui-tabs ul#tabs li {
    display: inline-block;
    cursor: pointer;
    background: #EEEEEE;
    padding: 8px 16px 3px;
}
#ui-tabs ul#tabs li.current {
    display: inline-block;
    background: #00A4DB;
    color: #FFFFFF;
}


/* FORMULARIO VFV
-------------------------------------------------- */
.gbs3 {
    margin-top: 40px!important;
    padding: 40px;
    background-color: #F5F6F7;
}

.gbs3 .well.well-client {
    border: 1px solid #CCCCCC;
    border-top: 3px solid #8CD50B;
    box-shadow: none;
    background: #FFFFFF;
    margin: 0px 10px;
}



/* ALTERACOES
-------------------------------------------------- */


.squaredTwo {
    width: 30px;
    height: 30px;
    padding: 4px 8px;
    background: #8cd50b !important;
    box-shadow: none;
}
.squaredTwo input[type=checkbox] {
    visibility: visible;
}
.squaredTwo label {
    display: none;
}

    
    
    
/* RESPONSIVE
-------------------------------------------------- */
@media only screen and (max-width: 768px) {
    .container {
        width: 100%;
        max-width: 960px !important;
        padding-right: 20px;
        padding-left: 20px;
    }
    .cart button .cart_title {
        display: none !important;
    }
    .cart_title {
        display: none !important;
    }
    .product-container {
        margin: 0px;
        margin-right: 5px !important;
    }
    .width25 {
        width: 100%;
    }
    .vDestaques .width25 {
        width: 100%;
    }


    .formPesquisa.col-8 {
        flex: 100%;
        max-width: 100%;
        width: 100%;
    }
    .vm-col-4 {
        width: 50%;
    }
    .vm-product-media-container {
        height: 240px;
    }
    .product-container a {
        max-height: 300px;
    }
    .browseProductImage {
        max-height: 400px;
    }

    .vm3pr-2 {
        float: left;
        width: 50%;
    }
    .cart {
        padding: 0px;
    }
    .navbar {
        padding: .5rem 0px;
        width: 100%;
    }
    .langBar .col-9, .langBar .col-3 {
        padding: 0px 5px;
    }
    .filters ul {
        list-style-type: none;
        width: 100%;
        padding: 0px;
    }
    .filters ul li:nth-child(3),
    .filters ul li:nth-child(4),
    .filters ul li:nth-child(5) {
        display: none;
    }

    h6.footerHeading {
        margin-top: 25px;
    }
    h6.footerHeading:first-child {
        margin-top: 0px;
    }
    .breadcrumb {
        display: none;
    }
    .menuBar .nav li {
        display: block;
        width: 100%;
    }
    .menuBar .nav li a {
        display: block;
    }
    .copyright, .centroArbitragemBar, .createdBy.right {
        text-align: center;
    }
  
  
  	/* POPUP FANCYBOX -------------------------------- */
    #fancybox-wrap {
        width: 320px !important;
    }
    #fancybox-content {
        width: 300px !important;
    }

}





