/* svg styles */
.cartsvg {
    margin-bottom: -5px;
    margin-right: 5px;
}

.cartsvg_big {
    margin-bottom: -3px;
    margin-top: 25px;
    margin-right: 5px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.bluecolor {
    color: #034483;
}

a {
    color: #5baefb;
}

.menusvg {
    margin-bottom: -9px;
    margin-right: 0px;
}

.rarrowsvg {
    margin-bottom: -4px;
    margin-left: 10px;
}

.tagsvg{
    margin-bottom: -5px;
    margin-right: 1px;
}

.tagsvg_big{
    margin-bottom: -5px;
    margin-right: 1px;
}
/* /svg styles */

*{
  font-family: 'Lato', sans-serif !important;
}

a, a:hover, a:visited, a:focus, a:active{
  text-decoration: none;
  cursor: pointer;
}

body{
  background:  #f6f6f6;
}

nav ul li, nav ul li a{
  color: white;
}

span.logotext{
    font-size: 26px;
}

span.by{
  font-size: 16px;
}

img.logoimg{
  margin-top: -9px;
}

input#search-text {
    background: none;
    border: none;
    border-bottom: 1px solid white;
    cursor: pointer;
}

input#search-text:focus {
box-shadow:none;
}

button.nobtn {
    background: none;
    border: none;
    margin-top: 5px;
    cursor: pointer;
    margin-left: -30px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: none;
    box-shadow: none;
    border: none;
}

nav .form-control:focus {
    background-color: #034483;
}

select.form-control:focus {
    margin-top: 0px;
}
button.nobtn:focus {
    outline: 0;
}

p.err {
  color:red;
}

li.nav-item {
    float: left;
    margin-right: 20px;
    font-size: 14px;
}

li.nav-item:last-child {
    margin-right: -15px;
}

li.nav-item a.nav-link {
color: #034483 !important;
text-transform: uppercase !important;
}
li.nav-item.active a.nav-link {
    color: #034483 !important;
    font-weight: bold !important;
    border-bottom: 2px solid;
}

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

.searching_position{
  margin-top: -60px!important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white !important;
  font-size: 14px !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white !important;
  font-size: 14px !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white !important;
  font-size: 14px !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: white !important;
  font-size: 14px !important;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.bg-light {
    background-color: #024484!important;
    padding: 5px 0;
    padding-top: 0px;
}
.transparent{
  background: none !important;
}
.navbar-light .navbar-toggler {
    border: none;
}
/*search form*/
.search__form {
    margin-top: -116px;
    width: 40%;
}

#show_items{
  display: none;
  top:285px;
  position: relative;
}
.search__input {
    color: #ffffff;
}

.demo-2 a, .demo-2 .btn {
    color: #ffffff;
}

.icon {
    display: block;
    width: 1.3em;
    height: 1.3em;
    margin-bottom: -20px;
}

#all_categories_home{
  display: none;
}

#all_categories-close {
    background: none;
    border: none;
    cursor: pointer;
    margin-bottom: 35px;
    margin-top: -15px;
}

button.btn.btn--search,button#btn-search-close {
    background: none;
}

a.navbar-brand {
    margin-left: -30px;
}

/* /search form */

.btn-login{
      line-height: 1rem;
    font-size: 0.8rem;
    cursor: pointer;
}

.search-nav{
  background-color: transparent;
  border-bottom: 2px solid white !important;
  min-width: 210px;
}

.sub-footer{
      background: #e9e9e9;
      color:#274582;
}



footer{
  color:#274582;
  text-align: center;
}

footer p{
    line-height: 20px;
}

.postfooter{
  color:#274582;
  text-align: center;
  padding-top: 10px;
}

/* 5 columnas bootstrap */


.col-md-5,

.col-lg-5 {

  min-height: 1px;

  position: relative;

}

/* prehome */

.prehome h1{
    color: #274582;
    text-transform: uppercase;
    margin-top: -10px;
}

.m-prehome{
  margin-top:90px;
  margin-bottom: 90px;
}

/* /prehome */


@media (min-width: 992px) {

  .col-md-5 {

    float: left;

    width: 20%;

  }

}

@media (min-width: 1200px) {

  .col-lg-5 {

    float: left;

    width: 20%;

  }

}
/* /5 columnas bootstrap */
a.category-item {
  display: inline-block;
  overflow: hidden;
  margin-top: 30px;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-bottom: 30px;
}

.imgitem{
  height: 200px;
  margin-top: 0px;
}

.imgitem img {
  max-width: 100%;

  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.imgitem:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.count_items{
  float: left;
  margin-bottom: -6px;
}

.count_items_round{
border-radius: 50%;
    height: 23px;
    width: 23px;
    text-align: center;
    font-weight: bold;
    color: #274582;
    background: white;
    margin-right: 5px;
}



/*.RONES .imgitem{
  background: url(../img/licor.png) no-repeat;
  background-size: cover;
  height: 200px;
  margin-top: 30px;
}

.WHISKIES .imgitem{
  background: url(../img/champagne.png)no-repeat;
   background-size: cover;
     height: 200px;
  margin-top: 30px;
}

.VINOS .imgitem{
  background: url(../img/vinos.png)no-repeat;
   background-size: cover;
     height: 200px;
  margin-top: 30px;
}

.CERVEZAS .imgitem{
  background: url(../img/cerveza.png)no-repeat;
   background-size: cover;
     height: 200px;
  margin-top: 30px;
}

.VODKAS .imgitem{
  background: url(../img/otros.png)no-repeat;
   background-size: cover;
     height: 200px;
  margin-top: 30px;
}*/

 .item_five .description{
    margin-top: -15px;
    position: relative;
}

.item_five .divspan {
    background: #274582;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    height: 58px;
    line-height: 16px;
}

 .divspan svg{
    float: right;
}


/* login */
body.login{
  background:#fff url(../img/backlogin.jpg) no-repeat;
  background-size: cover;
}

.mtlogins{
  margin-top: 10%;
}
.ttup{
  text-transform: uppercase;
}

.registered{
  background: white;
}

.unregistered{
  background: rgba(255, 255, 255, 0.75);
  padding: 45px 20px 30px;
}

.login h1, .accounts h1{
  color: #274582;
  font-size: 35px;
  line-height: 37px;
  text-transform: uppercase;
}
.login h1 span{
font-weight: 300;
}

.login p, .well p {
  color: #274582;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  padding-top: 10px;
}

label{
  color: #274582;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.btn-primary {
    color: #fff;
    background-color: #034483;
    border-color: #034483;
    border-radius: 0;
    padding: 7px 15px;
}

.btn-primary-cat {
    color: #fff !important;
    background-color: #024484!important;
}
.btn-primary-cat a {
    color: #fff !important;
}
.btn-primary-cat:hover {
    background-color: #002a5c !important;
}
.btn-success {
    color: #fff;
    border-radius: 0;
    padding: 8px 15px;
}

a.btn{
  color: white !important;
}

.form-control {
    color: #274582;
    border: 2px solid #034483;
    border-radius: 0;
}

.product_list .form-control {
    border: 1px solid #274582;
}

a.for_pass{
  font-size: 12px;
  color: #999
}
/* /login */

.contact textarea#id_body {
    height: 100px;
}


/* submenu tags*/

.back-cat {
        background: #cecece;
}

.product_list .custom_show .back-cat{
      position: fixed !important;
    height: 100% !important;
    width: 100% !important;
    z-index: 1000 !important;
    overflow: hidden !important;
    top: 0 !important;
    padding-top: 20px !important;
    background: #f3f3f3 !important;
}

.categorias{
   padding: 15px 0 10px;
}

.categorias h1{
  font-size: 35px;
  color: #002a5c;
  font-weight: bold;
}

.categorias span{
  font-size: 16px;
  color: #002a5c !important;
  font-weight: bold;
  text-align: right;
}

.categorias ul{
  padding-left: 0;
  list-style-type: none;
}

.categorias ul li{
  float: left;
  margin-right: 10px;
}

.p_subcategorias{
  color: #002a5c;
}

.product_list .all_categories h1.spanh1 {
    margin: -25px 0;
    text-align: center;
    color: #203c73;
}

svg.icon.icon--cross {
    color: white;
}

label.btn.btn-secondary.active{
background: rgba(0, 0, 0, 0.2) !important;
padding: 10px 15px 8px;
font-size: 14px;
text-transform: uppercase;
border-radius: 4px;
font-weight: bold;
border:none !important;
margin-bottom: 10px;
}

label.btn.btn-secondary.active:hover{
background: rgba(0, 0, 0, 0.6) !important;
}

label.btn.btn-secondary.focus{
  box-shadow: none !important;
  background: rgba(0, 0, 0, 0.6) !important;
}

/* submenu tags*/



/* items structure*/

.global_item {
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.container_global{
  margin-bottom: 15px;
}

.container_global ul{
  list-style-type: none;
  padding-left: 0;
  background: white;
}

.container_global ul li{
 float: left;
}

.container_global ul li p{
  color: #274582;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 15px;
}

.container_global ul li span{
  font-weight: 500;
  color: #274582;
  font-size: 12px;
  text-transform: uppercase;
}
.container_global ul li span.price{
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}
.global_item li.item_img{
width:25%;
margin-top: 10px;
}

.global_item li.item_desc{
width:45%;
}

.global_item li.item_add{
width:30%;
background: #5baefb;
text-align: center;
padding-top: 5px;
}

.global_item li.item_add img{
width:60%;
margin: auto;
}


.global_item, .global_item li.item_add{
  height: 130px;
}

.category .modal-header {
    border: none;
    height: 0;
}

.home li.item_add {
    background: #5baefb;
    position: absolute;
    bottom: 0;
}


.home .container_global {
    margin-bottom: 15px;
    display: -webkit-box;
}

.home .container_global ul li img {
  padding: 10px;
}

.home .round_cont {
    top: 40%;
    left: 50%;
}
.home .cartsvg_big {
    margin-bottom: -7px;
    margin-top: 0;
}


.home .container_global ul {
    box-shadow: 0px 0px 2px #979797;
}
/* items structure*/



/* ALL ITEMS*/

.all_categories{
   padding: 30px 0 20px;
}

.all_categories h1 a{
  font-size: 20px;
  color: white;
  font-weight: 500;
}

.all_categories h1 {
margin-top: -10px;
}

.all_categories span{
  font-size: 16px;
  color: white;
  font-weight: bold;
  text-align: right;
  float: right;
}

.all_categories ul{
  padding-left: 0;
  list-style-type: none;
}

.all_categories ul li{
margin-bottom: 5px;
}

.all_categories ul li a{
background: rgba(0, 0, 0, 0.2);
padding: 5px 10px;
font-size: 12px;
text-transform: uppercase;
border-radius: 4px;
font-weight: bold;
}

.all_categories ul li a:hover{
background: rgba(0, 0, 0, 0.6);
}

#all_categories{
  display: none;
}

.custom_show{
  display: block !important;
}
.custom_hide{
  display: none !important;
}


.grilla p{
color: #1f3c75;
margin-bottom: 0;
padding-top: 7px;
}
/* /ALL ITEMS */


/* Registration*/

.registration h4 {
    color: #007bff;
    padding-top: 15px;
}

.registration hr {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.registration .form-control {
    border: 1px solid rgba(39, 69, 130, 0.18);
    height: 34px;
}

.registration label {
    font-size: 12px;
    line-height: 12px;
    padding-top: 10px;
    margin-bottom: 2px;
    margin-top: -2px;
}

.registration .form-group {
    margin-bottom: 0.5rem;
}

input[type=radio] {
    margin-left: 10px;
}

/* /Registration*/
p.txt-white{
  color: white !important;
}

/* pagination */

nav ul.pagination li, nav ul.pagination li a {
    color: #5baefb;
    margin-right: 5px;
    float: left;
}

nav ul.pagination li.active, nav ul.pagination li.active a{
    color: #274582;
    font-weight: bold;
}
nav ul.pagination, nav ul.pagination {
display: inline-block;
}

.sort {
    padding-bottom: 15px;
}

.no-padding{
  padding: 0 !important;
}
.pl-0{
  padding-left: 0 !important;
}

/* /pagination */


/* product list styles */
a.lnk-add-to-cart.btn-cart.btn.btn-primary {
    margin-top: 10px;
    padding-top: 0;
}

button.submitcart {
    background: none;
    border: none;
    cursor: pointer;
}

.modal-header {
    border: 0;
    border-radius: 0;
}

.modal-header h5{
    color: white;
}

.close {
    color: #274582;
    opacity: 1;
}

.modal span.price {
    background: #e6e2e2;
    color: #274582;
    padding: 10px;
    font-size: 18px;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 700px;
}
}



.item_categories .tagsvg_big {
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 20px;
}

.item_categories ul li a {
background: none;
    padding: 32px 15px 32px 0;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 500;
    color: #203c73;
    text-align: left;
    line-height: 22px;
    display: block;
}

.item_categories ul li a:hover {
    background:  none;
}

.item_categories .global_item{
    height: 90px;
    background:rgba(255, 255, 255, 0.95)
}

.item_categories .global_item:hover {
    background: rgba(226, 223, 223, 0.95);
}

.all_categories_home .custom_show .all_categories h1 {
    margin-top: -10px !important;
    text-align: center !important;
    color: #203c73 !important;
    margin-bottom: -30px !important;
}



/* /product list styles */



/* hide show mobile */

@media (max-width: 768px){
.back-subheader {
    border-bottom: 0 !important;
    margin-top: 5px;
}

ul.ulcartitems li span {
    font-size: 14px;
}

.cartsvg {
    width: 20px;
    margin-bottom: -8px;
}

.count_items {
    font-size: 14px;
}

.count_items_round {
    height: 19px;
    width: 19px;
    text-align: center;
    font-size: 12px;
    padding-top: 1px;
    margin-top: 2px;
    margin-left: -4px
}

.show_mobile {
    display: block !important;
}
.hide_mobile {
    display: none !important;
}
.ulcartitems{
  margin-right: -30px;
  padding-left: 0;
  width: 100%;
}


button.navbar-toggler.custom-toggler {
    padding: 5px 0;
}




a.navbar-brand img {
    width: 130px;
    margin-top: -15px;
}
.searchmobile svg{
    color: white;
    margin: -5px -20px 5px 0px !important;
}

.container.pl-0.pr-0 {
    padding: 0px 15px !important;
}

.imgitem {
    height: auto;
    margin-top: 0;
}

.item_five .divspan {
    font-size: 12px;
    line-height: 12px;

}

li.nav-item {
    float: none;
    margin-left: 0;
}
.fl-none-mobile{
  float: none !important;
}

.nav-link {
    padding: .2em 0em;
    margin-bottom: 0.5em;
}




.cartsvg_big {
    margin-bottom: -4px;
    margin-top: -5px;
    margin-right: -1px;
}

ul.global_item {
    margin-bottom: 0;
}

.container_global ul li p {
    font-size: 12px;
    line-height: 14px;
}

input[type="search"]{
  padding-bottom: 0;
  border-bottom: 2px solid;
}

.mobileform button{
    margin-top: -40px;
    float: right;
    background: none;
    border: none;
}

}

@media (min-width: 768px){
.show_mobile {
    display: none !important;
}
.hide_mobile {
    display: block !important;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    margin-right: -30px;
}
#client-tab{
  border:none;
  border-right:5px solid white;
}
#new-tab{
  border:none;
  border-left:5px solid white;
}


}


@media (max-width: 768px){
  a.navbar-brand {
    margin-left: -15px;
    margin-top: 15px;
}
.product_list .custom_show .back-cat {
    position: absolute !important;
    height: auto !important;
    overflow: auto !important;
}
.product_list .all_categories h1.spanh1 {
    text-align: left;
    font-size: 20px;
}
}

/* cart */
.shopping_step {
  margin-bottom:20px;
  margin-top: 40px;
}
.shopping_step ul {
  padding-left: 12px;
}
.shopping_step ul li {
  display: inline-block;
  float: left;
  height: 42px;
  line-height: 42px;
  margin-right: 40px;
}
.circlenumber {
  float: left;
  border: 2px solid;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-size: 20px;
  text-align: center;
  margin: 7px 7px 11px 0;
  padding-top: 0;
  color: #999;
}
.circlenumber div {
  margin-top: -8px;
}
.circletext {
  float: left;
  color: #999;
  font-size: 28px;
  opacity: .8;
}
.table-bordered {
  border: 0;
}
.table-bordered .esproducto {
  border: 1px solid #dee2e6;
  border-left: 0;
  border-right: 0;
}
.table-bordered td {
  border: 0;
  text-align: left;
  vertical-align: middle!important;
  padding: 5px!important;
}
.cart.checkout-cart .esproducto .input-group.btn-block {
  margin: 0px;
}
.imgtd {

  width: 90px;
}
.h4table {
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 10px;
  color: #034483;
  font-size: 16px;
}
.checkout-cart #content p {
  color: #333;
  font-family: "arial";
  font-size: 14px;
  margin-bottom: 0;
}
.input-group.btn-block.quant {
  text-align: right;
  font-size: 14px;
  margin-left: -44px;
}
.esproducto .input-group.btn-block {
  display: table;
  margin: 10px;
  width: auto;
  float: right;
}
.table-responsive td .form-control {
    width: 45px;
    height: 38px;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    font-size: 14px;
}
.esproducto .input-group.btn-block .form-control {
    float: left;
    width: 65px;
    border: 1px solid #274582;
}


.table-bordered thead td {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ddd!important;
  color: #4d4d4d;
  float: none;
  font-size: 14px;
  font-weight: normal;
  min-width: 150px;
  text-align: center;
  vertical-align: middle;
}
.ptable.products thead b {
    font-weight: 800!important;
    color: #034483!important;
    text-transform: uppercase;
    float: right;
}

p.recibiras {
    margin-top: -9px;
    font-size: 16px !important;
    padding-left: 5px;
}

.producto-table b {
    float: left !important;
}

.cantidad-table b {
    margin-right: 10px;
}
.btn-refresh {
    border: 0;
    cursor: pointer;
}
.btn-refresh img {
    max-width: 16px;
    width: 16px;
    float: right;
    margin-top: 5px;
    margin-left: 15px;
}
.cont_gray_cart {
    background: 0;
    border: 0;
}
.cont_gray_cart.top__ .cont__ {
    padding-bottom: 0;
    padding-top: 0;
}
.cont_gray_cart .cont__ {
    padding: 0;
}
.cont_gray_cart .cont__>div[class*=cont_] {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 0;
  }
.cont_total_.descuento___ {
    padding: 0 0 30px 0!important;
}
.cont_gray_cart .cont__>div[class*=cont_]>div {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.cont_gray_cart .text_ {
    max-width: 320px;
    width: 100%;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.reg15 {
    float: left;
    text-align: right;
    font-size: 12px!important;
    line-height: 16px;
    padding-right: 15px;
}
.descuento___ .input_ {
    position: relative;
}
.cont_gray_cart .input_ input {
    display: inline-block;
    width: initial;
}
#id_promo_code {
    float: left;
    text-transform: none;
    font-size: 11px;
    color: rgb(17, 17, 17);
    font-family: "Open Sans", sans-serif !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(88, 88, 88) !important;
    border-image: initial !important;
}
.cont_gray_cart .input_ input, .cont_gray_cart .input_ select {
    height: 36px;
    font-size: 13px;
    color: rgb(17, 17, 17);
    text-align: left;
    padding: 5px 15px;
    border-radius: 0px;
}
button.btn.btn-aplicar {
    font-size: 10px;
    font-weight: bold;
    margin-left: 4px;
    background: #0056b3;
    padding: 0px 25px;
    color: #fff;
}
.cont_gray_cart .input_ button {
    display: inline-block;
    min-width: 36px;
    height: 36px;
}
.cont_gray_cart .total_ {
    flex: 1 1 auto;
}
.descuento___ .total_ .cont___ {
    display: table;
    width: 100%;
    padding: 6px 15px 0px 57%;
}
.cont_total_ .total_ .ttl__ {
    text-align: left;
    color: rgb(35, 31, 32) !important;
}
.cont_total_ .total_ p {
    text-align: right;
    width: 50%;
    float: left;
    line-height: 12px;
    font-size: 18px !important;
}
.cont_gray_cart .total_ p {
    display: inline-block;
}
.cont_gray_cart p {
    color: rgb(35, 31, 32) !important;
    margin: 0px !important;
}
.descuento___ .total_ .cont___ + .cont___ {
    margin-top: 15px;
}
.esproducto .input-group.btn-block {
    display: table;
    width: auto;
    float: right;
    margin: 10px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.esproducto a, .esproducto a:visited {
    color: rgb(88, 88, 88);
    font-size: 14px;
    cursor: pointer;
    text-decoration: none !important;
}
.trash-table {
    opacity: 0.85;
    background: 0px center;
}
.trash-table img {
    width: 16px;
    margin-top: -7px;
    max-width: 16px;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.table-responsive td .form-control {
    width: 105px;
}
.text-right #id_promo_code {
    float: right;
    text-transform: none;
    font-size: 14px;
    color: rgb(17, 17, 17);
    font-family: "Open Sans", sans-serif !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(88, 88, 88) !important;
    border-image: initial !important;
}
.js-cart-content button.reservar {
    border: 0;
    cursor: pointer;
    border: 1px solid #044482;
}


.js-cart-content button.reservar:hover {
    color: #fff;
    background: #222;
}

.js-cart-content button.reservar img {
    margin-left: 10px;
    width: 20px;
    margin-top: -4px;
}

h1.blue,h2.blue, h4.blue{
  color: #274582!important;
}

li.list-inline-item a:hover {
    color: white;
}

.product_detail .img_big{
  width: 100%
}


label.btn.btn-subcategory.active a {
    background: #a7a7a7;
    padding: 10px 15px 11px;
    font-size: 11px;
    font-weight: bold;
}

label.btn.btn-subcategory.active a:hover {
    background: #0e1f42;

}

label.btn.btn-subcategory.active {
    padding: 5px;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #5baefb;
    border-color: #5baefb;
    padding: 2px 10px 4px;
    font-size: 13px;
    border-radius: 0;
    margin-top: 6px;
}


.product_detail .breadcrumb {
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}


.product_detail .breadcrumb li {
     margin-right: 15px;
     text-transform: lowercase;
     font-size: 15px;
}

.product_detail .breadcrumb li:last-child a {
    color: #034483;
    font-weight: bold;
}

h1.name {
    color: #274582;
    font-size: 28px;
}

.price span {
    font-size: 20px;
    background: #e9ecef;
    padding: 5px 0px 7px 10px;
    color: #274582;
    font-weight: bold;
}

ul.disponibleen{
list-style-type: none;
padding-left: 0;
}

li.available-countries img {
    margin-right: 5px;
}

.empty_cart #all_categories {
    display: block !important;
}

.empty_cart .all_categories h1.spanh1,.empty_cart #all_categories-close {
    display: none;
}

.empty_cart  .back-cat {
    background: none;
}

.empty_cart  .item_categories ul li a {
    padding: 22px 15px 22px 10px;
    font-size: 15px;
}

.empty_cart h2{
  color: #274582!important;
}

.modal .cartsvg {
    margin-top: 2px;
    margin-right: 5px;
}

.modal-footer a.btn.btn-secondary {
  color: #274589 !important;
    background-color: #fff;
    border-color: #274589;
    border-radius: 0;
    padding: 8px 15px;
}

.modal-footer a.btn.btn-secondary:hover {

    background-color: #f9f9f9;

}

.cart-done h6 span, .cart-done h1{
  color: #047504 !important;
}

h2.red{
  color: red !important;
}

.mobileform .search__input {
    color: #034483;
}

input[type="search"].mobileinput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #034483 !important;
  font-size: 20px !important;
}
input[type="search"].mobileinput::-moz-placeholder { /* Firefox 19+ */
  color: #034483 !important;
  font-size: 20px !important;
}
input[type="search"].mobileinput:-ms-input-placeholder { /* IE 10+ */
  color: #034483 !important;
  font-size: 20px !important;
}
input[type="search"].mobileinput:-moz-placeholder { /* Firefox 18- */
  color: #034483 !important;
  font-size: 20px !important;
}

.checkout_totals {
  border: 1px solid rgba(0,0,0,.1);
  padding: 10px 15px;
}

.checkout_totals p.tar {
    text-align: right !important;
    font-size: 16px !important;
    font-weight: bold;
}

.checkout_totals p.tar.total {
    font-size: 18px !important;
    color: #034483 !important;
}

.checkout_totals p.blackcolor {
    font-size: 18px !important;
    text-align: left !important;
}

.checkout_totals .row {
    border-bottom: 1px solid #d8d8d8 !important;
    padding: 5px 0px;}


@media (min-width: 576px){
.modal-sm {
    max-width: 360px !important;
}
}


/**/
.my-history #column-right li.nav-item a.nav-link {
    color: #034483 !important;
    text-transform: none !important;
    border-right: 1px solid;
    padding: 0px 10px;
    font-size: 14px;
    padding-left: 0px;
}

.my-history #column-right li.nav-item a.nav-link:hover {
    color: #000 !important;
}

.my-history #column-right li.nav-item:last-child a.nav-link {
    border-right: 0;
    padding-right: 0;
}

.my-history #column-right li.nav-item {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.order_status ul{
  list-style-type: none;
  padding-left: 15px;
}

.order_status ul li{
float: left;
margin-left: 2px;
margin-right: -2px;
}

.order_status ul li img{
    width: 22px;
    cursor: pointer;
}

.order_status ul li img.box{
    width: 25px;
    cursor: pointer;
}

.order_status ul li img.truck{
    width: 27px;
    cursor: pointer;
}

.my-history .badge-success {
    color: #4aa745;
    background: none;
    font-size: 12px;
}

.my-history .badge-pending {
    color: #9e9c9c;
    background: none;
    font-size: 12px;
}

.my-history .table-bordered thead td {
    background-color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    color: #034483;
    font-weight: 700;
}


.my-history tbody tr {
    border-bottom: 1px solid #dadada;
}

.statustxt{
  font-size: 10px;
  text-transform: none;
  color: #333;
  float: left;
  text-align: center;
  line-height: 10px;
  width: 55px;
}

.statustxt.middle{
 width: 87px;
}

span.estado{
  margin-left: -74px;
}

button.navbar-toggler.custom-toggler {
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.userspan {
      font-size: 15px;
    float: right;
    padding-top: 5px;
    font-weight: bold;
}

.back-subheader{
    background: #e6e6e6;
    margin-bottom: -10px;
    border-bottom: 1px solid #d0d0d0;
}

.back-subheader_categories{
    background: #002a5c;
    margin-bottom: -10px;
}

.back-subheader_categories ul li a{
font-size: 12px;
}


.hidetxtmenu {
    float: left;
    padding-top: 10px;
    padding-right: 5px;
}

.carousel-caption h3 span {
    font-size: 1.5rem;
    background-color: rgba(0, 0, 0, 0.62);
    padding: 8px 12px;
}

.carousel-caption {
    text-align: left;
    bottom: 20px;
    left: 5%;
}

p.todas_cat {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
}

p.todas_cat span a{
    color: #034483 !important;
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;
    color: #000;
    text-align: center;
    opacity: .7;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 15px;
    height: 15px;
}

.item_five.col-12 {
    padding-left: 7px;
    padding-right: 7px;
}

td.boxes_td{
      width: 200px;
}
.esigual{
  margin-top: 16px;
  margin-right: 10px;
}

.esigual strong {
    font-size: 28px;
    font-weight: normal;
    color: #034483;
}

.txt_boxes{
    font-size: 12px;
}


a.btn.add_more_prodcuts{
  text-transform: uppercase;
    color: #274582 !important;
    background-color: #ffffff;
    border-color: #274589;
    border-radius: 0;
    padding: 8px 15px;
    text-align: center !important;
    border: 1px solid;
}

a.btn.add_more_prodcuts:hover{
color: #fff !important;
    background-color: #034483;
    border-color: #034483;
    border: 1px solid;
}

.custom_hidden_desktop{
  display: none !important;
}

.custom_hidden_mob{
  display: block !important;
}

/* estilo de boton en historico de pedidos*/
.my-history .btn-primary, .my-history .btn-success {
    padding: 5px 15px;
}
/* end estilo de boton en historico de pedidos*/

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #034483 !important;
}

.cart select.form-control:focus {
    background-color: #fff;
}

#subnav .btn-warning:not(:disabled):not(.disabled).active{
    border: none;
    border-radius: 0;
    margin-top: 3px;
    background: #5baefb;
    padding: 10px 15px 8px;
    font-size: 11px;
    font-weight: bold;
}

#subnav .categorias ul li {
    height: 50px;
}



@media (max-width: 992px) {
.product_list .item_categories ul li a {
    padding: 32px 15px 0 0 !important;
    font-size: 14px;
    line-height: 18px;
}

.product_list #all_categories-close {
    margin-bottom: 0px !important;
    margin-top: -3px !important;
}

.product_list .item_categories .global_item {
    height: 57px !important;
}

td.text-right.text-left-mobile {
    width: 30% !important;
    padding-bottom: 15px !important;
    text-align: left !important;
    margin-top: 15px;
}

td.text-right.text-left-mobile span {
  float: left;
  margin-right: 10px;
  text-align: left;
}

td.text-right.text-right-mobile {
  width: 50% !important;
  padding-bottom: 15px !important;
  text-align: left !important;
  margin-top: 15px;
}

body.cart h1.blue {
  text-align: center;
}

td.text-right.text-right-mobile span {
float: left;
margin-right: 10px;
}

td.delete_mobile{
    width: 20% !important;
    margin-top: 0 !important;
}

td.delete_mobile div{
float: right !important;
}

svg.email_icon.mr-2 {
    width: 40px;
    margin-bottom: -18px;
}

label.mce-EMAIL, .cont_suscripcion{
    width: 100%;
}

svg.envelope_svg{
  width: 32px;
  margin-bottom: -8px;
   margin-right: 4px;
}

svg#whats {
    margin-bottom: -8px;
}

.add_newsletter a{
  color: #274582;
}

body {
    font-size: .9rem;
    padding-top: 70px;
    padding-bottom: 44px;
}

.empty_cart .all_categories {
    padding: 0;
}

.cart_product_detail .cartsvg {
    width: 50px;
}

.home .container_global{
padding-left: .25rem!important;
padding-right: .25rem!important;
}

button.nobtn {
    margin-left: -40px;
}

.home .cartsvg_big, .colnavidad .cartsvg_big{
    width: 16px;
}

.container_global ul li span.price {
    font-size: 0.9rem;
    line-height: 13px;
    float: none !important;
    padding-left: 0 !important;
}

.container_global ul li span.last-price {
  font-size: 0.8rem;
}

.h2, h2 {
    font-size: 1.5rem;
}

input#mc-embedded-subscribe {
    width: 100%;
    margin-bottom: 1rem;
}

.search_container{
  padding-top: 3rem !important;
}

.form-control:focus {
    margin-top: 0;
}

span.logotext {
    font-size: 18px;
}

span.by{
  font-size: 12px;
}

img.logoimg{
  width: 115px !important;
  margin-top: -7px;
}

li.list-inline-item.mx-md-2 {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.44);;
}


li.list-inline-item.mx-md-2:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.CollapseMOBILE{
  font-size: 14px;
}

.item_img {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
body.home .bg-white li.item_desc {
  padding-bottom: 4rem !important;
}
body.home .item_add a .row .col {
  text-align: center !important;
}

}


@media (max-width: 768px){
.carousel-caption h3 span {
       font-size: 14px;
}
.carousel-caption {
    bottom: 0;
    left: 6%;
}
div#carouselExampleIndicators {
    padding-left: 0;
    padding-right: 0;
}

.carousel-control-next {
    right: -25px;
}
.carousel-control-prev {
    left: -25px;
}
p.todas_cat {
    padding-top: 20px;
}


/*ajustes cart*/
.table-bordered td {
    padding: 2px!important;
    display: inline-block;
        width: 100%;
}
.imgtd {
    width: 100%;
    margin-top: 15px;
}

.table-bordered thead td {
    display: none;
}

.esproducto .input-group.btn-block {
    float: left;
    margin: 10px 0;
}

.custom_hidden_mob{
  display: none !important;
}

.custom_hidden_desktop{
  display: block !important;
}

.text-left-mobile{
  text-align: left !important;
}

span.mob_td_txt {
    color: #034483;
}

a.trash-table img {
    width: 22px;
}

.total_ {
    background: #034483;
    padding: 10px;
}

.total_ p.ttl__ {
    float: left;
    margin-right: 15px;
    color: white !important;
}
.total_ p{
    color: white !important;
}

.totaltotal p{
  font-size: 18px !important;
  font-weight: bold;
}

.modal-footer {
  justify-content: normal !important;
}

.btn {
  font-size: 0.9rem;
}
.input-group {
  position: unset;
  display: flex;
}
.txt_boxes {
  width: 23%;
}

}


/* lupa hover */
.round_cont {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 45%;
  left: 60px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.round_cont img{
  width: 50px;
}

.item_img:hover .round_cont, .with-zoom-container:hover .round_cont {
  opacity: 1;
}

.with-zoom-container .round_cont {
  left: 50%;
}

.cursor-pointer{
  cursor: pointer !important;
}
.last-price {
  text-decoration: line-through;
  font-size: 14px;
  padding: 0;
  margin: 0;
  display: block;
}
body.product_detail .last-price {
    display: inline;
    font-size: 14px;
    padding-left: 23px;
}
.modal-footer {
  justify-content: normal !important;
}

body.product_detail .top-seller {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
}
.entry #adresses .dynamic-form .form-group input, .entry #adresses .dynamic-form .form-group select, .entry #adresses .dynamic-form .form-group textarea {
  color: #274582;
  border: 2px solid #034483;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.entry #adresses .dynamic-form .form-group label {
  color: #274582;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
}