/*
 Theme Name:   EAqueWeb.com
 Theme URI:    https://eaqueweb.com/
 Description:  >_ EAqueWeb .
 Author:       EAqueWeb.com
 Author URI:   https://eaqueweb.com/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/*PONER SIEMPRE POR DEFECTO*/
.woocommerce-cart .woocommerce{
  padding: 32px;
}
.woocommerce-checkout .woocommerce{
  padding: 32px;
}
body.bricks-is-frontend :focus {
  outline: none;
}
body ::-webkit-scrollbar {
  width: 10px;
}
body ::-webkit-scrollbar-track {
  background: #f5f5f5;
}
body ::-webkit-scrollbar-thumb {
  background: #333333;
  border-radius: 16px;
}
body ::-moz-selection {
  color: #f5f5f5;
  background-color: #333333;
}
body ::selection {
  color: #f5f5f5;
  background-color: #333333;
}
body button, body i, body .image-wrapper, body a, body img {
  -webkit-transition: all .4s ease-out!important;
  -ms-transition: all .4s ease-out!important;
  transition: all .4s ease-out!important;
}
body img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
body a:hover img {
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}
body a:hover .image-wrapper {
  -webkit-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
body i {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
body a:hover i {
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}
body .pswp img {
  border: white solid 16px;
}

/*MAS CODIGO CSS*/
@media screen and (max-width: 40em) {
  .pswp img {
    border: white solid 8px;
  }
  .woocommerce-cart .woocommerce{
    padding: 16px;
  }
  .woocommerce-checkout .woocommerce{
    padding: 16px;
  }
}