p#billing_email_field {
  margin-bottom: 0px;
}

.woocommerce ul#shipping_method li {
  margin:0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce .woocommerce-checkout-review-order-table ul#shipping_method li {
  border-bottom: none;
}

.wc-gzd-shipments-managed-by-pickup-location-notice {
  font-size: 13px;
  font-weight: 700;
}

.shipping-calculator-button {
  margin-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.free_shipping {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}

.free_shipping .icon {
  width: 85px;
}

.free_shipping .dhl {
  width: 120px;
}

.free_shipping .middle, .free_shipping .right, .free_shipping .dhl {
  margin-left: 50px;
}

.free_shipping .middle {
  text-align: center;
}

.free_shipping .middle h2 {
  font-size: 28px;
  line-height: 1;
}

.free_shipping .icon img, .free_shipping .dhl img {
  width: 100%;
}

p.shipping-method-description {
	margin-bottom: 0px !important;
	font-size: 13px;
}

p.is-unverified, p.is-verified {
	display: none !important;
}

#more_billingmail_info a.question {
  display: block;
  padding: 7px;
  background-color: #d9dddf;
  color: #192632;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  cursor: pointer;
}

#more_billingmail_info a.question_stratofinder {
  display: block;
  padding: 2px;
  background-color: #d9dddf;
  color: #192632;
  font-size: 13px;
  cursor: pointer;
}

.mobile_shop_footer {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #d9dddf;
  z-index: 99999;
  border-top: 1px solid #ccc;
}

.mobile_shop_footer_inner ul {
  list-style: none;
  margin: 0px !important;
  text-align: center;
}

.mobile_shop_footer_inner ul li {
  display: inline-block;
  width: 32%;
  text-align: center;
}

.mobile_shop_footer_inner ul li.four {
  width: 24%;
}

.mobile_shop_footer_inner ul li a {
  display: block;
  padding:20px;
}


@media screen and (max-width: 700px) {
  .mobile_shop_footer {
    display: block;
  }
}

.woocommerce table.my_account_orders .button {
  margin-top:4px;
  margin-bottom: 4px;
}

.woocommerce table.my_account_orders .button.view {
  margin-right: 5px;
}

.price-unit {
  font-size: 16px !important;
  margin-top: 0px !important;
}

.woocommerce-EditAccountForm fieldset {
  border: 0px;
  padding: 0px;
  margin: 0px;
  margin-top: 50px;
}

.woocommerce-EditAccountForm fieldset legend {
  padding: 0px;
  margin-bottom: 10px;
}

.woocommerce-Addresses .woocommerce-Address address {
  margin-top:10px;
}

.woocommerce-gzdp-register-vat-id-form-row {
  display: none;
}

.woocommerce-form-login-toggle .woocommerce-info {
  margin-bottom: 15px;
  background-color: #315565;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  margin-bottom: 15px;
}

.woocommerce form.checkout_coupon {
  margin-top: 10px;
}

.woocommerce-variation-description {
  font-weight: bold;
}

#filters {
	margin: 0;
	padding:0;
	list-style:none;
	display: inline-block;
	text-align: center;
	width: 100%;
	background-color: #d9dddf;
	border-radius: 6px;
	font-size: 0px;
  margin-top: 24px;
}

	#filters li {
		display: inline-block;
		width: 14.28%;
    vertical-align: middle;
	}
	
	#filters li span {
		display: block;
		padding:10px 22px;		
		text-decoration:none;
		color:#192632;
		cursor: pointer;
		font-size:17px;
    font-weight: bold;
	}

	#filters li span:hover {
		text-decoration: underline;
	}
	
	#filters li span.active {
		background: #1f3341;
		color:#fff;
		text-decoration: none;
		border-radius: 6px;
		font-weight: bold;
	}


 
.up-sells #productsList .productBlock, .woocommerce .cart-collaterals .cross-sells #productsList .productBlock {
	display:block;
}
 
#productsList .productBlock {
	display:block;
	/*min-height: 410px;
	clear: none;*/
}

a.added_to_cart.wc-forward {
    color: #fff !important;
    font-weight: bold;
    padding-top: .9em;
}

.woocommerce-info a {
    color: #fff !important;
}


.register input, .woocommerce-form-login input {
	background-color: #fff;
}

#customer_login h2 {
	font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0;
    font-size: 26px;
    text-transform: none;
}

.woocommerce form.login, .woocommerce form.register {
	margin-top: 10px;
	background-color: #f5f5f5;
}

.woocommerce-form-login .form-row label.woocommerce-form__label-for-checkbox {
	display: none !important;
}


.woocommerce-checkout #payment div.payment_box input.input-text {
  font-size: 16px;
}

.woocommerce .woocommerce-product-rating .star-rating, .woocommerce .star-rating {
  color: #f0ad4e;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 0px;
  padding: 1.2em;
}

.woocommerce #reviews #comments ol.commentlist li {
  margin-bottom: 0px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin-bottom: 0px;
}

.commentlist li:last-child {
  margin-bottom: 25px !important;
  border-bottom: 1px solid #ccc !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: none;
}

li.review:nth-child(odd) {
    background-color: #f5f5f5 !important;
    border: 1px solid #e7e7e7 !important;
}

li.review {
	font-size:16px;
	line-height: 24px;
}

.woocommerce #reviews #comments h2 {
  margin-bottom: 20px;
}

.woocommerce div.product div.summary{
  margin-bottom: 3em;
} 

.value {
	float: none !important;
}

.variations {
	margin-top: 0px !important;
}

.woocommerce form .form-row label {
	line-height: inherit;
}

.woocommerce ul.order_details li {
	float: none;
	border-right: none;
	text-transform: none;
	margin-bottom: 10px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background-color: #f5f5f5 !important;
	border-radius: 8px !important;
}

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

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	color: #192632 !important;
}

.select2-container--default .select2-selection--single {
	border-radius: 6px;
}
.woocommerce form .form-row select, .woocommerce-page form .form-row select {
	height: 28px;
}

.woocommerce-checkout #payment {
	margin-bottom: 46px !important;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1em !important;
}

.product p.wc-gzd-additional-info {
	display: inline-block;
	color: #fff;
	opacity: .5;
	margin: 0;
	margin-bottom: 0px !important;
	font-size: .8em;
}

.product p.wc-gzd-additional-info a {
	color: #fff !important;
}

.legal-price-info {
	display: none;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    text-align: center;
    border-radius: 0px;
    margin-bottom: 0px;
    color: #fff !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    border-radius: 6px !important;
    padding: 13px 18px;
    font-size: 16px;
    text-shadow: 0 1px 0 #eea236;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
	font-weight: bold;
	-webkit-font-smoothing: auto !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	text-decoration: none !important;
}

.woocommerce input[name="apply_coupon"], .woocommerce input[name="update_cart"] {
	background-color: #315565 !important;
	text-shadow: none;
	padding: 13px 18px !important;
}

.woocommerce input[name="apply_coupon"] {
	margin-left: 3px;
}

.woocommerce table.cart td.actions .input-text {
	    border: none;
    height: 20px;
    padding: 10px;
    font-size: 14px;
    width: 150px;
    font-weight: 400;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    border-radius: 8px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 42px;
}

.woocommerce input[name="coupon_code"]::-webkit-input-placeholder, .woocommerce form .form-row input.input-text::-webkit-input-placeholder, .woocommerce form .form-row textarea::-webkit-input-placeholder {
	color:#959595 !important;font-style: italic;font-weight: normal;
}
.woocommerce input[name="coupon_code"]::-moz-placeholder, .woocommerce form .form-row input.input-text::-moz-placeholder, .woocommerce form .form-row textarea::-moz-input-placeholder {
	color:#959595 !important;font-style: italic;font-weight: normal;
}
.woocommerce input[name="coupon_code"]::-ms-input-placeholder, .woocommerce form .form-row input.input-text::-ms-input-placeholder, .woocommerce form .form-row textarea::-ms-input-placeholder {
	color:#959595 !important;font-style: italic;font-weight: normal;
}

.mwst_hinweis, p.mwst_hinweis {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #192632;
  margin-bottom: 20px !important;
}

.woocommerce div.product div.images img {
	border-radius: 6px;
}

.woocommerce-Tabs-panel h2 {
	font-size: 24px;
    line-height: 32px;
    text-transform: none;
    margin-bottom: 12px;
    text-align: left;
	font-weight: bold;
}

.stock_info, .quantity_info {
    font-size: 16px;
    color: #009900;
    font-weight: bold;
    margin-bottom: 20px;
}

.stock_info.warning {
    color: #192632;
    background-color: #d9dddf;
    padding: 10px;
    padding-left: 15px;
    border-radius: 8px;
}

.outstock {
	color: #f00;
}

.stock_info_fail {
    font-size: 16px;
    color: #AF0000;
    font-weight: bold;
	margin-bottom: 24px;	
}

.woocommerce div.product .product_title {
	font-size: 28px !important;
}

.woocommerce div.product p.price ins {
	font-weight: bold;
}

.woocommerce div.product p.price {
	color: #192632 !important;
}

.woocommerce li.productBlock p.price-unit {
  color: #fff !important;
  opacity: .5 !important;
}

section.shop .section_block {
	display: flex;
}

section.shop .section_block .section h2 {
	font-size: 28px;
}

section.shop .section_block .section {
    float: left;
    width: 49%;
    color: #fff;
    transition: all 0.4s ease-in-out;
    background-size: 100%;
    border-radius: 8px;
}

section.shop .section_block .section.eins {
	margin-right: 1%;
    background-image: url("./images/filmproduction_stratoflights.jpg");
    background-position: bottom center;
    margin-bottom: 8px;
	background-repeat: no-repeat;
}

section.shop .section_block .section.zwei {
    margin-left: 1%;
    background-image: url("./images/shop_stratoflights.jpg");
    background-position: center center;
    margin-bottom: 8px;
	background-repeat: no-repeat;
}

@media screen and (min-width: 956px) {
  section.shop .section_block .section:hover {
      background-size: 105%;
  }
}

section.shop .section_block .section .inwrapper {
	padding: 40px;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}

section.shop .section_block .section .inwrapper p {
	font-size: 16px;
	line-height: 1.3em;
	text-shadow: 0px 2px 10px rgba(0,0,0,0.8);
	font-weight:bold;
	text-align: left;
}

section.shop .section_block .section .inwrapper ul {
	font-size: 16px;
	line-height: 1.4em;
	text-shadow: 0px 2px 10px rgba(0,0,0,0.8);
	font-weight:bold;
	text-align: left;
	margin: 0;
}

section.shop .section_block .section .inwrapper ul {
list-style: none;
  padding-left: 0;
}

section.shop .section_block .section .inwrapper ul li {
	position: relative;
  padding-left: 1.4em;  /* space to preserve indentation on wrap */
}

section.shop .section_block .section .inwrapper ul li:before {
  content: '✓';
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  width: 1em;
  height: 1em;
}

@media screen and (max-width: 1200px) {
  .free_shipping .middle, .free_shipping .right {
    margin-left: 30px;
  }
}

@media screen and (max-width: 955px) {
  .free_shipping .dhl {
    display: none;
  }
  section.shop .section_block .section {
    background-size: cover;
  }
  section.shop .section_block .section .inwrapper {
    padding: 40px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 850px) {
  .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {

  section.shop .section_block .section.zwei {
    margin-left: 0%;
    margin-bottom: 0%;
}

section.shop .section_block .section {
    float: none;
    width: 100%;
}

  section.shop .section_block .section .inwrapper {
    padding: 30px;
    padding-top: 25px;
  }

  section.shop .section_block .section h2 {
    font-size: 23px;
  }

    section.shop .section_block .section .inwrapper ul {
    font-size: 15px;
    }

  .woocommerce div.product .product_title {
    font-size: 26px !important;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	   width: 100% !important;
    float: left;
    clear: both;
    margin: 0 0 25px !important;
	}
	.woocommerce table.cart td.actions .input-text {
		margin-bottom: 5px;
	}

  .free_shipping {
    display: block;
  }
  .free_shipping .middle, .free_shipping .right, .free_shipping .icon {
    margin-left: 0px;
    text-align: left;
    margin-bottom: 10px;
  }
  .free_shipping .right {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1024px) {
  #filters li span {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {

	#filters li {
		display: inline-block;
		width: 50%;
	}

	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce ul.products[class*=columns-] li.product {
		float: left;
		margin-bottom: 2.5%;
		width: 48.75%;
	}

}

.woocommerce-products-header__title, .woocommerce .woocommerce-ordering {
	display:none;
}
.woocommerce div.product div.summary {
	clear: none !important;
}

.woocommerce .products ul, .woocommerce ul.products {
  margin:0px;
}

.woocommerce-checkout #payment {
  border-radius: 0px;
  background-color: #f1f1f1;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0px;
}

.woocommerce ul.products li.product .star-rating {
  display: none;
}

.woocommerce div.product .product_title {
  margin-bottom: 0px;
}

.payment_method_paypal .about_paypal {
  display: none;
}

.woocommerce-checkout #payment ul.payment_methods label {
  font-size: 16px;
  color: #333;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #d9dddf;
}

.woocommerce input.button.alt {
  background-color: #b8dd00;
}

.woocommerce input.button.alt:hover {
  background-color: #b3b3b3;
}

.addresses header.title h3 {
  margin-bottom: 0px;
  font-weight: bold;
}

h2.wc-bacs-bank-details-heading, h2.wc-bacs-order-details-heading, h2.wc-bacs-customer-details-heading, h2.woocommerce-order-details__title, h2.woocommerce-column__title, h2.woocommerce-shipments-list__title, h2.woocommerce-order-downloads__title{
  font-size: 22px;
  margin-top: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: none;
}

 h2.woocommerce-shipments-list__title {
  margin-top: 35px;
 }

.woocommerce .woocommerce-order-details {
	margin-bottom: 0.8em;
}

.woocommerce .woocommerce-customer-details {
	margin-bottom: 0px;
}

.woocommerce .woocommerce-customer-details address {
	padding: 0px;
	border: none;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
	margin-bottom: 0px !important;
}

.woocommerce .order_details li {
  text-transform: none;
  font-size:16px;
}

.woocommerce .order_details li strong {
  font-size: 16px;
}

.woocommerce-thankyou-order-received {
  font-weight: bold;
  padding: 15px;
  color: #fff;
  margin-bottom: 25px;
 font-size: 16px;
text-shadow: 0 1px 0 #eea236;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
	border-radius: 8px;
}

#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 #d9dddf;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
  margin-bottom: 15px;
  margin-top: 30px;
}

h3#ship-to-different-address {
  margin-bottom: 23px;
}

.woocommerce-shipping-fields .checkbox {
  display: inline-block;
}

.woocommerce-billing-fields h3, h3#order_review_heading {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 15px;
}

p#billing_address_1_field, p#shipping_address_1_field, p#shipping_address_2_field {
  margin-bottom: 5px;
}

.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection,
.select2-container .select2-dropdown, .select2-container .select2-selection {
  border-color: #ccc;
  background-color: #f5f5f5;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: .7em;
}

.select2-container .select2-choice {
    margin-right: 0px;
  line-height: 46px;
  height: 46px;
  font-size: 16px;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Oswald", "Calibri", sans-serif;
  font-size: #333;
}

textarea#order_comments {
  padding: 15px;
  min-height: 100px;
}

.woocommerce-error a {
  color: #192632;
}

p.mailchimp-newsletter label {
  font-size: 15px;
  line-height: 1.3 !important;
  margin-left: 0px;
}

.select2-results {
  font-size: 16px;
  color: #333;
}

form.newsletter {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 25px;
}

.woocommerce form .form-row input.input-text, .newsletter input[type="text"] {
  box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    height: 46px;
    font-size: 16px;
    font-weight: normal;
    display: block;
    width: 100%;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    background-color: #f5f5f5;
    border-color: #ccc;
}

.newsletter input[type="text"]:focus {
  outline: none;
}

.woocommerce form .form-row textarea {
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 10px;
font-size: 16px;
    font-weight: normal;
    height: 100px;
    resize:none;
}

.woocommerce form .form-row, form.newsletter .form-row {
  padding: 0px !important;
  margin-bottom: 20px;
}

.woocommerce table.my_account_orders {
  font-size: 16px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #1f3341;
     color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.woocommerce-error {
    background-color: #d9dddf;
  color: #192632;
}

.woocommerce-message, .woocommerce-info {
    border-top-color: #1f3341;
    line-height: 1.3;
}

.woocommerce-message:before {
    content: "\e015";
    color: #fff;
}

.woocommerce-info:before {
  color: #fff;
}

.woocommerce table.shop_table {
    border: none;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
	background-color: #f5f5f5;
	padding: 20px;
}

.woocommerce .shop_table .coupon label {
  display: none;
}

.woocommerce .shop_table.cart a {
  color: #192631;
}

.woocommerce .cart_totals table.shop_table {
  padding: 0px;
}

.woocommerce table.cart th {
  padding-top: 0px;
  padding-left: 12px !important;
}

.woocommerce table.shop_table .product-subtotal {
  text-align: right;
}

.woocommerce table.cart td.actions {
  padding: 0px;
  padding-top:25px;
}

.woocommerce-cart table.cart td.product-name a {
  color: #333;
  font-weight: bold;
}

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
  margin-bottom: 0px !important;
  padding: 0px;
  color:#8d9092 !important;
  font-size: 0.85em;
}

.woocommerce td.product-name dl.variation dd p, .woocommerce td.product-name dl.variation dt p {
  margin-bottom: 0px !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  padding: 25px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  border-radius: 8px;
}

.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 15px;
text-transform: none;
	font-size: 26px;
	font-weight: bold;
}

.woocommerce table.shop_table td {
  padding: 9px 12px;
}

.woocommerce table.shop_table td.product-name {
  width: 600px;
}

.woocommerce table.shop_table td.product-total, .woocommerce table.shop_table th.product-total, .woocommerce table.shop_table tfoot td {
  text-align: right;
}

.woocommerce table.shop_table th {
  padding: 9px 12px !important; 
}

.wc-gzd-checkbox-placeholder label {
  font-size: 15px;
  line-height: 1.3 !important; 
}

.wc-gzd-modal-content .wc-gzd-modal-content-inner {
  width: 50%;
}

.pickup-location-search-fields-wrapper p, .choose-pickup-location p {
  margin-bottom: 0px !important;
}

p#billing_address_2_field.form-row {
  margin-bottom: 10px;
}

.choose-pickup-location a {
color: #192632;
}

.woocommerce td.product-name dl.variation {
  margin-top: 7px;
}

@media screen and (max-width: 700px) {
  span.product-name__text {
    display: block;
  }
}

@media screen and (max-width: 360px) {
  .woocommerce table.shop_table {
    padding: 0px;
  }
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #b3b3b3;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td {
      border-top: 1px solid rgba(0,0,0,.1);
}

.woocommerce-cart .cart-collaterals .cart_totals table small {
  display: block;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
}

.woocommerce input.coupon_button {
  background-color: #b3b3b3;
  color: #fff;
}

.woocommerce input.update_cart, .newsletter input.submit:hover {
  background-color: #b3b3b3;
  color: #fff !important;
}

.woocommerce input.coupon_button:hover, .woocommerce input.update_cart:hover {
  background-color: #b8dd00;
  color: #fff;
}

#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 {
box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
  }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  min-width: 150px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  border: none;
  background-color: transparent;
  border-radius: 0px;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
  padding-bottom: 15px;
  margin-bottom: 27px;
}

.woocommerce div.product div.images {
  margin-bottom: 40px;
}

@media screen and (max-width: 700px) {
  .woocommerce div.product div.images, .woocommerce div.product div.summary {
    float: none;
    width: 100%;
  }
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #333;
    font-size: 24px;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 4px !important;
}

.woocommerce ul.products li.product .price {
  margin-top: 0px;
	font-size: 16px;
	color: #fff;
	margin-bottom: 0px;
  font-weight: bold;
  padding-bottom: 8px;

}

.woocommerce table.shop_attributes {
  border-top: 0px;
}

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
  text-align: left;
  border-bottom: none;
}

.woocommerce table.shop_attributes td {
  font-style: normal;
}

.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th {
  background-color: #f1f1f1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #e7e7e7 !important;
    background-color: #f5f5f5 !important;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0px;
    padding: 5px 14px !important;
    font-size: 16px !important;
      -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 1px !important;
  margin-right: 1px !important;
  margin-top: 5px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #192632;
	text-decoration: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: transparent !important;
	    border-bottom-color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    background-color: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover {
    background-color: transparent !important;
    color: #192632;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: #192632;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #192632;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
    color: #333;
}

.woocommerce-page div.product div.summary .short_product_description p {
  line-height: 21px;
}

.woocommerce .woocommerce-result-count {
  display: none;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: left;
  margin-bottom: 25px;
}

.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
  margin-right: 0px;
  line-height: 30px;
  height: 30px;
  font-size: 16px;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
  float: left;
  margin: 0px;
  padding:20px !important;
  position: relative;
  width: 100%;
  background-color: #1f3341;
  margin-bottom: 25px;
	box-sizing: border-box;
	border-radius: 8px;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}

.woocommerce ul.products li.product a img {
  margin: 0px;
	border-radius: 6px;
margin-bottom: 12px;
}

.woocommerce ul.products li.product figcaption .link {
  font-size: 24px;
  text-align: center;
  vertical-align: center;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border:5px solid white;
  padding-top: 38%;
}

.woocommerce ul.products li.product h3 {
  font-size: 16px;
  color: #333;
  display: inline-block;
    font-weight: bold;
    padding-bottom: 0px;
}

.woocommerce ul.products li.product .product-band {
  font-size: 14px;
  color: #333; 
  padding-top: 3px;
  padding-bottom: 8px;
}

.woocommerce ul.products li.product .product-meta {
  font-size: 14px;
  color: #333; 
  padding-bottom: 4px;
}

.product-subtitle{
  padding-left: 5px;
    font-size: 16px;
    color: #333;
}

.product-subtitle_singlepage{
  padding-left: 0px;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    display: block;
    margin-top: 2px;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  text-align: center;
  border-radius: 0px;
  margin-bottom: 0px;
  margin-top: 12px;
  color: #fff !important;
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	border-radius: 6px;
	font-weight: bold !important;
    padding: 13px 18px;
    font-size: 16px;
    text-shadow: 0 1px 0 #eea236;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
} 

.woocommerce ul.products li.product .button:hover {
  background-color: #b8dd00;
	text-decoration: none !important;
}

.woocommerce ul.products li.product .price del {
  display: inline-block !important;
}

.woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  text-decoration: none;
}

.woocommerce li.product span.onsale {
  background-color: #f0ad4e;
  color: #fff;
  font-size: 16px;
  z-index: 1;
  width: 50%;
  border-radius: 0px;
  line-height: 46px;
  height: 46px;
  padding: 0px;
  min-height: auto;
  min-width: auto;
  left:auto;
  top:0px;
  max-width: 150px;
  display: block;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.woocommerce .product span.onsale {
  display: none;
}

.woocommerce ul.products li.product .onsale {
  margin: 0px !important;
  bottom: 0px !important;
  top: 0px;
}


.woocommerce .widget_layered_nav ul li {
    list-style: none;
    display: inline-block;
}

.woocommerce .widget_layered_nav ul li a {
    list-style: none;
    display: inline-block;
    background-color: #f1f1f1;
    padding: 10px !important;
    margin: 2px;
    font-size: 16px;
    color: #333;
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.woocommerce .widget_layered_nav ul li a:hover {
    color: #fff;
    background-color: #b8dd00;
}

.woocommerce .widget_layered_nav ul li span {
    display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 17px;
	    color: #fff;
	padding-bottom: 5px;
	padding-top: 0px;
  line-height: 1.2;
}

#woocommerce_layered_nav-5 ul li, #woocommerce_layered_nav-5 ul li a {
  display: block;
}

#woocommerce_layered_nav-5 ul li a {
  margin: 0px;
  margin-bottom: 2px;
  padding: 10px;
}

.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.woocommerce .woocommerce-breadcrumb a:hover {
  color:#b8dd00;
}

.woocommerce button.button.alt {
  font-size: 16px;
    padding: 13px 24px;
    text-shadow: 0 1px 0 #eea236;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
	font-weight: bold !important;
	border-radius: 6px;
	-webkit-font-smoothing: inherit !important;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.woocommerce button.button.alt:hover {
  background-color: #b3b3b3;
}

.woocommerce button.button, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.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: #b3b3b3;
    color: #fff;
}

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

.woocommerce .quantity input.qty {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  font-weight: bold;
}

.product_meta, .product_meta a {
  font-size: 16px;
  line-height: 21px;
  color: #333;
}

.product_meta a:hover {
  color: #b8dd00;
}

.products h2 {
  margin-bottom: 12px;
	font-size: 24px;
}

a.reset_variations {
  display: none !important;
}

.product_variations {
  overflow: hidden;margin-bottom: 20px;
}

.variations_label label {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.woocommerce div.product form.cart .variations select {
  margin-right: 0px;
  /* line-height: 30px; */
  font-size: 15px;
  outline: none;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  width: 100%;
	float: none !important;
  padding: 10px;
  font-weight: bold;
  background-color: #f5f5f5;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
  margin-bottom: 5px;
}

.woocommerce .cart-collaterals .cross-sells {
	display: none;
}

@media screen and (min-width: 769px) {

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 50%;
  padding: 20px;
  background-color: #f5f5f5;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
  margin-bottom: 0;
}

/*.woocommerce ul.products li.product:nth-of-type(odd), .woocommerce-page ul.products li.product:nth-of-type(odd) {
  margin-right: 2.8%;
}

.woocommerce ul.products li.product:nth-of-type(even), .woocommerce-page ul.products li.product:nth-of-type(even) {
  margin-left: 0;
}*/

.columns-3 ul.products li.last {
  display: block;
}

ul.header_buttons li:hover ul.submenu_dashboard {
  display: block;
  position: absolute;
  top:60px;
}
	
section.upsells ul.products li.product:nth-child(3n+3) {
	margin-right: 0 !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page[class*=columns-] ul.products li.product,
.woocommerce[class*=columns-] ul.products li.product {
  margin: 0 2.5% 2.5% 0;
  width: 31.666% !important;
}


.woocommerce ul.products li.product:nth-child(3n) {
  margin-right: 0px;
}
.woocommerce ul.products li.product:nth-child(1), .woocommerce ul.products li.product:nth-child(3n+1) {
  clear: both;
}

/*.woocommerce ul.products li.filterProduct:nth-child(3n) {
  margin-right: 0px !important;
}
.woocommerce ul.products li.filterProduct:nth-child(1), .woocommerce ul.products li.filterProduct:nth-child(3n+1), 
.woocommerce-page ul.products li.product:nth-child(1), .woocommerce-page ul.products li.product:nth-child(3n+1) {
  clear: both !important;
}*/




.woocommerce .cart-collaterals .cross-sells {
	width: 49%;
	display: block;
}

.woocommerce .cart-collaterals .cross-sells h2 {
	line-height: 29px;
    margin-bottom: 12px;
    text-transform: none;
    font-size: 26px;
    font-weight: bold;
}

.woocommerce .cart-collaterals .cross-sells ul.products li.product {
	width: 46% !important;
	background-color: #f5f5f5;
	margin-right: 2%;
	margin-bottom: 2%;
}

.woocommerce .cart-collaterals .cross-sells ul.products li.product:nth-child(1), .woocommerce .cart-collaterals .cross-sells ul.products li.product:nth-child(3n+1) {
  clear: none;
}

.woocommerce .cart-collaterals .cross-sells ul.products li.product p.wc-gzd-additional-info {
	display: inherit;
	line-height: 17px;
	color: #192631;
	font-weight: 700;
	font-size: 13px;
}

.woocommerce .cart-collaterals .cross-sells ul.products li.product p.wc-gzd-additional-info a {
	color: #192631 !important;
}

.woocommerce .cart-collaterals .cross-sells ul.products li.product .woocommerce-loop-product__title {
	padding-bottom: 0px;
	font-size: 15px;
	text-transform: none;
	font-weight: bold;
	line-height: 18px;
	color: #192631;
}

.woocommerce .cart-collaterals .cross-sells ul.products li.product a:hover {
	text-decoration: none !important;
}

.woocommerce .cart-collaterals .cross-sells ul.products li.product .price {
	font-size: 15px;
	color: #192631;
}

.woocommerce .cart-collaterals .cross-sells ul.products li.product .button {
	font-size: 10px;
	display: none;
}

}
