/*------------------------------------------------------------------
[WooCommerce Stylesheet]

Project:    Eventime WP
Version:    2.0
Last change:    --
Assigned to:    http://themeforest.net/user/tchaikovsky-design
Primary use:    Eventime

NOTE: WooCommerce product shortcodes are restricted to 4 columns only
to prevent layout issues with the complex responsive CSS system.
This restriction is enforced via PHP filters in woo-init-modernized.php
-------------------------------------------------------------------*/

/* WooCommerce Product Gallery Fixes */
.woocommerce-product-gallery {
    opacity: 1 !important; /* Fallback if JS doesn't load */
    transition: opacity .25s ease-in-out;
}

.woocommerce-product-gallery__wrapper {
    position: relative;
}

.woocommerce-product-gallery__image {
    display: block;
    position: relative;
}

.woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    display: block;
}

.woocommerce-product-gallery__trigger {
    display: none !important;
}

/* Fix for thumbnails display */
.thumbnails.eventime_thumbnails {
    margin-top: 15px;
}

.thumbnails.eventime_thumbnails .woocommerce-product-gallery__image {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.thumbnails.eventime_thumbnails .woocommerce-product-gallery__image:last-child {
    margin-right: 0;
}


.thumbnails.eventime_thumbnails .woocommerce-product-gallery__image a {
    display: block;
    text-decoration: none;
}

.thumbnails.eventime_thumbnails .woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.2s ease;
}

.thumbnails.eventime_thumbnails .woocommerce-product-gallery__image:hover img {
    transform: scale(1.05);
}

/* PhotoSwipe fixes for modern WooCommerce */
.pswp {
    z-index: 999999;
}

.woocommerce ul.products li.product .button{
    margin-top: 0;
}


.product-template-default  ul.eventime_woo_products li.product.eventime_product.eventime_single_product.product-type-chaykovskiy_eventime_ticket {
    width: 100%;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{
    padding: .618em 1em;
}

.woocommerce .eventime_woo_wrapper {
    padding-top: 80px;
}
.woocommerce .eventime_woo_wrapper ul.products.eventime_woo_products {
    width: 100%;
    padding-left: 9%; padding-right:9%;
}
.woocommerce .eventime_woo_wrapper .woocommerce-breadcrumb {
    padding-left: 9%; padding-right:9%;
}
.woocommerce .eventime_woo_wrapper .page-title {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 30px;
}
.woocommerce .eventime_woo_wrapper .woocommerce-result-count {
    line-height: 50px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.4px;
    padding-left: 9%; padding-right:9%;
}

@-moz-document url-prefix() {
    select option,
    select#rating,
    .woocommerce .eventime_woo_wrapper select,
    div.product.eventime_simple_product .eventime_single_summary select {padding-top:6px;}
}
select#rating,
.woocommerce select,
.woocommerce .eventime_woo_wrapper select,
div.product.eventime_simple_product .eventime_single_summary select {
    padding-left: 5%;
    padding-right: 17%;
    margin-right: 0;
    margin-left: 0;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    background: none;
    margin-bottom: 30px;
    min-height: 50px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 300;
    -webkit-appearance: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-image: url('../images/arrow.svg');
    background-repeat: no-repeat;
    background-position: 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;

}
.woocommerce-ordering{
    padding-right: 9%;
}
.mask select#rating,
.mask .woocommerce select,
.mask .woocommerce .eventime_woo_wrapper select,
.mask div.product.eventime_simple_product .eventime_single_summary select{
    background-image: url('../images/arrow_white.svg');
}

select#rating{
    display: block;
    padding-left: 20px;
    padding-right: 40px;
}
.woocommerce .eventime_woo_wrapper nav.woocommerce-pagination ul {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 20px;
}
.woocommerce .eventime_woo_wrapper nav.woocommerce-pagination ul li {
    margin: 0 -1px;
}
.woocommerce .eventime_woo_wrapper nav.woocommerce-pagination ul li span,
.woocommerce .eventime_woo_wrapper nav.woocommerce-pagination ul li a {
    border-right: none;
    width: 58px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.woocommerce .eventime_woo_wrapper nav.woocommerce-pagination ul li span.page-numbers.current,
.woocommerce .eventime_woo_wrapper nav.woocommerce-pagination ul li a:hover {
    color: #fff;
    background: #ea9e58;
}
.woocommerce .eventime_woo_wrapper nav.woocommerce-pagination ul li:last-child {
    margin-right: 0px;
}
.woocommerce ul.products.eventime_woo_products li.eventime_product,
ul.products.eventime_woo_products li.product {
    border: 1px solid; border-color: rgba(0, 0, 0, 1);
    padding: 0 !important;
    min-height: 300px;
}


.woocommerce ul.products.eventime_woo_products li.eventime_product .eventime_summary a:first-child,
ul.products.eventime_woo_products li.product .eventime_summary a:first-child{

    padding: 0 0 0 5px;
}




.woocommerce ul.products.eventime_woo_products li.eventime_product a:first-child,
ul.products.eventime_woo_products li.product a:first-child{
    padding: 15px 15px 90px 15px;
}




.woocommerce input[type="submit"],
.woocommerce ul.products.eventime_woo_products #respond input#submit,
.woocommerce ul.products.eventime_woo_products a.button,
.woocommerce ul.products.eventime_woo_products button.button,
.woocommerce ul.products.eventime_woo_products input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    min-width: 200px;
    min-height: 50px;
    border-radius: 0;
    border-style: solid;
    background: none;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
    display: block;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.eventime_bottom_button {
    position: absolute;
    bottom: 20px;
}
.eventime_bottom_button_image {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
p.eventime_product.woocommerce.add_to_cart_inline {
    border: 1px solid;
}
p.eventime_product.woocommerce.add_to_cart_inline .button {
    position: relative;
    width: 200px;
    bottom: auto;
}
.woocommerce ul.products.eventime_woo_products li.eventime_product h3 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
}

.woocommerce ul.products.eventime_woo_products li.eventime_product h3{

}
.woocommerce ul.products.eventime_woo_products li.eventime_product .price {
    font-weight: 200;
    font-size: 18px;
    margin-bottom: 30px;
}
.woocommerce ul.products.eventime_woo_products li.eventime_product .price del span.amount {
    font-size: 18px;
    font-weight: 400;
}
.woocommerce ul.products.eventime_woo_products li.eventime_product .price del,
.woocommerce ul.products.eventime_woo_products li.eventime_product .price ins {
    display: inline-block;
    font-weight: 200;
}

.woocommerce ul.products.eventime_woo_products li.eventime_product .price del span{
    text-decoration: line-through !important;
}


ul.products.eventime_woo_products li.eventime_product.product-type-chaykovskiy_eventime_ticket {
    padding-left: 40px;
}
.woo_ticket_line {
    width: 40%;
    border-bottom: 1px solid black;
    height: 2px;
    margin-left: -15px;
    margin-bottom: 10px;
}
li.eventime_product.product-type-chaykovskiy_eventime_ticket .ticket_description_two {
    font-size: 16px;
}
.ticket_description_two div {
    list-style: none;
    margin-left: 40px;
    min-height: 100px;
    padding-right: 10%;
    margin-bottom: 20px;
}
.ticket_description_two span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #1F242D;
    left: 0;
    top: 50%;
    margin: -2px 0 0 -30px;
}
.ticket_description_two span {
    position: relative;
    line-height: 16px;
    padding-bottom: 10px;
    padding-top: 7px;
    font-size: 16px;
    display: block;
}
.ticket_description_two span del {
    opacity: 0.5;
}
.woocommerce ul.products.eventime_woo_products li.eventime_product.product-type-chaykovskiy_eventime_ticket .price {
    font-size: 18px;
    font-weight: 200;
    margin-left: 40px;

}
.button.disabled{
    background-color: transparent !important;
    min-height: 55px !important;
    color: #333 !important;
}


ul.products.eventime_woo_products li.eventime_product.product-type-chaykovskiy_eventime_ticket a.button.eventime_plus,
.mask .woocommerce ul.products.eventime_woo_products li.eventime_product.product-type-chaykovskiy_eventime_ticket:not(.eventime-ticket-white-content) .eventime_ticket_mask a.button.eventime_plus {
    border: none;
    width: 60px;
    height: 50px;
    min-height: 40px;
    min-width: 40px;
    background-image: url('../images/add.svg');
    background-repeat: no-repeat;
    bottom: 10px;
    left: 40px;
    outline: none;
    position: absolute;
    text-indent: -9999999px;
}

ul.products.eventime_woo_products li.eventime_product.product-type-chaykovskiy_eventime_ticket.eventime-ticket-white-content a.button.eventime_plus,
.mask .woocommerce ul.products.eventime_woo_products li.eventime_product.product-type-chaykovskiy_eventime_ticket.eventime-ticket-white-content .eventime_ticket_mask a.button.eventime_plus {
    background-image: url('../images/add_white.svg');
    color: #fff;
}
.mask ul.products.eventime_woo_products li.eventime_product.product-type-chaykovskiy_eventime_ticket a.button.eventime_plus {
    background-image: url('../images/add_white.svg');
    color: #fff;
}


ul.products.eventime_woo_products li.eventime_product.product-type-chaykovskiy_eventime_ticket a.button.eventime_arrow,
.mask .woocommerce ul.products.eventime_woo_products li.eventime_product.product-type-chaykovskiy_eventime_ticket:not(.eventime-ticket-white-content) .eventime_ticket_mask a.button.eventime_arrow {
    border: none;
    width: 60px;
    height: 50px;
    min-height: 40px;
    min-width: 40px;
    background-image: url('../images/arrow_t.svg');
    bottom: 40px;
    left: 40px;
    outline: none;
    position: absolute;
}

ul.products.eventime_woo_products li.eventime_product.product-type-chaykovskiy_eventime_ticket.eventime-ticket-white-content a.button.eventime_arrow,
.mask .woocommerce ul.products.eventime_woo_products li.eventime_product.product-type-chaykovskiy_eventime_ticket.eventime-ticket-white-content .eventime_ticket_mask a.button.eventime_arrow{
    background-image: url('../images/arrow_t_white.svg');
    color: #fff;
}
.mask ul.products.eventime_woo_products li.eventime_product.product-type-chaykovskiy_eventime_ticket a.button.eventime_arrow{
    background-image: url('../images/arrow_t_white.svg');
    color: #fff;
}


ul.products.eventime_woo_products li.product.eventime_product.product-type-chaykovskiy_eventime_ticket a.added_to_cart.wc-forward{
    min-width: 80px;min-height: 40px;
    width: auto;
    height: auto;
    float: right;
    position: absolute;
    position: absolute;
    bottom: 13px;
    right: 0px;

}

ul.products.eventime_woo_products li.product.eventime_product.product-type-chaykovskiy_eventime_ticket a.button.eventime_plus.added,
ul.products.eventime_woo_products li.product.eventime_product.product-type-chaykovskiy_eventime_ticket a.button.eventime_plus.loading{
    margin-bottom: 0;
}

ul.products.eventime_woo_products li.product.eventime_product:not(.product-type-chaykovskiy_eventime_ticket) a.added_to_cart.wc-forward{
    width: auto;
    height: auto;
    bottom: -20px;
    left: 40px !important;
}


ul.products.eventime_woo_products li.eventime_product.product-type-chaykovskiy_eventime_ticket  a.button.eventime_plus.added:after{
    left: 70px;
    bottom: 18px;
}

ul.products.eventime_woo_products li.eventime_product.product-type-chaykovskiy_eventime_ticket  a.button.eventime_plus.loading:after{
    top: .868em;
    left: 70px;
    bottom: 18px;
}

ul.products.eventime_woo_products div.product.product-category.last,
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{

    margin-right: 3.8%;

}


.woocommerce fieldset{
    margin-top: 20px;
    margin-bottom: 30px;
    clear: both;
}

.woocommerce legend{
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 10px;
    margin-bottom: 10px;
    clear: both;
    border-bottom: none;
}

.woocommerce-MyAccount-navigation ul{
    padding-left: 0;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active{
    border-color: transparent !important;
}


.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link{
    list-style: none;

}


.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a{
    padding-left: 10px;
    width: 100%;
    display: block;
    font-size: 16px;
    padding:15px 25px;
    border-left:3px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover{
    text-decoration: none;
    padding-left: 20px;
}








.woocommerce-MyAccount-navigation-link a:before{
    font-family:'FontAwesome'; color: #fff; font-size: 16px; line-height: 20px; font-weight: lighter;   -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-right: 10px;
}

.woocommerce-MyAccount-navigation-link--dashboard a:before{ content:"\f007"}
.woocommerce-MyAccount-navigation-link--orders a:before{content:"\f290"}
.woocommerce-MyAccount-navigation-link--downloads a:before{content:"\f019"}
.woocommerce-MyAccount-navigation-link--edit-address a:before{content:"\f277"}
.woocommerce-MyAccount-navigation-link--edit-account a:before{content:"\f085"}
.woocommerce-MyAccount-navigation-link--customer-logout a:before{content:"\f08b"}






.woocommerce ul.products.eventime_woo_products li.product .eventime_bottom_button a{
    position: absolute;
    bottom: 0;
    left: 20px !important;
    max-height: auto;
    max-width: 100%;
    width: auto !important;
    padding: 15px 10px;
    height: auto;
    white-space: normal !important;
}

.woocommerce ul.products.eventime_woo_products li.product .eventime_bottom_button a{
    min-width: 225px;
}

ul.products.eventime_woo_products li.eventime_product .button.loading,
ul.products.eventime_woo_products li.eventime_product .button.added{
    margin-bottom: 24px;
}


ul.products.eventime_woo_products li.eventime_product .button.loading:after{
    left: 0;
    top: inherit !important;
    bottom: -28px;
    position: absolute;
    width: 17px;
    height: 17px;
    white-space: normal !important;

}

ul.products.eventime_woo_products li.eventime_product .button.added:after{
    margin: 0;
    left: 0;
    bottom: -28px;
    position: absolute;
    width: 17px;
    height: 17px;
    white-space: normal !important;
}

ul.products.eventime_woo_products li.eventime_product.product-type-chaykovskiy_eventime_ticket a.button.product_type_chaykovskiy_eventime_ticket.add_to_cart_button:hover {
    background-color: transparent;
    border: none;
}
ul.products.eventime_woo_products li.eventime_product.product-type-chaykovskiy_eventime_ticket:hover a.button {
    left: 50px;
    background-color: transparent;
}
.woocommerce ul.products li.product a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px;
}
.eventime_simple_product span.onsale,
.product-type-chaykovskiy_eventime_ticket span.onsale,
.woocommerce ul.products.eventime_woo_products li.eventime_product span.onsale,
.woocommerce .single-product span.onsale {
    border-radius: 0;
    padding: 0 10px;
    font-weight: 500;
    font-size: 16px;
}
.eventime_simple_product span.onsale,
.eventime_simple_product span.onsale,
.product-type-chaykovskiy_eventime_ticket span.onsale{
    width: auto;
    margin-top: 7px;
    min-width: 65px;
}

p.price ins{
    text-decoration: none !important;
}

.woocommerce-variation-price span{
    font-size: 30px !important;

}

.woocommerce-variation-price {
    padding-bottom: 30px;

}

.select2-drop{
    border: none !important;
}

.woocommerce .product-type-chaykovskiy_eventime_ticket p.stock {
    display: block;
    width: 100%;
    position: relative;
    clear: both;
}
.woocommerce ul.products.eventime_woo_products li.eventime_product.product-type-chaykovskiy_eventime_ticket .price del,
.woocommerce ul.products.eventime_woo_products li.eventime_product.product-type-chaykovskiy_eventime_ticket .price ins {
    display: block;
    font-weight: 200;
}
.eventime_ticket_mask {
    position: relative;

    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;


}

ul.products.eventime_woo_products li.product.eventime-ticket-no-border{
    padding: 400px;
}



.woocommerce ul.products.eventime_woo_products li.product-type-chaykovskiy_eventime_ticket a:first-child{
    padding-bottom: 90px;
}





.product-type-chaykovskiy_eventime_ticket {
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.woocommerce ul.products.eventime_woo_products li.eventime_product.eventime-ticket-no-border {
    border: none !important;
}
.eventime_single_ticket_wrapper {
    padding-left: 9%; padding-right:9%;
    width: 100%;
    overflow: hidden;
}
.eventime_ticket_mask_full {
    display: block;
    height: 100%;
}
.eventime_single_ticket_main {} .single-product ul.products.eventime_woo_products:first-child li.eventime_product:first-child .button,
                                .single-product .summary.entry-summary button {
                                    background: transparent;
                                    position: relative;
                                    bottom: auto;
                                    min-width: 220px;
                                    max-width: 250px;
                                    padding: 16px;
                                }

.woocommerce-message a{
    padding: 15px !important;
}
.woocommerce-message:focus-visible {
    outline: none;
}

.woocommerce .quantity .qty {
    border: 1px solid;
    min-height: 50px;
    font-size: 25px;
    font-weight: 200;
}
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt:disabled:hover {
    background: none;
}
.woocommerce .quantity {
    display: block;
    position: relative;
    width: 215px;
    height: 50px;
    margin-right: 25px;
    padding: 0;
    margin-bottom: 20px !important
}
input[type=number] {
    height: 55px;
    padding: 0;
    font-size: 1.2em;
    text-align: center;
    border: 1px solid;
    background: none;
    outline: none;
    float: left;
}
.woocommerce .eventime_woo_wrapper div.product form.cart .variations td {
    display: block;
    width: 100%;
}
span.spinner,.spinner input {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-appearance:textfield;
    outline: none;
    border: none;
}
span.spinner > .sub,
span.spinner > .add {
    float: left;
    display: block;
    width: 50px;
    height: 55px;
    text-align: center;
    float: left;
    font-size: 15px;
    line-height: 53px;
    border: 1px solid;
    border-right: 0;
    border-radius: 0;
    cursor: pointer;
    transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
}
span.spinner > .add {
    top: 0;
    border: 1px solid;
    border-left: 0;
    border-radius: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.woocommerce .eventime_woo_wrapper .eventime_single_ticket_main {
    position: relative;
}
.eventime_single_ticket_main div.eventime_summary {
    width: 100% !important;
    height: 100%;
    position: relative;
    padding: 40px 40px 40px 40px;
}
.eventime_single_ticket_main div.eventime_summary .woo_ticket_line {
    width: 20%;
    padding-top: 20px;
    margin-bottom: 30px;
    margin-left: -40px;
}
.eventime_single_ticket_main div.eventime_summary div[itemprop="offers"] {
    position: relative;
    width: 40%;
    display: inline-block;
    float: left;
    text-align: right;
}
.eventime_single_ticket_main div.eventime_summary .eventime_product_title {
    width: 60%;
    display: inline-block;
    float: left;
}
.eventime_single_ticket_main div.eventime_summary div[itemprop="offers"] p span {
    font-size: 50px;
}
.eventime_single_ticket_main div.eventime_summary h1 {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 2px;
}
.eventime_single_ticket_main div.eventime_summary .woocommerce-product-rating {
    position: absolute;
    bottom: -20px;
}
.eventime_single_ticket_main div.eventime_summary .woocommerce-product-rating a span {
    font-size: 16px;
}
.eventime_single_ticket_main div.eventime_summary .woocommerce-product-rating {} .eventime_single_ticket_main div.eventime_summary div[itemprop="description"] {
                                                                                     width: 100%;
                                                                                     margin-bottom: 25px;
                                                                                     float: left;
                                                                                 }
.eventime_single_ticket_main div.eventime_summary .woocommerce-product-rating form.cart {
    width: 100%;
}
.eventime_product.eventime_single_product {
    padding: 0px !important;
}
.eventime_single_ticket_main div.eventime_summary .ticket_description_two div span {
    width: 100%;
    display: block;
    position: relative;
}
.eventime_single_ticket_main div.eventime_summary .ticket_description_two div {
    margin-bottom: 20px;
    margin-left: 30px;
}


.eventime_single_ticket_main div.eventime_summary .price {
    float: right;
}

.eventime_single_ticket_main div.eventime_summary .price ins{
    font-size: 40px;
}

.eventime_single_ticket_main div.eventime_summary .woocommerce-product-rating .star-rating,
.eventime_single_ticket_main div.eventime_summary .woocommerce-product-rating a.woocommerce-review-link {
    display: inline-block;
    float: left;
    line-height: 1;
}
.eventime_single_ticket_main div.eventime_summary .woocommerce-product-rating a.woocommerce-review-link {
    padding: 0 0 0 10px;
}
.woocommerce #content div.product.product-type-chaykovskiy_eventime_ticket div.images,
.woocommerce div.product.product-type-chaykovskiy_eventime_ticket div.images,
.woocommerce-page #content div.product.product-type-chaykovskiy_eventime_ticket div.images,
.woocommerce-page div.product.product-type-chaykovskiy_eventime_ticket div.images {
    width: 100% !important;
}
.woocommerce #content div.product.product-type-chaykovskiy_eventime_ticket div.thumbnails a,
.woocommerce div.product.product-type-chaykovskiy_eventime_ticket div.thumbnails a,
.woocommerce-page #content div.product.product-type-chaykovskiy_eventime_ticket div.thumbnails a,
.woocommerce-page div.product.product-type-chaykovskiy_eventime_ticket div.thumbnails a {
    width: 13.5% !important;
}
.eventime_woo_wrapper .woocommerce #content div.product.product-type-chaykovskiy_eventime_ticket div.images,
.eventime_woo_wrapper .woocommerce div.product.product-type-chaykovskiy_eventime_ticket div.images,
.woocommerce-page #content div.product.product-type-chaykovskiy_eventime_ticket div.images,
.woocommerce-page div.product.product-type-chaykovskiy_eventime_ticket div.images {
    padding-left: 9%; padding-right:9%;
}
.eventime_woo_wrapper .woocommerce-tabs.wc-tabs-wrapper {
    padding-left: 9%; padding-right:9%;
}
.eventime_woo_wrapper .related.products h2 {
    padding-left: 9%; padding-right:9%;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 30px;
}
.woocommerce div.product .woocommerce-tabs.eventime_tabs h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 30px;
}
.woocommerce div.product .woocommerce-tabs.eventime_tabs ul.tabs li {
    background: none;
    border-radius: 0;
    min-width: 200px;
    min-height: 50px;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    background: none;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;

    text-align: center;
    padding: 0 15px;
    margin-left: -3px;
    transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
}
.woocommerce div.product .woocommerce-tabs.eventime_tabs ul.tabs li a {
    line-height: 50px;
    padding: 0;
    outline: none;
}
.woocommerce div.product .woocommerce-tabs.eventime_tabs ul.tabs li:first-child {
    margin-left: 0;
}
.woocommerce div.product .woocommerce-tabs.eventime_tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs.eventime_tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: none;
}
.woocommerce div.product .woocommerce-tabs.eventime_tabs ul.tabs:before {
    border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
    overflow: visible;
}
.woocommerce .eventime_tabs #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
}


/* Simple products */

div.product.eventime_simple_product div.images{

    width: 50%;
    text-align: center;

}

.woocommerce .eventime_woo_wrapper #content div.product.eventime_simple_product div.images{
    padding-left: 9%; padding-right:9%;

}


@media only screen and (min-width: 800px) {
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
        width:38%;
    }

    .woocommerce .eventime_woo_wrapper #content div.product.eventime_simple_product div.images{
        padding: 0 1% 0 0;
    }

    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
        width:60%;
    }
}

div.product.eventime_simple_product div.images a.woocommerce-main-image{
    max-height: 450px;
    width: 100%;
    text-align: center;
    display: block;
}

div.product.eventime_simple_product div.images a.woocommerce-main-image img{
    max-height: 800px; /* Increased from 450px to allow larger images */
    width: auto;
    margin: 0 auto;
    max-width: 100%; /* Ensure responsive behavior */
}
.woocommerce .eventime_woo_wrapper #content div.eventime_simple_product.product div.thumbnails a,
.woocommerce  div.eventime_simple_product.product div.thumbnails a {
    text-align: center;
}
.woocommerce .eventime_woo_wrapper #content div.eventime_simple_product.product div.thumbnails a,
.woocommerce div.eventime_simple_product.product div.thumbnails a
{
    width: 100px;
    float: none;
    display: inline-block;
    height: auto;
}
.woocommerce .eventime_woo_wrapper #content div.eventime_simple_product.product div.thumbnails a,
.woocommerce div.eventime_simple_product.product div.thumbnails a img{
    height: auto;
}
div.product.eventime_simple_product .eventime_single_summary {
    padding-right: 9%;
}
div.product.eventime_simple_product .eventime_single_summary .woo_ticket_line{
    margin-left: 0;
    width: 20%;
}

div.product.eventime_simple_product .eventime_single_summary .product_title{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
}

.woocommerce div.product.product.eventime_simple_product .eventime_single_summary form.cart{
    margin-top: 30px;
    margin-bottom: 20px;
}

.woocommerce div.product.product.eventime_simple_product .eventime_single_summary form.cart .variations td{
    display: block;
}

.woocommerce div.product.product.eventime_simple_product .eventime_single_summary form.cart .variations td.label{
    text-align: left;
    font-size: 16px;
    height: 30px;
}

.woocommerce div.product.product.eventime_simple_product .eventime_single_summary form.cart .variations td.value{
    height: 80px;
}

.woocommerce div.product.product.eventime_simple_product .eventime_single_summary form.cart .variations td.label label{
    font-weight: 300;
}

.woocommerce div.product.product.eventime_simple_product .woocommerce-product-rating a span {
    font-size: 16px;
    margin-top: 2px;
}

.woocommerce div.product.product.eventime_simple_product .price del span.amount {
    font-size: 18px;
    font-weight: 400;
}

.woocommerce div.product.product.eventime_simple_product .price del,
.woocommerce div.product.product.eventime_simple_product .price ins {
    display: inline-block;
    font-weight: 200;
}
.woocommerce div.product.product.eventime_simple_product .price del{
    font-size: 18px;
}

.woocommerce div.product.product.eventime_simple_product .price {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 30px;
}



div.product.product.eventime_simple_product .eventime_tabs{
    text-align: center;
    padding-top: 50px;
}

div.product.product.eventime_simple_product .eventime_tabs #review_form,
div.product.product.eventime_simple_product .eventime_tabs ol.commentlist li .comment-text p.meta{
    text-align: left;
}

.product_meta span{
    display: block;
}

.eventime_tabs #reviews ol{
    padding-left: 0;
}

div.product.product.eventime_simple_product .products{
    text-align: center;
}

div.product.product.eventime_simple_product .products li{
    text-align: left;
}

div.product.product.eventime_simple_product  .panel.entry-content.wc-tab{
    padding-top: 20px;
}


div.product.product.eventime_simple_product .products h2, .cart-collaterals h2, .woocommerce-checkout h2, .woocommerce-account h2, .woocommerce h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.4px;
}



.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
    float: left;
    margin-left: -12px;
    margin-right: 24px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove{
    right: 0;
    left: inherit;
}



.woocommerce .cart-collaterals .cross-sells ul.products li.product.eventime_product, .woocommerce-page .cart-collaterals .cross-sells ul.products li.product.eventime_product{
    width: 45%;
}






/*all info */


.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    top: 22px;
}


.woocommerce-error,  .woocommerce-info,  .woocommerce-message,
div[class*="woocommerce"] .woocommerce-error, div[class*="woocommerce"] .woocommerce-info, div[class*="woocommerce"] .woocommerce-message{
    background: transparent;
    font-size: 18px;
    font-weight: 300;
    line-height: 19px;

    min-width: 200px;

}



.woocommerce-error p,  .woocommerce-info p,  .woocommerce-message p,
div[class*="woocommerce"] .woocommerce-error p, div[class*="woocommerce"] .woocommerce-info p, div[class*="woocommerce"] .woocommerce-message p{
    float: left;
    padding: 5px 8px 20px 5px;
    width: 60%;
    line-height: 17px;
    min-width: 100px;
}


.woocommerce-error a.button,  .woocommerce-info  a.button,  .woocommerce-message a.button,
div[class*="woocommerce"] .woocommerce-error a.button, div[class*="woocommerce"] .woocommerce-info a.button, div[class*="woocommerce"] .woocommerce-messag a.button{
    display: inline-block;
    float: right;
}

.woocommerce .eventime_woo_wrapper.blog_content_left .woocommerce-error, .woocommerce .eventime_woo_wrapper.blog_content_left .woocommerce-info, .woocommerce .eventime_woo_wrapper.blog_content_left .woocommerce-message{
    width: 88%;
    margin-left:12%;
}


.woocommerce .eventime_woo_wrapper .woocommerce-error, .woocommerce .eventime_woo_wrapper  .woocommerce-info, .woocommerce  .eventime_woo_wrapper .woocommerce-message{
    width: 82%;
    margin-left:9%;
}
.woocommerce .woocommerce-MyAccount-content a.button{
    min-height: 13px;
}

.woocommerce table.shop_table{
    border:  3px solid;
    border-radius: 0;
}

.woocommerce-cart table.cart tr.cart_item{
    height: 90px;
}
.woocommerce table.shop_table thead th{
    height: 60px;
    font-size: 22px;
    font-weight: 200;
    letter-spacing: 3px;
}

.woocommerce a.remove {
    font-size: 35px;    transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    font-weight: 200 !important;
}

.woocommerce-cart table.cart tr:last-child{
    min-height: 120px;
    height: auto !important;

}

.woocommerce a.remove:hover{
    background: transparent;
    -ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Safari */
    transform: scale(1.2,1.2);
}



.select2-drop, .select2-container .select2-choice{
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    min-height: 45px;
    font-size: 24px;
    font-weight: 200;
    line-height: 45px;
}

.woocommerce-cart table.cart td.actions{
    padding: 20px;
}

.woocommerce-cart table.cart td.actions input{
    float: right;
}

.woocommerce-cart table.cart td.actions .coupon {
    display: inline-block;
    max-width: 600px;
    float: left;
}

.woocommerce-cart table.cart td.actions .coupon .input-text{

    width: 300px;
    float: left;
    padding-left: 20px;
    margin-right: 10px;
    margin-left: 0;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    background: none;
    margin-bottom: 10px;
    min-height: 50px;
    border-radius: 0;
    font-size: 24px;
    font-weight: 200;
    -webkit-appearance: none;


}




.checkout textarea{
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    background: none;

    min-height: 50px;
    border-radius: 0;
    font-size: 18px;
    padding: 10px;
    font-weight: 200;

    -webkit-appearance: none;

}

.woocommerce-cart table.cart td.actions .coupon{
    margin-right: 20px;
}

.woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation dd{
    float: left;
    vertical-align: top;
    display: inline-block;
    margin: 0;padding:0;
}

.woocommerce td.product-name dl.variation dd{
    margin-top: -15px;
    margin-left: 10px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background: transparent;

}

.checkout.woocommerce-checkout h3, .woocommerce-checkout h3, .woocommerce-account h3, .woocommerce h3{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
}

a.cart-contents{
   display: flex;
   order: 2;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents{
    overflow: hidden;
}

.eventime_has_cart{

}


.eventime_cart_count{

    border-radius: 100%;
    margin-top: -10px;
    z-index: 9999;
    margin-left: 10px;
    display: block;
    position: absolute;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
    width: 17px;
    font-size: 11px;
    line-height: 17px;
    height: 17px;
    text-align: center;
    transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -webkit-transition: 0.3s linear;

}
a.cart-contents:hover .eventime_cart_count{
    -ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Safari */
    transform: scale(1.2,1.2);
}


#add_payment_method #payment div.payment_box, .woocommerce-checkout #payment div.payment_box,
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    background: transparent;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
}


#add_payment_method #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before{
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    position: absolute;
    top: -.95em;
}

.payment_box p{
    margin: 0;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment, .woocommerce-checkout #payment,
#add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{
    padding: 0;
    border-radius: 0;
    background: transparent;


}

#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal{
    float: right;
    display: block;
    margin: 5px 20px;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
    border:none;
}


.wc_payment_method input[type="radio"]+label{
    border: none;

}

.wc_payment_method input[type="radio"]:checked+label{
    background: transparent;
}






.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce input[type="range"],
.woocommerce input[type="login"],
.woocommerce input[type="url"],

.woocommerce input[type="select"],
.woocommerce input[type="phone"],
.woocommerce input[type="date"],
.woocommerce input[type="email"]

{

    border-radius: 0;
    margin-right: 0;
    margin-left: 0;
    display: inline-block;

    border-style: solid;

    border-width: 1px;

    background: none;


    height: 51px;

    border-radius: 0;

    font-size: 22px;

    font-weight: 200;
    padding-left: 10px;

    -webkit-appearance: none;

    -webkit-transition: all .5s ease-in-out;

    -moz-transition: all .5s ease-in-out;

    -o-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out;
}


/* sjortcode fxies */

.woocommerce table.shop_table td{
    max-width: 70px;
}


.mask .woocommerce table.shop_table thead{
    background: transparent;
}


.woocommerce table.cart td.actions .coupon{
    width: 65%;
}

.woocommerce table.cart td.actions .coupon input[type=text]
{
    width: 50%;
    float: left;
    vertical-align: top;
    margin-top: 0;
    height: 50px;

}
.woocommerce table.cart td.actions .coupon input[type=submit]{
    float: none;
    display: block;
    vertical-align: top;
    height: 50px;
    margin-left: 0px;
}

.woocommerce table.cart td.actions input[type=submit]{

    float: right;
}

.order-actions{
    width: 250px;
}

.woocommerce .styledRadio,.woocommerce  .styledCheckbox{
    margin-top: 5px;
    display: inline-block !important;
}

.wc-proceed-to-checkout{
    margin-bottom: 20px;
}

.woocommerce input[type="search"]{
    font-weight: 200 !important;
}


/*left content*/

div[class*="blog_content_left"] .first_title{
    padding-left: 0;
}
div[class*="blog_content_left"].eventime_woo_wrapper ul.products.eventime_woo_products,
div[class*="blog_content_left"] .eventime_single_ticket_wrapper,

div[class*="blog_content_left"] .woocommerce-tabs.wc-tabs-wrapper,
div[class*="blog_content_left"] div.product.eventime_simple_product .eventime_single_summary,
div[class*="blog_content_left"] .woocommerce-result-count,
div[class*="blog_content_left"] .woocommerce-breadcrumb,
div[class*="blog_content_left"] nav.woocommerce-pagination{
    padding-left: 12% !important;
    padding-right: 0 !important;
}
div[class*="blog_content_left"] div.product.product-type-chaykovskiy_eventime_ticket div.images,
.woocommerce #container[class*="blog_content_left"].eventime_woo_wrapper #content div.product.eventime_simple_product div.images
{
    padding-left: 12% !important;
    padding-right:0;
}


div[class*="blog_content_left"] .woocommerce-ordering{
    padding-right: 2px;
}

div[class*="blog_content_left"] .woocommerce-error,
div[class*="blog_content_left"] .woocommerce-info,
div[class*="blog_content_left"] .woocommerce-message{
    /*width: 88%;
    margin-left: 12% !important;*/
}
div[class*="blog_content_left"] .eventime_simple_product span.onsale,
div[class*="blog_content_left"] .product-type-chaykovskiy_eventime_ticket span.onsale{
    width: 12%;
    min-width: 65px;
}

/*right contetn*/

div[class*="blog_content_right"] .first_title{
    padding-left: 0;
}
div[class*="blog_content_right"].eventime_woo_wrapper ul.products.eventime_woo_products,
div[class*="blog_content_right"] .eventime_single_ticket_wrapper,
div[class*="blog_content_right"] div.product.product-type-chaykovskiy_eventime_ticket div.images,
div[class*="blog_content_right"]  div.product.product-type-chaykovskiy_eventime_ticket div.images,
div[class*="blog_content_right"] div.product.product-type-chaykovskiy_eventime_ticket div.images,
div[class*="blog_content_right"] div.product.product-type-chaykovskiy_eventime_ticket div.images,
div[class*="blog_content_right"] .woocommerce-tabs.wc-tabs-wrapper,
div[class*="blog_content_right"] .related.products h2,
div[class*="blog_content_right"] div.product.eventime_simple_product .eventime_single_summary,
div[class*="blog_content_right"] .woocommerce-result-count,
div[class*="blog_content_right"] .woocommerce-breadcrumb,
div[class*="blog_content_right"] nav.woocommerce-pagination{
    padding-left: 0 !important;
    padding-right: 5% !important;
}

div[class*="blog_content_right"] .woocommerce-ordering{
    padding-right: 5%;
}

div[class*="blog_content_right"] .woocommerce-error,
div[class*="blog_content_right"] .woocommerce-info,
div[class*="blog_content_right"] .woocommerce-message{
    width: 95% !important;
    margin-left: 0% !important;
    margin-right: 5%;
    clear: both;
}
div[class*="blog_content_right"] .eventime_simple_product span.onsale,
div[class*="blog_content_right"] .product-type-chaykovskiy_eventime_ticket span.onsale{

    width: 5%;
    float: right;
    right: 0;
    left: inherit;
}


.product-type-chaykovskiy_eventime_ticket span.onsale{
    min-width: 65px;
    margin-top: -3px !important;
}


ul.products.eventime_woo_products div.product-category{
    width: 22.05%;
    margin-right: 3.8%;
    display: inline-block;
    float: left;
    vertical-align: top;
    margin-bottom: 30px;
}

ul.products.eventime_woo_products div.product-category.last{
    margin-right: 0;
    clear: bottom;
}

ul.products.eventime_woo_products div.product-category mark.count{
    font-size: 20px;
    background: transparent;
}

ul.products.eventime_woo_products div.product-category a{
    text-decoration: none;
}


div.lastclear{
    display: none;
    height: 0;

}
div.lastclear:last-of-type{
    clear: both;
    width: 100%;
    height: 0px;
    display: block;

}


.footer .widget-container.woocommerce{
    width: 80%;
}
.et-vc-custom-styling-vc_row .single-product .product-type-chaykovskiy_eventime_ticket span.onsale,
.et-vc-custom-styling-vc_row .single-product  .woocommerce span.onsale{
    top: 15px !important;

    margin: 20px 0 0 -10.5% !important;
    width: 10% !important;
}
.vc_col-sm-1 ul.products li.product.eventime_product,
.vc_col-sm-2 ul.products li.product.eventime_product,
.vc_col-sm-3 ul.products li.product.eventime_product,
.vc_col-sm-8 ul.products li.product.eventime_product,
.vc_col-sm-7 ul.products li.product.eventime_product,
.vc_col-sm-6 ul.products li.product.eventime_product,
.vc_col-sm-5 ul.products li.product.eventime_product,
.vc_col-sm-4 ul.products li.product.eventime_product{
    width: 100% !important;
}



/* sidebar */

.widget-container p.buttons{
    width: auto;
    position: relative;
}

div[class*=blog_sidebar_] .woocommerce .quantity{
    height: auto;
}


div[class*=blog_sidebar_] .woocommerce p.buttons{
    bottom: inherit;
    margin-top: 20px;
}
div[class*=blog_sidebar_] .woocommerce p.buttons a{
    margin-bottom: 10px;

}


div[class*=blog_sidebar_] .woocommerce .total{
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 3px solid;
    padding-top: 20px;
    text-align: center;


}

div[class*=blog_sidebar_] .woocommerce .star-rating span strong,
div[class*=blog_sidebar_] .woocommerce .star-rating span,
div[class*=blog_sidebar_] .woocommerce .star-rating{
    font-size: 10px !important;
}

div[class*=blog_sidebar_] .woocommerce .total strong{

    padding-right: 10px;
}

div[class*=blog_sidebar_] .woocommerce input[type="search"]{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}
div[class*=blog_sidebar_] .woocommerce label{
    width: 100%;
    display: block;
    font-size: 17px;
    font-weight: 200;
    letter-spacing: 1px;
    margin-top: 8px;
}


div[class*=blog_sidebar_] .woocommerce .pfw--has-childeren{
    font-weight: 700;
    font-size: 20px;
}

div[class*=blog_sidebar_] .woocommerce span.count{
    font-size: 16px;
    font-weight: 500;
}

div[class*=blog_sidebar_] .product_list_widget li span:not(.reviewer),
div[class*=blog_sidebar_] .product_list_widget li a:not(.remove),
div[class*=blog_sidebar_] .mini_cart_item a:not(.remove){
    font-weight: 300;
    font-size: 16px;
}
div[class*=blog_sidebar_] span.amount,
div[class*=blog_sidebar_] span.quantity{
    font-weight: 500 !important;
}


.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
    height: 3px;

}



.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    margin-top: -2px;
}

.price_slider_wrapper{
    margin-top: 20px;
    margin-bottom: 20px;
}
/*
 ul.products.eventime_woo_products li.product.eventime_product{
    clear: none !important;
    min-width: 260px;
 }
*/


button::-moz-focus-inner {
    border: 0;
}


.eventime_product a:focus{
    outline: none !important;
}


.et-apply-gradient .woocommerce ul.products.eventime_woo_products li.eventime_product.eventime-ticket-white-content form.cart button.button{
    background: transparent;
}


.product ul.eventime_woo_products:first-child li.product.eventime_product{
    width: 100%;    
}


/* basic column */

ul.eventime_woo_products li.product.eventime_product{
    width: 22.05%;
    clear: none;
    float: left;
}

ul.eventime_woo_products li.product.eventime_product:nth-of-type(4n) {
    margin-right: 0;
}

ul.eventime_woo_products li.product.eventime_product:nth-of-type(4n+1){
    margin-left: 0;
    margin-right: 3.8%;
}

.woocommerce ul.products.eventime_woo_products {
    margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
}

/* basic columns with sidebar */

div[class*=blog_content_] ul.eventime_woo_products li.product.eventime_product{
    width: 22.05%;
    clear: none;
    float: left;
}

div[class*=blog_content_] ul.eventime_woo_products li.product.eventime_product:nth-of-type(4n) {
    margin-right: 0;
}

div[class*=blog_content_] ul.eventime_woo_products li.product.eventime_product:nth-of-type(4n+1){
    margin-left: 0;
    margin-right: 3.8%;
}


div[class*=blog_content_] .vc_row .columns-3.woocommerce ul.products li.product.eventime_product{
    width: 30.75%;
    clear: none;
    float: left;
}

div[class*=blog_content_] .vc_row .columns-4.woocommerce ul.products li.product.eventime_product{
    width: 22.05%;
    clear: none;
    float: left;
}



@media (max-width:2320px) {

    /* 6 column to 5 */

    /* reset 6 */
    .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(6n+1),
    .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(6n){
        margin-left:0;
        margin-right: 3.8%;

    }

    /* set 6 to 5 */

    .woocommerce.columns-6 ul.products li.product.eventime_product{
        width: 16.95%;
        clear: none;
        float: left;
    }

    .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(5n){
        margin-right: 0;
    }

    .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(5n+1){
        margin-left: 0;
        margin-right: 3.8%;
    }


    div[class*=blog_content_] .vc_row .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(6n),
    div[class*=blog_content_] .vc_row .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(6n+1),
    div[class*=blog_content_] .vc_row .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(5n),
    div[class*=blog_content_] .vc_row .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(5n+1),
    div[class*=blog_content_] .vc_row .woocommerce.columns-5 ul.products li.product.eventime_product:nth-of-type(5n),
    div[class*=blog_content_] .vc_row .woocommerce.columns-5 ul.products li.product.eventime_product:nth-of-type(5n+1){
        margin-left:0;
        margin-right: 3.8%;

    }



    div[class*=blog_content_]  .vc_row .woocommerce.columns-6 ul.products li.product.eventime_product,
    div[class*=blog_content_]  .vc_row .woocommerce.columns-5 ul.products li.product.eventime_product{
        width: 22.05%;
        clear: none;
        float: left;
    }

    div[class*=blog_content_]  .vc_row .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(4n),
    div[class*=blog_content_]  .vc_row .woocommerce.columns-5 ul.products li.product.eventime_product:nth-of-type(4n){
        margin-right: 0;
    }



    div[class*=blog_content_]  .vc_row .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(4n+1),
    div[class*=blog_content_]  .vc_row .woocommerce.columns-5 ul.products li.product.eventime_product:nth-of-type(4n+1){
        margin-left: 0;
        margin-right: 3.8%;
    }


}

@media (max-width:1950px){



    /* 6 column to 4 */

    /* reset 6 */
    .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(5n+1),
    .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(5n),
    .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(6n+1),
    .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(6n),
        /* reset 5 */
    .woocommerce.columns-5 ul.products li.product.eventime_product:nth-of-type(5n+1),
    .woocommerce.columns-5 ul.products li.product.eventime_product:nth-of-type(5n){
        margin-left:0;
        margin-right: 3.8%;

    }

    /* set 6 to 4 */
    .woocommerce.columns-6 ul.products li.product.eventime_product,
        /* set 5 to 4 */
    .woocommerce.columns-5 ul.products li.product.eventime_product{
        width: 22.05%;
        clear: none;
        float: left;
    }

    /* set 6 to 4 */
    .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(4n),
        /* set 5 to 4 */
    .woocommerce.columns-5 ul.products li.product.eventime_product:nth-of-type(4n){
        margin-right: 0;
    }
    /* set 6 to 4 */
    .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(4n+1),
        /* set 5 to 4 */
    .woocommerce.columns-5 ul.products li.product.eventime_product:nth-of-type(4n+1){
        margin-left: 0;
        margin-right: 3.8%;
    }
    div[class*=blog_content_] .vc_row  div[class*=columns-].woocommerce ul.products li.product.eventime_product:nth-of-type(6n),
    div[class*=blog_content_] .vc_row  div[class*=columns-].woocommerce ul.products li.product.eventime_product:nth-of-type(6n+1),
    div[class*=blog_content_] .vc_row  div[class*=columns-].woocommerce ul.products li.product.eventime_product:nth-of-type(5n),
    div[class*=blog_content_] .vc_row  div[class*=columns-].woocommerce ul.products li.product.eventime_product:nth-of-type(5n+1),
    div[class*=blog_content_] .vc_row  div[class*=columns-].woocommerce ul.products li.product.eventime_product:nth-of-type(4n),
    div[class*=blog_content_] .vc_row  div[class*=columns-].woocommerce ul.products li.product.eventime_product:nth-of-type(4n+1),
    div[class*=blog_content_] ul.eventime_woo_products li.product.eventime_product:nth-of-type(4n),
    div[class*=blog_content_] ul.eventime_woo_products li.product.eventime_product:nth-of-type(4n+1){
        margin-left:0;
        margin-right: 3.8%;

    }

    div[class*=blog_content_] .vc_row div[class*=columns-].woocommerce ul.products li.product.eventime_product,
    div[class*=blog_content_] ul.eventime_woo_products li.product.eventime_product{
        width: 30.75%;
        clear: none;
        float: left;
    }
    div[class*=blog_content_] .vc_row  div[class*=columns-].woocommerce  ul.products li.product.eventime_product:nth-of-type(3n),
    div[class*=blog_content_] ul.eventime_woo_products li.product.eventime_product:nth-of-type(3n) {
        margin-right: 0;
    }
    div[class*=blog_content_] .vc_row  div[class*=columns-].woocommerce ul.products li.product.eventime_product:nth-of-type(3n+1),
    div[class*=blog_content_] ul.eventime_woo_products li.product.eventime_product:nth-of-type(3n+1){
        margin-left: 0;
        margin-right: 3.8%;
    }


    .woocommerce-cart div[class*=blog_content_] ul.products.eventime_woo_products li.eventime_product{
        width: 100% !important;
        clear: none;
        float: left;
        margin-left:0% !important;
        margin-right:0% !important;
    }


}

@media (max-width:1720px) {






    div[class*=blog_content_] ul.eventime_woo_products li.product.eventime_product{
        width: 30.75%;
        clear: none;
        float: left;
    }




}



@media (max-width:1480px) {




    /* columns to 3 */


    /*reset basic*/
    ul.eventime_woo_products li.product.eventime_product:nth-of-type(4n),
    ul.eventime_woo_products li.product.eventime_product:nth-of-type(4n+1),
        /* reset 6 */
    .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(4n+1),
    .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(4n),
    .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(5n+1),
    .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(5n),
    .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(6n+1),
    .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(6n),
        /* reset 5 */
    .woocommerce.columns-5 ul.products li.product.eventime_product:nth-of-type(4n+1),
    .woocommerce.columns-5 ul.products li.product.eventime_product:nth-of-type(4n),
    .woocommerce.columns-5 ul.products li.product.eventime_product:nth-of-type(5n+1),
    .woocommerce.columns-5 ul.products li.product.eventime_product:nth-of-type(5n),
        /* reset 4 */
    .woocommerce.columns-4 ul.products li.product.eventime_product:nth-of-type(4n+1),
    .woocommerce.columns-4 ul.products li.product.eventime_product:nth-of-type(4n)
    {
        margin-left:0;
        margin-right: 3.8%;

    }
    /* basic to 3 */
    ul.eventime_woo_products li.product.eventime_product,
        /* set 6 to 3 */
    .woocommerce.columns-6 ul.products li.product.eventime_product,
        /* set 5 to 3 */
    .woocommerce.columns-5 ul.products li.product.eventime_product,
        /* set 4 to 3 */
    .woocommerce.columns-4 ul.products li.product.eventime_product
    {
        width: 30.75%;
        clear: none;
        float: left;
    }
    /*basic to 3*/
    ul.eventime_woo_products li.product.eventime_product:nth-of-type(3n),
        /* set 6 to 3 */
    .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(3n),
        /* set 5 to 3 */
    .woocommerce.columns-5 ul.products li.product.eventime_product:nth-of-type(3n),
        /* set 4 to 3 */
    .woocommerce.columns-4 ul.products li.product.eventime_product:nth-of-type(3n)
    {
        margin-right: 0;
    }
    /*basic to 3*/
    ul.eventime_woo_products li.product.eventime_product:nth-of-type(3n+1),
        /* set 6 to 3 */
    .woocommerce.columns-6 ul.products li.product.eventime_product:nth-of-type(3n+1),
        /* set 5 to 3 */
    .woocommerce.columns-5 ul.products li.product.eventime_product:nth-of-type(3n+1),
        /* set 4 to 3 */
    .woocommerce.columns-4 ul.products li.product.eventime_product:nth-of-type(3n+1)

    {
        margin-left: 0;
        margin-right: 3.8%;
    }



    div[class*=blog_content_] .vc_row  div[class*=columns-].woocommerce ul.products li.product.eventime_product,
    div[class*=blog_content_] ul.products li.product.eventime_product{
        width: 48% !important;
        clear: none;
        float: left;

    }
    div[class*=blog_content_] .vc_row  div[class*=columns-].woocommerce ul.products li.product.eventime_product:nth-of-type(even),
    div[class*=blog_content_] ul.products li.product.eventime_product:nth-of-type(even){
        margin-left:2% !important;
        margin-right: 0;
    }
    div[class*=blog_content_] .vc_row  div[class*=columns-].woocommerce ul.products li.product.eventime_product:nth-of-type(odd),
    div[class*=blog_content_] ul.products li.product.eventime_product:nth-of-type(odd){
        margin-right:2% !important;
        margin-left: 0;
    }
    .woocommerce .cart-collaterals .cross-sells ul.products li.product.eventime_product, .woocommerce-page .cart-collaterals .cross-sells ul.products li.product.eventime_product{
        width: 100%;
    }


}

@media (max-width:1380px) {


    .checkout_coupon p.form-row, a.showcoupon, a.showlogin{
        display: block !important;
        width: 100% !important;
        line-height: 1;
        margin-bottom: 20px;
    }

    .woocommerce table.shop_table td{
        max-width: 30px;
    }
    .woocommerce table.shop_table td.product-quantity{
        max-width: 200px;
    }

    .woocommerce table.cart td.actions .coupon input[type=text]{
        width: 100%;
    }






}


@media (max-width:1060px) {


    .woocommerce-ordering{
        width: 100%;
        padding-left: 9%;
    }

    .woocommerce select, .woocommerce .eventime_woo_wrapper select, div.product.eventime_simple_product .eventime_single_summary select{
        width: 100%;
        max-width: 100%;
    }

    .woocommerce table.shop_table td{
        max-width: 100%;
        min-width: 100%;
        height: 70px;
    }

    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
        white-space: normal;
    }



    .woocommerce-cart table.cart tr.cart_item{
        height: auto;
        max-height: 430px;
    }

    .woocommerce-cart  .quantity{
        float: right;
    }
    .woocommerce table.cart td.actions .coupon,
    .woocommerce table.cart td.actions input[type=submit]{
        width: 100%;
        margin-bottom: 20px;
    }

    .woocommerce table.cart td.actions .coupon{

    }

    .woocommerce table.shop_table td a.remove{
        width: 100%;
        text-align: center;
        font-size: 50px;
    }

    .woocommerce table.shop_table td.product-subtotal{
        border-bottom: 3px solid;
    }


    .woocommerce table.cart td.actions .coupon input[type=submit]{
        margin-left: 0;
        margin-top: 10px;
    }
    ul.eventime_woo_products div.product-category,
    ul.eventime_woo_products li.product.eventime_product{
        width: 48% !important;
        clear: none;
        float: left;

    }
    ul.eventime_woo_products div.product-category:nth-of-type(even),
    ul.eventime_woo_products li.product.eventime_product:nth-of-type(even){
        margin-left:2% !important;
        margin-right: 0 !important;
    }
    ul.eventime_woo_products div.product-category:nth-of-type(odd),
    ul.eventime_woo_products li.product.eventime_product:nth-of-type(odd){
        margin-right:2% !important;
        margin-left: 0 !important;
    }


    .woocommerce div.product form.cart div.quantity{
        margin-bottom: 20px;
    }

    div[class*="blog_content_"] .first_line{
        width: 12% !important;
    }
    div[class*="blog_content_"] .first_title{
        padding-left: 0 !important;
    }
    div[class*="blog_content_"].eventime_woo_wrapper  ul.products.eventime_woo_products,
    div[class*="blog_content_"] .eventime_single_ticket_wrapper,
    div[class*="blog_content_"] div.product.product-type-chaykovskiy_eventime_ticket div.images,
    div[class*="blog_content_"] div.product.product-type-chaykovskiy_eventime_ticket div.images,
    div[class*="blog_content_"] div.product.product-type-chaykovskiy_eventime_ticket div.images,
    div[class*="blog_content_"] div.product.product-type-chaykovskiy_eventime_ticket div.images,
    div[class*="blog_content_"] .woocommerce-tabs.wc-tabs-wrapper,
    div[class*="blog_content_"] .related.products h2,
    div[class*="blog_content_"] div.product.eventime_simple_product .eventime_single_summary,
    div[class*="blog_content_"] .woocommerce-result-count,
    div[class*="blog_content_"] .woocommerce-breadcrumb,
    div[class*="blog_content_"] nav.woocommerce-pagination{
        padding-left: 9% !important;
        padding-right: 9% !important;
    }

    div[class*="blog_content_"] .woocommerce-ordering{
        padding-left: 9% !important;
        padding-right: 9% !important;
    }


    div[class*="blog_content_"] .woocommerce-error,
    div[class*="blog_content_"] .woocommerce-info,
    div[class*="blog_content_"] .woocommerce-message{
        width: 88%;
        margin-left: 9% !important;
        margin-right: 9%;
        clear: both;
    }
    div[class*=blog_content_] .eventime_simple_product span.onsale,
    div[class*=blog_content_] .product-type-chaykovskiy_eventime_ticket span.onsale{

        width: 9%;
        float: left;
        right: inherit;
        left: 0;
    }





    .product-type-chaykovskiy_eventime_ticket span.onsale{
        min-width: 65px;
    }


}

@media (max-width:992px) {

    div[class*="blog_content_left"] div.product.product-type-chaykovskiy_eventime_ticket div.images, .woocommerce #container[class*="blog_content_left"].eventime_woo_wrapper #content div.product.eventime_simple_product div.images{
        padding-left: 0 !important;
    }
    div.product .woocommerce-tabs.eventime_tabs ul.tabs li{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .woocommerce table.shop_table td.product-quantity{

        text-align: center;
        height: 120px;
    }

    .woocommerce-error p,  .woocommerce-info p,  .woocommerce-message p,
    div[class*="woocommerce"] .woocommerce-error p, div[class*="woocommerce"] .woocommerce-info p, div[class*="woocommerce"] .woocommerce-message p{
        width:100%;
    }

    .woocommerce table.shop_table td.product-quantity .quantity{
        margin: 0;
    }
    div.product.product.eventime_simple_product .panel.entry-content.wc-tab{
        width: 100%;
    }

    .woocommerce .eventime_woo_wrapper .woocommerce-error a, .woocommerce .eventime_woo_wrapper .woocommerce-info a, .woocommerce .eventime_woo_wrapper .woocommerce-message a{
        margin-bottom: 20px;
    }

    .woocommerce .eventime_woo_wrapper .woocommerce-error, .woocommerce .eventime_woo_wrapper .woocommerce-info, .woocommerce .eventime_woo_wrapper .woocommerce-message{
        line-height: 1;
        margin-bottom: 20px;

    }

    .woocommerce-error a.button,  .woocommerce-info  a.button,  .woocommerce-message a.button,
    div[class*="woocommerce"] .woocommerce-error a.button, div[class*="woocommerce"] .woocommerce-info a.button, div[class*="woocommerce"] .woocommerce-messag a.button{

        float: none;
        width: 100%;
    }

    a.cart-contents{

    }

    .woocommerce div.product .woocommerce-tabs.eventime_tabs ul.tabs li{
        margin-left:0;
        margin-right: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .woocommerce-MyAccount-navigation{
        float: none;
        width: 100%;
        display: block;
        margin-bottom: 40px;
    }



}

@media (max-width:698px) {

    ul.eventime_woo_products li.product.eventime_product,
    div[class*=blog_content_] .vc_row div[class*=columns-].woocommerce ul.products li.product.eventime_product,
    div[class*=blog_content_] div:not(.related.products) ul.eventime_woo_products li.product.eventime_product{
        width: 100% !important;
        clear: none;
        float: left;

    }
    ul.eventime_woo_products li.product.eventime_product:nth-of-type(even),
    div[class*=blog_content_] .vc_row div[class*=columns-].woocommerce ul.products li.product.eventime_product:nth-of-type(even),
    div[class*=blog_content_] div:not(.products) ul.eventime_woo_products li.product.eventime_product:nth-of-type(even){
        margin-left:0% !important;
    }
    ul.eventime_woo_products li.product.eventime_product:nth-of-type(odd),
    div[class*=blog_content_] .vc_row div[class*=columns-].woocommerce ul.products li.product.eventime_product:nth-of-type(odd),
    div[class*=blog_content_] div:not(.products) ul.eventime_woo_products li.product.eventime_product:nth-of-type(odd){
        margin-right:0% !important;
    }


    .woocommerce input.button{
        min-width: 100%;
    }

    .woocommerce .order_details li{
        border: none;
        margin-bottom: 20px;
    }
    ul.woocommerce-thankyou-order-details{
        padding-left: 0;
    }

    .eventime_single_ticket_main div.eventime_summary div.eventime_product_title,
    .eventime_single_ticket_main div.eventime_summary div[itemprop="offers"] {

        width: 100%;
        display: block ;
        float: left;
        text-align: left;
    }
    div[class*=blog_content_] .vc_row  div[class*=columns-].woocommerce ul.products li.product.eventime_product,
    div[class*=blog_content_] ul.products li.product.eventime_product,
    .vc_row ul.eventime_woo_products li.product.eventime_product,
    ul.eventime_woo_products li.product.eventime_product,
    div[class*=blog_content_] ul.eventime_woo_products li.product.eventime_product,
    .woocommerce[class*=columns-] ul.products li.product.eventime_product{
        width: 100% !important;
        clear: none;
        float: left;
    }
    div[class*=blog_content_] .vc_row  div[class*=columns-].woocommerce ul.products li.product.eventime_product:nth-of-type(even),
    div[class*=blog_content_] ul.products li.product.eventime_product:nth-of-type(even),
    .vc_row ul.eventime_woo_products li.product.eventime_product:nth-of-type(even),
    div[class*=blog_content_] ul.eventime_woo_products li.product.eventime_product:nth-of-type(even),
    .woocommerce[class*=columns-] ul.products li.product.eventime_product:nth-of-type(even){
        margin-left:0% !important;
    }
    div[class*=blog_content_] .vc_row  div[class*=columns-].woocommerce ul.products li.product.eventime_product:nth-of-type(odd),
    div[class*=blog_content_] ul.products li.product.eventime_product:nth-of-type(odd),
    .vc_row ul.eventime_woo_products li.product.eventime_product:nth-of-type(odd),
    div[class*=blog_content_] ul.eventime_woo_products li.product.eventime_product:nth-of-type(odd),
    .woocommerce[class*=columns-] ul.products li.product.eventime_product:nth-of-type(odd){
        margin-right:0% !important;
    }

}
@media (max-width:398px) {
    ul.eventime_woo_products div.product-category{
        width: 100% !important;
        clear: none;
        float: left;

    }
    ul.eventime_woo_products div.product-category:nth-of-type(even){
        margin-left:2% !important;
        margin-right: 0 !important;
    }
    ul.eventime_woo_products div.product-category:nth-of-type(odd){
        margin-right:2% !important;
        margin-left: 0 !important;
    }
}

span.woocommerce-Price-amount.amount{
    display:inline-block !important;
}

.woocommerce .eventime_woo_wrapper select, .woocommerce select, div.product.eventime_simple_product .eventime_single_summary select, select#rating{
    margin-bottom:10px;
}



dd.variation-SymphonyOrchestraConcert{
    float:none;
    display: block;
}

.woocommerce td.product-name dl.variation dd{
    margin: 0;
}

/*------------------------------------------------------------------
WooCommerce Blocks Button Styling - Match Theme Design
-------------------------------------------------------------------*/

/* Make WooCommerce Block buttons match theme button styling */
.wc-block-components-button:not(.is-link),
.wc-block-cart-checkout-button,
.wc-block-checkout-place-order-button,
.wc-block-add-to-cart-form-button {
    min-width: 200px !important;
    min-height: 20px !important;
    border-style: solid !important;
    background: none;
    font-weight: 700 !important;
    font-size: 18px !important;
    letter-spacing: 1px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    display: block !important;
    text-align: center !important;
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
    padding: .618em 1em !important;
    /* border-width and border-radius removed to allow et_width and et_buttons systems to control them */
}

/* Ensure button text inherits the proper styling */
.wc-block-components-button:not(.is-link) .wc-block-components-button__text,
.wc-block-cart-checkout-button .wc-block-components-button__text,
.wc-block-checkout-place-order-button .wc-block-components-button__text,
.wc-block-add-to-cart-form-button .wc-block-components-button__text {
    font-weight: 700 !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    line-height: 1 !important;
}


