/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Structure
# Header
# Primary Nav
# Content
	## Posts and Pages
	## Content Navigation
	## Comments
# Sidebar
	## Widgets
# Footer
# Infinite Scroll
# Media
	## Captions
	## Galleries
# Responsive
--------------------------------------------------------------*/

/* Overrides */
.woocommerce-page .form-row {
    display: block;
    flex-wrap: nowrap;
    margin: inherit;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row {
	display: inline-block;
	width:100%;
}/**/

.select2-container .select2-selection--single {
    width: 100% !important;
    height: 50px;
    border-radius: 0;
    color: #555;
    font-size: 16px;
    padding: 0 12px !important;
    border: 1px solid #ff8a00;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
}

.footer .social-links a {
	vertical-align: middle;
}
.footer .social-links a .fa {
	line-height: 48px;
}


/* debug */
.debug {
    position: fixed;
    bottom: 0;
    left: 0;
    right: auto;
    max-width: 600px;
    max-height: 80%;
    margin: 0;
    padding: 20px;
    background: rgba(255,192,203,.65);
    overflow: auto;
    z-index: 9999
}
.debug.css {
    left: 0;
    right: auto
}
.debug.js {
    left: auto;
    right: 0
}
.debug strong {
    font-size: 30px;
    display: block;
    padding-bottom: 20px
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
.screen-reader-text {
	display: none;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.navigation:before,
.navigation:after,
.products:before,
.products:after,
.wc-tabs-wrapper:after,
.wc-tabs-wrapper:before {
	display: table;
	table-layout: fixed;
	content: "";
}

.clear:after,
.wrapper:after,
.navigation:after,
.products:after,
.wc-tabs-wrapper:after {
	clear: both;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

.page-template-full-width .content-area,
.post-template-full-width .content-area {
	width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site-content {
	margin-bottom: 26px;
}
.content-area {
	float: left;
	width: 640px;
}
.entry-header {
	margin-bottom: 16px;
}
.entry-title {
	margin: 0;
	font-size: 30px;
}
.entry-title a {
	text-decoration: none;
	color: black;
}
.entry-meta {
	color: #929292;
	font-size: 14px;
}
.entry-meta a {
	text-decoration: none;
	color: #929292;
}
.edit-link {
	float: right;
}
.page .edit-link {
	float: none;
}
.entry-footer {
	margin: 0 0 50px;
	padding: 20px 0;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	font-size: 14px;
}
.entry-footer span {
	display: block;
}
.entry-footer a {
	text-decoration: none;
	color: #303135;
}
.more-link {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Posts and Pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.blog .hentry {
	margin: 0 0 3em;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}

/*--------------------------------------------------------------
## Content Navigation
--------------------------------------------------------------*/

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.post-navigation,
.posts-navigation {
	margin-bottom: 25px;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	overflow: hidden;
	margin: 0 0 1.5em;
}
.nav-links a {
	text-decoration: none;
	color: #303135;
}
.post-navigation .nav-links a {
	font-weight: bold;
}
.post-navigation .nav-links a span {
	text-decoration: underline;
	font-weight: normal;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next {
	float: right;
	width: 50%;
	text-align: right;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	max-width: 100%;
	margin-bottom: 1.5em;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.wp-caption .wp-caption-text {
	margin: .8075em 0;
}
.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/

.woocommerce-page .site-content {
	margin-bottom: 50px;
}

.cart-contents .fa {
	margin-right: 4px;
}

.archive .content-area,
.page-template-home .content-area {
	width: 100%;
}
.page-template-home .star-rating {
	display: none;
}
.page-template-home .site-header {
	margin-bottom: 0;
}
.page-template-home.has-header-image .site-header {
	margin-bottom: 50px;
}
.page-template-home .site-header .wrapper {
	border-bottom: 0;
}
.page-template-home .site-content {
	margin-bottom: 0;
}

.products-by-cat .products ul li a {
	text-decoration: none;
	color: #303135;
}

.products ul {
	padding: 0;
	list-style: none;
}

.products li .star-rating {
	margin: 0 auto;
}

.last {
	margin-right: 0 !important;
}

.section-header {
	margin-bottom: 25px;
}

.section-header .widget-title {
	margin-bottom: 0;
}

.section-header .section-link {
	font-size: 14px;
}

.single-product .product .woocommerce-product-gallery {
	position: relative;
	float: right!important;/*left;*/
	width: 50%!important;
	margin-bottom: 50px;
}
.single-product .product .summary {
	float: left!important;/*right;*/
	width: 45%;
	margin-bottom: 50px;
}
.woocommerce-tabs,
.single-product .related {
	clear: both;
}

.woocommerce-tabs {
	padding: 50px;
	background: #f5f5f5;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	z-index: 99;
	top: .875em;
	right: .875em;
	display: block;
	width: 2em;
	height: 2em;
	text-align: center;
	border-radius: 3px;
	display: none;
}
.woocommerce-product-gallery__wrapper {
	margin: 0;
}
.feature-bottom-text {
    padding: 17px 28px;
    text-shadow: 0 0 10px #000;
}

.woocommerce-tabs .tabs {
	float: left;
	width: 29.4117647059%;
	margin-right: 5.8823529412%;
	padding: 0;
	list-style: none;
	border-top: 1px solid #ccc;
	font-size: 14px;
}
.woocommerce-tabs .tabs li {
	position: relative;
	border-bottom: 1px solid #ccc;
}
.woocommerce-tabs .tabs li a {
	display: block;
	padding: 16px 0;
	text-decoration: none;
	color: #9c9c9c;
}
.woocommerce-tabs .tabs li.active a {
	color: #6f6f6f;
	font-weight: 500;
}
.woocommerce-tabs .tabs li:after {
	position: absolute;
	top: 50%;
	right: 1em;
	display: inline-block;
	display: block;
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	line-height: 0;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.woocommerce-tabs h2 {
	margin-top: 5px;
	font-size: 20px;
}
.woocommerce-tabs .panel {
	float: right;
	width: 64.7058823529%;
	margin-top: 0;
	margin-right: 0;
}

.products li.product {
	float: left;
	width: 22%;
	margin-right: 4%;
	margin-bottom: 25px;
}
.products li.product:nth-child(4n+1) {
	clear: left
}
.products {
	margin: 0;
	padding: 0;
	list-style: none;
}
.product {
	position: relative;
}

.cashier-sorting {
	margin-bottom: 25px;
	font-size: 14px;
}
.cashier-sorting .woocommerce-result-count {
	float: left;
	color: #8a8a8a;
}
.cashier-sorting .woocommerce-ordering {
	float: right;
}
.products .product {
	text-align: center;
}

.woocommerce-loop-product__link {
	text-decoration: none;
}
.woocommerce-loop-product__title {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
}
.woocommerce-Price-amount {
	color: #303135;
	font-size: 14px;
	font-weight: 500;
}
.single-product .summary .woocommerce-Price-amount {
	font-size: 18px;
}
.product_meta {
	margin-top: 25px;
	padding-top: 25px;
	color: #808080;
	border-top: 1px solid #eaeaea;
	font-size: 14px;
}
.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as {
	display: block;
}
.product_meta a {
	color: #808080;
}

/*.single-product .cart .quantity {
	float: left;
	margin-right: .875em;
}*/
.single-product .cart .quantity input {
	width: 5em;
	/*padding: 10px 0 10px 12px;*/
}
.added_to_cart {
	float: left;
}

.onsale {
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 10px;
	display: block;
	padding: 4px 6px;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: white;
	border-radius: 2px;
	background: #31567f;
	font-size: 12px;
	font-weight: 500;
}

.variations {
	margin-bottom: 0;
}
.variations td {
	padding: 0 10px 0 0;
	text-transform: uppercase;
}
.variations select {
	width: 75%;
}
.reset_variations {
	margin-left: 14px;
	text-transform: none;
}

.woocommerce-variation-price .amount {
	display: block;
	font-size: 24px;
}
.woocommerce-variation-add-to-cart {
	margin-top: 25px;
}

.related {
	margin-top: 50px;
}
.related > h2 {
	font-size: 20px;
}


/* special design for new ORDER page */
.single label {
	color: #000;
	font-size: 18px;
}
.single label span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}
.single label[for=pa_flavor] {
	font-weight:700;
	font-size:18px;
	line-height:15px;
}
.single .entry-title {
	font-size: 37px;
	line-height: 1;
}
.single .price {
	display: none;
}
.single .variations {
	table-layout: fixed;
	width: 100%;
}
.single .variations > tbody > tr:first-of-type > td.label,
.single .variations > tbody > tr:first-of-type > td.value {
	display: block;
	text-align: left;
	width:540px;
}
.single .variations > tbody > tr:first-of-type > td.label {
	text-transform: none;
}

section.section.orders-main-section {
	padding-top: 34px;
	padding-bottom: 0;
}
.single-product .product .entry-summary,
.single-product .product .woocommerce-product-gallery {
	margin-bottom:20px;
}
@media screen and (min-width: 601px) {
	.single-product .orders-main-section .product .entry-summary {
		width: 50%;
	}
}
.orders-main-section .entry-summary .entry-title {
	padding-top: 34px;
	margin-bottom: 60px;
}
.orders-main-section .entry-summary h1.entry-title {
	display: none;
}

.wc-bulk-variations-table-wrapper {
	padding-right:95px;/*115px;*/
    overflow-y: hidden;
}

.wc-bulk-variations-table-wrapper select {
	cursor: pointer;
}
.single form.wcbvp-cart div.wcbvp-total-right button.single_add_to_cart_button.disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

/* new version w/ bulk edit */
.wc-bulk-variations-table thead,
.wc-bulk-variations-table tbody tr {
	display: none;
}
.wc-bulk-variations-table tbody tr.show {
	display: table-row;
}

table.wc-bulk-variations-table {
	position: relative;
	display: flex !important;
	margin-top: 7px;
}
table.wc-bulk-variations-table tbody {
	display: -ms-grid;
	display: grid;
	position: relative;
}
table.wc-bulk-variations-table tr.show {
	display: grid!important;
	-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: repeat( 12, minmax(0px, 1fr));
	-ms-grid-rows: repeat( 6, auto);
	grid-template-rows: repeat( 6, auto);
	/*grid-gap: 20px;
	grid-column-gap: 20px;*/
}
table.wc-bulk-variations-table tr.show td {
	/*display: flex !important;
    padding-left: 0px !important;
    padding-right: 0px !important;*/
    align-self: flex-start;
    justify-content: flex-start;

    position: relative;
    line-height: 45px;/*30px;*/
	min-width: 100%;
	width: 100%;
	padding: 0.5em 0.25em;
	padding-right: 80px;
	clear: both;
}
table.wc-bulk-variations-table tr.show td label,
table.wc-bulk-variations-table tr.show td input {
	vertical-align: middle;
}
table.wc-bulk-variations-table tr.show td label {
	/*float: left;*/
	line-height: 30px;/*43px;*/
	margin-bottom: 0;
}
table.wc-bulk-variations-table tr.show td input {
	/*float: right;*/
    position: absolute;
    right: 0;
    top: auto;
    bottom: auto;
    margin: 0;
}
table.wc-bulk-variations-table tr.show td .wcbvp_quantity {
	border: 1px solid #ff8a00;
	min-width: 75px;
	width: 75px;
}
.single-product div.product form.cart .quantity {
	float: none;
	margin: 0;
	display: inline-block;
}
table.wc-bulk-variations-table tr.show td:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
table.wc-bulk-variations-table tr.show td:nth-of-type(2) {
	-ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column-start: 1;
    grid-column-end: 13;
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    grid-row-start: 1;
    grid-row-end: 1;
}
table.wc-bulk-variations-table tr.show td:nth-of-type(3) {
	-ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column-start: 1;
    grid-column-end: 13;
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    grid-row-start: 2;
    grid-row-end: 2;
}
table.wc-bulk-variations-table tr.show td:nth-of-type(4) {
	-ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column-start: 1;
    grid-column-end: 13;
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    grid-row-start: 3;
    grid-row-end: 3;
}
table.wc-bulk-variations-table tr.show td:first-of-type {
	visibility: hidden;
	height: 0;
}
table.wc-bulk-variations-table tr.show td .amount {
	display: none!important;
}

.single form.wcbvp-cart div.wcbvp-total-left,
.single form.wcbvp-cart div.wcbvp-total-right {
	float: none;
    text-align: right;
	width: 100%;
	font-weight: 700;
}
.single form.wcbvp-cart div.wcbvp-total-left {
	position: relative;
	font-weight: 700;
    font-size: 28px;
    line-height: 1;
    text-transform:lowercase;
}
.single form.wcbvp-cart div.wcbvp-total-left:before {
	content: "";
	display: inline-block;
	position: absolute;
	top:0;left:0;right:0;margin:auto;
	background-color: #fff;
	width: 100%;
	height: 30px;
}
.single form.wcbvp-cart div.wcbvp-total-left br {
	height: 0;
}
.single form.wcbvp-cart div.wcbvp-total-left .wcbvp_total_quantity {
	display: none;
}
.single form.wcbvp-cart div.wcbvp-total-right {
	margin-top: 33px;
}
.single form.wcbvp-cart div.wcbvp-total-right .button {
    text-transform:lowercase;
}
.single form.wcbvp-cart div.wcbvp-total-right button.button {
    margin-left:20px;
}
/*.xoo-wsc-body .xoo-wsc-pname,*/
.xoo-wsc-body .xoo-wsc-product dt.variation-flavor,
.xoo-wsc-body .xoo-wsc-product dt.variation-size,
/*.xoo-wsc-body .xoo-wsc-pprice,
.woocommerce-cart-form .product-name > a,*/
.woocommerce-cart-form .xoo-wsc-product dt.variation-flavor,
.woocommerce-cart-form .xoo-wsc-product dt.variation-size,
.woocommerce .woocommerce-checkout td.product-name dl.variation dt.variation-flavor,
.woocommerce .woocommerce-checkout td.product-name dl.variation dt.variation-Size {
	display: none;
}
.xoo-wsc-body dd.variation-flavor,
.xoo-wsc-body dd.variation-size,
.woocommerce-checkout dd.variation-flavor,
.woocommerce-checkout dd.variation-size {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
}
.woocommerce-cart table.cart td,
.xoo-wsc-body .xoo-wsc-sm-left {
	position: relative;
}
.woocommerce-cart-form .product-name a,
.xoo-wsc-body .xoo-wsc-pname a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.xoo-wsc-product dl.variation, 
.xoo-wsc-product dl.variation p {
    font-size: 16px;
}

/*.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}
.woocommerce-info::before {
    color: #1e85be
}
.woocommerce-message::before {
    content: "\e015";
    color: #8fae1b;
}
.woocommerce-error::before {
    content: "\e016";
    color: #b81c23
}*/

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    position: relative;
    display: inline-block;
    width:100%;line-height: 24px;/*50px;*/
    /*margin-top: 2.617924em;*/
	margin-bottom: 2.617924em;
    padding: 1em 2em 1em 3.5em;
	background-color: transparent;
	color: #000;
    border-left: .6180469716em solid rgba(0,0,0,.15);
	border-top: 1px solid rgba(0,0,0,.15);
	border-right: 1px solid rgba(0,0,0,.15);
	border-bottom: 1px solid rgba(0,0,0,.15);
}
.woocommerce-error a, 
.woocommerce-info a, 
.woocommerce-message a, 
.woocommerce-noreviews a, 
p.no-comments a {
    /*color: #fff!important;*/
    text-decoration: underline;
}
.woocommerce-error a {
    color: #fff!important;
}
.woocommerce-error a:hover, 
.woocommerce-info a:hover, 
.woocommerce-message a:hover, 
.woocommerce-noreviews a:hover, 
p.no-comments a:hover {
    text-decoration: none;
}
.woocommerce-error .button, 
.woocommerce-info .button, 
.woocommerce-message .button, 
.woocommerce-noreviews .button, 
p.no-comments .button {
    float: right;
    cursor: pointer;
    display: inline-block;
    font-weight: 900;
    line-height: 1;
    padding: 15px;
    text-align: center;
    color: #fff!important;
    text-transform: lowercase;
    text-decoration:none;
    transition: .3s;
}
@media screen and (max-width: 768px){
	.woocommerce-message {
	    line-height: 30px;
	    padding-left: 1em;
	    padding-right: 1em;
	    padding-bottom: 87px;
	    position: relative;
	    text-align: center;
	    border-left: 1px solid rgba(0,0,0,.15);
	    border-top: .6180469716em solid rgba(0,0,0,.15);
	}
	.woocommerce-message a.button {
	    position: absolute;
	    top: auto;
	    left: 1em;
	    right: 1em;
	    bottom: 1em;
	    margin: 0 auto;
	    float: none;
	}
}
/*.woocommerce-message {
	color: #fff;
	border-left: 10px solid #0d7142;
	background-color: #0f834d;
}*/
.woocommerce-message a {
	float: right;
	/*padding-left: 1em;
	text-decoration: none;
	color: #fff;
	border: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(255, 255, 255, 0.42);
	font-weight: bold;
	padding: 0;
	background: none;
	line-height: 1.6;
	padding-left: 16px;
	border-radius: 0;*/
}
.woocommerce-info {
	margin-bottom: 25px;
}
.woocommerce-info a {
	color: #303135;
}
.woocommerce-error,
.woocommerce-error::before {
	color: #fff;
}
.woocommerce-error {
	list-style: none;
	border-color: #c03819;
	background-color: #e2401c;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	min-width: 165px;
	height: 50px;
	line-height: 30px;
    border-radius: 30px;
    box-shadow: none;
    padding: 10px 50px;
    text-align: center;
    display: inline-block;
    color: #fff!important;
    background: #000!important;
    transition: all 0.3s ease 0s;
    border: none !important;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    background: #ff8a00!important;
    color: #fff!important;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	line-height: 1.25em;
	padding: 10px 50px;
}


.woocommerce-cart-form {
	margin-bottom: 50px;
}
.woocommerce-cart-form .product-remove a {
	text-decoration: none;
	color: red;
}
.woocommerce-cart-form .product-name a {
	text-decoration: none;
}
.woocommerce-cart-form .product-quantity input[type="number"] {
	width: 4em;
}
.woocommerce-cart-form .product-thumbnail img {
	display: block;
	width: auto!important;
	height: 100px!important;
	margin: 0 auto;
	padding: 10px;
}
.woocommerce-cart-form .actions {
	padding-top: 25px;
	text-align: right;
}
.woocommerce-cart-form .coupon {
	display: inline-block;
	float: left;
}
.woocommerce-cart-form .coupon .button {
	margin-left: 14px;
}
.woocommerce-cart-form .coupon label {
	display: none;
}
.cart_totals {
	float: right;
	width: 50%;
}
.wc-proceed-to-checkout .button,
.woocommerce-checkout-payment .button {
	float: right;
}
.cart_totals th {
	padding: 10px;
	text-align: right;
	border-bottom: 1px solid #e0e0e0;
	background: #efefef;
}
.cart_totals td {
	padding: 10px 20px;
	border-bottom: 1px solid #e0e0e0;
	background: #f5f5f5;
	font-weight: normal;
}

/* cart overrides */
.woocommerce-cart-form dt.variation-flavor,
.woocommerce-cart-form dt.variation-size {
	display: none!important;
}
.woocommerce-cart-form dd.variation-flavor,
.woocommerce-cart-form dd.variation-size {
	font-size: 16px;
	font-weight: 700;
}
.woocommerce-cart-form dd.variation-flavor p,
.woocommerce-cart-form dd.variation-size p {
	margin-bottom: 0;
}
.woocommerce-cart-form .product-remove,
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-quantity, 
.woocommerce-cart-form .product-subtotal {
	text-align: center;
}
.woocommerce-cart-form .product-quantity input[type="number"] {
    width: 80px;
}
.woocommerce a.remove {
	display: inline-block;
}
.woocommerce-cart-form .coupon input[type=text] {
	width: 45%!important;
    display: inline-block;
}
.wc-proceed-to-checkout .button.alt {
	padding: 10px 50px;
}

#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    border-color: #ff8a00;
}


form.woocommerce-checkout .form-row-first,
form.woocommerce-checkout .form-row-last {
	width: 49%;
}
form.woocommerce-checkout .form-row-last {
	float: right;
}
form.woocommerce-checkout .form-row-first,
form.woocommerce-checkout .form-row-first {
	float: left;
}
form.woocommerce-checkout label {
	display: block;
}
.woocommerce-shipping-fields {
	padding-left:25px;
	margin-top: 14px;
}
.woocommerce-checkout-review-order {
	float: right;
	width: 45%;
	padding: 25px;
	background: #f7f7f7;
}
#customer_details {
	float: left;
	width: 49%;
}
@media (min-width: 768px){
	#customer_details.col2-set {
	    margin-right: 5.8823529412%;
	}
}
#customer_details .col-1,
#customer_details .col-2 {
	float: none;
	width: 100%;
}
form.woocommerce-checkout .input-text,
form.woocommerce-checkout input[type="select"] {
	width: 100%;
}
form.woocommerce-checkout .woocommerce-account-fields {
	clear: both;
}
form.woocommerce-checkout .woocommerce-account-fields input[type="checkbox"] {
	width: auto;
}
form.woocommerce-checkout .wc_payment_methods {
	padding: 0;
	list-style: none;
}
form.woocommerce-checkout .wc_payment_method label {
	color: black;
	font-weight: 500;
}
form.woocommerce-checkout .wc_payment_methods label {
	display: inline;
	padding-left: 8px;
}
form.woocommerce-checkout .wc_payment_methods .payment_box {
	margin: 1em 0;
	border-bottom: 1px solid #ccc;
	border-radius: 2px;
	font-size: 14px;
}
form.woocommerce-checkout .wc_payment_method img {
	height: 25px;/*50px;*/
	margin: -2px 14px 0 12px;
	vertical-align: middle;
}

.wc-credit-card-form .form-row {
    padding: 0!important;
}

/*form.woocommerce-checkout .shipping label {
	display: inline;
}*/
.woocommerce .shipping {
	text-align: right;
}
form.woocommerce-checkout .shipping #shipping_method,
.woocommerce .cart-collaterals #shipping_method {
	padding: 0;
	list-style: none;
}
.woocommerce form.woocommerce-checkout table.shop_table td.product-name {
	/*display: inline-block;*/
	position: relative;
	width: 100%;
	/*height: 63px;*/
}
.woocommerce form.woocommerce-checkout table.shop_table td.product-name:before {
	content:"";
	display: inline-block;
	position: absolute;
	top:0;left:0;right:0;bottom:auto;
	height: 30px;
	margin:0;
	background-color: #f7f7f7;
	z-index: 1;
}
.woocommerce form.woocommerce-checkout table.shop_table td.product-name .product-quantity {
	display: inline-block;
    position: absolute;
    left: 12px;
    z-index: 2;
}
.woocommerce form.woocommerce-checkout table.shop_table td.product-name .variation {
	position: relative;
	/*top:-25px;*/
	z-index: 2;
}

.product-total,
.cart-subtotal th,
.cart-subtotal td,
.order-total th,
.order-total td,
.tax-rate th,
.shipping th {
	text-align: left;/*right;*/
	border: 0;
}

form.woocommerce-checkout thead tr,
form.woocommerce-cart-form thead tr {
	border-top: 2px solid;
	border-bottom: 2px solid;
}

.woocommerce-product-gallery ol {
	margin-top: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-product-gallery ol li {
	display: inline-block;
	width: 96px;
	margin-right: 10px;
	cursor: pointer;
}
.woocommerce-product-gallery ol li:nth-child(5) {
	margin-right: 0;
}

td.label,
td.value {
	padding-bottom: 1em;
}

.woocommerce-product-rating {
	font-size: 14px;
}
.star-rating {
	position: relative;
	overflow: hidden;
	width: 4.9em;
	height: 1.618em;
	font-family: FontAwesome;
	font-weight: 400;
}
.star-rating:before {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	content: "\f006\f006\f006\f006\f006";
}
.star-rating span {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	overflow: hidden;
	padding-top: 1.5em;
}
.star-rating span:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f005\f005\f005\f005\f005";
	color: #2c2d33;
}

.single-product div.product .woocommerce-product-rating .star-rating {
	float: left;
}
.single-product div.product .woocommerce-product-rating {
	margin-bottom: 21px;
}

.woocommerce-review-link {
	color: #b7b7b7;
}
.woocommerce-Reviews .commentlist {
	padding: 0;
	list-style: none;
}
.woocommerce-Reviews .comment-reply-title {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
}
.woocommerce-Reviews .comment-text {
	float: right;
	width: 81.8181818182%;
	margin-right: 0;
}
.woocommerce-Reviews .commentlist li .avatar {
	float: left;
	width: 9.0909090909%;
	height: auto;
	margin-right: 9.0909090909%;
}
.woocommerce-Reviews .star-rating {
	float: right;
}

.comment_container {
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
.comment_container:before,
.comment_container:after {
	display: table;
	content: "";
}
.comment_container:after {
	clear: both;
}

.woocommerce-review__dash {
	display: none;
}
.woocommerce-review__author {
	display: block;
	font-weight: 500;
}
.woocommerce-review__published-date {
	color: #8c8c8c;
	font-size: 14px;
}

p.stars {
	margin: 0;
}
p.stars a {
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 1px;
	text-decoration: none;
	text-indent: -999em;
	font-weight: 400;
}
p.stars a:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1em;
	height: 1em;
	content: "\f005";
	text-indent: 0;
	opacity: .25;
	color: #43454b;
	font-family: FontAwesome;
	line-height: 1;
}
p.stars.selected a.active:before {
	opacity: 1;
}
p.stars.selected a:not(.active):before {
	opacity: 1;
}
p.stars.selected a.active ~ a:before {
	opacity: .25;
}

.shop_attributes th {
	border: 0;
	background: #e2e1e1;
}
.shop_attributes td {
	padding: 10px;
	background: #ececec;
}
.shop_attributes p {
	margin: 0;
}

.woocommerce-pagination .page-numbers {
	padding: 0;
	list-style: none;
}
.woocommerce-pagination .page-numbers li {
	display: inline-block;
}
.woocommerce-pagination .page-numbers li a {
	text-decoration: none;
}
.woocommerce-pagination .page-numbers li .page-numbers {
	display: inline-block;
	padding: .3342343017em .875em;
	color: #43454b;
	border-left-width: 0;
	background-color: rgba(0,0,0,.025);
}
.woocommerce-pagination .page-numbers li .page-numbers.current {
	color: #fff;
	border-color: #2c2d33;
	background-color: #2c2d33;
}

.shop_table {
	text-align: right;
	width: 100%;
	margin: 0 0 1.5em;
}
.product-name {
	text-align: left;
}
.product ins {
	background: none;
}
.product del {
	color: #ccc;
}
.product del .woocommerce-Price-amount {
	color: #ccc;
}

.disclaimer-notice {
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size:14px;/*10px;*/
    padding-right:175px;/*115px;*/
	text-align:justify;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 1920px) {
	figure .feature-bottom-text small {
	    font-size: 15px;
	}
}
@media screen and (max-width: 1040px) {
	.site-content,
	.content-area,
	.sidebar-1 {
		float: none;
		width: 100%;
	}
	.menu-2,
	.site-header,
	.site-content,
	.site-info,
	.site-footer {
		padding-left: 20px;
		padding-right: 20px;
	}
	.products li.product {
		width: 47.5%;
		margin-right: 5%;
		margin-bottom: 25px
	}
	.products li.product:nth-child(even) {
		margin-right: 0
	}
	.products li.product:nth-child(odd) {
		clear: left
	}
	#customer_details,
	.woocommerce-checkout-review-order {
	    float: none;
	    width: 100%;
	}
	.cart_totals {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.single-product .product .woocommerce-product-gallery {
	    width: 100%!important;
	    margin-bottom: 25px;
	    float: none;
	}
	.single-product .product .summary,
	.woocommerce-tabs .panel,
	.woocommerce-tabs .tabs {
	    float: none;
	    width: 100%;
	}

	div.wc-bulk-variations-table-wrapper {
		padding-right: 0;
	}
	.single form.wcbvp-cart div.wcbvp-total-right .button {
		margin-bottom: 10px;
		margin-left:0!important;
		min-width: 100%;
	}
}
@media screen and (max-width: 1150px) {
	.wc-bulk-variations-table-wrapper {
		padding-right: 20px;
	}
	.disclaimer-notice {
        padding-right: 20px;
    }
}



/*input[type="number"] {
-moz-appearance: textfield;
}
.minus {
border:none;
color:#fff;
background-color:purple;
height:30px;
width:30px;
}
.plus {
border:none;
color:#fff;
background-color:purple;
height:30px;
width:30px;
}
.qty {
border:1px solid purple;
color:purple;
height:30px;
}*/



