/*
Theme Name: PV HR theme
Description: a theme personalize for Personeelsvereniging from Hogeschool Rotterdam. Allows users to register to available workshop with PV discount
Author: Vicky Nguyen
Author URI: https://www.vickynguyen.nl
Template: shop-elite
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pvhr
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body, h1, h2, p, ul{
  font-family: 'Poppins', sans-serif !important;
}
.head-top-right{
  display:none !important;
}
.woocommerce-MyAccount-navigation ul li a{
  color: #ffffff !important;
}
/* .custom-logo-link img{
  height: 50px !important;
} */
/* date icon BEGIN */
article#date {
  border:0;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  opacity: 0.7;
  z-index: 300;
}
#date article#date:first-child {
  border-top: none;
}
#date article#date:last-child {
  border-bottom: none;
}
.onsale,.woocommerce-MyAccount-navigation-link--downloads{
  display: none !important;
}
#date aside {
  position: relative;
  box-sizing: border-box;
  /* display: inline-block;
  margin: 0 20px; */
  top: -20px;
  width: 50px;
  padding: 5px 8px 10px;
  background-color: #FFD300;
  color: #000;
  z-index:100;
}
.saga-product-wrapper{
  z-index: 1 !important;
}

#date aside:before, aside:after {
  content: '';
  position: absolute;
  left: 0;
  border-style: solid;
  border-width: 0 25px 20px;
}
#date aside:before {
  bottom: -20px;
  border-color: transparent #FFD300;
  z-index: 1234;
}
#date aside:after {
  bottom: -26px;
  border-top-width: 6px;
  border-color: #FFD300 #FFD300 transparent #FFD300;
}

#date aside span {
  display: block;
}
#date aside span.day {
  font-size: 30px;
  /* line-height: 65px; */
  font-family: 'Roboto Condensed', sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  padding: 30px 0 0 0;
}
#date aside span.month, #date aside span.year {
  font-family: 'Roboto Condensed', sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
}

/* date icon END */
.workshop_note{
  position: absolute;
  /* top: -40px; */
  width: 100%;
  z-index: 10;
  font-size: 12px;
  background-color: #CC0033;
  height: 40px;
  color: #ffffff;
  text-align: center;
  text-transform:uppercase;
  font-weight: bold;
  padding: 10px 0 0 10px;
  /* opacity: 0.8; */
}
span.onsale{
  width: 100px !important;
}
.site-copyright .col-sm-12{
  display: none;
}

 body.woocommerce span.onsale,
 body button{
  background-color: #ffd300 !important;
  color: #000000 !important;
}
.menu ul > li.current-menu-item > a{
  color: #000000 !important;
}
.woocommerce .site .button,
.saga-product-buttons .yith-wcwl-add-to-wishlist
{
  background-color: #ffd300 !important;
  color: #000000 !important;
}
.woocommerce .site .button:hover,
.saga-product-buttons .yith-wcwl-add-to-wishlist:hover,
 body button:hover,
 .saga-navigation{
  background-color: #CC0033 !important;
  color: #ffffff !important;
}
.saga-woo-counter{
  background: #ffd300 !important;
  color: #000000;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  letter-spacing: 0px !important;
  color: #000000 !important;
  text-transform: none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover{
  color: #CC0033 !important;
}
.product-categories li a{
  color: #CC0033 !important;
}
.saga-product-details .price ins, .primary-bg{
  background-color: #CC0033 !important;
}
.woocommerce ul.products li.product .price, .entry-content a{
  color: #CC0033 !important;
}
.woocommerce .star-rating span{
  color: #ffd300 !important;
}


@media screen and (min-width: 992px){
  #secondary{
    width: 25% !important;
  }
}
