/*--------------------------------- SKELETON --------------------------------*/
/*--------------------------------- WOOCOMMERCE --------------------------------*/
.woocommerce-page .product_title {
    padding-bottom: 10px !important;
    padding-top: 6px !important;
}

.woocommerce-page #tab-description p, .woocommerce-page .summary p {
    line-height: 23px;
    margin: 0 0 10px 0;
}

.woocommerce-page #tab-description ul {margin:0}
.woocommerce-page #tab-description li {margin:0 0 15px 0px;}
.woocommerce-page .summary li {
    list-style:disc;
    margin: 0 0 10px 15px;
}

.woocommerce-page nav.cart_list {
    padding: 10px 0;
}

.cart-icon {
    background-color: #444444;
    border-radius: 100%;
    display: inline-block;
    margin: 0 10px 3px 0;
    padding: 7px;
    vertical-align: middle;
}

.cart-icon span {
    background: url("https://cdnwp0.mirai.com/images/woocommerce/sprite-cart.png") no-repeat -48px 0 transparent;
    content: "";
    display: block;
    height: 24px;
    width: 24px;
}

.woocommerce-page nav.cart_list a:before {}

.woocommerce-page nav.cart_list .cart-contents {
    text-decoration: none !important;
}

.woocommerce-page nav.cart_list .cart-contents .price {
    font-size: 15px;
    padding-right: 6px;
    margin-right: 8px;
    border-right: 1px solid #999;
    font-weight: bold;

}
.woocommerce-page nav.cart_list .cart-contents .contents, .woocommerce-page td.product-name a {
    /*color: rgb(43,94,120) !important;*/
    font-size: 15px;

}
.woocommerce-page nav.cart_list .cart-contents .contents:hover {
    text-decoration:underline;
}

.woocommerce-page #content {
    width:96%;
    background:rgb(242,242,242);
    background:rgba(242,242,242,0.9);
    padding:20px 20px 10px;
    margin:20px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.woocommerce-page #main, .woocommerce-page #container #content{
    margin: 20px auto;
    position: relative;
}

.woocommerce-page table.shop_table {
    border:none;
}
.woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
    height: auto;
    border: 2px solid #fff;
    box-shadow: 0 1px 2px #333;
}

div.product form.cart .woocommerce-continue-shopping-button, #content div.product form.cart .woocommerce-continue-shopping-button {
    float: right !important;
    margin: 0 10px 0 0;
}
table.cart td.actions, #content table.cart td.actions {
    position: relative;
}
.woocommerce-cart .woocommerce-continue-shopping-button {
    position: absolute;
    left: 30px;
}

.woocommerce .single_add_to_cart_button:hover, .woocommerce .single_add_to_cart_button:focus {
    cursor: pointer !important;
}

a.button.added:before, button.button.added:before, input.button.added:before, #respond input#submit.added:before, #content input.button.added:before {background:none !important}

.woocommerce-page textarea:focus, .woocommerce-page input[type="text"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

div.product span.price, #content div.product span.price, div.product p.price, #content div.product p.price {
    /*color:rgb(66,178,218)!important;*/
    font-size:22px;
    padding:5px 0;
    float: left;
    margin-right: 20px;
}

.woocommerce-page .cart-collaterals .cart_totals {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.woocommerce-page .cart-collaterals .cart_totals h2 {
    text-align:left;
    padding-bottom:20px;
}

.woocommerce-page .woocommerce .cart-collaterals .cart_totals .order-total {
    font-size: 1.3em;
}

.woocommerce-page .woocommerce .cart-collaterals .cart_totals .order-total .includes_tax {
    font-size: 0.7em;
}

.woocommerce-page div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page#content div.product p.price {
    font-weight:bold;
}

.woocommerce-page .widget_shopping_cart .price .amount small {
    display: none;
}

.woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 25px;
    background: #FFF;
    border: 1px solid #e0dadf;
    border-top:none;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page  #content div.product .woocommerce-tabs ul.tabs {margin:0}

.woocommerce-page .quantity input[type="number"] {
    margin-bottom: 0;
}

.woocommerce-page ul.products {
    list-style: none;
    position: relative;
}

.woocommerce-page ul.products li.product {
    background: #fff;
    box-shadow: 0 0 0 0 transparent;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 2.2% 30px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 45.5%;
}
.woocommerce-page ul.products li.product:hover {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}

.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
    display: block;
    overflow: hidden;
}

.woocommerce-page ul.products li.product a:hover {
    text-decoration: none;
}
.woocommerce-page ul.products li.product img {
    display: block;
    height: auto;
    margin: 10px !important;
    float: left;
    width: 30% !important;
}

.woocommerce-page ul.products li.product h3 {
    background: transparent;
    color: #5b6362;
    font-size: 1.3em;
    padding:5px 15px;
    margin: 15px auto;
    height: auto;
    line-height:normal;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.woocommerce-page ul.products li.product mark {
    background: none;
    display: block;
    margin-bottom: 20px;
}

.woocommerce-page ul.products li.product .item-wrapper {
    padding: 1.618em;
}
.woocommerce-page ul.products li.product .star-rating {
    margin-bottom: .618em;
}
.woocommerce-page ul.products li.product .price {
    display: block;
    font-weight: bold;
    font-size: 26px;
    /*color:rgb(66,178,218)!important;*/
}

.woocommerce-page ul.products li.product .button {
    margin:5px 0;
    font-size: 12px;
    float: left;
}
.woocommerce-page ul.products li.product .button.loading:after {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    margin-left: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    text-align: right;
    content: "\f021";
    -webkit-animation-name: spin-360;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
}
.woocommerce-page ul.products li.product .button.added:after {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    margin-left: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    text-align: right;
    content: "\f00c";
}

.single-product.woocommerce-page .product-type-simple {
    margin-top: 100px;
}

div.product div.images, #content div.product div.images {width:25% !important;}

div.product div.images, #content div.product a div.images {
    background:#fff;
    border:1px solid #ccc!important;
    padding:10px 10px 0 10px;
}
div.product div.images, #content div.product a:hover div.images {
    border:1px solid #333!important;
}

div.product div.summary, #content div.product div.summary {width:70%!important}

.woocommerce-page .woocommerce-message {
    color: #468847;
    background: #dff0d8 !important;
    border: 1px solid #d6e9c6;
    padding: 0px 3em;
    line-height: 40px;
}

.woocommerce-message:before {top: .9em;}

form .form-row input.input-text, form .form-row textarea {
    height: 35px;
    line-height: 1em;
    margin: 0;
    outline: 0 none;
    padding: 6px 10px;
}
.woocommerce-page nav.cart_list .cart-contents .button,
ul.products li.product a.woocommerce-read-more-link {
    text-transform: uppercase;
    padding:6px 10px;
    text-shadow: 1px 1px 1px rgb(0,0,0);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.woocommerce-cart #main .woocommerce table.cart .product-remove a.remove {
    background: url('https://cdnwp0.mirai.com/images/woocommerce/remove.png') #999 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    display: block;
    height: 26px !important;
    text-indent: -9999px;
    width: 26px !important;
}

.woocommerce-page table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover {background-color: #C0272D !important;}

.woocommerce span.onsale, .woocommerce-page span.onsale {
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    font-size: 1em;
    padding: 1px 10px;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
    left: 5px;
    margin-top: 0;
    right: auto;
    top: 5px;
}

.woocommerce #content table.cart td, .woocommerce #content table.cart th, .woocommerce table.cart td, .woocommerce table.cart th, .woocommerce-page #content table.cart td, .woocommerce-page #content table.cart th, .woocommerce-page table.cart td, .woocommerce-page table.cart th {
    text-align: center;
}

/*
 * Woocomerce vouchers
 **/
 .voucher-fields .label {
    text-shadow: none;
    background-color: transparent;
    color: #000;
}


/****************WOOCOMMERCE CLIENT ********************/

/* ------- WOOCOMMERCE HOTEL STYLES & COLORS ------ */
.woocommerce-page #content-page,
.woocommerce-page #main,
.woocommerce-page .widget_shopping_cart {
    color: #444;
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 10;
}

div.product span.price,
#content div.product span.price,
div.product p.price,
#content div.product p.price,
.woocommerce-page ul.products li.product .price {color:rgb(66,178,218)!important;}
.woocommerce-page nav.cart_list {color:#444;}
.woocommerce-page nav.cart_list .cart-contents .price {
    color: #666;
    border-color: #999;
}
.woocommerce-page .product_meta a,
.woocommerce-page nav.cart_list .cart-contents .contents,
#tab-description a,
.woocommerce-page td.product-name a {
    color: rgb(43,94,120) !important;
}

/*------------------------------------------------------------------------------*/

/* Shopping Cart & Products Categories */
.woocommerce-page .widget_shopping_cart h3 {
    display: none !important;
}

.woocommerce-page .widget_product_categories {
    left: 0;
    position: absolute;
    text-align: left;
    top: 18px;
}

.woocommerce-page .widget_product_categories h3 {
    display: inline-block;
    float: left;
    font-size: 1.2em;
    margin: 0;
}

.woocommerce-page .widget_product_categories ul {
    float: left;
}

.woocommerce-page .widget_product_categories ul li {
    display: inline-block;
    margin-left: 10px;
}

.woocommerce-page .widget_product_categories ul li a {
    display: block;
    padding: 10px 5px;
}

.woocommerce-page .widget_shopping_cart_content .cart-contents .button {
    margin-left: 10px !important;
}

/* Cart */
.woocommerce-page table.shop_table {
    margin: 30px 0 40px;
}

.woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
    width: 90px;
}

.woocommerce-page .woocommerce .cart-collaterals .cart_totals {
    border: 1px solid #cccccc;
    padding: 20px 25px 25px;
    width: 45% !important;
}

.woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 1.5em;
    padding-bottom: 0;
    text-align: center;
}

.woocommerce-page .cart-collaterals .cart_totals table th {
    width: 100%;
}

.woocommerce .cart_totals .cart-subtotal td {
    display: block;
    width: 150px !important;
}

.woocommerce .payment_methods li label {
    display: inline-block;
}

.woocommerce-message {
    top: 60px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce #order_review {
    border-bottom: 1px dashed #999;
    float: none;
    margin: 0 auto 30px;
    overflow: hidden;
    padding-bottom: 30px;
    width: 70%;
}

.woocommerce-page #main table.shop_table .product-name, .woocommerce-page #main table.shop_table .product-total {
    text-align: center !important;
}

.woocommerce-page table.shop_table tfoot * {
    text-align: right !important;
}

.woocommerce-page table.shop_table .cart-subtotal td, .woocommerce-page table.shop_table .order-total td {
    text-align: left !important;
}

.woocommerce-page .description_tab {font-size: 1.2em;}
.woocommerce-page #tab-description h1 {font-size: 1.9em;}
.woocommerce-page #tab-description h2 {font-size: 1.7em;}
.woocommerce-page #tab-description h3 {font-size: 1.5em; margin: 20px 0 10px;}
.woocommerce-page #tab-description h4 {font-size: 1.3em}
.woocommerce-page nav.cart_list {font-size: 0.9em;}

/*------------------------------------------------------------------------------*/

/*--------------------------------- BASIC STYLES --------------------------------*/

/* CUSTOM & BASIC buttons */
.woocommerce .summary .cart .woocommerce-continue-shopping-button, .woocommerce-page .widget_shopping_cart_content .cart-contents .button, .woocommerce-page .cart .button, .woocommerce-page .woocommerce .return-to-shop .wc-backward, .woocommerce .summary .cart .single_add_to_cart_button, .woocommerce-page .cart .checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce-checkout #main .woocommerce .order-again a.button {
    border: 0 none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: normal;
    /*margin-top: -3px;*/
    padding: 10px 20px;
    text-shadow: 0 0 0 !important;
}

/* buttons shop */
.woocommerce ul.products li a.woocommerce-read-more-link {
    border: 0 none !important;
    border-radius: 0 !important;
    display: inline-block;
    float: right;
    font-size: 1em;
    margin: 0 10px 10px;
    padding: 10px 15px !important;
    text-shadow: 0 0 0 !important;
    text-transform: none;
}

.woocommerce ul.products li a.woocommerce-read-more-link:hover {
    text-decoration: none;
}

/* Checkout Page */
.woocommerce-checkout #main .woocommerce > p:first-child {
    font-size: 1.8em;
    margin-top: 30px !important;
    text-align: center;
}

.woocommerce-checkout #main .woocommerce > p {
    margin: 0 auto !important;
    width: 80%;
}

.woocommerce-checkout .woocommerce ul.order_details {
    margin: 50px auto;
}

.woocommerce-checkout .woocommerce ul.order_details li {
    display: inline-block;
    float: none;
    font-size: 1em;
}

.woocommerce-page .order_details li.method, .woocommerce-page .order_details.bacs_details li.bic {
    margin-right: 0;
    padding-right: 0;
}

.woocommerce-checkout .woocommerce h2, .woocommerce-checkout .woocommerce > h3 {
    background: #eeeeee;
    font-size: 1.6em;
    margin: 50px 0 0;
    padding: 10px 0;
}

.woocommerce-checkout .woocommerce h2 {
    margin: 50px 0 0;
}

.woocommerce-checkout #main .woocommerce .checkout #customer_details h3, .woocommerce-checkout #main .woocommerce .checkout #order_review_heading {
    background: transparent;
}

.woocommerce-checkout .woocommerce ul.order_details.bacs_details h3 {
    background: transparent;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0;
}

.woocommerce-checkout .woocommerce .shop_table * {
    text-align: center;
}

.woocommerce-checkout .woocommerce .shop_table .order_table_item td:first-child, .woocommerce-checkout .woocommerce .shop_table tfoot tr td {
    text-align: left !important;
}

.woocommerce-checkout .woocommerce .shop_table tfoot tr th {
    text-align: right;
}

.woocommerce-checkout .woocommerce .customer_details {
    font-size: 1.1em;
    margin: 30px 0;
}

.woocommerce-checkout .woocommerce .customer_details * {
    display: inline-block;
    margin: 0 5px;
}

.woocommerce-checkout .woocommerce .customer_details dd {
    margin-right: 50px;
}

.woocommerce-checkout .woocommerce .customer_details dd:last-child {
    margin-right: 0;
}

.woocommerce-checkout #main .woocommerce, .woocommerce-checkout #main .woocommerce form.checkout {
    text-align: center;
}

.woocommerce-checkout #main .woocommerce {
    text-align: center;
}

.woocommerce #main .content, .woocommerce-page #main .content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px auto;
}

.woocommerce-page .shop_table .variation dt, .woocommerce-page .shop_table .variation dd, .woocommerce-page .shop_table .variation p {
    line-height: 24px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.woocommerce-page td.product-name dl.variation {
    margin: 25px 0;
}

/*---------------------------------------------------------------------------*/
/*------------------------------ SHOP WOOCOMMERCE ---------------------------*/
/*---------------------------------------------------------------------------*/
.woocommerce-page #main, .woocommerce-page #container #content {
    margin-top: 10px;
}

.woocommerce-page #content-page, .woocommerce-page #main, .woocommerce-page #container #content {
    bottom: auto;
    left: auto;
    /*margin: 20px auto;*/
    margin: 0 auto;
    /*padding: 20px 0;*/
    position: relative;
    right: auto;
    text-align: left;
    top: auto;
    width: 960px;
}

.woocommerce-page .page-title {
    font-size: 2.8em;
    margin: 80px auto 50px;
    text-align: center;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    border: 1px solid #cccccc !important;
    margin-bottom: 2em;
    padding: 10px;
}

.woocommerce #content div.product .product_title, .woocommerce div.product .product_title, .woocommerce-page #content div.product .product_title, .woocommerce-page div.product .product_title {
    border-color: #cccccc;
    color: #2b2b2b;
    font-size: 1.5em;
    font-weight: normal;
}

/* Product Detail */
.woocommerce div.product-type-simple {
    text-align: left;
}

.woocommerce #main .product-type-simple .description_tab a {
    font-size: 1.2em !important;
    font-weight: normal !important;
}

.woocommerce #main .product-type-simple #tab-description li {
    list-style-position: inside;
    list-style-type: square;
}

.woocommerce #main .product-type-simple #tab-description em {
    display: block;
    margin-top: 10px;
}

.woocommerce .summary div[itemprop="description"] {
    margin-bottom: 30px;
}

.woocommerce .summary div[itemprop="offers"] .price, .woocommerce .summary .cart .buttons_added, .woocommerce .summary .cart .single_add_to_cart_button {
    margin-right: 25px !important;
}

.woocommerce .summary div[itemprop="offers"] .price {
    font-size: 1.7em;
    height: auto;
    line-height: inherit;
}

.woocommerce-page .quantity input[type="number"] {
    font-size: 1.1em;
    padding: 6px 0;
    width: 55px;
}

#hotel-valencia-las-arenas-2014 .voucher-fields-wrapper {
    clear: both;
    margin-top: 60px;
}

#hotel-valencia-las-arenas-2014 .voucher-fields label {
    font-weight: normal;
}

.voucher-intro {
    font-weight: bold;
}

/*--------------------------------- QUERIES SHOP --------------------------------*/
/* Large desktop */
@media (min-width: 1200px) {
    .woocommerce-page #content-page, .woocommerce-page #main, .woocommerce-page #container #content {
        width: 1200px;
    }

    .thumb-product-shop h3 {
        margin-top: 35px !important;
    }

    .woocommerce-page .woocommerce .cart-collaterals .cart_totals {
        width: 40% !important;
    }
}


/* small screens */
@media (min-width: 768px) and (max-width: 979px) {
    .woocommerce-page #content-page, .woocommerce-page #main, .woocommerce-page #container #content {
        width: 100%;
    }
    .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
        clear: none !important;
        float: left !important;
        margin: 0 1.2%;
        width: 30.75%;
    }
    .shop-products-cat {
        margin-bottom: 50px;
    }

    .woocommerce-checkout #customer_details .col-1 {
        width: 80%;
    }

    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-right: 3%;
        width: 35% !important;
    }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        float: right;
        margin-right: 2% !important;
        width: 60% !important;
    }

    .woocommerce .summary .cart .woocommerce-continue-shopping-button, .woocommerce-page .widget_shopping_cart_content .cart-contents .button, .woocommerce-page .cart .button, .woocommerce-page .woocommerce .return-to-shop .wc-backward, .woocommerce .summary .cart .single_add_to_cart_button, .woocommerce-page .cart .checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce-checkout #main .woocommerce .order-again a.button {
        width: auto !important;
    }

    .woocommerce-page .woocommerce .cart-collaterals .cart_totals {
        margin: 0 auto;
        width: 60% !important;
    }

    .woocommerce table.shop_table td small, .woocommerce-page table.shop_table td small {
        display: block;
    }

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce #order_review {
        width: 80%;
    }

}

/* ipad portrait - landscape */
@media (min-device-width: 768px) and (max-device-width: 979px){

}
