/*
Theme Name: Gabarage
Theme URI: https://www.gabarage.at
Description: Gabarage Website Template
Author: Reither & Partner
Author URI: https://www.reither-partner.at/
*/

.awgm-info {
    display: none !important;
}

.count {
    display: none;
}
.woocommerce li.product {
    text-align: center;
}

.woocommerce ul.products .product :hover { 
  /* background: #ff0000;*/
}


/* RESULT COUNT
---------------------------------------------------------------------------------------------------- */

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
   /* display: none; */
}

/* PRODUCT COLUMNS
---------------------------------------------------------------------------------------------------- */
.products.columns-4 {
    padding-top: 30px !important;
    
}

/* BUTTON ANGEBOT
---------------------------------------------------------------------------------------------------- */

.woocommerce span.onsale {
    height: 80px !important;
    width: 80px !important;
    padding-top: 15px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 40px !important;
    background-color: #1a1a1a;
    color: #fff;
    z-index: 9;
}


/* BUTTON WUNSCHLISTE
---------------------------------------------------------------------------------------------------- */
.wunschliste {
    position: relative;
    background: #fff;
    width: 150px;
    height: 20px;
    padding: 0;
    border: none;
    margin-left: 3px;
    margin-bottom: 0px;
    margin-top: 20px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    
    
}



.wunschliste::after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    font-size: 20px;
    width: 33px;
    height: 33px;
    border: none;
    margin-left: 0;
    margin-right: 7px;
    cursor: pointer;
    visibility: visible;      

 }


.woosw-added {
    position: relative;
    background: #fff;
    width: 200px;
    height: 20px;
    border: none;
    margin-left: 3px;
    margin-bottom: 0px;
    margin-top: 20px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 400;
          

 }

.woosw-added::after {
       position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
   display: inline-block;
   vertical-align: middle;
   font-weight: 900;
    font-size: 20px;
    
    width: 33px;
    height: 33px;
    border: none;
    margin-left: 3px;
    cursor: pointer;
    visibility: visible;
    
          

 }


/* LINK WARENKORB ANZEIGEN
---------------------------------------------------------------------------------------------------- */

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline !important;
    background: #ff0000 !important;
}


/* BUTTON WARENKORB KATEGORIENEBENE
---------------------------------------------------------------------------------------------------- */

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    margin-top: 15px !important;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 400 !important;
    font-size: 15px !important;
    border-radius: 3px;
    left: auto;
    color: #fff !important;
    background-color: #010101!important;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    transition: 0.3s !important;
}

/* BUTTON WARENKORB PRODUKTEBENE
---------------------------------------------------------------------------------------------------- */



.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #1a1a1a !important;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
   
    -webkit-font-smoothing: antialiased;
}


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 400 !important;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    transition: 0.3s !important;
}


.woocommerce #respond input#submit, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #484848 !important;
    
}

/* PREIS KATEGORIESEITE
---------------------------------------------------------------------------------------------------- */

.woocommerce ul.products li.product .price {
    color: #010101;
    display: block;
    font-weight: 600;
    margin: 0 !important;
    font-size: 20px;
}

/* PREIS DETAILSEITE
---------------------------------------------------------------------------------------------------- */

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #010101;
    font-weight: 600;
    font-size: 30px;
}


/* MESSAGE WARENKORB
---------------------------------------------------------------------------------------------------- */

.woocommerce-message {
    border-top-color: #010101;
}

/* POP UP WARENKORB
---------------------------------------------------------------------------------------------------- */

.woofc-area.woofc-style-01, .woofc-area.woofc-style-03, .woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
    background-color: #1a1a1a;
}



.woofc-area.woofc-style-01 .woofc-area-top {
    height: 48px;
    line-height: 48px;
    padding: 0 60px 0 20px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.4);
}


/* INPUTFIELD QUANTITY
---------------------------------------------------------------------------------------------------- */


.woocommerce .quantity .qty {
    width: 45px;
    height: 35px;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #1a1a1a;
    border-radius: 3px;
}

/* TITEL REGISTERKARTEN
---------------------------------------------------------------------------------------------------- */

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    font-size: 16px !important;
    padding: .5em 0;
    font-weight: 600 !important;
    color: #515151;
    text-decoration: none;
}


/* HOVER EFFEKT LISTENSEITE
---------------------------------------------------------------------------------------------------- */
.woocommerce ul.products li.product a img:hover {
    transform: scale(1.2,1.2);
    transition: 0.3s;
    
}

/* DETAILSEITE THUMBS
---------------------------------------------------------------------------------------------------- */
.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .8;
    margin: 0;
    width: 80px !important;
    margin-top: 10px;
}

div.product div.images .flex-control-thumbs li {
    width: 15% !important;
    float: left;
    margin: 0;
    list-style: none;
}

.woocommerce-product-gallery .flex-control-thumbs li:nth-child(5n+1) {
    clear: left;
}

/* DROP DOWN ORDERING SELECT
---------------------------------------------------------------------------------------------------- */
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left !important;
    margin-top: 20px;
    margin-bottom: 40px;
}



.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    height: 35px;
    border: 1px solid #515151;
    padding: 0 5px 0 5px;
    
}

/* RELATED PRODUCTS
---------------------------------------------------------------------------------------------------- */
.related.products {
    padding-top: 40px;
}

/* PRODUCT INFO TABLE
---------------------------------------------------------------------------------------------------- */
.woocommerce-product-attributes {
    margin-top: 30px;
}

th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: 600 !important;
    text-align: left !important;
}


/* SELECT DROp DOWN
---------------------------------------------------------------------------------------------------- */

.form-control  {
  width: 70% !important;
  border: 1px solid #000 !important;
  border-radius: none !important;
  padding: 0.25em 0.5em;
   cursor: pointer;
  line-height: 1.1;
  background-color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 15px !important;
  
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    display: none !important;
}


.label {
    font-size: 15px !important;
}

/* THUMBS
---------------------------------------------------------------------------------------------------- */

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: visible !important;
    zoom: 1;
    margin: 0;
    padding: 0;
}


/* LUPE BILD
---------------------------------------------------------------------------------------------------- */

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0;
    cursor: grab !important;
}



/* CHECK OUT FORMULAR
---------------------------------------------------------------------------------------------------- */


input, .input-text {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px 0 3px 3px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400
}

.woocommerce-info {
    border-top-color: #1a1a1a;
}

/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
.woocommerce-account .woocommerce-MyAccount-navigation {
		      width: 22%;
    margin-bottom: 30px !important;
		        }
 .woocommerce-account .woocommerce-MyAccount-content { 
				      width: 75%;
     
				        }
				}

.woocommerce-MyAccount-content {
    padding-top: 50px !important;

		}		
/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
					  list-style-type: none;
					    padding-left: 0;
					      max-width:200px;
					        font-size: 17px;
						  line-height: 26px;
    display: inline !important;
    
					  }
 nav.woocommerce-MyAccount-navigation ul li {
						    padding: 8px 20px;
						      background-color: rgba(0,0,0,0.05);
						        border-bottom: 1px solid rgba(0,0,0,0.05);
     display: inline !important;
     
						}
nav.woocommerce-MyAccount-navigation ul li.is-active {
							  background-color: rgba(0,0,0,1);
    color: #fff !important;
						  }
nav.woocommerce-MyAccount-navigation ul li.is-active a {
							    color: rgba(0,0,0,0.8); cursor: default;
    color: #fff !important;
						    }

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
									        background-color: rgba(0,0,0,0.07);
									}

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
										  content: "";
										    height: 0;
										      width: 0;
										        border-top: 20px solid transparent;
											  border-left: 14px solid rgba(0,0,0,0.07);
											    border-bottom: 20px solid transparent;
											      float: right;
											        margin-right: -34px;
												  margin-top: -7px;
											  }

