.price del{
    color: #ff0000 !important;
    font-weight: bold !important;
}

.tm-hide {
    opacity: 0;
  /*  filter: alpha(opacity=0);*/
    cursor: pointer;
	filter: opacity(0%);
	position:absolute;
	left:0;
	top:0;
}
.tm-checkbox {
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
	position:relative;
	vertical-align: -3px;
}
.tm-radio {
   	display: inline-block;
    height: 15px;
    padding: 0;
    vertical-align: -2px;
    width: 15px;
	position:relative;
}
.tm-checked {
    background-position: -74px -37px;
    cursor: pointer;
}
.tm-selected {
    background-position:-75px 0px;
    cursor: pointer;
}
.ie7 .tm-checkbox-green,.ie8 .tm-checkbox-green,.ie9 .tm-checkbox-green	,
.ie7 .tm-checkbox, .ie8 .tm-checkbox,.ie9 .tm-checkbox,
.ie7 .tm-radio,.ie8 .tm-radio,.ie9 .tm-radio {
    display: inline;
    zoom: 1;
}
.tm-checked-green {
    background-position: 0 -18px;
}
.ie7 .tm-checkbox, .ie8 .tm-checkbox,.ie9 .tm-checkbox,
.ie7 .tm-radio,.ie8 .tm-radio,.ie9 .tm-radio {
    height: 18px;
    float: left;
}
/* Custom Select*/
select.hasCustomSelect {
    z-index: 9;
    cursor: pointer;
    display: inline-block !important;
}
span.customSelect {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 2px 10px;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}
.chzn-container {
    display: none !important;
    opacity: 0 !important;
}
#customer_details span.country_select.country_select {
    width: 100%;
}
.jigoshop-checkout #billing-country {
    margin-bottom: 35px;
}
.shipping_calculator .customSelect.country_to_state {
    margin-bottom: 0;
}
span.customSelect.changed {
    background-color: #f0dea4;
}
.customSelectOpen {
    -moz-box-shadow: #bbb 0 0 3px;
    -webkit-box-shadow: #bbb 0 0 3px;
    box-shadow: #bbb 0 0 3px;
}
.customSelectInner {
	padding-right: 20px;
}
.customSelectOpen .customSelectInner {
}

div.wpcf7-validation-errors {
    border: 2px solid #f7170a;
}


body{
    color:#444;
}


.header-logo img.logo{
    width:400px;
}

.subbanner-inner img{
    border: 0;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch stretch;
    vertical-align: middle;
    width:32px;
}

.required{
    color: red;
    font-weight: 700;
    border: 0;
    font-size: xx-large;
}

.agb .panel-grid{
    padding-top: 60px !important;
}

.artistname{
    background: url("../gloryshop/images/megnor/tab-title.png") no-repeat scroll center bottom;
    color: #000000;
    display: inline-block;
    font-size: 18px;
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.artistlive{
    font-weight: normal;
}

.toggled-on + .toggle-block{
    display:block!important;
}

.slick_slider{
    margin-top:25px;
}

.slick-next {
    right: 25px;
    background: #6B6B6B;
}

.slick-prev {
    left: 25px;
    background: #6B6B6B;
}

.slider-item {
    text-align: center;
}

.slider-img {
    margin: 0 auto 0 auto;
}

.slider-text {
    position:absolute;
    bottom:2%;
    background:rgba(255, 255, 255, 0.8);
}

.slider-text .slogan {
    font-size:3.5rem;
    display:block;
    font-family:'Merriweather', serif;
    text-align:left;
    padding-top:1rem;
    margin-bottom:0rem;
}

.slider-text .subslogan {
    font-family:'Source Sans Pro', sans-serif;
    text-align:left;
}

.woocommerce-page table.cart td a {
    font-weight: bold;
}


.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    margin: 0 auto;
    max-height: 350px;
}

.full-width{
    width:100%;
}

.columns-4 ul.products li.product {
    float: none;
    display: inline-block;
    width: calc(25% - 4px) !important;
    vertical-align: bottom;
}

.portfolio_4column li{
    min-height: 347px;
}

.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img{
    max-height: 80vh;
    max-width: 100%;
}

.payment_method:not(:checked) ~ .payment_button{
    display:none;
}

.payment_method:checked ~ .payment_button{
    display:block;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{
    max-width: 100%;
    width:unset;
}

.woocommerce ul.products li.product:hover .attachment-shop_catalog, .woocommerce-page ul.products li.product:hover .attachment-shop_catalog {
    visibility: visible;
}

.form-row.button_navigation > *:first-child{
    text-align: left;
    /*background-color: #ef0096;*/
    float:left;
}
.form-row.button_navigation > *:last-child{
    text-align: right;
    background-color:#92a55a;
    float:right;
}

.form-row.button_navigation:after {
    clear:both;
}

.form-row.button_navigation label{
    font-size: 0.5rem;
}

.payment_entry{
    text-align: left;
    padding: 1em;
    border: 1px solid #d8d8d8;
    margin: 10px 0;
    list-style: none outside;
}
.payment_img{
    display:inline-block;
    max-height: 60px;
}

.payment_method.input-radio{

}
#place_order{
    animation: colorchange 10s infinite;
    animation-timing-function: ease-out;
}

@keyframes colorchange
{
    0%   {background-color: #22abe2;}
    10%  {background-color: #fb6d23;}
    20%  {background-color: #fff100;}
    30%  {background-color: #ef0096;}
    40%  {background-color: #22abe2;}
    50%  {background-color: #fb6d23;}
    60%  {background-color: #69c390;}
    70%  {background-color: #fff100;}
    80%  {background-color: #ef0096;}
    90%  {background-color: #74c042;}
}


.cart-thumbnail img{
    max-width: 100%;
    width: auto!important;
}

.woocommerce-page .col2-set .col-order {
    width: 100%;
}

table.shop_table .center-align {
    text-align: center;
}

.woocommerce table.shop_table th.right-align, .woocommerce-page table.shop_table th.right-align{
    text-align: right;
}

.clearfix {
    display: block;
}

.cartProcess .tabs {
    margin: 0 auto 30px;
    padding: 0;
    min-width: 320px;
    max-width: 1480px;
}

.cartProcess .tabs > ul >li.is-active, .tabs > ul > li[class*="active"] {
    background: #fb6d23;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
}

.cartProcess .tabs > ul > li.is-inactive, .tabs > ul > li[class*="inactive"] {
    background: #F0F0F0;
    color: #666666;
}

.cartProcess .tabs > ul > li.is-ready, .tabs > ul > li[class*="ready"] {
    background: #92a55a;
    opacity: 0.8;
}

.tabs-block ul {
    margin: 0 auto 30px;
}

.tabs-block > ul {
    width: 100%;
    display: table;
    box-sizing: border-box;
    table-layout: fixed;
    border: 1px solid #bebebe;
}

.tabs-block > ul > li {
    font-size: large;
    min-width: 32px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    border-left: 1px solid #bebebe;
    color: #fff;
}

.tabs-block > ul > li a {
    color: #fff;
}



.tabs-block > ul .is-active .valign-middle {
    position: relative;
}


.tabs-block > ul > li.is-inactive strong, .tabs-block > ul > li.is-ready strong {
    display: block;
    text-align: center;
    line-height: 1.3em;
    border-left: 1px solid transparent;
    font-weight: 400;
}

.cartProcess .tabs > ul > li.is-active strong {
    border-left-color: transparent !important;
    font-weight: bold;
}

.cartProcess .tabs > ul > li.is-active > .valign-middle, .tabs > ul > li[class*="active"] > .valign-middle{
    background-color: transparent;
}


.tabs-block .text-tabs {
    font-size: 1em;
}

.text-tabs {
    padding: 0;
}

.text-tabs li {
    list-style: none outside none;
    display: table-cell;
}

.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop, .woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single, .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce form .form-row.validate-required.woocommerce-invalid select, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
    border-color: #ff0000;
}

.custom_thumbnails{
    margin-top:25px;
}

img.bannane{
    max-width: 90%;
    width: unset;
    position: absolute;
    right: 10px;
    animation: rotateOnce 1s;
}

@keyframes rotateOnce { 100% { transform:rotate(360deg); } }

.custom_thumbnails .artwork_thumbnail.active {
    border-bottom: 3px solid #ef0096;
    padding-bottom: 3px;
    opacity: 1;
}

.custom_thumbnails .artwork_thumbnail{
    display:inline-block;
    padding-bottom: 6px;
}

.custom_thumbnails .artwork_thumbnail img {
    max-height:100px!important;
}

.checkout-unit-price {
 margin-left: 27px;
}


.address-description, .address-label, .address-text {
    text-transform: none;
}

.site-footer{
    margin:0;
}

.left_align{
    text-align: left;
}

/*
    Style für die Icons im Footer
 */
.address .fa {
    color: #999999;
    float: none;
    margin: 0;
}

.text-align-left {
    text-align: left;
}

/*
    Bei Publikationen und Werken kann es sein, dass das Bild springt, weil die Titel unterschiedlich lang sind. Einer ist 1 Einzeilig, 1 Zweizeilig
 */

.columns-4 .product-name{
    display: block;
    min-height: 35px;
    margin: 15px 0 2px;
}

td.right-align{
    text-align: right;
}

.entry-content p {
    margin-bottom: 0;
}

.woocommerce .shop_table .vat-text {
    font-weight: 100;
}

.woocommerce .shop_table .total {
    font-size: large;
}

.cc-message{
    font-size:0.6em;
}

.portfolio_4column li,  .columns-4 ul.products li.product{
    min-height: 361px;
}

.woocommerce .summary .product_meta{
    width: calc(60% - 4px);
}

/*
    FlexBox!
*/
.flex-grid{
    display:flex;
    flex-wrap: wrap;
    align-items: end;
}

.product-detail-wrapper > a:first-of-type{
    min-height:60px;
    display:block;
}


.product.video iframe{
    width:400px;
    height:210px;
}



.woocommerce .summary .size_info{
    width: calc(40% - 4px);
    vertical-align: top;
}

.woocommerce .summary .size_info > img {
    max-height: 80px;
    display:inline-block;
    max-width:25%;
    vertical-align: top;
}

.woocommerce .summary .size_info > div {
    display:inline-block;
    width:1px;
    height:1px;
    outline:2px solid black;
    vertical-align: top;
}

.artworkState {
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:50%;
    background-color: red
}

@media only screen and (max-width: 479px){
    .portfolio_4column li,  .columns-4 ul.products li.product{
        width:100% !important;
    }
    .blog-list .entry-main-content {
        width: 100%;
        text-align: left;
    }
    .big-screen-only {
        display: none;
    }

    .woocommerce .summary .size_info{
        width:100%;
    }

    .woocommerce .summary .product_meta{
        width:100%;
    }
}

@media screen and (min-width: 480px) and (max-width: 979px) {
    .portfolio_4column li,  .columns-4 ul.products li.product{
        width:calc(50% - 3px) !important;
    }
    .blog-list .entry-main-content {
        width: 100%;
        text-align: left;
    }
    .big-screen-only {
        display: none;
    }


}

@media screen and (max-width: 1249px) and (min-width: 980px){
    .portfolio_4column li,  .columns-4 ul.products li.product {
        width:calc(33.33% - 3px) !important;
    }
    .blog-list .entry-main-content {
        width: 80%;
        text-align: left;
    }

    .cc-message{
        font-size:0.8em;
    }

}


@media screen and (min-width: 1250px) {
    .portfolio_4column li,  .columns-4 ul.products li.product{
        width:calc(25% - 4px) !important;
    }
    .blog-list .entry-main-content {
        width: 80%;
        text-align: left;
    }

    .cc-message{
        font-size:1em;
    }

}

/**
    Datenschutz Cookie Popup
 */
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}