@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");

.grid {
  display: grid;
}

.full {
  width: 100%;
}

.left {
  float: left;
}

#header {
  background: white;
  color: #1d1d1b;
  font-weight: 300;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

#header1 {
  grid-template-columns: repeat(3, 1fr);
}

.styledtitle {
  width: 50%;
  margin: 2em auto;
  text-align: center;
  background: black;
  height: 1px;
}

.styledtitlelabel {
  background: white;
  position: relative;
  top: -22px;
  display: inline;
  padding: 10px;
  font-size: 2em;
}

.paragraphLight {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

div#instagramfeed {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3%;
}

.instagramelement {
  background-size: cover !important;
  background-position: center center !important;
  height: 450px;
}

.marginfiftytb {
  margin: 50px 0;
}

.margintwentytb {
  margin: 20px 0;
}

.grid4columns {
  grid-template-columns: repeat(4, 1fr);
}

.campaignitem {
  height: 300px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  background-color: #d4d4d4 !important;
  cursor: pointer;
}

.paginator {
  width: 50%;
  margin: 70px auto;
  text-align: center;
  cursor: pointer;
  align-content: center;
  justify-content: center;
}

.paginator a {
  padding: 5px 10px;
  font-weight: bold;
}

.arrow {
  color: #cc9f53;
  font-weight: 500 !important;
  font-size: 24px;
  color: black;
  position: relative;
  top: 3px;
}

.number.current {
  background: #cc9f53;
  color: white;
}

.number.last:before {
  content: "...";
}

div#salesgrid {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  margin: 50px 0;
}

.saleselement {
  background-size: cover !important;
  background-position: center center !important;
  height: 400px;
  position: relative;
  margin: 10px 0;
  background-color: gainsboro !important;
}

.saleselementinfo {
  display: grid;
  grid-template-columns: 40% 60%;
  background: black;
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.saleselementdiscount {
  padding: 10px;
  text-align: center;
  background: #e10000;
}

.saleselementprice {
  padding: 10px;
  text-align: right;
}

.smalllogo {
  padding: 20px;
}

.logocenter {
  text-align: center;
  padding: 20px 0px;
}

.cartitems,
.cartprice {
  font-size: 18px;
  margin: 10px;
}

img.cartlogo {
  width: 30px;
  position: relative;
  top: 7px;
}

#header1 .cart {
  padding: 20px;
  text-align: right;
}

a {
  text-decoration: none;
  color: inherit;
}

.menu {
  text-align: center;
  padding: 20px;
  grid-template-columns: 90px 100px 45px 91px;
  align-content: center;
  align-items: center;
  float: right;
}

.menu a {
  margin: 10px;
}

.container {
  width: 1200px;
}

.auto {
  margin: auto;
}

div#slider h1 {
  margin: 0;
  font-size: 5rem;
}

div#slider h2 {
  font-size: 3rem;
  font-weight: 300;
  margin: 0;
}

.textcenter {
  text-align: center;
}

#footer {
  background: #070707;
  margin-top: 50px;
  grid-template-columns: repeat(4, 1fr);
  color: white;
  padding: 50px 0;
  align-items: flex-start;
  text-align: left !important;
}

.footerlogo {
  text-align: center;
  grid-column: span 4;
  padding: 40px 0;
}

.footersocial i {
  font-size: 2rem;
  margin: 0;
  color: white;
}

.footersocial {
  text-align: left;
}

.footersocialtitle {
  font-weight: 300;
  font-size: 1.5rem;
  margin: 10px 0;
}

#detalleproductogrid {
  grid-template-columns: 50% 50%;
  grid-gap: 4%;
  margin-top: 50px;
}

#gallerythumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  margin: 10px 0;
}

.detalleproductogallerythumb {
  height: 100px;
  background-size: cover !important;
  cursor: pointer;
}

.talleitem {
  width: 25px;
  height: 25px;
  float: left;
  margin: 5px 5px 5px 0;
  border: 1px solid #ccc;
  cursor: pointer;
  text-align: center;
}

.talleitem.selected {
  border: 1px solid red;
}

.modalButton {
  background: white;
  padding: 5px 65px;
  border: 1px solid;
  margin: 10px auto;
  font-size: 20px;
  cursor: pointer;
}

input,
textarea {
  padding: 10px;
  margin: 10px 0;
  color: #676767;
  box-sizing: content-box;
  border: 1px solid #ccc;
}

.titledetalleproducto {
  margin: 10px 0;
}

.nodisplay {
  display: none;
}

.descriptiondetalleproducto {
  font-size: 14px;
  padding: 10px 0;
}

.preventclick {
  pointer-events: none;
}

.pointer {
  cursor: pointer;
}

#cartgrid {
  grid-template-columns: repeat(4, 1fr);
}

.cartheader,
.tableheader {
  background: #070707;
  color: #fcd94a;
}

.cartitem,
.cartheader,
.tableitem {
  padding: 10px;
  box-sizing: content-box;
}

.gridtwocolumns {
  grid-template-columns: repeat(2, 1fr);
}

.grid3columns {
  grid-template-columns: repeat(3, 1fr);
}

.gridfivecolumns {
  grid-template-columns: repeat(5, 1fr);
}

.gridfourcolumns {
  grid-template-columns: repeat(4, 1fr);
}

.gridgap3percent {
  grid-gap: 3%;
}

.table {
  display: table;
}

.tablerow {
  display: table-row;
}

.tabletd {
  display: table-cell;
}

.grid.gridheader {
  grid-template-columns: 50% 50%;
  align-content: center;
  justify-content: center;
  padding-bottom: 14px;
}

.socials {
  text-align: right;
  font-size: 20px;
  padding: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  transform: scale(0.5);
}

div#swiperbuttons {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: 40vh;
}

.swiper-pagination {
  margin-top: 30px !important;
  position: relative !important;
}

.grid2columns {
  grid-template-columns: repeat(2, 1fr);
}

.swiper-slide-campaign {
  background-size: cover !important;
  height: 450px !important;
  background-position: center center !important;
  position: relative !important;
}

.playicon {
  width: 60px;
}

.playicon img {
  width: 100%;
}
.relative {
  position: relative;
}

.centerhorver {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sliderpcontainer {
  width: 30%;
}

.centerver {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.swiper-container-2 {
  overflow: hidden;
  margin-bottom: 100px;
}

footer#footercontainer {
  background: #070707;
}

.submenu {
  position: absolute;
  background: #ffffff;
  font-size: 12px;
  width: 180px;
  z-index: 9;
  text-align: left;
  left: 0;
  transition: ease 0.5s;
  overflow: hidden;
}

.gridcontacto {
  max-width: 800px;
  margin: auto;
  width: 100%;
}

.subcategory.selected {
  color: #cc9f53;
  font-weight: bold;
}

.openlink {
  cursor: pointer;
}

.deploysubmenu {
  position: relative;
}

.submenuitem {
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
}

.subtitlesubmenu {
  font-size: 14px;
  padding: 10px 20px;
  margin-top: 20px;
  text-transform: uppercase;
}

.submenuitem:last-child {
  border: none;
}

div#productsgrid {
  grid-template-columns: 25% 75%;
}

.grid2575 {
  grid-template-columns: 25% 75%;
}

.productListInfo {
  text-align: center;
}

.productListInfo .category {
  color: #cc9f53;
  font-weight: bold;
}

.leftpanelcategories .category {
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0;
}

.leftpanelcategories .subcategory {
  font-size: 14px;
  margin: 10px 0;
}

.productsList {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.productInfoName {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}

.productInfoCode {
  font-size: 20px;
}

div#detalleproductogrid h2 {
  font-size: 18px;
  font-weight: normal;
}

.slider {
  height: 550px;
  background-size: cover !important;
  background-position: center center !important;
}

div#showpopup {
  background: #ffffffa3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

div#showpopupcontainer {
  width: 100%;
  max-width: 500px;
  position: relative;
  background: black;
}

div#closepopupcontainer {
  position: absolute;
  right: -30px;
  font-size: 30px;
  top: -10px;
  cursor: pointer;
}

div#popupcontent img {
  width: 100%;
}

.openvideo #popupcontent {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.openvideo #popupcontent iframe,
.openvideo #popupcontent object,
.openvideo #popupcontent embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.openvideo #showpopupcontainer {
  max-width: 75% !important;
}

form#editaproduct .grid div:nth-child(odd) {
  text-align: right;
}

form#editaproduct .grid div:nth-child(even) {
  text-align: left;
  z-index: 0;
}

form#editaproduct .grid > div {
  padding: 5px;
  /* border: 1px solid #333; */
}

form#editaproduct input,
form#editaproduct select,
form#editaproduct textarea,
form#editaproduct .modalButton {
  width: 100%;
  box-sizing: border-box;
}

form#editaproduct .modalButton {
  background: black;
  color: #cc9f52;
}

*[data-f-id] {
  display: none !important;
}

form#editaproduct .grid {
  justify-content: center;
  align-items: center;
}

.mainPhoto {
  width: 50%;
  position: absolute;
  left: 0;
  background: green;
  color: white;
  text-align: center;
}

.secondaryPhoto {
  position: absolute;
  right: 0;
  background: red;
  color: white;
  text-align: center;
}

.footersocial img {
  max-width: 20px;
}

form#editaproduct {
  border: 1px solid #ccc;
}

.footersocial img {
  margin-right: 10px;
}

.modalbutton:hover {
  background: #cc9f53;
  color: white;
}

button:focus {
  background: black;
  color: #cc9f53;
}

.smalllogo img {
  max-width: 180px;
  margin-top: 30px;
}

div#slider .swiper-slide {
  background-size: cover !important;
  height: 75vh;
  background-position: center center !important;
}

@media all and (min-width: 501px) {
  #deployMenuMobileContainer {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .leftpanelcategories a {
    display: inline-block;
    padding: 0;
    margin: 0;
  }

  #mainphoto {
    pointer-events: none;
  }

  div#slider .swiper-slide {
    height: 20vh;
  }

  input {
    box-sizing: border-box;
  }
  .containermobile {
    width: 90% !important;
    margin: 0 5%;
  }

  #deployMenuMobile {
    width: 40px;
    margin: 10px;
  }
  .submenu {
    display: none !important;
  }

  .container {
    width: 100%;
  }

  .grid {
    display: block;
  }

  div#slider h1 {
    font-size: 3rem;
  }

  div#slider {
    text-align: center;
  }

  .menu a {
    display: block;
  }

  .styledtitlelabel {
    font-size: 1rem;
    top: -13px;
  }

  .styledtitle {
    width: calc(100% - 40px);
    padding: 0 10px;
    box-sizing: content-box;
  }

  .instagramelement {
    margin: 10px 20px;
  }

  div#footer {
    text-align: center;
  }
  .saleselement {
    margin: 10px 20px;
  }
  div#gallerythumbs {
    grid-template-columns: repeat(3, 1fr);
    display: inline-block;
    width: 100%;
  }

  .detalleproductogallerythumb {
    height: 150px;
    width: 33%;
    float: left;
    background-position: center center !important;
  }

  div#detalleproductogrid {
    text-align: center;
  }

  .talleitem {
    display: inline-block;
    float: none;
    width: 50px;
    height: 50px;
  }
  div#cartgrid {
    display: grid;
  }
  .logocenter,
  .menu,
  .cartprice {
    display: none;
  }
  div#header1 {
    display: grid;
    align-items: center;
  }
  .smalllogo {
    width: 150px;
    float: left;
  }

  .smalllogo img {
    width: 100%;
    margin-top: 0;
  }

  div#deployMenuMobileContainer {
    float: left;
  }

  div#closepopupcontainer {
    right: 0;
    top: 0;
    font-size: 34px;
    background: white;
    width: 30px;
    text-align: center;
    border: 1px solid #ccc;
  }

  .slider {
    height: 150px;
  }

  .marginfiftytb {
    margin: 10px 0;
  }

  .campaignitem {
    height: 250px;
    width: 100%;
    float: none;
    display: block;
    margin: 10px 0;
  }

  .leftpanelcategories .category {
    margin: 5px 10px;
  }

  .leftpanelcategories .subcategory {
    margin: 10px;
  }

  div#footer {
    margin: 0;
    text-align: center !important;
  }

  .footersocial {
    text-align: center;
  }

  .swiper-slide img {
    width: 100%;
    height: auto;
  }

  .saleselement {
    height: 300px;
  }

  .swiper-slide-campaign {
    height: 150px !important;
  }
}

.mercadopago-button {
  display: none !important;
}

.fullheight {
  height: 100%;
}

.whiteText {
  color: white;
}

.span-2 {
  grid-column: span 2;
}

.right {
  float: right;
}

.borderbox {
  box-sizing: border-box;
}

div#alertBoxContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #00000096;
  display: grid;
  align-items: center;
  justify-content: center;
}

div#alertBox {
  background: white;
  width: 100%;
  max-width: 300px;
  position: relative;
  max-height: 100px;
}

i#closeAlertBox {
  position: absolute;
  right: 0;
  font-size: 2rem;
  cursor: pointer;
  display: block;
}

div#alertBoxMessage {
  padding: 10px;
  width: 100%;
  margin: 30px 20px;
}

:root {
  --swiper-theme-color: #cc9f53 !important;
}

.displayblock {
  display: block;
}

/*Fixes de swiper*/

/*.swiper-container {
  position: relative;
}*/

a[href='https://www.froala.com/wysiwyg-editor?k=u']
{
  display: none !important;
}
