.btn-wish{
	width: 103px !important;
}
.badge-cart{
	z-index: 2;
}

.masony {
    -webkit-column-width: 18em;
    -moz-column-width: 18em;
    column-width: 18em;
    -moz-column-gap: 1em;
    -webkit-column-gap:1em;
    column-gap:1em;
    -moz-column-fill: balance;
}
.masony-item {
    display: inline-block;
    padding:  .25rem;
    width:  100%;
}

#top {
  background: transparent;
  color: #eeeeee;
  padding: 8px 0 0 0;
  /* border-bottom: 1px solid #eeeeee; */
  height: 53px;
}

.brand-img{
  width: 171px;
  height: 73px;
}
/* .sizes .brand-img{
  margin:0 auto;
} */
.sc-circle{
    border: 1px solid #cecece;
    border-radius: 1em;
    margin-left: 2px;
}
.sc-circle:first-child{
    margin-left: 10px;
}

.no-padding{
  padding:  0;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
.small-yamm-content {
    padding: 20px !important;
}
.small-yamm-dropdown-menu {
    background: #010084 !important;
    min-width: 215px !important;
}
.small-yamm-content h5 {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 300 !important;
}
.btn-copyaddress{
    font-size: 12px;
    float: right;
    padding: 2px 8px;
    margin-top: 5px;
}

.dropdown i.lnr-header{
  font-size: 2em;
}

/* ########################################### */
/* ########################################### */
/* ########################################### */
/* ########################################### */
/* ########################################### */

.badge-cart {
  position: relative;
      padding: 2px 5px;
      top: -17px;
      left: 43px;
      background: #010084;
      z-index: 999;
      color: #ffffff;
      font-size: 12px;
}

#top .stackicons-font {
    padding: 0px;
    font-size: 87%;
    text-align: center;
    top: 10px;
    position: relative;
}



.site-color{
    color: #ff661c;
}

.contact{
  top: 32px;
  float: right;
}

.contact .list-inline{
  float: right;
}

.navbar {
    position: relative;
    min-height: 25px;
    margin-bottom: 0;
    border-bottom: none;
    background: #ff661c;
}
.navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}

.navbar-header{
  height: 71px;
  bottom: 63px;
  position: relative;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 15px;
}

.navbar ul.nav > li > a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.08em;
    border-top: solid 5px transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #222;
    background-color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.navbar ul.nav > li > a:hover {
    /*border-top: solid 5px #870000;*/
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #870000;
    color: #ffffff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #222;
}

.navbar ul.nav > li.active > a, .navbar ul.nav > li.open > a {
    text-decoration: none !important;
    /*border-top: solid 5px #222;*/
}

.navbar ul.dropdown-menu li {
    border-bottom: none;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  background: #ffffff !important;
  box-shadow: 0 5px 21px rgba(0,0,0,0.09);
  -moz-box-shadow: 0 5px 21px rgba(0,0,0,0.09);
  -webkit-box-shadow: 0 5px 21px rgba(0,0,0,0.09);
}

.yamm .yamm-content {
    padding: 20px 30px 53px 30px;
}

.navbar .yamm-content h4 {
  color: #010084 !important;
    text-transform: capitalize;
    font-size: 15px;
    margin: 6px 0;
}

.navbar-brand {
/*   transform: translateX(-50%);
  left: 50%;
  position: absolute; */
}
.navbar-brand>img {
  margin: 16px 0;
  width: auto;
  height: 105px;
}

.btn-for-header {
  background: transparent;
  border: none;
  padding: 5px 0;
  color: #ff661c;
  margin-right: 8px;
  top: 11px;
  position: relative;
}
.fa-cart-back {
    color: #ff661c;
}

/*
.media {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.media-image {
    display: block;
    width: 100%;
}

.media-body {
  background: rgba(180, 29, 29, 0.7);
  width: 100%;
  bottom: 0;
  color: white;
  font-size: 1em;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 3.75em 3em;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.media-body:hover { opacity: 1; }

.media-body:after,
.media-body:before {
  border: 1px solid rgba(255, 255, 255, 0.7);
  bottom: 1em;
  content: '';
  left: 1em;
  opacity: 0;
  position: absolute;
  right: 1em;
  top: 1em;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}

.media-body:before {
  border-bottom: none;
  border-top: none;
  left: 2em;
  right: 2em;
}

.media-body:after {
  border-left: none;
  border-right: none;
  bottom: 2em;
  top: 2em;
}

.media-body:hover:after,
.media-body:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.media-body h2 {
    margin-top: 0;
    color: #ffffff;
    line-height: 1.5em;
}
.media-body p { margin-bottom: 1.5em; } */

.btn-for-header:hover, .btn-for-header:focus {
    color: #fff;
}

#form-newsletter label{
  background: none;
  filter: progid:none;
  padding: 0;
  border: 0;
  margin: 25px 30px 0 0;
  float: left;
  max-width: 150px;
  font-size: 14px;
}
#form-newsletter input{
  float: left;
  padding: 6px;
  color: #999999;
  background: #fff;
  border: none;
  box-shadow: none;
  width: 260px;
  border: 1px solid;
  margin-top: 18px;
}
#sub-footer {
  padding: 30px 0 30px;
  color: #999999;
  text-align: center;
  min-height:300px;
}
#sub-footer h4 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #333;
    margin-bottom: 30px;
}
#subsub-footer{
  padding-bottom: 25px;
  padding-top: 25px;

}
#subsub-footer p{
  color: #999999;
}
#sub-footer .media .media-object{
  width: 80px;
  height: 57px;

}
#sub-footer .media .media-body {
  font-size: 12px;
  text-align: left;
}
#sub-footer .media .media-body a {
    float: right;
    color: #999999;
}
#sub-footer .media .media-body p{
  margin-bottom: 0;
}
#sub-footer .btn-newsletter{
  color: #010084;
  border: 1px solid #999999;
  margin-top: 17px;
  padding: 6px 12px;
}
.box .box-footer {
    background: #f7f7f7;
    margin: 30px 0 -20px;
    padding: 20px;
    border-top: solid 1px #eeeeee;
    text-align: center;
}
#footer {
    background: #ffffff;
    padding: 50px -20px 0;
    color: #999999;
    /*border-top: 1px solid #010084;*/
}
.footer-background{
    background-image: url('http://www.algarve-autos.co.pt/admin/images/background-footer2.png');
    background-size:cover;
    width:100%;
    height:312px;
}
#footer h4 {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #333;
}
#footer a{
    color: #999;
}
#copyright a{
  color:#fff;
}
#copyright {
    background: #222;
    color: #999;
    padding: 7px 0;
    font-size: 12px;
    line-height: 28px;
    /*border-top: 1px solid #e5e5e5;*/
}
.footer-phone{
    color: #222;
    font-size: 15px;
}
#footer .email-link:hover{
    color: #ff661c;
}

.modal-list li{
  border: none;
}

.big-blocks .media{
  margin-top: 50px;
}

.info-blocks{
  border-radius: 5px;
  background-color: #f8f8f8;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
  border: 2px solid #fff;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  height: 56px;
}
.info-block-text{
  float: right;
  text-transform: uppercase;
  font-size: 16px;
  color: #4d4d4d;
  line-height: 4px;
  padding-left: 5px;
}

.info-blocks .hidden-xs{
  margin-top: 0;
      margin-bottom: 0;
      padding: 0;
      text-align: center;
      -moz-transition: all 1s 0s linear;
      -o-transition: all 1s 0s linear;
      -webkit-transition: all 1s 0s linear;
      overflow: hidden;
}

.info-blocks .fa-circle, .info-blocks .fa-circle-o{
  color: #4d4d4d;
}
.fa-circle-thinner {
    box-sizing: border-box;
    display: block;
    width: 46px;
    height: 45px;
    padding-top: 0.3em;
    text-align: center;
    border-radius: 100%;
    border: 3px solid #4d4d4d;
    position: absolute;
    top: 5px;
    left: 5px;
}

.info-block-line{
  border-bottom: 5px solid #010084;
  margin: 0 14px;
}
.info-block-line:hover {
    border-bottom: 5px solid transparent;
    -moz-transition: all 0.5s 0s linear;
    -o-transition: all 0.5s 0s linear;
    -webkit-transition: all 0.5s 0s linear;
}
.text-before-foot{
  margin: 30px 0 40px 0;
}
.text-before-foot h3{
  color: #010084;
}
.text-before-foot h5{
  line-height: 19px;
}

.contact ul li{
  color: #fff;
}

.owl-prods .product,
.owl-prods-msell .product {
  background: #fff;
      border: solid 1px #ff661c;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 60px;
      overflow: hidden;
      text-align: center;
}

/* .img-zoom {
  width: 400px !important;
  height: 220px !important;
} */
.img-zoom .image1 {
  /*width: 180px !important;
  height: 220px !important;*/
  max-height:300px;
  overflow: hidden !important;
}
.item-text{
  text-align:center;
  position: absolute;
  z-index: 9999999;
  margin: 100px 0 0 180px;
  background-color:rgba(34, 34, 34, 0.5);
  padding:10px;
}
.item-text h1{
  color: #ffffff;
  margin: 20px 0 0 0;
  font-size: 40px;
}
.item-text h2{
  color: #ff661c;
  margin: 0 0 20px 0;
  font-size: 32px;
  font-weight: 400;
}

.product {
  background: #fff none repeat scroll 0 0;
  border: none;
  box-sizing: border-box;
  margin-bottom: 60px;
  overflow: hidden;
  text-align: center;
  border: solid 1px #010084;
}

.sizes .list-group-item {
  position: relative;
  display: inline-block;
  padding: 0 110px;
  margin-bottom: -1px;
  background-color: #fff;
  border: none;
  width: 200px;
  text-align: center;
}
.sizes .selectize-input {
    border: none;
    padding: 8px 8px;
    display: inline-block;
    width: 64%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* .sizes .selectize-control {
    width: 100% !important;
} */

.product h3{
  margin-bottom: 5px;
}
.product button{
  margin-bottom: 10px;
}

.search-new{
  /*width: 300px;*/
  float: right;

}

.search-new input{
  outline: none;
  font-size: 12px;
  line-height: 18px;
  color: #818181;
  margin: 0px;
  border: none;
  background: none;
  padding: 6px 7px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 7px 0px;
}
.search-new input:focus{
    border-color: #d9d9d9;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 0 rgba(218, 77, 77, 0.6);
    box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 0 rgba(218, 77, 77, 0.6);

}

.search-new .input-group-btn:focus{
    position: relative;
    font-size: 0;
    white-space: nowrap;
    outline: 0
}
.search-new button{
  outline: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 7px 0px;
}
.search-new button:focus{
  outline: 0;
}
.search-new .btn.btn-default {
    color: #ff661c;
    background-color: #fff;
    border-color: #ccc;
    width: 48px;
}

.box.shipping-method h3{
  margin-bottom: 23px !important;
      text-align: center;
      margin: 0;
      font-size: 21px;
      position: relative;
      top: 0;
}
.box h3{
  margin-bottom: -4px !important;
  text-align: center;
  margin: 0;
  font-size: 21px;
  position: relative;
  top: -19px;
}

.userAccount .box h3{
  margin-bottom: 0 !important;
      text-align: center;
      margin: 0;
      font-size: 19px;
      position: relative;
      top: 0;
}

.userAccount .box .selectize-control {
  position: initial;
  margin-bottom: 10px;
  float: none;
  width: 100%;
}

.box .list-group{
  text-align: left;
}
.box .list-group li{
  padding-left: 0;
}
.box .list-group li h5{
  text-align: left;
  margin-left: 8px;
}

.box div{
  text-align: left;
}

.sizes .selectize-input{
  background: #fff;
  border: 1px solid #ddd;
  color: #888;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

#productMain {
    margin-bottom: 0;
    border: 1px #c0c0c0 solid;
}
#productMain .price {
  font-size: 30px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  color: #000;
}
#productMain .quantidade {
    text-align: left;
    margin-bottom: 15px;
}
.sizes .price small{
  font-size: 18px;
}

.box .selectize-control {
  position: relative;
  margin-bottom: 10px;
  /* float: left; */
  width: 180px;
  display: inline-flex;
}

.product .image {
    overflow: hidden;
    /*height: 180px !important;*/7
}

.product-img {
    width: 100%;
    height: 215px;
}
.product .text h3 {
  font-size: 15px;
  font-weight: 700;
  height: 25.6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.product button {
  margin-bottom: 10px;
  padding: 4px 12px;
  font-size: 12px;
  margin-top: 10px;
}
.owl-brand .product {
    border-bottom: none;
    margin-bottom: 0;
    border: none;
}
.ribbon .theribbon {
  position: relative;
  width: 100px;
  padding: 6px 20px 6px 20px;
  margin: 30px 10px 10px -71px;
  color: #fff;
  background-color: #010084;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  z-index: 999 !important;
}
.ribbon.sale .theribbon {
    width: 90px;
}
#thumbs a {
    display: block;
    border: solid 1px transparent;
    margin-bottom: 10px;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    background-color: transparent;
    border-radius: 0;
    text-align: left;
}

#mainImage{
  margin-bottom: 40px;
  width: 100%;
}

.panel.sidebar-menu {
    background: #fff;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
/*     margin: 10px 0 0 0;
    padding: 10px 0 0 0; */
}

.sizes .stock{
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 4px;
}

.btn-cart{
  border-radius: 5px;
  font-size: 1.2em;
  background-color: #efefef;
  color: #000000;
  padding-left: 25px;
  padding-right: 25px;
  /* min-width: 200px; */
  padding: 12px 24px;
  font-weight: 400;
  height: 55px;
  margin-top: -8px;
}
.btn-cart:hover{
  background-color: #010084;
  color: #ffffff;
}
.addToWish{
  border-radius: 5px;
  font-size: 1.2em;
  background-color: #efefef;
  color: #000000;
  padding-left: 25px;
  padding-right: 25px;
  /* min-width: 200px; */
  padding: 12px 24px;
  font-weight: 400;
  height: 55px;
  margin-top: -8px;
}

.cat-box .panel-heading {
    text-transform: uppercase;
    margin-bottom: 10px;
    background: none;
    padding: 0;
    letter-spacing: 0.08em;
    border-bottom: none;
    width: 300px;
}

.cat-box .panel-body {
    padding: 0;
    width: 300px;
}
.tab-content .box{
  margin-bottom: 0;
  padding-bottom: 0;
}
#product-social {
    text-align: center;
    margin-bottom: 10px;
}
#product-social p a.facebook {
  background: #010084;
}
.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: none;
    padding: 3px 0 0 0;
}

.owl-brand .product .image {
      overflow: hidden;
      height: 108px !important;
}

#heading-breadcrumbs h1 {
  color: #333333;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}

.st-multi-color .st-icon-facebook:before, .st-multi-color.st-icon-facebook:before {
    text-shadow: none;
    content: "\e002";
    color: #ff661c !important;
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
    position: absolute !important;
    top: 81% !important;
    margin-top: -10px !important;
}

.drawer-change .product{
  border: 1px solid #eeeeee !important;
}

.box .reviewtext{
  color: #010084 !important;
  margin-top: 20px !important;
  font-size: 18px !important;
  padding: 5px 15px;
}
#heading-breadcrumbs {
  background: url(../../admin/images/texture-bw.png) center center repeat;
  padding: 10px 0 10px 0;
  margin-bottom: 35px;
}

.products-header h1{
  margin-top: 4px;
  margin-bottom: 0;
}
.products-header hr{
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.products-header .list-group li{
  position: relative;
  padding: 10px 0 0 0;
  margin-bottom: -1px;
  background-color: transparent;
  border: none;
  font-size: 12px;
  display: inline-flex;
  width: 205px;
}
.products-header .selectize-control>.selectize-input input{
  font-size: 13px;
}
.products-header .list-group-item span{
  margin: 0 5px;
}
.products-header .selectize-control {
  position: relative;
  margin: 0 5px 0 5px;
  top: -7px;
}

#ordenar + .selectize-control>.selectize-input{
  width: 95px;
  height: 34px;
  padding: 5px 11px;
  text-overflow: ellipsis;
  background: #fff;
  border: 1px solid #ddd;
  color: #888;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#showx + .selectize-control>.selectize-input{
  width: 70px;
  height: 34px;
  padding: 5px 11px;
  text-overflow: ellipsis;
  background: #fff;
  border: 1px solid #ddd;
  color: #888;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#grid, #list{
  width: 32px;
  top: -5px;
  position: relative;
}

#showx + .selectize-control>.selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    font-size: 13px;
}
.products-header .selectize-control .selectize-dropdown [data-selectable] {
    padding: 5px 8px;
    font-size: 12px;
}
.products-header .list-group li:nth-child(1){
  width: 180px;
}
.products-header .list-group li:nth-child(2){
  width: 175px;
}
.products-header .list-group li:nth-child(3){
  width: 190px;
}
.products-header .list-group li:nth-child(4){
  width: 125px;
  float: right
}


.prod-det{
  margin-bottom: 35px;
}

.img-pending{
  margin-top: 14px;
}
#mainImage .img-pending{
  border: 1px solid #010084;
  margin-top: 14px;
}

.goToDescription {
  font-size: 12px;
  text-align: center;
  margin: 5px 0 10px 0;
  top: -24px;
  position: relative;
}

.input-quantity{
  background-color: #efefef;
  border-radius: 5px;
  color: black;
  font-size: 1.4em;
  padding: 0;
  text-align: center;
  width: 55px !important;
  height: 53px;
}
.input-quantity:focus{
  color: #333;
  border-color: #aaa;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 0 rgba(218, 77, 77, 0.6);
      box-shadow: inset 0 0 0 rgba(0,0,0,.075), 0 0 0 rgba(218, 77, 77, 0.6);
}

.desc-border1 .quantidade>label{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 0;
  margin-bottom: -18px;
}

/* Products List Grid */
.products .list-products{
  margin-bottom: 30px;
}

.products .list-products .image {
    overflow: hidden;
    height: 215px !important;
    width: 35%;
    margin: 15px 0 15px 30px;
}

.products .list-products .img-pending {
    margin-top: 0;
}

.products .list-products .text {
  padding: 25px;
  width: 50%;
  left: 375px;
  top: 0;
  position: absolute;
}

.products .list-products .text h3 {
    font-size: 19px;
    font-weight: 700;
    height: 35.6px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.products .list-products  button {
    margin-bottom: 25px;
    padding: 4px 12px;
    font-size: 12px;
    margin-top: 10px;
}

.products .list-products a{
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.desc-border{
  border: 1px solid #c0c0c0;
  padding: 5px 15px;
  height: 187px;
  border-bottom: none;
}
.desc-border1{
  border: 1px solid #c0c0c0;
  padding: 5px 15px;
  height: 112px;
  border-top: none;
}

.pagination {
  margin: 0 0 5px 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-radius: 0;
}
.info-block-img{
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1.5em;
  vertical-align: middle;
}
.info-block-img .fa-circle{
  font-size: 1.5em;
  margin-left: 3px;
}
.info-block-img .fa-truck,
.info-block-img .fa-thumbs-o-up{
  margin-left: 5px;
  font-size: 24px;
}

.info-block-img .fa-circle-thinner {
    box-sizing: border-box;
    display: block;
    width: 35px;
    height: 35px;
    padding-top: 0.3em;
    text-align: center;
    border-radius: 100%;
    border: 3px solid #4d4d4d;
    position: absolute;
    top: 5px;
    left: 5px;
}

.info-block-img .fa-clock-o,
.info-block-img .fa-heart{
  margin-left: 8px;
  font-size: 24px;
  margin-top: 2px;
}

#coupon-code{
  border-right: 1px solid #010084;
}

.openCart{
  float: right;
  top: 15px;
  position: relative;
  margin-right: 14px;
}
.openCart:hover{
  text-decoration: none;
}

.pagination>li>a, .pagination>li>span {
  border-radius: 0% !important;
    margin: 0 5px;
}

.pagination > li > a, .pagination > li > span {
    padding: 4px 10px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #010084;
    background-color: #F2F2F2;
    border: 1px solid #dddddd;
}

.sizes .error{
  float: left;
  color: #d85d5d;
  font-size: 13px;
  line-height: .15em;
  margin: 9px 0 0 41px;
  font-style: italic;
  font-weight: 900;
  text-transform: capitalize;
  display: none;
}

.delay-content{
  display: none;
}

.produ-relacionas{
  font-size: 12px;
  text-align: center;
  margin: 5px 0 10px 0;
  top: -24px;
  position: relative;
  text-decoration: underline;
  color: #999999;
}



@media only screen and (max-width : 1600px) {
  .navbar ul.nav > li > a {
      text-transform: uppercase;
      text-decoration: none;
      font-weight: bold;
      letter-spacing: 0.08em;
      /*border-top: solid 5px transparent;*/
      padding-top: 8px;
      padding-bottom: 10px;
  }
}
@media only screen and (max-width : 1400px) {
  .product-img {
    width: 100%;
    height: 180px;
}
  .navbar-default .navbar-nav > li > a {
      color: #ffffff;
      font-size: 13px;
  }
  .navbar-default .navbar-nav > li > a:hover {
      color: #ffffff;
      font-size: 13px;
  }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .info-block-line {
      border-bottom: 5px solid #010084;
      margin: 0;
  }
  .info-block-text {
      float: right;
      text-transform: uppercase;
      font-size: 16px;
      color: #4d4d4d;
      line-height: 43px;
      padding-left: 5px;
  }
  .navbar-default .navbar-nav > li > a:hover {
      color: #ffffff;
      font-size: 13px;
  }
  .badge-cart {
    position: relative;
    padding: 2px 5px;
    /* top: 29px; */
    left: 402px;
    background: #010084;
    z-index: 999;
    color: #ffffff;
    font-size: 12px;
}
}


@media only screen and (max-width : 992px) {
    .badge-cart {
      position: relative;
      padding: 2px 5px;
      /* top: 29px; */
      left: 586px;
      background: #010084;
      z-index: 999;
      color: #ffffff;
      font-size: 12px;
  }
  #productMain .price {
      font-size: 40px;
      text-align: center;
      margin-top: 0;
      margin-bottom: 5px;
      color: #000;
  }
  .navbar-default .navbar-nav > li > a:hover {
      color: #ffffff;
      font-size: 13px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .badge-cart {
      left: 271px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

.no-padding{
  padding-left:0px!important;
  padding-right:0px!important;
}
.box {
    background: #fff;
    margin: 0 0 30px;
    /* border: solid 1px #ccc; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border-left: none;
    border-right: none;

}
.box .cart-footer{
  background: #f7f7f7;
  margin: 30px 0 0;
  padding: 20px;
  border-top: solid 1px #eeeeee;
  text-align: center;
}

.addresses h3 {
  margin-bottom: 25px !important;
  text-align: center;
  font-size: 21px;
  position: relative;
  top: 0;
}
#checkout .table tbody tr td input, #basket .table tbody tr td input, #customer-order .table tbody tr td input {
    width: 65px;
    text-align: right;
}
#basket .product{
  border: none;

}
.produ-relac{
  top: -32px;
  position: relative;
}
.produ-relac .image{
  overflow: hidden;
  height: 250px !important;
}
.produ-relac img{
  width: 100%;
  height: 250px;
}

.sel-country .selectize-input{
  padding: 2px 8px;
}

.title-slider{
  padding:5px 0;
  background-color:#222;
  color:#fff;
  font-size:25px;
}

.property-contacto input{
  margin:10px 0;
}

.back-white{
  background-color:#fff;
}

header{
  background-color:#222;
}

#top .dropdown-menu{
  top: 115%;
}

.contact-header{
  padding:35px 0;
}

.contact-header p.title{
  font-size:24px;
  font-weight: 500;
}

.contact-header p{
  font-size:16px;
}
.contact-header i{
  color:#222;
  font-size:50px;
  background-color:#ff661c;
  padding:25px;
  border-radius:80px;
}

#map{
  height:300px;
  width:100%;
}

.st-multi-color .st-icon-facebook:after, .st-multi-color.st-icon-facebook:after{
  color:#222!important;
}

#formContact input{
  margin:0px 0 20px 0;
  /*padding:20px;*/
}

#formContact .date{
  margin:0px 0 20px 0;
}

#formContact input.datepicker{
  margin:0px 0 0px 0;
}

#formContact input[type="checkbox"]{
  margin-right:10px;
  font-weight:normal!important;
}

#formContact label{
  margin-right:10px;
  font-weight:bold;
}

#formContact select{
  margin:0px 0 20px 0;
}

#formContact h3{
      font-size: 24px;
    font-weight: 500;
}

#formContact input[type="submit"]{
  background-color:#ff661c;
  border:none;
  padding:15px 40px;
}

#formContact input[type="submit"]{
  margin-top:20px;
}