body {
  /*font-family: 'AdobeGaramond', sans-serif;*/
  font-family: 'Raleway', sans-serif;
  background-color: #fff;
  color: #000;
  -webkit-animation: color-change-2x 2s linear infinite alternate both;
  -moz-animation: color-change-2x 2s linear infinite alternate both;
  animation: color-change-2x 2s linear infinite alternate both;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header {
  color: #000;
}

h1 {
  font-size: 29px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  font-size: 25px;
  font-weight: 700;
  margin-top: 5px;
}

.h3, h3 {
  font-size: 22px;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
  margin-top: 4px;
  margin-bottom: 10px;
  font-family: 'Baskerville BT', sans-serif;
}

h2 a {
  text-transform: uppercase;
  color: #666;
  border-bottom: 1px solid #B2B2B2;
  text-decoration: none!important;
}

p {
  font-size: 16px;
}

.hasShadow {
  position: relative;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #444!important;
}

hr {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.no-margin {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}

#bar {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.container {
  /*padding-right: 0;
    padding-left: 0; */
}

.row {
  /**/
  margin-right: 0;
  margin-left: 0;
}

.red {
  color: #ff0000;
}


/*
.hasShadow:before {
    box-shadow: -15px 0 15px -15px inset;
    content: " ";
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    width: 15px;
    display: inline-block;
}
.hasShadow:after {
    box-shadow: 15px 0 15px -15px inset;
    content: " ";
    height: 100%;
    position: absolute;
    right: -15px;
    width: 15px;
    display: inline-block;
    top: 0;
}*/

.thumbnail {
  border: 0px;
  border-radius: 0px;
}

.thumbnail .caption {
  padding: 0px;
}


/*** BUTTONS ***/

.btn {
  display: inline-block;
  padding: 6px 10px;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}

.btn-primary {
  color: #fff;
  background-color: #656565;
  border: 0;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #000;
  border: 0;
}


/*** MENU ***/
#header-main{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  user-select: none;
}
#header-main .container-fluid,#footer-main .container-fluid{
  padding: 0;
}
.header-menu{
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
}
.header-menu>div,#footer-main .row>div{
  display: flex;
  flex-flow: row wrap;
  align-content: center;
}
.menu-logo{
  /*border-left: 1px solid #000;
    border-right: 1px solid #000;*/
  justify-content: center;
  height: 20px;
}
.menu-logo img{
  max-height: 30px;
  max-width: 170px;
}
#header-main a:hover, #footer-main a:hover, .menu-button:hover{
  color: #888!important;
  text-decoration: none;
}
#main-menu-section {
  background-color: #fff;
  border: 0;
  border-radius: 0px;
}

.navbar-default {
  background-color: transparent;
  border: none;
  margin: 0;
  min-height: auto;
}

.navbar-brand {
  height: 110px;
}

.navbar-brand h1 {
  position: absolute;
  left: -9999999px;
}

.navbar-default .navbar-nav>li>a {
  color: #000;
  font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #000;
}


/*** MENU LEFT ***/

.menuLeft {
  /*background-color: #f2f2f2;*/
  padding: 5px;
}

.lev_1 {

  padding: 1rem 0;
}

.lev_1 a {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  /*color:#ff0000;*/
}

.lev_2 {
  padding: 8px 10px 3px;
  border-top: 1px solid #cccccc;
}

.lev_2 a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #333333;
  padding:1em;
}

/*.lev_2 a::after {
  content: url(/assets/images/menuarrow.png);
  position: relative;
  margin-left: 8px;
}*/

.lev_3 {
  padding: 3px 20px 0px;
}

.lev_3 a {
  font-weight: 600;
  text-decoration: none;
  color: #333333;
  padding:1em;
}

.lev_3 a::before {
  content: url(/cache/users/1/images/menudot.png);
  position: relative;
  vertical-align: super;
  right: 3px;
}

.menuLeft div:nth-child(8) {
  padding-top: 20px;
}

.separator {
  margin-top: 15px;
  padding: 10px 0px 0px 0px;
  background: url(/cache/users/1/images/separator.jpg) 50% 0 no-repeat;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.copy-slider {
  margin-bottom: 15%;
}

.copy-slider h2 {
  font-size: 24px;
  max-width: 232px;
  text-align: left;
  font-weight: 600;
}

.caption h2 {
  font-size: 26px;
}

.bcarrow {
  color: #F00;
  font-size: 10px;
}

.imgOffers {
  min-height: 275px;
}

.no-padding {
  padding: 0px;
}

#footer-section a {
  font-size: 1em;
  font-weight: 700;
  color: #b2b2b2;
}

.main-content{
  margin-top: 100px;
}
/*----------  MARGINS & PADDINGS  --------*/

.mt3 {
  margin-top: 3%;
}

.mt5 {
  margin-top: 5%;
}

.mt10 {
  margin-top: 10%;
}

.mb3 {
  margin-bottom: 3%;
}

.mb5 {
  margin-bottom: 5%;
}

.mb10 {
  margin-bottom: 10%;
}

.pb5 {
  padding-bottom: 5%;
}

.mb30 {
  margin-bottom: 3%;
}

.mt30 {
  margin-top: 3%;
}


/*----------  MEDIA QUERIES  --------*/

@media (min-width: 768px) {
  #main-menu-section .navbar-right {
    margin-top: 25px;
  }
}

.bgWhite {
  background-color: #FFF
}

.bgGreyLight {
  background-color: #f2f2f2
}

.bgGreyDark {
  background-color: #333
}

#footer-section {
  background-color: #333333;
  min-height: 195px;
  color: #fff;
}

.footer-content {
  padding: 30px;
}

/**** MEGAMENU ****/

#ubMenu {
  float: right;
  padding-bottom: 15px;
  padding-top: 25px;
}

.toggleMenu {
  display: none;
  background: #4cb6c8;
  padding: 10px 12px;
  color: #fff;
  width: 100%;
  text-align: right;
}

.toggleMenu a:hover, .toggleMenu a:focus {
  color: #fff;
}

.nav {
  list-style: none;
  *zoom: 1;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav ul {
  list-style: none;
  width: 12em;
}

.nav a {
  padding: 10px 12px;
  color: #000;
  text-transform: uppercase;
}

.nav li {
  position: relative;
}

.nav>li {
  float: left;
}

.nav>li>a {
  display: block;
  font-size: 1em;
}

.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #000;
}

.nav li ul {
  position: absolute;
  left: -9999px;
}

.nav>li.hover>ul {
  left: 0;
  margin-left: 0px;
  padding-left: 0px;
}

.nav li li.hover ul {
  /*left: 100%;
    top: 0;*/
  left: 45px;
  top: 30px;
  margin-left: 0px;
  padding-left: 0px;
}

.nav li li a {
  display: block;
  background: #fff;
  position: relative;
  z-index: 100;
  font-size: 12px;
  font-weight: 600;
}

.nav li li li a {
  background: #fff;
  z-index: 200;
}

.nav .glyphicon, .more .glyphicon {
  font-size: 0.8em;
  color: #fff;
}

.whiteline a {
  color: #000;
}


/*********** NAVBAR **********/

.navbar-default {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
}
.navbar-header:hover{
  cursor: pointer;
}
.navbar-header p{
  margin: 0
}

.navbar-nav {
  display: none;
  flex-flow: column wrap;
  justify-content: start;
  align-content: center;
  text-align: center;
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00000054;
  margin: 0;
}
.navbar-nav.active{
  display: flex;
}
.navbar-default .navbar-nav>li {
  background-color: #fff;
  width: 100%;
  margin:0;
  border-bottom: 1px solid #eee;
}
.navbar-default .navbar-nav>li>a {
  color: #000;
  font-weight: 600;
}
#header-main .menu-right{
  text-align: right;
  justify-content: end;
}
#header-main .menu-mobile{

}
#header-main .menu-web{
  display: none;
}
#header-main .menu-web ul{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#header-main .menu-web ul li a{
  padding: 0 15px;
}
@media (min-width: 768px) {
  .menu-logo{
    justify-content: start;
  }
  .navbar-default ul li {
    padding: 1px 0px 0px 1px;
  }
  #header-main .menu-mobile{
    display: none;
  }
  #header-main .menu-web{
    display: block;
  }
}

/*********** BURGER **********/

#nav-icon{
  width: 35px;
  height: 28px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #737373;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 3px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 13px;
}

#nav-icon span:nth-child(4) {
  top: 23px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navbar-toggler:focus, .navbar-toggler:active {
  outline: none;
  box-shadow: none;
}

/******* MEDIAQUERIES *************/

@media screen and (max-width: 1200px) {
  .h3, h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  #ubMenu {
    float: none;
    padding-top: 5px;
  }
  .nav li a span.glyphicon {
    display: none;
  }
  .active {
    display: block;
  }
  .nav>li {
    float: none;
  }
  .nav>li>.parent {
    background-position: 95% 50%;
  }
  .nav>li>.parent {
    background-image: none;
  }
  .nav li .more {
    float: right;
    width: 20%;
    border-left: 1px solid rgba(255, 255, 255, .3);
    padding: 8px 15px;
    margin: 2px 5px 2px 0px;
    cursor: pointer;
    z-index: 200;
    position: relative;
  }
  .nav li .more:before {
    content: "";
    background: rgba(0, 0, 0, .3);
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2px;
  }
  .nav ul {
    display: block;
    width: 100%;
  }
  .nav>li.hover>ul, .nav li li.hover ul {
    position: static;
  }
}

.minBlockH {
  /* min-height:100vh;*/
  padding: 0;
}
#footer-main{
  position: fixed;
  bottom:0;
  width:100%;
  background-color: #fff;
  border-top:1px solid #eee;
  padding: 1rem;
  user-select: none;
}
#footer-main .row{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#menu-footer {
  list-style: none;
  /*  border-left: 1px solid #000;
    border-right: 1px solid #000;*/
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}


#menu-footer li {
  display: inline-block;
  list-style: none;
  padding: 0em 2em;
}

#menu-footer a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
.policies-box{
  position: absolute;
  top: -180px;
  right: 300px;
  border: 1px solid #000;
  background-color: #fff;
  padding: 1rem;
  width: 100%;
  opacity: 0;
  transition: all ease 0.4s;
}
.policies-box.active{
  right: 0;
  opacity: 1;
}
.policies-button{
  margin: 0;
  cursor: pointer;
}
.policies-box a{
  display: block;
  padding: 0.5rem;
}

.mt15 {
  margin-top: 15px !important;
}

#breadcrumb {
  list-style: none;
  padding-left: 0px;
  margin: 0;
}

#breadcrumb li {
  display: inline-block;
  list-style: none;
  padding: 0em 1em;
}

#breadcrumb a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .policies-box{
    top: -240px;
  }
}
@media (max-width: 991px) {
  #menu-footer li {
    padding: 0.1em 1em;
  }
  #menu-footer a{
    font-size: 11px;
  }
}

/*store*/

.item {
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
}

.item .description {
  min-height: 80px;
}

.btn-danger {
  background-color: #000;
}

.btn-danger:hover {
  background-color: #000;
}

.btn-info {
  color: #fff;
  background-color: #656565;
}

.btn-info:hover {
  color: #fff !important;
  background-color: #000;
}

#top-bar {
  border: 2px solid #000;
}

.langBox {
  display: block;
}

.productBox {
  padding-bottom: 35px;
}
#miniCartMsg{
  justify-content: right;
}
#miniCartMsg img{
  width: 18px;
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}
#miniCartMsg a{
  padding: 0!important;
}
.bottom-newsletter{
  display: none;
}

.store-title{
  text-align: center;
  margin: 6rem 0;
  font-size: 4.2rem;
  font-weight: normal;
  font-style: italic;
}
.container-store-items{
  display: flex;
  flex-flow: row wrap;
  padding: 1rem;
  max-width: 1600px;
  margin: 0 auto;
  justify-content: center;
}

.store-item{
  width: 33.33%;
  padding: 1rem;
  padding-bottom: 5rem;
  position: relative;
  max-width: 420px;
}
.item-description{
  padding: 0.5rem;
}
.item-description h3, .item-description p, .item-description span{
  font-size: 1.4rem;
  margin: 0.2rem 0;
  font-family: 'Raleway', sans-serif;

}
.store-item a:hover{
  text-decoration: none;
}
.container-store-items .store-img{
  background-size:cover;
  background-position:center;
  min-height:420px;
  margin-bottom: 1rem;
}
.store-item:hover .store-img{
  filter: opacity(0.8);
}
.container-store-items.store-accesories .store-img{
  max-width: 420px;
  width: 100%;
  margin: auto;
  margin-bottom: 1rem;
}
.container-store-items.store-accesories .item-description{
  max-width: 420px;
  margin: auto;
}
.add-item {
  position: absolute;
  top: 35px;
  right: 35px;
  text-align: center;
  opacity: 0;
  transition: all ease .4s;
  cursor: pointer;
  display: block;
  width: 35px;
  height:35px;
}
.store-item:hover .add-item{
  opacity: 1;
}
.add-item a{
  width: 35px;
  height: 35px;
  display: block;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.add-item a:hover{
  background-color: #eee;
  /*color: #fff !important;*/
}

.add-item a img{
  width: 20px;
}

.links-categorias{
  text-align: center;
  padding: 4rem;
  width: 60%;
  margin: 0 auto;
}
.links-categorias h4{
  margin-bottom: 4rem;
  font-size: 2.5rem;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.links-categorias .store-links{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.link-categoria{
  width: 50%;
}
.link-categoria img{
  height: auto;
  width: 100%;
  max-width: 300px;
  margin: 6rem 0;
  border-radius: 5px;
}
.link-categoria p{
  font-weight: bold;
  margin-bottom: 2rem;
}
.link-categoria a{
  border: 1px solid;
  padding: 0.8rem 3rem;
  font-size: 1.3rem;
}
.link-categoria a:hover{
  color: #fff !important;
  background-color: #000;
  text-decoration: none;
  cursor: pointer;
}
.separator{
  display: block;
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  padding: 0;
}

.subcategory-separator{
  width: 100%;
  text-align: center;
  background-color: #fff;
  font-size: 2rem;
  height: 40px;
  line-height: 40px;
  border-width: 1px 0;
}

@media (max-width: 991px) {
  .store-item{
    width: 50%;
    padding: 0.5rem;
    padding-bottom: 3rem;
  }
  .links-categorias{
    width: 80%;
  }

  .add-item {
    opacity: 1;
    top: 15px;
    right: 15px;
  }

}

@media (max-width: 767px) {

  .langBox{
    bottom: -40px;
  }
  .store-title{
    margin: 3rem 0;
    font-size: 3.5rem;
  }
  .store-content{
    display: flex;
    flex-flow: column-reverse;
  }
  .bottom-newsletter{
    display: block;
    margin-bottom: 2rem;
  }
  .left-newsletter{
    display: none;
  }

  #menu-footer{
    order:1;
    border: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .footer-policies{
    order:2;
  }
  #miniCartMsg{
    order:3;
  }
  .policies-box{
    top:-270px;
  }

}

@media (max-width: 575px) {
  .store-item{
    width: 100%;
  }
  .links-categorias{
    width: 100%;
  }
  .store-item{
    max-width: 300px;
  }
  .container-store-items .store-img{
    background-size:cover;
    background-position:center;
    min-height:300px;
    margin-bottom: 1rem;
  }
  .container-store-items.store-accesories .store-img,.container-store-items.store-accesories .item-description{
    max-width: 300px;
  }
}

/*
 Cart Css
*/
#cartContainer{
  margin: 2rem;
}
.cart-product img{
  max-height: 130px;
}
.cart-product #BtnBuy a,#completeBooking{
  background-color: #000;
  width: 100%;
  margin-top: 1rem;
  border: 1px solid #000;
  color: #fff;
}
.cart-product #BtnBuy a:hover,#completeBooking:hover{
  background-color: #fff;
  color: #000;
}
#completeBooking{
  margin: 2rem 0;
}
#cartContainer .form-control{
  border: solid 1px #ccc;
  border-radius: 0;
  margin-bottom: 1rem;
}
#cartContainer label{
  color: #333;
}
.btn-back{
  margin: 1.5rem;
  border: 1px solid #000;
  text-transform: initial;
  width: fit-content;
  margin-top: auto;
}
.btn-back:hover{
  background-color: #000;
  border: 1px solid #000;
  color: #fff !important;
}
.btn-back span{
  font-size: 16px;
  line-height: 1rem;
  margin-right: 0.5rem;
}
.sepStr_bg img{
  vertical-align: text-top;
}
.alertify-logs{
  bottom: 50px !important;
}
#cartContainer .tabs-delivery li{
  z-index: 0;
}
@media (max-width: 575px) {
  #cartContainer h2{
    font-size: 18px;
  }
  #cartContainer h3{
    font-size: 16px;
  }
}

/* Cookies */
#cookiescript_badge{
  bottom: 50px !important;
}