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

Project: Photobooth
[Table of contents]

01. General
02. Widgets
03. Listing
04. Single Product
05. Shopping Cart
06. Checkout
07. Account
08. Responsive

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

/* 01. GENERAL */
html .woocommerce a {
    text-decoration: none;
}
body .photobooth_container .woocommerce-error,
body .photobooth_container .woocommerce-info,
body .photobooth_container .woocommerce-message {
    background: transparent;
}

.photobooth_tiny.photobooth_woo_tiny {
    margin-top: 0;
}
body a.reset_variations,
body .photobooth_container .woocommerce #respond input#submit, 
body .photobooth_container .woocommerce a.button, 
body .photobooth_container .woocommerce button.button, 
body .photobooth_container .woocommerce input.button,
body .photobooth_container .woocommerce a.button.wc-backward,
.woocommerce a.woocommerce-MyAccount-downloads-file.button,
.woocommerce p.order-again a.button,
body button.button,
body button.button.alt,
body .photobooth_container .checkout-button.button,
body .woocommerce .cart .button, 
body .woocommerce .cart input.button,
.woocommerce ul.products li.product a.added_to_cart.wc-forward,
body.woocommerce .photobooth_container #respond input#submit, 
body.woocommerce .photobooth_container a.button, 
body.woocommerce .photobooth_container button.button, 
body.woocommerce .photobooth_container input.button
body .photobooth_container .button {
    display: inline-block;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    transition: color 350ms, background 350ms;
    border: 2px solid;
    background-color: transparent;    
    cursor: pointer;    
    outline: none;
	min-height: 48px;
	line-height: 20px;
    font-weight: 300;

	box-sizing: border-box;
	vertical-align: middle;
	transition: background 400ms, color 400ms, border 400ms;
}
.woocommerce a.woocommerce-MyAccount-downloads-file.button.alt,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
body button.button.alt {
    font-weight: 300;
    transition: color 400ms, background 400ms, border 400ms;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.button {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    min-height: 40px;
    padding: 10px 20px 10px 20px;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.button:last-child {
    margin-bottom: 0;
}
.woocommerce fieldset {
    padding: 0;
}
.woocommerce fieldset legend {
    margin: 0 0 10px 0;
    padding: 30px 0 0 0;
}
body abbr[title], 
body acronym[title] {
    text-decoration: none;
}
body .photobooth_container .woocommerce-message,
body .photobooth_container .woocommerce-error {
    margin: 0 0 30px 0;
    padding: 16px 32px 16px 56px;
    font-size: 14px;
    line-height: 20px;
}
body .photobooth_container .woocommerce-error li {
    padding: 0;
}
.star-rating:before,
.star-rating span:before{
    font-family: star;
}

.photobooth_tiny .woocommerce {
    padding-top: 14px;
}
.photobooth_header_padding_no .photobooth_tiny .woocommerce {
    padding-top: 0;
}

html .woocommerce #respond input#submit.loading::after, 
html .woocommerce a.button.loading::after, 
html .woocommerce button.button.loading::after, 
html .woocommerce input.button.loading::after {
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
}

/* 02. WIDGETS */
/* Product Search */
body .photobooth_container .widget_product_search form.woocommerce-product-search button {
    display: none;
}

body .photobooth_container .widget_product_search input[type="search"].search-field {
    vertical-align: top;
    padding: 14px 19px 16px 19px;
    background: transparent;
    border-radius: 4px;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
	height: 50px;
    margin-bottom: 10px;
	letter-spacing: 0.7px;
	transition: border 250ms;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* Cart Widget */
body .photobooth_container ul.cart_list li, 
body .photobooth_container ul.product_list_widget li {
    padding-left: 20px;
}
body .photobooth_container .widget_shopping_cart .cart_list li a.remove:hover, 
.photobooth_container .woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
    background: transparent;
}

body .photobooth_container ul.cart_list li, 
body .photobooth_container ul.product_list_widget li,
body .photobooth_container .woocommerce.widget_shopping_cart .cart_list li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}
body .photobooth_container ul.cart_list li:first-child, 
body .photobooth_container ul.product_list_widget li:first-child,
body .photobooth_container .woocommerce.widget_shopping_cart .cart_list li:first-child {
    padding-top: 0;
}

body .photobooth_container .woocommerce.widget_shopping_cart .cart_list li a.remove,
body .photobooth_container ul.cart_list li a.remove, 
body .photobooth_container ul.product_list_widget li a.remove {
    top: 50%;
    margin-top: -20px;
    transition: background 300ms, color 300ms;
}
body .photobooth_container .widget_shopping_cart .total, 
.photobooth_container .woocommerce.widget_shopping_cart .total {
    padding: 15px 0 0 0;
}
body .photobooth_container .woocommerce-mini-cart__buttons.buttons a.button {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
body .photobooth_container .woocommerce-mini-cart__buttons.buttons a.button.wc-forward {
    width: calc(50% - 3px);
    margin-right: 3px;
}
body .photobooth_container .woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
    width: calc(50% - 2px);
    margin-left: 2px;
    margin-right: 0;
}
body .widget_shopping_cart .widget_shopping_cart_content ul.woocommerce-mini-cart {
    padding-bottom: 25px;
}

/* Product Listings */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce .photobooth_container ul.products li.product .woocommerce-loop-category__title, 
body.woocommerce .photobooth_container ul.products li.product .woocommerce-loop-product__title, 
body.woocommerce .photobooth_container ul.products li.product h3 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}

body .photobooth_container ul.product_list_widget li del {
    opacity: 0.75;
    font-size: 14px;
}
body .photobooth_container ul.product_list_widget li ins {
    text-decoration: none;
}

body .photobooth_container ul.product_list_widget li {
    padding-left: 0;
}
body .photobooth_container ul.product_list_widget li a,
body .photobooth_container ul.product_list_widget li span.product-title {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 300;
}
body .photobooth_container ul.product_list_widget li a.remove_from_cart_button {
    font-weight: 700;
    text-indent: 1px;
}
body.woocommerce ul.cart_list li, 
body.woocommerce ul.product_list_widget li {
    border: none;
    padding-top: 30px;
    padding-bottom: 0;
}
body.woocommerce ul.cart_list li:first-child, 
body.woocommerce ul.product_list_widget li:first-child {
    padding-top: 0;
}
body.woocommerce ul.cart_list li .star-rating, 
body.woocommerce ul.product_list_widget li .star-rating {
    font-size: 13px;
    line-height: 13px;
    width: 77px;
    margin: 4px 0 4px 0;
}
body.woocommerce ul.cart_list li img, 
body.woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    width: 75px;
    height: 75px;
    border-radius: 5px;
}

/* Reviews Filter */
.woocommerce .widget_rating_filter ul li .star-rating {
    transform: translateY(2px);
}
.woocommerce .widget_rating_filter ul li a .star-rating span,
.woocommerce .widget_rating_filter ul li a .star-rating span:before {
    transition: color 400ms;
}

/* Active Filters */
.woocommerce .widget_layered_nav_filters ul li a:before {
    
}

/* 03. LISTING */
.photobooth_shop_loop {
    font-size: 0;
    line-height: 0;
}
/* Top */
body.woocommerce .photobooth_container .woocommerce-ordering, 
body.woocommerce-page .photobooth_container .woocommerce-ordering,
body.woocommerce .photobooth_container .woocommerce-result-count, 
body.woocommerce-page .photobooth_container .woocommerce-result-count {
    float: none;
    width: calc(50% - 1px);
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
body.woocommerce .photobooth_container .woocommerce-ordering, 
body.woocommerce-page .photobooth_container .woocommerce-ordering {
    text-align: right;
}
body.woocommerce .photobooth_container .woocommerce-ordering select, 
body.woocommerce-page .photobooth_container .woocommerce-ordering select,
body.woocommerce .photobooth_container .woocommerce-ordering .photobooth_select_wrapper, 
body.woocommerce-page .photobooth_container .woocommerce-ordering .photobooth_select_wrapper {
    max-width: 200px;
    text-align: left;
}

/* Content */
body.woocommerce .photobooth_container ul.products, 
body.woocommerce-page .photobooth_container ul.products {
    margin-top: 40px;
}
body.woocommerce .photobooth_container ul.products li.product, 
body.woocommerce-page .photobooth_container ul.products li.product {
    margin-bottom: 40px;
}
.woocommerce ul.products li.product .onsale {
    border-radius: 0;
    margin: -10px -10px 0 0;
    min-width: 0;
    min-height: 0;
    text-transform: uppercase;
    padding: 10px 15px;
    box-shadow: -1px 1px 3px rgba(0,0,0,0.25);
    border-radius: 5px;
    font-weight: 300;
}
.photobooth_shop_loop_image {
    position: relative;
    display: block;
}
.photobooth_shop_loop_image:before {
content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    transition: background 400ms;
}
body.woocommerce .photobooth_container ul.products li.product a .photobooth_shop_loop_image img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
body.woocommerce .photobooth_container ul.products li.product a .photobooth_shop_loop_image {
    margin: 0 0 17px 0;
}

body.woocommerce .photobooth_container ul.products li.product a {
    text-align: center;
}
body.woocommerce ul.products li.product a.added_to_cart.wc-forward,
body.woocommerce .photobooth_container ul.products li.product a.button {
    width: 100%;
    display: block;
    margin-top: 14px;
}
body.woocommerce .photobooth_container ul.products li.product .woocommerce-loop-category__title, 
body.woocommerce .photobooth_container ul.products li.product .woocommerce-loop-product__title, 
body.woocommerce .photobooth_container ul.products li.product h3 {
    transition: color 400ms;
    padding: 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body.woocommerce .photobooth_container div.product p.price, 
body.woocommerce .photobooth_container div.product span.price,
body.woocommerce .photobooth_container ul.products li.product .price {
	margin: 0 0 0 0;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
}
body.woocommerce .photobooth_container div.product p.price > del, 
body.woocommerce .photobooth_container div.product span.price > del,
body.woocommerce .photobooth_container div.product p.price > ins, 
body.woocommerce .photobooth_container div.product span.price > ins,
body.woocommerce .photobooth_container div.product p.price > span, 
body.woocommerce .photobooth_container div.product span.price > span,
body.woocommerce .photobooth_container ul.products li.product .price > del,
body.woocommerce .photobooth_container ul.products li.product .price > ins,
body.woocommerce .photobooth_container ul.products li.product .price > span {
	display: inline-block;
	text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
}
body.woocommerce .photobooth_container div.product p.price > ins, 
body.woocommerce .photobooth_container div.product span.price > ins,
body.woocommerce .photobooth_container ul.products li.product .price > ins {
	margin-left: 10px;
    text-decoration: none;
}
body.woocommerce .photobooth_container div.product p.price > ins:before, 
body.woocommerce .photobooth_container div.product span.price > ins:before,
body.woocommerce .photobooth_container ul.products li.product .price > ins:before {
	content: '\00b7';
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}
.woocommerce ul.products li.product .star-rating {
    display: none;
}
.woocommerce ul.products li.product a.button.ajax_add_to_cart.added {
    display: none;
}

/* Pagination */
body.woocommerce .photobooth_container nav.woocommerce-pagination {
    text-align: center;
    border-top: 1px solid #e8eaee;
    padding-top: 45px;
}

body.woocommerce .photobooth_container nav.woocommerce-pagination ul.page-numbers {
    text-align: center;
    padding-top: 1px;
}

body.woocommerce .photobooth_container nav.woocommerce-pagination ul.page-numbers {
	font-size: 0;
	line-height: 0;
    border: none;
}
body.woocommerce .photobooth_container nav.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    text-decoration: none;
    padding: 0;
    border: none;
    border-radius: 0;
	min-width: 40px;
	height: 40px;
	box-sizing: border-box;
	text-align: center;
}
body.woocommerce .photobooth_container nav.woocommerce-pagination ul.page-numbers {
    background: none!important;
}
body.woocommerce .photobooth_container nav.woocommerce-pagination ul.page-numbers li span {
    background: none;
}
body.woocommerce .photobooth_container nav.woocommerce-pagination ul.page-numbers li span,
body.woocommerce .photobooth_container nav.woocommerce-pagination ul.page-numbers li a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 10px;
    border: 1px solid #e8eaee;
    font-size: 13px;
    line-height: 13px;
    border-radius: 3px;
    min-width: 29px;
    text-align: center;
    transition: 0.2s all;
}
body.woocommerce .photobooth_container nav.woocommerce-pagination ul.page-numbers li a:hover {
    color: #fff;
}

body.woocommerce .photobooth_container nav.woocommerce-pagination ul.page-numbers li span {
	cursor: default;
}
body.woocommerce .photobooth_container nav.woocommerce-pagination ul.page-numbers li a.prev.page-numbers,
body.woocommerce .photobooth_container nav.woocommerce-pagination ul.page-numbers li a.next.page-numbers {
    font-size: 18px;
    padding-top: 7px;
}

/* 04. SINGLE PRODUCT */
.woocommerce-product-gallery__image {
    border-radius: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 5px;
    transition: opacity 300ms;
}
.woocommerce ul.products li.product a img {
    border-radius: 10px;
}
.photobooth_tiny .product .onsale {
    border-radius: 0;
    margin: -10px 0 0 -10px;
    min-width: 0;
    min-height: 0;
    text-transform: uppercase;
    padding: 10px 15px;
    box-shadow: -1px 1px 3px rgba(0,0,0,0.25);
    left: 0;
    right: auto;
    font-size: 15px;
    line-height: 20px;
    border-radius: 5px;
    font-weight: 300;
}

body.woocommerce .photobooth_container div.product .product_title {
    margin-bottom: 10px;
    padding-right: 90px;
}
.photobooth_container div.product .summary.entry-summary .woocommerce-product-rating {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.photobooth_container div.product .summary.entry-summary .woocommerce-product-rating:after {
    content: '\00b7';
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
    transform: translateY(2px);
}
.photobooth_container div.product .summary.entry-summary .woocommerce-product-rating .star-rating {
    float: none;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
        
}
a.woocommerce-review-link {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -0.3px;
    transform: translateY(1px);
    margin-left: 3px;
}
body.woocommerce .photobooth_container div.product p.price {
    display: inline-block;
    vertical-align: middle;
    transform: translateY(1px);
}
body.woocommerce .photobooth_container div.product p.price, 
body.woocommerce .photobooth_container div.product span.price {
    text-align: left;
    margin-bottom: 20px;
}

body.woocommerce .photobooth_container .woocommerce-product-details__short-description {
    padding-bottom: 20px;
}
body .woocommerce .quantity .qty,
body.woocommerce .photobooth_container .quantity .qty {
    background: transparent;
    width: 50px;
    height: 50px;
    min-width: 50px;
    text-align: center;
    border-radius: 4px;
    padding-right: 0;
    margin-right: 4px;
    transform: translateY(-1px);
}
body.woocommerce .photobooth_container .product_meta {
	font-size: 0;
	line-height: 0;
	margin-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    margin-top: -10px;
    text-align: left;
}
body.woocommerce .photobooth_container .product_meta > span {
	display: block;
	text-transform: uppercase;
    margin: 0 0 5px 0;
}

body.woocommerce .photobooth_container .product_meta > span > a,
body.woocommerce .photobooth_container .product_meta > span > span {
    text-transform: capitalize;
    display: inline-block;
    margin-left: 3px;
}

body.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 20px;
}
body.woocommerce div.product div.images .flex-control-thumbs,
body .woocommerce div.product div.images .flex-control-thumbs  {
    margin-left: -8px;
    margin-top: 10px;
}
/* Stars */
div.comment-form-rating p.stars:nth-child(2),
html div.comment-form-rating p.star-rating:first-child {
    display: none!important;
}
body.woocommerce p.star-rating {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    height: 16px;
    width: 94px;
}
body.woocommerce p.stars a {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    width: 19px;
    height: 16px;
}
body.woocommerce .woocommerce-product-rating .star-rating {
    margin-top: 7px;
}

/* Product Tabs */
html body.woocommerce .photobooth_container div.product .woocommerce-tabs {
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: center;
    padding: 0;
}

body.woocommerce .photobooth_container div.product .woocommerce-tabs ul.tabs li {
    padding: 0;
    border-radius: 0;
    margin-right: 5px;
    transition: background 300ms, border 300ms;
    border-radius: 4px 4px 0 0;
}
body.woocommerce .photobooth_container div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 13px 20px;
    border: none;
    height: 50px;
    font-weight: 300;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    top: 0;
    transition: background 300ms, color 300ms;
}
body.woocommerce .photobooth_container div.product .woocommerce-tabs ul.tabs li:before {
    content: '';
    height: 2px;
    display: block;
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0;
    bottom: -2px;
    left: 0;
}
body.woocommerce .photobooth_container div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}

body.woocommerce .photobooth_container #content div.product .woocommerce-tabs, 
body.woocommerce .photobooth_container div.product .woocommerce-tabs, 
body.woocommerce-page .photobooth_container #content div.product .woocommerce-tabs, 
body.woocommerce-page .photobooth_container div.product .woocommerce-tabs {
    padding-bottom: 15px;
    margin-bottom: 50px;
}
body .photobooth_container section.related.products {
    padding-bottom: 15px;
    margin-bottom: 0px;    
    border-top: 1px solid #ebedf2;
    padding-top: 40px;
}
body.woocommerce .photobooth_container section.related.products ul.products, 
body.woocommerce-page .photobooth_container section.related.products ul.products {
    margin-bottom: 0;
}
.woocommerce .wc-tab table.shop_attributes td {
    font-style: normal;
    padding: 8px;
}

/* Commetns & Reviews */
body.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
}
body.woocommerce #reviews #comments ol.commentlist li {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8eaee;
}
body.woocommerce #reviews #comments ol.commentlist li:last-child {
    margin-bottom: 30px;
    border-bottom: none;
    padding-bottom: 0;
}
body.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 60px;
    height: 60px;
    padding: 0;
    border: none;
}
body.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 5px 0 0 80px;
    border: none;
    margin: 0;
}
body.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    overflow: hidden;
    margin-bottom: 15px;
}
body.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__dash {
    display: none;
}
body.woocommerce #reviews #comments ol.commentlist li .comment-text div.star-rating {
    margin-left: 30px;
    transform: translateY(3px);
}


body.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}
body.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__published-date {
    float: right;
    font-size: 13px;
    line-height: 25px;
    transform: translateY(-1px);
}

body .photobooth_container section.related.products h2,
.woocommerce #reviews #comments h2.woocommerce-Reviews-title {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.woocommerce #reviews #comments h2.woocommerce-Reviews-title {
    margin-bottom: 60px;
}


table.shop_attributes tr th,
table.shop_attributes tr td {
    font-style: normal;
}
html .woocommerce #reviews #comment {
    height: 150px;
}

/* Variations */
body a.reset_variations {
	margin-top: 15px;
	width: 100%;
	padding: 10px 20px 10px 20px;
	min-height: 40px;
}
body .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    height: 50px;
}
body .single_variation_wrap .woocommerce-variation-add-to-cart .quantity .qty {
    margin-bottom: 0;
}
body .woocommerce-variation-price {
    padding-bottom: 20px;
}

/* 05. SHOPPING CART */
body .woocommerce table.shop_table {
    border-collapse: collapse;
}
body .photobooth_content table.cart img,
body .photobooth_content #add_payment_method table.cart img, 
body .photobooth_content .woocommerce-cart table.cart img, 
body .photobooth_content .woocommerce-checkout table.cart img {
    width: 50px;
    height: auto;
    border-radius: 5px;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 20px 15px;
}
.woocommerce table.shop_table td input {
    margin-bottom: 0!important;
}
body .woocommerce table.shop_table input,
body .woocommerce table.shop_table textarea,
body .woocommerce table.shop_table select {
    display: inline-block;
}
.woocommerce .product-remove {
    text-align: center;
}
.woocommerce .product-remove a {
    display: inline-block;
}
.woocommerce .product-remove a.remove:hover {
    background: transparent;
}
.woocommerce td.product-quantity .quantity {
    text-align: center;
}
input#coupon_code {
    min-width: 200px;
    vertical-align: top;
    padding: 14px 19px 16px 19px;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    font-size: 13px;
    line-height: 20px;
	height: 48px;
    border-radius: 4px;
    margin-bottom: 10px;
	letter-spacing: 0.7px;
	transition: border 250ms;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#add_payment_method .cart-collaterals .cart_totals table, 
.woocommerce-cart .cart-collaterals .cart_totals table, 
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: collapse !important;
}

html .woocommerce div.product p.stock {
    margin: -20px 0 5px 0;
    font-size: 14px;
    line-height: 20px;
}
html .woocommerce .up-sells {
    padding-bottom: 15px;
    margin-bottom: 0px;
    border-top: 1px solid #ebedf2;
    padding-top: 40px;
}
html .woocommerce .up-sells h2 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

/* 06. CHECKOUT */
#add_payment_method #payment ul.payment_methods li, 
.woocommerce-cart #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: none;
    border: #ebedf2 1px solid;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: #ebedf2 1px solid;
}
.woocommerce-checkout-payment .form-row.place-order {
    margin: 0;
}
html #add_payment_method #payment div.payment_box, 
html .woocommerce-cart #payment div.payment_box, 
html .woocommerce-checkout #payment div.payment_box {
    border-radius: 5px;
}

.woocommerce section.woocommerce-customer-details address {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

#add_payment_method #payment ul.payment_methods li input, 
.woocommerce-cart #payment ul.payment_methods li input, 
.woocommerce-checkout #payment ul.payment_methods li input {
    transform: translateY(2px);
}

.woocommerce form .form-row textarea.input-text, 
.woocommerce-page form .form-row textarea.input-text {
    height: 200px;
}
.photobooth_container #add_payment_method #payment, 
.photobooth_container .woocommerce-cart #payment, 
.photobooth_container .woocommerce-checkout #payment {
    background: transparent;
    border: none;
    border-radius: 0;
}

/* Payment Select */
.photobooth_container #add_payment_method #payment ul, 
.photobooth_container .woocommerce-cart #payment ul, 
.photobooth_container .woocommerce-checkout #payment ul {
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.photobooth_container #add_payment_method #payment ul li, 
.photobooth_container .woocommerce-cart #payment ul li, 
.photobooth_container .woocommerce-checkout #payment ul li {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
}
.photobooth_container #add_payment_method #payment ul li:first-child, 
.photobooth_container .woocommerce-cart #payment ul li:first-child, 
.photobooth_container .woocommerce-checkout #payment ul li:first-child {
    margin: 0;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
    border-radius: 0;
}
body .photobooth_container #add_payment_method #payment div.form-row, 
body .photobooth_container .woocommerce-cart #payment div.form-row, 
body .photobooth_container .woocommerce-checkout #payment div.form-row {
    padding: 20px 0 0 0;
    margin: 0;
}

#add_payment_method #payment .payment_method_paypal .about_paypal, 
.woocommerce-cart #payment .payment_method_paypal .about_paypal, 
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
h3#order_review_heading {
    margin-top: 30px;
}
body .photobooth_container #payment.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods li.woocommerce-notice.woocommerce-info {
    padding: 16px 32px 16px 56px;
}

/* 07. Account */
body nav.woocommerce-MyAccount-navigation ul {
    margin-top: 0;
}
body nav.woocommerce-MyAccount-navigation ul a {
    text-decoration: none;
}
html nav.woocommerce-MyAccount-navigation ul li.is-active {
    padding-left: 15px;
}
body .woocommerce form.checkout_coupon, 
body .woocommerce form.login, 
body .woocommerce form.register {
    border: none;
    padding: 0;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    min-height: 25px;
    margin-left: 20px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox input[type="checkbox"] {
    width: 25px;
    height: 25px;
    transform: translateY(2px);
}
.woocommerce form p.form-row {
    padding-left: 0;
}
body fieldset {
    border: none;
}

/* 08. RESPONSIVE */
/* Ipad Land */
@media only screen and (min-width: 960px) and (max-width: 1200px) {
    body.woocommerce ul.products, 
    body.woocommerce-page ul.products,
    .woocommerce ul.products, 
    .woocommerce-page ul.products {
        margin-left: -10px;
        margin-right: -10px;
        display: block;
        float: none;
        font-size: 0;
        line-height: 0;
        column-count: auto;
        column-gap: 0;
    }
    body.woocommerce ul.products li.product, 
    body.woocommerce-page ul.products li.product,
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product {
        display: inline-block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: top;
        float: none;
    }
    body.woocommerce ul.products.columns-3 li.product, 
    body.woocommerce-page ul.products.columns-3 li.product,
    .woocommerce ul.products.columns-3 li.product, 
    .woocommerce-page ul.products.columns-3 li.product {
        width: calc(33.33% - 20px);
    }
    body.woocommerce ul.products.columns-4 li.product, 
    body.woocommerce-page ul.products.columns-4 li.product,
    .woocommerce ul.products.columns-4 li.product, 
    .woocommerce-page ul.products.columns-4 li.product {
        width: calc(25% - 20px);
    }
    body.woocommerce ul.products.columns-5 li.product, 
    body.woocommerce-page ul.products.columns-5 li.product,
    .woocommerce ul.products.columns-5 li.product, 
    .woocommerce-page ul.products.columns-5 li.product {
        width: calc(20% - 20px);
    }
    body.woocommerce ul.products.columns-2 li.product, 
    body.woocommerce-page ul.products.columns-2 li.product,
    .woocommerce ul.products.columns-2 li.product, 
    .woocommerce-page ul.products.columns-2 li.product {
        width: calc(50% - 20px);
    }
    body.woocommerce ul.products.columns-1 li.product, 
    body.woocommerce-page ul.products.columns-1 li.product,
    .woocommerce ul.products.columns-1 li.product, 
    .woocommerce-page ul.products.columns-1 li.product {
        width: calc(100% - 20px);
    }
    .woocommerce .col2-set .col-1, 
    .woocommerce-page .col2-set .col-1
    .woocommerce .col2-set .col-2, 
    .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%;
    }
}

/* Ipad Port */
@media only screen and (min-width: 760px) and (max-width: 960px) {
    body.woocommerce ul.products, 
    body.woocommerce-page ul.products,
    .woocommerce ul.products, 
    .woocommerce-page ul.products {
        margin-left: -10px;
        margin-right: -10px;
        display: block;
        float: none;
        font-size: 0;
        line-height: 0;
        column-count: auto;
        column-gap: 0;
    }
    body.woocommerce ul.products li.product, 
    body.woocommerce-page ul.products li.product,
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product {
        display: inline-block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin-left: 10px!important;
        margin-right: 10px!important;
        vertical-align: top;
        float: none!important;
    }
    body.woocommerce ul.products.columns-3 li.product, 
    body.woocommerce-page ul.products.columns-3 li.product,
    .woocommerce ul.products.columns-3 li.product, 
    .woocommerce-page ul.products.columns-3 li.product {
        width: calc(33.33% - 20px);
    }
    body.woocommerce ul.products.columns-4 li.product, 
    body.woocommerce-page ul.products.columns-4 li.product,
    .woocommerce ul.products.columns-4 li.product, 
    .woocommerce-page ul.products.columns-4 li.product {
        width: calc(50% - 20px);
    }
    body.woocommerce ul.products.columns-5 li.product, 
    body.woocommerce-page ul.products.columns-5 li.product,
    .woocommerce ul.products.columns-5 li.product, 
    .woocommerce-page ul.products.columns-5 li.product {
        width: calc(33.33% - 20px);
    }
    body.woocommerce ul.products.columns-2 li.product, 
    body.woocommerce-page ul.products.columns-2 li.product,
    .woocommerce ul.products.columns-2 li.product, 
    .woocommerce-page ul.products.columns-2 li.product {
        width: calc(50% - 20px);
    }
    body.woocommerce ul.products.columns-1 li.product, 
    body.woocommerce-page ul.products.columns-1 li.product,
    .woocommerce ul.products.columns-1 li.product, 
    .woocommerce-page ul.products.columns-1 li.product {
        width: calc(100% - 20px);
    }
    div.woocommerce_widget a.button {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 40px;
    }
    div.woocommerce-additional-fields {
        padding-top: 30px;
    }   
}

/* Iphone */
@media only screen and (max-width: 760px) {
    body.woocommerce ul.products, 
    body.woocommerce-page ul.products,
    .woocommerce ul.products, 
    .woocommerce-page ul.products {
        margin-left: -10px;
        margin-right: -10px;
        display: block;
        float: none;
        font-size: 0;
        line-height: 0;
        column-count: auto;
        column-gap: 0;
    }
    body.woocommerce ul.products li.product, 
    body.woocommerce-page ul.products li.product,
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product {
        display: inline-block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin-left: 10px!important;
        margin-right: 10px!important;
        vertical-align: top;
        float: none!important;
    }
    
    body.woocommerce ul.products.columns-3 li.product, 
    body.woocommerce-page ul.products.columns-3 li.product,
    .woocommerce ul.products.columns-3 li.product, 
    .woocommerce-page ul.products.columns-3 li.product,
    body.woocommerce ul.products.columns-4 li.product, 
    body.woocommerce-page ul.products.columns-4 li.product,
    .woocommerce ul.products.columns-4 li.product, 
    .woocommerce-page ul.products.columns-4 li.product,
    body.woocommerce ul.products.columns-5 li.product, 
    body.woocommerce-page ul.products.columns-5 li.product,
    .woocommerce ul.products.columns-5 li.product, 
    .woocommerce-page ul.products.columns-5 li.product,
    body.woocommerce ul.products.columns-2 li.product, 
    body.woocommerce-page ul.products.columns-2 li.product,
    .woocommerce ul.products.columns-2 li.product, 
    .woocommerce-page ul.products.columns-2 li.product,
    body.woocommerce ul.products.columns-1 li.product, 
    body.woocommerce-page ul.products.columns-1 li.product,
    .woocommerce ul.products.columns-1 li.product, 
    .woocommerce-page ul.products.columns-1 li.product {
        width: calc(100% - 20px);
    }
    
    div.woocommerce_widget a.button {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 40px;
    }
    div.woocommerce-additional-fields {
        padding-top: 30px;
    }
    
    body.woocommerce .photobooth_container .woocommerce-ordering, 
    body.woocommerce-page .photobooth_container .woocommerce-ordering, 
    body.woocommerce .photobooth_container .woocommerce-result-count, 
    body.woocommerce-page .photobooth_container .woocommerce-result-count {
        width: 100%;
    }
    body.woocommerce .photobooth_container .woocommerce-ordering, 
    body.woocommerce-page .photobooth_container .woocommerce-ordering {
        text-align: left;
        padding-top: 20px;
    }
 
    body.woocommerce .photobooth_container div.product .woocommerce-tabs ul.tabs li {
        width: 100%;
        margin: 0 0 3px 0;
    }
    body.woocommerce .photobooth_container div.product .woocommerce-tabs ul.tabs li:before {
        display: none!important;
    }
    
}

body .select2-container--default .select2-selection--single {
    background: none;
    height: 40px;
    padding: 5px 14px 5px 14px;
    line-height: 20px;
    width: 100%;
    font-size: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none !important;
    border: #ebedf2 2px solid;
    border-radius: 4px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 3px;
}
body .select2-container--open .select2-dropdown--below {
    border: #ebedf2 2px solid;
    outline: none;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    border: #ebedf2 1px solid;
}
html .woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: #ebedf2 1px solid;
    margin-top: 0;
}

.photobooth_woo_content div.photobooth_comments_cont {
    margin-top: 0;
    border-top: #ebedf2 1px solid;
    padding-top: 40px;
}