:root {
  --app-color: #d43f3a;
  --app-color-hover: #d43f19;  
}

.stroke {
    color: #fff;
    background: transparent;
    letter-spacing: 0;
    text-shadow: -1px -1px 1px #333, 1px -1px 1px #333, -1px 1px 1px #333, 1px 1px 1px #333;
    font-weight: 600;
    line-height: 30px;
}

.card-responsive {
  display: flex;
  margin: auto;
  margin-bottom: 30px;
}

.h-80pi {
  height: 80px;
}

.space_top {
  height:50px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-70 {
  margin-bottom: 70px;
}
.mb-10 {
  margin-bottom: 10px;
}

.w-80p{
  width: 80%;
}

.w-200 {
  width: 200px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.w-300px {
  width: 300px;
}

@media only screen and (max-width: 991px)
{
	.card-responsive {
    display: grid;
  }
}

.delete-padding-horizontal {
  padding-right: 0px;
  padding-left: 0px;
}

#bloque-adc h1.txt-orange {
    border-bottom: 2px solid #DF6C1E;
    color: #DF6C1E;
    font-family: "vantGarde-Bold", sans-serif, serif;
    font-size: 26px;
    margin: 80px 0 20px 0;
    text-align: center;
    padding: 0 0 5px 0;
}

.adicional-content {
    background: no-repeat center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 110px;
    margin: 0 auto 10px auto;
    padding: 0;
}

.box-promotion {
    background: #f3f3f3;
    border-right: solid 1px #FFFFFF;
    padding-left: 25px;
}

/*overwrite*/
.new_arrivals_sorting {
  margin-top: 30px;
}

.btn-app-buy {
  color: #fff;
  background-color: var(--app-color);
  border-color: var(--app-color);
}

.btn-app-buy:hover {
  color: white;
  background-color: var(--app-color-hover);
}

.color-app {
  color: var(--app-color);
}

.hidde {
  display: none;
}

.payment_slider
{
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 80px;
}

/* == Modal popup == */
.modal-dialog-centered {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  min-height:calc(100% - (.5rem * 2));
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height:calc(100% - (1.75rem * 2));
  }
}
/* == END Modal popup == */

/* == Cookies dialog == */
#gdpr-cookie-message {
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 375px;
  background-color: var(--purple);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0,0,0,0.25);
  margin-left: 30px;
  font-family: system-ui;
}
#gdpr-cookie-message h4 {
  color: var(--red);
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
  color: var(--red);
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
  color: white;
  font-size: 15px;
  line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}
#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}
#gdpr-cookie-message a {
  color: var(--red);
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255,255,255,0.75);
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: var(--red);
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background: var(--red);
  color: white;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
  background: white;
  color: var(--red);
  transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
  background: white;
  color: var(--red);
}
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

/* == END Cookies dialog == */

/* == anchor */ 
.link, .link:hover, .link:visited, .link:active, .link:link
{
	text-decoration: none;
}
.link:active
{
	color: #FF6347;
}
.link:hover
{
	color: #FF6347;
}
/* == height top page */ 
@media only screen and (max-width: 575px)
{
  .height-mobile {
    height:350px;
  }
}
@media only screen and (max-width: 420px)
{
  .height-mobile {
    height:300px;
  }
}
@media only screen and (max-width: 380px)
{
  .height-mobile {
    height:250px;
  }
}
@media only screen and (max-width: 330px)
{
  .height-mobile {
    height:120px;
  }
}
.color-black {
  color: black;
}
.color-white {
  color: white;
}
.double {
  zoom: 1.3;
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
}
