:root {
  --main-color: #ffd75d;
}

.table-account thead tr th {
  color: #fff;
}

.cont-pending {
  width: 100%;
  text-align: center;
  margin-top: 46px;
  min-height: 250px;
  font-size: 20px;
  font-weight: bold;
}

.confirm-payment h4 {
  width: 100%;
  margin: auto;
  text-align: -webkit-center;
}

.confirm-payment h4>a {
  width: 100%;
  margin: auto;
  text-align: -webkit-center;
  color: #ffd75d
}

.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  overflow: hiden;
  transition: .64s ease-in-out;
}

.popup-inner {
  position: relative;
  bottom: -100vw;
  right: -100vh;
  display: flex;
  align-items: center;
  max-width: 690px;
  max-height: 600px;
  width: 60%;
  height: 80%;
  background-color: #fff;
  transform: rotate(32deg);
  transition: .64s ease-in-out;
}

.popupphoto {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.popupphoto img {
  width: auto;
  height: 100%;
}

.popuptext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  height: 100%;
  padding: 4rem;
}

.popuptext h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #0A0A0A;
}

.popuptext p {
  font-size: .875rem;
  color: #686868;
  line-height: 1.5;
}

.popuptext a {
  text-decoration: none;
  color: #47BDFF;
}

.popup.active {
  visibility: visible;
  opacity: 1;
}

.popup.active .popup-inner {
  bottom: 0;
  right: 0;
  transform: rotate(0);
}

.closepopup {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  font-size: 23px;
  font-weight: bold;
  border-radius: 100%;
  background-color: var(--main-color);
  z-index: 4;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.cont-not-products {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 22px;
}

.color-filter {
  background: #d82121;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.table .bg-default {
  background-color: var(--main-color);
}

.btn-default {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}

.btn-default:hover {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.thumbnail-prduct {
  object-fit: cover;
  height: 80px;
  width: 80px;
}

.cont-color-options {
  display: block;
}

.cont-color-options span {
  float: left;
  width: 33px;
  height: 33px;
  margin-right: 4px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #000;
  margin: 11px 3px;
}

.cont-color-options span.selected {
  border: 2px solid #0ac5a8;
}

.del-coupon {
  color: #da1616;
}

.del-coupon:hover {
  color: #282e37;
}

.cont-default-options li[disabled="disabled"] {
  background: url(../img/shop/disabled_option.png) no-repeat #161f26;
  background-size: 31px;
  background-position: center;
  opacity: .2;

}

.old-price {
  font-size: 14px;
  color: gray;
  margin: 0 4px;
  text-decoration: line-through;
}

span.discount-tag {
  padding: 8px;
  display: inline-block;
  background: #ffd75d;
  color: #000000;
  font-weight: bold;
}

span.old-price {
  text-decoration: line-through;
}

span.coupon {
  background: #ffd75d;
  color: #000000;
  padding: 9px;
  font-size: 15px;
  border-radius: 12px;
}

label.in-stock {
  color: #009688;
  font-size: 22px;
}

input.is-invalid {
  border: 2px solid #ff4a4a !important;
}

input.is-valid {
  border: 2px solid #148c2857 !important;
}

.cont-coupon {
  width: 62%;
}

.cont-coupon .btn {
  background: var(--main-color);
  border-color: var(--main-color);
}

.cont-coupon .btn:hover {
  cursor: pointer;
}

.cont-message-checkout {
  width: 100%;
  height: 38px;
  background: #f27474;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
}

.list-carriers p {
  color: #c70000;
}

.list-carriers .item-carrier {
  display: block;
  background: #282e37;
  padding: 3px;
  margin-bottom: 4px;
}

.list-carriers input[type=radio]+label {
  display: flex;
  margin: 0.2em;
  align-items: center;
  cursor: pointer;
  padding: 0.2em;
  color: white;
}

.list-carriers input[type=radio] {
  display: none;
}

.list-carriers input[type=radio]+label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.0;
  padding-bottom: 0.0;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
  display: flex;

  align-items: center;

}

}

.list-carriers input[type=radio]+label:active:before {
  transform: scale(0);
}

.list-carriers input[type=radio]:checked+label:before {
  background-color: #fff;
  border-color: #282e37;
  color: #282e37;
}

.list-carriers input[type=radio]:disabled+label:before {
  transform: scale(1);
  border-color: #aaa;
}

.list-carriers input[type=radio]:checked:disabled+label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.list-gateways {
  margin-top: 25px !important;
}

.list-gateways .item-gateway:hover {
  cursor: pointer;
}

.list-gateways .title-pay {
  font-size: 20px;
  font-weight: bold;
}

.list-gateways .item-gateway {
  padding: 10px;
  min-height: 68px;
  opacity: 0.5;
  width: 100%;
}

.list-gateways .item-gateway img {
  width: 60px;
  float: left;
  margin-right: 8px;
  height: 48px;
  object-fit: contain;
}

.list-gateways .item-gateway p {
  line-height: 44px;
}

.list-gateways .item-gateway.active {
  -webkit-box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 8%);
  -moz-box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 8%);
  box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 8%);
  background: url(../img/shop/check.png) no-repeat;
  background-position: right;
  background-size: auto;
  opacity: 1;
}

.loading-checkout {
  display: block;
  text-align: center;
}

.loading-checkout p {
  font-size: 20px;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.loader {
  margin: 20px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 7px solid #4bc349b3;
  border-right: 7px solid rgba(109, 105, 105, 0.2);
  border-bottom: 7px solid rgba(216, 19, 19, 0.2);
  border-left: 7px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.btn-login {
  padding: 20px;
  color: #fff;
  font-size: 17px;
  display: block;
  margin-bottom: 10px;
}

.btn-login:hover {
  opacity: 0.7;
  color: #fff;
}

.btn-enter-email {
  background: var(--main-color);
  color: #000;
  font-weight: 500;
}

.btn-enter-email:hover {
  color: #000;
}

.btn-enter-key {
  background: #282e37;
}

.btn-enter-facebook {
  background: #3b5998;
}

.btn-enter-google {
  background: #d34836;
}

.cont-login input {
  width: 309px;
  font-size: 1.8rem;
  color: #9b9b9b;
  height: 40px;
  background: #f2f2f2;
  padding-left: 9px;
  line-height: 40px;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  box-shadow: none;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.cont-login button {
  display: block;
  float: none;
  margin: auto;
  width: 291px;
  height: 46px;
  border-radius: 3px;
  background: none;
  border: 1px solid var(--main-color);
  color: #000;
  text-shadow: none;
  box-shadow: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.8rem;
}

.cont-login button:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #000;
  cursor: pointer;
}

.cont-login .message-login {
  padding: 10px;
  color: #fff;
  margin-bottom: 5px;
}

.cont-login .message-login.success {
  background: #28a745;
}

.cont-login .message-login.error {
  background: #f16a6a;
}

.menu-account .list-group-item.active {
  background: var(--main-color);
  border-color: var(--main-color);
}

.account {
  margin-top: 12%;
}

.account .bg-primary {
  background-color: var(--main-color);
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fcf;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


#blogSection {

  margin-bottom: 30px;

  margin-top: 80px;

}

.blog {

  position: relative;

  margin-bottom: 80px;

}

.blog h5 {

  font-size: 16px;

  font-weight: 900;

  margin: 20px 0 10px;

  color: #333333;

  letter-spacing: 4px;

}

.blog h3 {

  font-size: 24px;

  font-weight: 500;

  margin: 20px 0;

  color: #333333;

  letter-spacing: 3px;

  /*text-transform: uppercase;*/

}

.blog a img {

  float: left;

  margin-right: 8px;

}



.blog a p {

  font-size: 15px;

  color: #333333;

  font-weight: 900;

  letter-spacing: 5px;

  position: relative;

  margin-bottom: 16px;

  line-height: 26px;

  float: left;

}

.blog .imgCont {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-height: 271px;
}

.imgCont img {
  width: 100%;
}


.blog .imgCont img {

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

}

.blog:hover .imgCont img {

  -moz-transform: scale(1.1);

  -webkit-transform: scale(1.1);

  transform: scale(1.1);

}

#blogIntSection .imagenesInt1 {

  padding: 15px 0 !important;

}

#blogIntSection .imagenesInt2 {

  padding: 15px 0 !important;

}

.blogIntCont h5 {

  font-size: 20px;

  font-weight: 900;

  color: #333333;

  letter-spacing: 4px;

}

.blogIntCont h3 {
  font-size: 25px;
  font-weight: 900;
  color: #333333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 26px 0 0;
  line-height: 34px;
}

.blogIntCont h2 {

  font-size: 24px;

  font-weight: 900;

  color: #f00280;

  letter-spacing: 6px;

  text-transform: uppercase;

  margin: 26px 0;

}

.blogIntCont p {

  font-size: 16px;

  color: #333333;

  margin-bottom: 20px;

  text-align: justify;

}

.blogIntCont h4 {

  font-size: 24px;

  font-weight: 900;

  color: #333333;

  letter-spacing: 6px;

  text-transform: uppercase;

  margin: 26px 0;

}

.blogIntCont p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
  text-align: justify;
  width: 93%;
  line-height: 25px;
}

.blog-int {
  margin-top: 25px;
}

.check a,
.check-acepto a {
  color: #ffd75d !important;
}

.check a:hover,
.check-acepto a:hover {
  color: #ba01cb !important;
}