.tickets-in-cart {margin-bottom:30px;}


.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
    clear: both;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    position: relative;
    width   : 25%;
    padding: 10px;
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0;
}

body.single-product div.product div.summary {
    
}

body.single-product.is-custom-product .summary .woocommerce-product-details__short-description {
    border-top: 0px;
    padding: 0px;
}

body.single-product .extra-product-info {
    margin-top: 30px;
}

body.single-product .extra-product-info .extra-product-info-side .widget {
    margin-bottom: 10px;
}

body.single-product .extra-product-info .extra-product-info-side .widget:last-of-type {
    margin-bottom: 0;
}

body.single-product .extra-product-info .extra-product-info-content h2,
body.single-product .product-header h1 {
    font-weight   : 400;
    font-size     : 1.2em;
    margin        : 0 0 20px;
}

body.single-product .product-header h1 {
    font-size   : 1.7em;
    display     : inline-block;
    margin-right: 30px;
}

body.single-product .extra-product-info .extra-product-info-content h2 {
    font-weight: bold;
    margin-bottom: 5px;
}

body.single-product .extra-product-info-extras h2.single-product-extras-title {
    margin   : 0;
    text-transform: uppercase;
    font-weight:400!important;
}

body.single-product .extra-product-info-extras h2.single-product-extras-title a {
    position  : relative;
    display   : block;
    border-top: 1px solid #777;
    color     : #333;
    padding   : 10px 0;
}

body.single-product .extra-product-info-extras h2.single-product-extras-title a:after {
    position       : absolute;
    top            : 43%;
    top            : calc(50% - 10px);
    right          : 4px;
    width          : 20px;
    height         : 20px;
    display        : inline-block;
    content        : ' ';
    background     : url("../../images/arrow-icon.svg") center center no-repeat;
    background-size: auto 12px;
    border-radius  : 10px;
}

body.single-product .extra-product-info-extras h2.single-product-extras-title a.open:after {
    transform: rotate(90deg);
}

body.single-product .extra-product-info-extras h2.single-product-extras-title a:focus {
    background     : #333;
    color          : #fff;
    text-decoration: underline;
}

body.single-product .extra-product-info-extras h2.single-product-extras-title a:focus:after {
    background-color: #fff;
}

body.single-product .woocommerce-variation.single_variation .woocommerce-variation-price {
    display: none;
}

body.single-product .extra-product-info-extras .single-product-extras:last-child {
    border-bottom: 1px solid #777;
}

body.single-product .summary .price-text {
    display: inline-block;
    margin: 26px 0 0 5px;
    color     : #666;
    font-size : 0.75em;
}

body.single-product .product-type-variable .summary .price-text {
    margin-top: 15px;
}

body.single-product .product .summary p.price {
    position : relative;
    color    : #555;
    display  : inline-block;
    clear    : both;
    font-size: 0.8em;
}

body.single-product .summary .price ins {
    text-decoration: none;
}

body.single-product .summary .price del {
    position: absolute;
    bottom  : -23px;
    color   : #666;
    right   : 1px;
}

body.single-product .summary .woocommerce-variation-price {
    margin  : 10px 0 40px;
    position: relative;
    display : inline-block;
}

body.single-product .summary .woocommerce-variation-price .pre-price {
    display: none;
}

body.single-product .summary .price del:before {
    content        : 'van ';
    display        : inline-block;
    text-decoration: none;
    margin-right   : 5px;
}

body.single-product .summary .price .woocommerce-Price-amount {
    font-weight: 700;
    color      : #333;
    font-size  : 2.6em;
    display    : block;
    line-height: 0.8;
}

body.single-product .summary .price .price-set-text {
    margin-top: 5px;
    display   : block;
}

body.single-product .summary .price del .woocommerce-Price-amount {
    color          : #666;
    font-weight    : 300;
    font-size      : 1em;
    display        : inline-block;
    margin-top     : 5px;
    text-decoration: line-through;
}

body.woocommerce div.product p.price del,
body.woocommerce div.product span.price del {
    opacity: 1;
}

body.single-product .summary .woocommerce-product-details__short-description {
    border-top: 2px solid #E5E5E5;
    padding   : 40px 0 0;
    margin    : 20px 0 0;
}

body.single-product .summary .stock {
    display: none;
}

body.single-product .summary .product-stock .stock {
    display: block;
}

body.single-product div.product .summary .cart {
    margin: 10px 0;
}

body.single-product .summary .cart button {
    height        : 36px;
    text-align    : left;
    text-transform: none;
    font-weight   : 400;
    font-size     : 1.2em;
    padding       : 5px 60px 5px 20px;
    display       : inline-block;
}

body.single-product .summary .cart button:focus,
body.single-product .summary .cart button:hover {
    background: #111;
    color     : #fff;
}

body.single-product .summary .cart input.input-text.qty {
    width        : 90px;
    height       : 36px;
    border       : 1px solid #666;
    background   : #fff;
    text-align   : left;
    color        : #666;
    font-weight  : 400;
    padding-left : 12px;
    padding-right: 20px;
}

body.single-product .summary .cart input.input-text.qty:focus,
body.single-product .summary .cart input.input-text.qty:hover {
    border-color: #111;
    color       : #111;
}

body.single-product .summary .product-stock {
    font-size: 0.9em;
}

body.single-product .summary .product-stock p.stock {
    width         : 50%;
    float         : left;
    text-transform: lowercase;
    font-size     : 0.8em;
}

body.single-product .summary .geev-stock-message {
    display   : block;
    font-size : 0.7em;
    clear     : both;
    margin-top: 40px;
    color     : #C00;
}

body.single-product .summary .product-stock .low-stock
 {
    color: #701B57;
}
body.single-product .summary .product-stock .out-of-stock{
color:#c8161d
}
body.single-product .summary .product-stock .in-stock {
    color: #2d631c;
}

body.single-product .summary .product-stock .special {
    color: #0066b5;
}

body.woocommerce div.product form.cart div.quantity {
    width  : 96px;
    margin : 0;
    display: inline-block;
    float  : left;
}


body.single-product .pricing-table {
    clear        : both;
    background   : #fff;
    margin-bottom: 40px;
}

body.single-product .pricing-table table {
    margin   : 0;
    font-size: 0.8em;
}

body.single-product .pricing-table h2 {
    margin : 0 0 20px;
    display: none;
}

body.single-product .pricing-table th {
    background  : #eee;
    color       : #111;
    padding-left: 2px;
}

body.single-product .pricing-table td {
    padding-left: 2px;
}

.flex-control-nav li,
.flex-viewport {
    border: 1px solid #e5e5e5;
}

.flex-viewport figure,
.woocommerce div.product div.images figure {
    margin: 0;
}

.woocommerce .site-container div.product div.images .flex-control-thumbs {
    margin: 5px -5px;
    width : 110%;
    width : calc(100% + 10px);
}

.woocommerce .site-container div.product div.images .flex-control-thumbs li {
    margin: 5px;
    width : 22%;
    width : calc(25% - 10px);
}



.single-product-extras-content .related.products {
    padding: 30px 0 0;
}

.single-product-extras-content .related.products .button {
    display: none;
}

.single-product-extras-content .related.products img {
    display:block;
    height: 100px;
    width: auto;
    margin: 0 auto;
}

.single-product-extras-content .related.products .product-image-wrapper {
    margin-bottom: 20px;
}

.single-product-extras-content .related.products a:hover img {
    border-color: #111;
}

.single-product-extras-content .related.products .subtitle {
    margin: 5px 0;
    font-size: 0.9em;
}

.single-product-extras-content .related.products h2.woocommerce-loop-product__title {
    font-size: 1em!important;
}

.woocommerce ul.products li.product .price {
    color: #333!important;
}

.extra-product-info-side ul li:last-child {
    margin-bottom: 5px;
}

.extra-product-info-side .rating .rating-stars,
aside .rating .rating-stars {
    padding-top: 20px;
}

.extra-product-info-side .rating .rating-stars .star,
aside .rating .rating-stars .star {
    height         : 22px;
    width          : 24px;
    background-size: 24px auto;
}

.extra-product-info-side .rating .rating-stars .star-empty,
aside .rating .rating-stars .star-empty {
    background-position: 0 -60px!important;
}

.extra-product-info-side .rating .rating-stars .star-half,
aside .rating .rating-stars .star-half {
    background-position: 0 -30px!important;
}

.extra-product-info-side .kiyoh-sr-comment,
aside .kiyoh-sr-comment {
    font-size: 1.2em;
}

.extra-product-info-side .kiyoh-schema,
aside .kiyoh-schema {
    font-size : 0.7em;
    text-align: center;
    color     : #666;
}

aside .kiyoh-schema {
    font-size: 0.8em;
}

aside .kiyoh-schema p {
    color: #666;
}

.extra-product-info-side .kiyoh-schema p,
aside .kiyoh-schema p {
    margin: 0;
}

.extra-product-info-side .kiyoh-more,
aside .kiyoh-more {
    text-align: center;
}

.extra-product-info-side .kiyoh-more a,
aside .kiyoh-more a {
    font-size  : 0.9em;
    font-weight: 400;
}

#product-description {
    padding-bottom: 30px;
}

#product-description ul li {
    list-style: disc;
}

body.single-product .extra-product-info .extra-product-info-content .related-upsell a:hover h3 > span {
    background-color: #701B57;
    color           : #fff;
}

body.single-product .extra-product-info .extra-product-info-content .related-upsell a:focus h3 > span {
    background     : #701B57;
    color          : #fff;
    text-decoration: underline;
}

body.single-product .extra-product-info .extra-product-info-content .related-upsell .price {
    display: none;
}

body.single-product .extra-product-info .extra-product-info-content .related-upsell ul.products li.product {
    margin-bottom: 0;
}

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

body .woocommerce-page .quantity .minus,
body .woocommerce-page .quantity .plus,
body.woocommerce .quantity .minus,
body.woocommerce .quantity .plus {
    background: 0 0;
    border    : 0;
    right     : 2px;
}

body .woocommerce-page .quantity .plus,
body.woocommerce .quantity .plus {
    top: 4px;
}

body .woocommerce-page .quantity .minus,
body.woocommerce .quantity .minus {
    bottom: 4px;
}

body.woocommerce table.shop_attributes {
    color : #333;
    border: 0;
    width : 100%;
    margin: 0px 0 50px;
}

body.woocommerce table.shop_attributes th {
    width         : 150px;
    padding       : 8px;
    margin        : 0;
    line-height   : 1.5;
    font-weight   : 700;
    vertical-align: top;
}

body.woocommerce table.shop_attributes td {
    padding    : 0 5px 0 0;
    margin     : 0;
    line-height: 1.5;
    font-weight: 400;
    color      : #333;
}

body.woocommerce table.shop_attributes tr > * {
    background-color: #f4f4f4;
    border          : 0;
    vertical-align  : top;
    padding-top     : 6px;
}

body.woocommerce table.shop_attributes tr th {
    padding-left: 20px;
    width       : auto;
    min-width   : 30%;
}

body.woocommerce table.shop_attributes tr:nth-child(2n+1) > * {
    background-color: #e5e5e5;
}

body.woocommerce table.shop_attributes p {
    margin : 0;
    padding: 0;
}

.woocommerce div.product {
    margin-bottom: 0;
    position     : relative;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce div.product p.cart {
    margin-bottom: 2em;
}

.woocommerce div.product .product_title {
    clear     : none;
    margin-top: 0;
    padding   : 0;
}

.woocommerce div.product .subtitle {
    margin-top: -20px;
    margin-bottom: 20px;
    color: #555;
}

.woocommerce div.product form.cart::after,
.woocommerce div.product p.cart::after {
    clear: both;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background : inherit;
    font-weight: 700;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: 0.5;
}

.woocommerce div.product .out-of-stock {
    color: red;
}

.woocommerce div.product div.images img {
    display   : block;
    width     : 100%;
    height    : auto;
    box-shadow: none;
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before,
.woocommerce div.product p.cart::after,
.woocommerce div.product p.cart::before {
    content: ' ';
    display: table;
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em;
}

.woocommerce div.product form.cart div.quantity {
    float : left;
    margin: 0 4px 0 0;
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px;
}

.woocommerce div.product form.cart table td {
    padding-left: 0;
}

.woocommerce div.product form.cart table div.quantity {
    float : none;
    margin: 0;
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float  : none;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border       : 0;
    width        : 100%;
}

.woocommerce div.product form.cart table.variations,
.woocommerce div.product form.cart table.variations tbody,
.woocommerce div.product form.cart table.variations tbody tr,
.woocommerce div.product form.cart table.variations tbody td {
    display: block;
    padding: 0px;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border        : 0;
    vertical-align: top;
    min-width     : 120px;
}

.woocommerce div.product form.cart .variations select {
    max-width   : 100%;
    min-width   : 180px;
    display     : inline-block;
    width: auto;
    padding: 6px 10px 6px 10px;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em;
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size : 0.83em;
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none;
}

.added-to-cart-message p {
    margin: 0;
}

.upsells.products {
    padding-top: 30px;
}

.added-to-cart-message h2 {
    margin   : 0!important !important;
    font-size: 1.8em!important;
    max-width: 90%;
    max-width: calc(100% - 30px);
    display  : inline-block;
}

.added-to-cart-message .success-message {
    font-size: 1.2em;
    margin   : 20px 0;
}

.added-to-cart-message .button {
    font-size: 1em;
}

.added-to-cart-message .button:first-of-type {
    margin-right: 10px;
}

.shop_attributes .collapsebox button {
    background-color: transparent;
    padding         : 0 40px 0 0;
    text-transform  : none;
    text-decoration : underline;
    color           : #0066b5;
    font-size       : 1em;
    position        : relative;
    display         : block;
    width           : 100%;
    text-align      : left;
}

.shop_attributes .collapsebox button svg {
    height: 0.8em;
    top   : 0.3em;
}

.single-product-extras h2 button {
    border-top: 1px solid #777;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    -webkit-transition: all cubic-bezier(.795,-.035,0,1) 0.5s;
    transition        : all cubic-bezier(.795,-.035,0,1) 0.5s;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width  : 25%;
    display: inline-block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position     : absolute;
    top          : 0.5em;
    right        : 0.5em;
    font-size    : 2em;
    z-index      : 9;
    width        : 36px;
    height       : 36px;
    background   : #fff;
    text-indent  : -9999px;
    border-radius: 100%;
    box-sizing   : content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    content      : "";
    display      : block;
    width        : 10px;
    height       : 10px;
    border       : 2px solid #000;
    border-radius: 100%;
    position     : absolute;
    top          : 9px;
    left         : 9px;
    box-sizing   : content-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content          : "";
    display          : block;
    width            : 2px;
    height           : 8px;
    background       : #000;
    border-radius    : 6px;
    position         : absolute;
    top              : 19px;
    left             : 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform    : rotate(-45deg);
    transform        : rotate(-45deg);
    box-sizing       : content-box;
}

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

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

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor : pointer;
    opacity: 0.5;
    margin : 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
}

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

/* Custom product table */
.custom-product-table {
    background: #FFF;
    padding: 10px;
}

.custom-product-table .cpt-header {
    font-weight: bold;
    border-bottom: 2px solid #ff9cce;
}

.custom-product-table .cpt-header .cpt-quantity.active,
.custom-product-table .cpt-body .cpt-variation-quantity-price.active {
    background: #FAD9EA;
    color: #000;
}

.custom-product-table .cpt-body .cpt-cell {
    border-bottom: 1px solid transparent;
}

.custom-product-table .cpt-body .cpt-variation-quantity-price.active {
    border-bottom: 1px solid #DD0070;
}

.custom-product-table .cpt-header,
.custom-product-table .cpt-body .cpt-single-variation {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.custom-product-table .cpt-body .cpt-single-variation {
    border-bottom: 1px solid #ff9cce;
}

.custom-product-table .cpt-body .cpt-single-variation .cpt-variation-info {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #DD0070;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    font-size: 0.7em;
    float: right;
    margin-top: 4px;
}

.custom-product-table .cpt-body .cpt-single-variation:nth-child(even) {
    background: #fff2f8;
}

.custom-product-table .cpt-cell {
    padding: 10px;
}

.custom-product-table .cpt-header .cpt-name,
.custom-product-table .cpt-body .cpt-single-variation .cpt-variation-name {
    width: 20%;
}

.custom-product-table .cpt-header .cpt-quantity,
.custom-product-table .cpt-body .cpt-variation-quantity-price {
    width: 10%;
}

.custom-product-table .cpt-body .cpt-variation-quantity-price {
    display: block;
}

.custom-product-table .cpt-body .cpt-own-quantity .button {
    display: none;
    background-position: 10px -24px;
    padding-left: 50px;
    font-size: 0.9em;
    background-size: 20px;
}

.custom-product-table .cpt-own-quantity {
    width: 20%;
}

.custom-product-table .cpt-single-variation-meta {
    font-size: 0.9em;
    color: #333;
    padding: 20px 0;
    display: none;
}

.custom-product-table .cpt-single-variation-meta .cpt-single-variation-meta-title {
    text-transform: uppercase;
}

.custom-product-table .cpt-single-variation-meta ul {
    margin: 0px;
    font-size: 0.9em;
    float: left;
    width: 35%;
}

.custom-product-table .cpt-single-variation-meta-templates {
    float: right;
    width: 20%;
}

.custom-product-table .cpt-single-variation-meta ul li {
    list-style-type: none;
}

.custom-product-table .cpt-single-variation-meta ul li span {
    display: inline-block;
}

.custom-product-table .cpt-single-variation-meta ul li .label {
    width: 40%;
    color: #555555;
}

.custom-product-table .cpt-single-variation-meta ul li .value {
    width: 60%;
}

/* Product note */

.product-note {
    background: #e8e8e8;
    padding: 15px;
    margin-bottom: 40px;
    font-size: 0.8em;
}

.product-notification {
    background: #fff8e1;
    padding: 0px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;
}

.wc-donation-amount {width:160px;display:inline-block;float:left;}
.wc-donation-amount input {padding:6px 4px 6px 22px;width:90px;}
.wc-donation-amount label {width:60px;display:inline-block;position:relative;}
.wc-donation-amount label:after {content:'€';position:absolute;right:-20px;}
.wc-donation-amount+.quantity.hidden+button.single_add_to_cart_button {width:auto;}

.cart button {padding-right:80px !important;}
.product .summary .cart button:after {width:32px;height:32px;background-size:auto 20px;}


@media only screen and (max-width:1180px) {
    body.single-product .summary .cart button {
        font-size: 1.2em;
    }

    .woocommerce div.product form.cart .variations td {
        display: block;
        width  : 100%;
        clear  : both;
        float  : none;
    }

    .woocommerce div.product form.cart .variations td.label {
        padding-bottom: 0;
    }

    .woocommerce div.product form.cart .variations td.value {
        padding-top: 0;
    }

    body.single-product .extra-product-info .extra-product-info-content .related-upsell ul.products li.product {
        width : 30.66666666666667%;
        margin: 0 0 0 4%;
    }

    body.single-product .extra-product-info .extra-product-info-content .related-upsell ul.products li.product:first-child {
        margin-left: 0;
    }

    body.single-product .extra-product-info .extra-product-info-content .related-upsell ul.products li.product:last-child {
        display: none;
    }
}
@media only screen and (max-width:960px) {
    body.single-product .extra-product-info .extra-product-info-content .related-upsell ul.products li.product {
        width : 48%;
        margin: 0 0 20px 4%;
    }

    body.single-product .extra-product-info .extra-product-info-content .related-upsell ul.products li.product:nth-child(odd) {
        margin-left: 0;
    }

    body.single-product .extra-product-info .extra-product-info-content .related-upsell ul.products li.product:last-child {
        display: inline-block;
    }

    body.single-product.woocommerce .related.products ul.products li.product {
        width: 50%;
    }
}
@media only screen and (max-width:780px) {
    body.single-product .extra-product-info .extra-product-info-content .related-upsell ul.products li.product {
        width  : 30.66666666666667%;
        margin : 0 0 0 4%;
        float  : left;
        clear  : none;
        display: inline-block;
    }

    body.single-product .extra-product-info .extra-product-info-content .related-upsell ul.products li.product:last-child {
        display: none;
    }

    body.single-product .extra-product-info .extra-product-info-content .related-upsell ul.products li.product:nth-child(3) {
        margin-left: 4%;
    }

    body.content-sidebar .content-sidebar-wrap main.content,
    body.single-product .extra-product-info .extra-product-info-content,
    body.single-product .extra-product-info .extra-product-info-side {
        width  : 100%;
        float  : none;
        display: block;
    }

    .woocommerce div.product .product_title {
        font-size: 1.4em;
    }

    .extra-product-info-side {
        margin-top: 20px;
    }

    body.single-product .extra-product-info-side ul li {
        color     : #fff;
        background: url("../../images/checkmark-icon-white.svg") top left no-repeat;
        background-size: 16px;
    }

    body.single-product .extra-product-info .extra-product-info-side .widget.widget_text:first-of-type h4.widgettitle {
        font-size  : 1.5em;
        color      : #fff;
    }

    body.single-product div.product div.images,
    body.single-product div.product div.summary {
        float     : none;
        width     : 100%;
    }

    body.single-product div.product div.summary > * {
        text-align: left;
    }

    body.single-product div.product div.images {
        max-width: 300px;
        margin   : 0 auto;
    }

    body.single-product div.product .product-header {
        text-align    : center;
        padding-bottom: 20px;
    }

    body.single-product div.product .product-header h1 {
        display: block;
        margin : 0 0 10px;
    }

    body.single-product .product .summary p.price,
    body.single-product .summary .price-text {
        float      : none;
        text-align : center;
        margin     : 0;
        padding-top: 20px;
    }

    body.single-product .summary .price-text {
        margin-top: 15px;
    }

    body.single-product .summary .price .woocommerce-Price-amount {
        font-size: 2.6em;
    }

    .woocommerce .woocommerce-message .button {
        display: block;
        clear  : both;
        float  : none;
        margin : 0 0 10px;
    }

    body.single-product .summary .price .woocommerce-Price-amount {
        display: inline;
    }

    body.single-product .extra-product-info .extra-product-info-side .widget.widget_text:first-of-type {
        margin: -20px -20px 20px -20px;
        padding: 20px;
    }
}

@media only screen and (max-width:580px) {
    .added-to-cart-message .button {
        font-size: 0.8em;
    }

    body.woocommerce table.shop_attributes tr td,
    body.woocommerce table.shop_attributes tr th {
        display: block;
        width  : 100%;
        clear  : both;
    }

    body.woocommerce table.shop_attributes tr th {
        padding: 5px 10px 0;
    }

    body.woocommerce table.shop_attributes tr td {
        padding: 0 10px 10px;
    }

    body.woocommerce table.shop_attributes tr td p {
        padding: 0;
    }

    .woocommerce .site-container div.product div.images .flex-control-thumbs {
        text-align: center;
        margin-top: 20px;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        border : 0;
        width  : auto!important;
        display: inline-block;
        opacity: 0.6;
        float  : none!important;
        margin : 3px;
    }

    .woocommerce div.product div.images .flex-control-thumbs li img {
        border       : 6px inset #000;
        height       : 12px;
        width        : 12px;
        border-radius: 12px;
    }

    .fancybox-slide > div.added-to-cart-message {
        padding: 12px;
        margin : 44px 2%;
    }

    body.single-product .extra-product-info .extra-product-info-content .related-upsell ul.products li.product {
        width : 48%;
        margin: 0 0 20px 4%;
    }

    body.single-product .extra-product-info .extra-product-info-content .related-upsell ul.products li.product:nth-child(odd) {
        margin-left: 0;
    }

    body.single-product .extra-product-info .extra-product-info-content .related-upsell ul.products li.product:last-child {
        display: inline-block;
    }
}
@media only screen and (max-width:550px) {
    img.aligncenter,
    img.alignleft,
    img.alignright {
        width : 100%;
        height: auto;
        float : none;
        margin: 4px 0 20px;
    }

    body.single-product .product-header h1 {
        font-size: 1.5em;
    }
}
@media only screen and (max-width:500px) {
	.cart button {padding-right:50px !important;}
    

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product {
        width: 100%;
    }

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        padding: 1em 20px;
    }

    .woocommerce-error::before,
    .woocommerce-info::before,
    .woocommerce-message::before {
        top          : -.8em;
        left         : -.5em;
        background   : #fff;
        border-radius: 50%;
        padding      : 4px;
        width        : 25px;
        height       : 25px;
        line-height  : 1;
    }
}
@media only screen and (max-width:460px) {
    body.single-product .product-header h1 {
        font-size: 1.4em;
    }

    body.single-product .summary .cart input.input-text.qty {
        width : 70px;
    }

    body.woocommerce div.product form.cart div.quantity {
        width: 70px;
    }

    body.single-product .summary .cart button {
        font-size: 0.9em;
        padding  : 5px 10px;
        width    : calc(100% - 70px);
    }
}
@media only screen and (max-width:450px) {
    .added-to-cart-message .button {
        font-size: 0.8em;
        padding  : 10px 8px;
    }

    .woocommerce div.product form.cart .button {
        padding  : 5px 8px;
        width    : calc(100% - 60px);
    }

    body.woocommerce div.product form.cart div.quantity {
        width: 60px;
    }

    body.single-product .summary .cart input.input-text.qty {
        padding-right: 2px;
        padding-left : 8px;
        width        : 60px;
    }

    
    body.single-product .summary .product-stock p.stock {
        margin-bottom: 4px;
    }

    body.single-product .extra-product-info .extra-product-info-content .related-upsell ul.products li.product {
        width : 100%;
        margin: 0 0 20px;
    }
}
@media only screen and (min-width:780px) and (max-width:1200px) {
    .site-container #product-description .one-half {
        width  : 100%;
        margin : 0 0 30px;
        display: block;
        float  : none;
    }
}
@media only screen and (max-width:320px) {
    body.single-product .product-header h1 {
        font-size: 1.3em;
    }
}
@media only screen and (min-width:550px) and (max-width:960px) {
    img.alignleft.size-medium,
    img.alignright.size-medium {
        width : 44%;
        height: auto;
    }
}

.first {
    clear      : both;
    margin-left: 0;
}
