/*
Theme Name: Charisma
Description: Childtheme von flatize
Author: Gerryland GmbH
Author URI: http://www.gerryland.de/
Template: flatize
Version: 1.0
Tags:
*/

/* Startseite Marken-Logos */

.brands img {
    width: 100% !important;
    height: auto; 
}
.brands li {
    width: calc(20% - 60px) !important;
}

/* Navigation Anpassungen */

#pgl-header .logo img {
    max-width: 140px!important;
}

/* Woo-Commerce */

#warenkorbSymbol {
    display: none;
}

.archive .type-product {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
}

.archive .products .col-md-3 {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 20px!important;
    padding-left: 0px;
    padding-right: 0px;
}

.archive .product-block .button-item {
    display: none;
    position: absolute;
    top: 0px!important;
    text-align: center;
    z-index: 999;
    width: 100%;
    height: 100%;
    margin-top: 0px!important;
    background-image: url("images/product_overlay.png");
    padding-top: 50px;
    background-size: cover;
    pointer-events: none;
}

.archive .product-block .image img {
    width: 90%!important;
	margin-top: 14px;
}

.archive .product-meta {
    width: 90%;
    margin: auto;
}

.archive .product-block .name {
    padding-right: 0px!important;
    margin-bottom: 12px!important;
	font-size: 18px!important;
    min-height: 56px;
}

.archive .product-meta .price {
    font-size: 18px!important;
	line-height: 20px!important;
}

.archive .product-meta .amount {
    color: #333!important;
    font-size: 18px!important;
	line-height: 20px!important;
}

.archive .product-meta ins .amount  {
    color: #da0812!important;
    font-weight: normal!important;
}

.archive .porduct-overlay {
	color: #fff;
}

.archive .porduct-overlay .amount {
	color: #fff!important;
	font-size: 28px!important;
	line-height: 20px!important;
	display: block;
	font-weight: normal!important;
}

.archive .porduct-overlay del .amount {
	display: none;
}

.archive .porduct-overlay .shipping-costs-info, .porduct-overlay .shipping-costs-info a {
	color: #fff!important;
}

.archive .product-block .button-item a.button.btn-cart {
    color: #333333;
	background-color: transparent!important;
    background-image: url("images/warenkorbIcon.png")!important;
    border-color: transparent;
	margin-top: 10px;
}

.archive .product-block .button-item i {
	display: none!important;
}

.archive .woocommerce .image span.onsale {
    width: 140px!important;
    height: 40px!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    background: #da2213!important;
    top: 20px!important;
    left: 0px!important;
	text-transform: uppercase;
	font-weight: 700!important;
	font-size: 22px;
	line-height: 40px!important;
	padding: 0px!important;
	min-height: 40px!important;
}

.checkout-button {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

#ship-to-different-address-checkbox {
    margin-top: 0px;
}

#ship-to-different-address label {
    margin-bottom: 0px;
}

.porduct-overlay .tax-info, .porduct-overlay .shipping-costs-info, .porduct-overlay .delivery-time-info {
    display: none;   
}

#single-product .panel-group .panel-title::after {
    margin-top: -25px!important;
    pointer-events: none;
}

.variations .control-label {
    text-align: left!important;
}

.anzahlContainer {
    margin-bottom: 16px;
    overflow: auto;
}

.anzahlContainer .control-label {
    text-align: left!important;
    padding-left: 0px;
    font-weight: bold;
}

#single-product  .anzahlContainer div.quantity input.qty {
    border: 1px solid #009a9d!important;
    width: 100px!important;
}

.woocommerce-page div.product form.cart {
    margin: 16px 0px 0px 0px!important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #009a9d;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #038588;
}

#single-product div.summary .price {
    color: #000!important;
}

#order-verify a {
    text-decoration: underline;
}

.woocommerce-notice a {
    float: none!important;
}

.in-stock {
    display: none;
}

#pgl-mainnav .megamenu > li > a {
    padding-left: 9px !important;
    padding-right: 9px !important;
}

#pgl-header .button-item-action > a {
    padding: 30px 10px!important;
}

#pgl-footer .footer-bottom .copyright {
    width: 75%;
}

.col-sm-6.social {
    width: 25%;
}

.woocommerce span.onsale {
    background-color: #D32B2A!important;
    font-size: 2em!important;
    line-height: 1em!important;
    min-height: 0px!important;
}

#single-product span.onsale {
    width: 100px!important;
    height: 100px!important;
    font-size: 4em!important;
    line-height: 1.4em!important;
}

img.attachment-shop_thumbnail.size-shop_thumbnail {
    height: 90px !important;
    width: auto !important;
}

li.yith_magnifier_thumbnail {
    width: auto !important;
}

@media (max-width: 1200px) {
    .archive .product-block .name {
        font-size: 15px!important;
    }
    .archive .product-meta .price .amount
    {
        font-size: 15px!important;
    }
    .archive .product-block .button-item {
        padding-top: 30px;
    }
}

@media (max-width: 992px) {
    .archive .products .col-md-3 {
        width: 48%;
        margin-right: 2%;

    }
}

@media (max-width: 767px) {
    .brands li {
        width: 60% !important;
        margin-left: 20% !important;
    }

    .archive .products .col-md-3 {
        width: 96%;
        margin-right: 2%;
        margin-left: 2%;
    }
    .woocommerce .product-block .button-item {
        display: none!important;
    }
        
    .archive .product-block .price .amount {
        font-size: 24px!important;
        line-height: 30px!important;
    }

    .archive .product-meta {
        padding-bottom: 20px;
    }

    .archive .product-block .name {
        font-size: 30px!important;
    }
    .yith_magnifier_mousetrap {
        display: none!important;
    }

	#pgl-header .header-wrapper .logo {
	    width: 100%;
	    border-bottom: 3px solid #000;
	}

	#pgl-header.header-style2 .logo {
	    border-bottom: 0;
	}

	.button-item-action.hidden-md.hidden-lg {
	    float: left !important;
	}

	#pgl-header .button-item-action {
	    height: auto !important;
	    padding:16px
	}

	#pgl-header .button-item-action a {
	    padding: 0 !important;
	}
    #pgl-footer .footer-bottom .copyright {
        width: 100%;
    }
    
    .col-sm-6.social {
        width: 100%;
    }
}