/*  Small screens All Screens */
@media only screen {

.vip-header{
    margin-bottom: 50px
}

.woocommerce-page article h1.entry-title{
    border: none;
}

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

.woocommerce-message::before {
    content: '\e015';
    color: #2ba6cb;
}

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

.woofc-trigger.woofc-icontype-image .woofc-trigger-close-icon,.woofc-trigger.woofc-icontype-image{
    background-color: #fff;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button  {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    font-weight: initial; 
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #2ba6cb;
    color: #fefefe;
}

.woocommerce .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #258dad;
    color: #fefefe;
}

.woocommerce .woocommerce-tabs ul.tabs li.description_tab.active,.woocommerce .woocommerce-tabs ul.tabs li.description_tab{
    display:  none !important;
}


.woocommerce .tabs{
    border:  none;
}

.woocommerce table.variations tbody{
    border:  none;
    background-color:  transparent;
}

.woocommerce table.variations tbody .label{
    background: transparent;
}

.woocommerce #container{padding: 40px 0;}

.sku_wrapper{display: none;}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size:  1.1em;
    text-align:  center;
    color:  #111;
}

	.woocommerce div.product .woocommerce-tabs .panel {padding: 1em;}


.slider.slick-slider{
    height: auto;
    margin-bottom:  0;
    margin-top:  0;
}

.woocommerce div.product p.price .amount, .woocommerce div.product span.price .amount {
    font-size: 25px;
    font-weight: 400;
    color: #2ba6cb;
    margin-top: 18px;
    margin-bottom: 28px;
}


.woocommerce ul.products li.product .product-wrap .product-item span.price .amount{
    text-align:  center;

}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #000;
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}


.woocommerce div.product form.cart .button,.woocommerce button.button.alt:disabled[disabled] {
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0px;
    padding: 16px 38px;
}

.variations .variation-tr{
    padding-left:0px;
    
}
.variation-tr td.value,
.variation-tr td.label{
    display:block!important;
}
.woocommerce div.product form.cart .variations .label {
    text-transform: uppercase!important;
    color:#463F37!important;
    letter-spacing:1px;
    padding-bottom:0px;
}

.variations .value,
.variations .value select,
.woocommerce-ordering select,
.billing_country_field select .select2-selection{
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("images/dropdown.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 12px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
    background-size: auto;
    font-size: 16px;
    height: 50px;
    margin-bottom: 8px;
    padding: 0 0px 0px 10px;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    color: #979797;
}

.woocommerce div.product form.cart .button{
    text-transform:uppercase;
    font-weight:400;
    border-radius:0px;
    padding: 16px 38px;
}

/*input[type=number]{ 
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button {
     -webkit-appearance: none;
}


.woocommerce [type=number]{display: inline-block;}*/

/* =GENERAL Woocommerce  FORM ELEMENTS STYLES
================================================================*/
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="password"],
.woocommerce input[type="url"],
.woocommerce textarea{
    background-color: #fcfcfc;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
    font-family: "Maven Pro",sans-serif;
    font-size: 14px;
    height: 41px;
    margin-bottom: 30px;
    padding: 8px 16px;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}

.woocommerce input[type="text"]:focus,
.woocommerce input[type="email"]:focus,
.woocommerce input[type="password"]:focus,
.woocommerce input[type="url"]:focus,
.woocommerce textarea:focus{
    background-color: #fff;
}

.woocommerce button,
.woocommerce html input[type="button"],
.woocommerce input[type="reset"],
.woocommerce input[type="submit"]{
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
    padding: 14px 28px;
    text-align:center;
    letter-spacing: 0.1em;
}

.woocommerce select{
    border: 1px solid #908c8a;
    border-radius: 2px; 
    padding: 10px;
    width: 100%;
    color:#404041;
    height:50px;
}

/* *** WOCOMMERCE BUTTONS  **/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #2ba6cb;
}

.tribe-button, a.tribe-button, button.tribe-button, input.tribe-button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover{
      background-color: #2ba6cb;
}


#buy-tickets{
    padding-top: 60px;
}

#buy-tickets:focus{border: none !important;}

.tribe-events-tickets .woocommerce .quantity input{
    margin: 0;
    text-align:  center !important;
}

.tribe-events-tickets-title {
    font-size: 1.8em !important;
    font-weight: 700;
    margin: 20px 0 15px;
}

.single-tribe_events .tribe-events-cal-links {
    margin-bottom: 1.75em;
    display: block;
    clear: both;
}
.single-tribe_events .tribe-events-event-image {
    text-align: left;
    margin-bottom: 1.25em;
    float: left;
    margin-right: 30px;
}

/* ADD TO CART BUTTON */

.product-wrap .pro-img{position: relative; height:auto;}
.product-wrap .pro-img a.product_type_variable,
.product-wrap .pro-img a.add_to_cart_button{
    position:absolute;
    bottom:0;
    width:100%;
    background-color: #2ba6cb;
    font-size: 10px;
    border-radius: 0!important;
    letter-spacing: 0.14em;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    z-index:9;
    padding:0px;
    height:0px;
    left:0px;
    font-weight:400;
    margin-bottom:  0;
    border: none;
}
.woocommerce #respond input#submit.loading::after, 
.woocommerce a.button.loading::after, 
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    animation: 2s linear 0s normal none infinite running spin;
    content: "\e01c";
    font-family: "WooCommerce";
    font-weight: 400;
    margin-left: 5px;
    position: absolute;
    top: 1px;
    vertical-align: top;
    right:0px;
    left:90px;
    padding:0px;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: 1;
    padding-right: 0px;
}

.product-wrap .pro-img:hover a.product_type_variable,
.product-wrap .pro-img:hover a.add_to_cart_button{
    height:46px;
}

a.add_to_cart_button.added{
    left:0 !important;
}

a.add_to_cart_button.added::after {
    content: "\e00f";
    font-family: WooCommerce;
    font-size: 9px;
    margin-left: 0px !important;
}
.product-wrap a.wc-forward{
    display:none!important;
}

/****** Quantity Styles ************/

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 6px 0 0;
}
.quantity input{
    margin-top:0px !important;
}
.quantity .input-text{
    border:1px solid #d2d2d2;
    border-right:0px;
    height: 47px;
    color: #ababab;
    font-family: "Maven Pro",sans-serif;
    border-left:0px;
    vertical-align: top;
}
.quantity .minus,
.quantity .plus{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #d2d2d2;
    padding: 13px 20px;
    color: #ababab;
    font-family: "Maven Pro",sans-serif;
    vertical-align: top;
}
.quantity .minus{
    margin-right: -4px;
}
.quantity .plus{
    margin-left: -5px;
}


.woocommerce-Tabs-panel h2{
    text-align:  center;
}


.woocommerce .related h2{
    margin:  0;
    padding:  40px 0;
}

/* SHOP PAGE STYLE */
.post-type-archive-product #container{
    margin-top: 20px !important;
}
.post-type-archive-product #breadcrumb-sec{
    display:none;
}
.woocommerce-products-header h1.page-title{
    font-weight:400;
}
#content p.woocommerce-result-count{
    color: #666060;
}
#content .woocommerce-ordering{
    margin-bottom: 22px;
}
.woocommerce-ordering select{
    width:200px;
    color: #666060;
    font-size: 13px;
    padding: 0 20px 0 13px;
}
.post-type-archive-product .product-wrap .product-item {
    border-bottom: 0px;
}
.post-type-archive-product #container .products{
    margin-left:-15px;
    margin-right:-15px;
}
.woocommerce nav.woocommerce-pagination {
    text-align: right;
}
.woocommerce nav.woocommerce-pagination ul {
    border:0px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    margin: 0 3px;
    border:1px solid #ebebeb ;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    display: block;
    font-size: 1em;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    min-width: 30px;
    padding: 7px 5px;
    text-decoration: none;
    color: #8a7e88;
    text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #F2F2F2 none repeat scroll 0 0;
    color: #8a7e88;
}

.return-to-shop a{
    background-color: #FFCD2E !important;
    border-radius: 0 !important;
    color: #000 !important;
    font-size: 11px!important;
    font-weight: 300!important;
    padding: 15px 28px!important;
    text-transform: uppercase!important;    
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0px;
    padding: 0px 15px;
    width: 24.7%;
    display:inline-block;
    float:none!important;
    vertical-align: top;
}
.archive.woocommerce .products .product-category img{
    height:325px !important;
     margin: 0 0 20px !important;
}

.archive.woocommerce .products .product-category .woocommerce-loop-category__title,
.archive.woocommerce .products .product-category .woocommerce-loop-category__title .count{
    color: #979797;
    font-size: 13px !important;
    font-weight: normal;
    line-height: 14px;
    text-align:center;
    background:transparent !important;
}
.archive.woocommerce #container{
    margin-top:0px;
}
.archive.woocommerce #breadcrumb-sec{
    display:none;
}

.archive.tax-product_cat .products{
    margin:0px -15px;
}

/* CHECKOUT STYLE CSS */
.woocommerce-checkout #breadcrumb-sec{
    display:none;
}

.woocommerce-checkout #container h1.entry-title{
    margin-bottom: 24px;
    margin-top: 40px;
}
.woocommerce-checkout #content .woocommerce{
    margin-top: 20px;
}
.woocommerce-checkout #content .woocommerce form.checkout{
    margin-left:-15px;
    margin-right:-15px;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout{
    margin:0 15px;
}
.checkout #customer_details .woocommerce-billing-fields h3,
.checkout .chack-rev-order #order_review_heading{
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 26px;
    margin-top: 0;
}
.woocommerce .checkout #customer_details{
    padding-right: 30px;
}
.checkout .chack-rev-order #order_review_heading{
    margin-bottom: 12px;
}
.checkout #customer_details .woocommerce-billing-fields p,
.checkout #customer_details  .woocommerce-shipping-fields p{
    width:100%;
    margin-bottom: 24px;
}
.checkout #customer_details .woocommerce-billing-fields p#billing_address_1_field,
.checkout #customer_details .woocommerce-shipping-fields p#shipping_address_1_field{
    margin-bottom: 6px;
}
.checkout #customer_details .woocommerce-billing-fields p label,
.checkout #customer_details  .woocommerce-shipping-fields p label,
#order_comments_field label{
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    vertical-align: middle;
}
.select2-selection{
    height:41px !important;
    background-color: #fcfcfc!important;
    border: 1px solid #e1e1e1!important;
    border-radius:0px !important;
    background-image: url("assets/images/dropdown.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    
}
.select2-selection #select2-billing_country-container,
.select2-selection #select2-shipping_country-container,
.select2-selection #select2-shipping_state-container,
.select2-selection #select2-billing_state-container,
#billing_email_field #billing_email{
    color: #333!important;
    font-size: 14px;
}
.select2-selection .select2-selection__arrow{
    display:none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
#billing_phone_field #billing_phone{
     background-color: #fcfcfc;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    height: 41px;
    padding: 8px 16px;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
#billing_phone_field #billing_phone:focus{
    background-color: #ffffff;
    border-color: #00c9d0;
}
.woocommerce-form__label input{
    margin-left: 5px;
    margin-right: 7px;
}
.woocommerce form .form-row .input-checkbox {
    margin: 3px 10px 5px 4px;
}
.woocommerce form .form-row span.control__indicator{
    margin-top: -3px;
}
.woocommerce-form__label span{
    font-weight:400;
    color: #555555;
    font-size:14px;
}
#order_comments_field #order_comments{
    height:78px;
}

#order_review .shop_table tbody .cart_item td.product-name{
    width:60%;
    padding: 8px 0;
}
#order_review .shop_table tbody .cart_item td.product-name span.product-quantity{
    margin-left: -3px;
}
#order_review .shop_table tbody .cart_item td.product-total,
#order_review .shop_table tfoot .cart-subtotal td,
#order_review .shop_table tfoot .cart-discount td,
#order_review .shop_table tfoot .shipping td,
#order_review .shop_table tfoot .order-total td{
    text-align:right;
    color:444;
    padding: 8px 0;
}
#order_review .shop_table tfoot .cart-subtotal th,
#order_review .shop_table tfoot .cart-discount th,
#order_review .shop_table tfoot .shipping th{
    padding: 8px 0;
    font-size: 15px;
    font-weight: 400;
    text-transform:capitalize;
}
#order_review .shop_table tfoot .cart-subtotal td{
    font-weight:400;
}
#order_review .shop_table tfoot .shipping td p{
    font-size: 15px;
    margin-bottom:0px;
}
#order_review .shop_table tfoot .order-total th{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
}
#order_review .shop_table tbody .cart_item td.product-total{
    font-weight:700;
    padding: 8px 0;
}

.chack-rev-order .chack-order-wrap{
    border: 2px solid #ebebeb;
    padding: 40px 30px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
    background:  #f4f4f4;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;
    border-radius: 0;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
    border: 1em solid #f4f4f4;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

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

table.woocommerce-checkout-review-order-table tbody, 
table.woocommerce-checkout-review-order-table tfoot, table thead{
    background-color:  #f8f8f8;
}

table tbody tr:nth-child(even){
    background:  #f8f8f8;
}


/* MY ACCOUNT TEMPLATE CSS */
.woocommerce-account .entry-content{
    margin-top: 12px;
}
.woocommerce-MyAccount-navigation ul {
    margin-left:0px;
    
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link{
    list-style-type: none;
    margin-bottom:7px;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a{
    color: #979797;
    display:block;
    border:1px solid #ccc;
    padding: 8px 10px;
}
.woocommerce .woocommerce-breadcrumb{
    margin-top:30px;
}
/* UPDATE WOO LOADER */
.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    display: block;
    content: "";
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background: url('assets/images/woo-loader.gif') center center;
    background-size: cover;
    text-align: center;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-radius: 0;
    padding: 20px 20px 15px;
}

.woocommerce-Address-title h3,
.woocommerce-column--billing-address h3,
.woocommerce-column--shipping-address h3{
    font-weight: 500;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    color: #ffffff;
}


.post-type-archive-product.woocommerce .post-8244 .button{
    display: none;
}


} /* Define mobile styles */

@media only screen and (max-width: 40em) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        width:  48.7%;
    }

    } /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*  Medium screens */
@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) { } /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.000em) { } /* min-width 1024px, large screens */

@media only screen and (min-width: 64.000em) and (max-width: 90em) { } /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */

/*  XLarge screens */
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/*  XXLarge screens */
@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */

/*  Tablet Portrait screens */
@media only screen and (min-width: 37.500em) and (max-width: 56.250em) and (orientation: portrait) {
 } /* tablet-only issues min-600px max-900px */
 @media only screen and (min-width: 49.900em) and (max-width: 85.250em) and (orientation: portrait) {
 } /* tablet-only issues min-800px max-1200px */


