/*
Theme Name: White Room Storefront child
Template: storefront
Theme URI: #
Author: Diego Castro
Author URI: #
Description: Tema para una tienda de ropa.
Tags: ecommerce, ropa
Tested up to: 5.8.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: whiteroom
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 320px;
  height: auto;
  overflow-x: hidden;
}

.col-full {
  width: 100% !important;
  max-width: none !important;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.whiteroom__myaccount {
  width: 90% !important;
  min-width: 288px;
  height: auto;
  margin: 0 auto !important;
}

.whiteroom__store {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 320px;
  height: auto;
  margin: 0 auto;
  font-family: "Inter", sans-serif !important;
  background-color: #FFFFFF;
}
.whiteroom__store select[name=orderby] {
  width: auto;
  height: auto;
  border: solid 1px #e4e4e4;
  border-radius: 1rem;
  padding: 0.25rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #f1f1f1 !important;
}
.whiteroom__store select[name=orderby]:focus, .whiteroom__store select[name=orderby]:checked, .whiteroom__store select[name=orderby]:active {
  outline: none;
  border: solid 1px #979797;
}

.site-content {
  width: 100%;
  min-width: 320px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.onsale {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 1rem;
  border: none;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(3rem);
  color: #FFFFFF;
}

.wc-block-components-sidebar-layout {
  width: 90%;
  min-width: 288px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
}

.entry-header {
  display: none;
}

@media (min-width: 1200px) {
  .whiteroom__store {
    position: relative;
    z-index: 0;
    width: 90%;
    min-width: 288px;
    height: auto;
    margin: 0 auto;
    font-family: "Inter", sans-serif !important;
  }
  .whiteroom__store .storefront-sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .whiteroom__store .storefront-sorting .woocommerce-result-count {
    font-size: 1vw;
  }
  .whiteroom__store .storefront-sorting select[name=orderby] {
    width: auto;
    height: auto;
    border: solid 0.2vw #e4e4e4;
    border-radius: 1vw;
    padding: 0.25vw 0.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1vw;
    font-family: "Inter", sans-serif !important;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: #f1f1f1 !important;
  }
  .whiteroom__store .storefront-sorting select[name=orderby]:focus, .whiteroom__store .storefront-sorting select[name=orderby]:checked, .whiteroom__store .storefront-sorting select[name=orderby]:active {
    outline: none;
    border: solid 1px #979797;
  }
  .onsale {
    border-radius: 1vw;
    padding: 0.5vw 1vw;
    display: inline-block;
    font-size: 1vw;
  }
}