@charset "UTF-8";
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: 'star';
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'WooCommerce';
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 
- All
*/
/* 
- Accent color
*/
.woocommerce .quantity .qty, .woocommerce .products .product .price, .woocommerce #reviews #comments ol.commentlist li .meta time, .woocommerce .cart .up, .woocommerce .cart .down, .woocommerce table.shop_table .product-price > span, .woocommerce table.shop_table .product-subtotal > span, .woocommerce div.product .date, .woocommerce div.product .product_meta .sku_wrapper, .woocommerce div.product .price-area, .woocommerce div.product .variations_form span.price {
  color: #c48f56;
}

.woocommerce .products .product .image .product_type_grouped, .woocommerce .products .product .add_to_cart_button, .woocommerce div.product .woocommerce-tabs .tabs li a:after, .woocommerce div.product form.cart .button {
  background: #c48f56;
}

.woocommerce .woocommerce-ordering select, .woocommerce form .form-row select, .woocommerce form .form-row textarea, .woocommerce form .form-row input.input-text, .woocommerce div.product form.cart .variations select, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .coupon-area .input-text, .select2-dropdown, .select2-container--default .select2-selection--single {
  border-color: #c48f56;
}

/* 
- Accent color 2
*/
.clear {
  clear: both;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 25px -5px;
  padding: 0;
  font-size: 0.857em;
}

.woocommerce .woocommerce-breadcrumb:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce .woocommerce-breadcrumb:before {
  content: " ";
  display: table;
}

.woocommerce .woocommerce-breadcrumb a {
  text-decoration: none;
  margin: 0 5px;
}

.woocommerce .woocommerce-breadcrumb span {
  margin-left: 5px;
}

.woocommerce .woocommerce-breadcrumb + .product {
  margin-top: 30px;
}

.woocommerce a.remove {
  text-decoration: none;
  font-size: 10px;
}

.woocommerce a.remove:after {
  content: "\e907";
  font-family: 'basic-ui-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.woocommerce a.remove:hover {
  color: #e67c00;
}

.woocommerce a.button {
  font-size: 0.8em;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 1.14em 1em;
  left: auto;
  color: #fff;
  background-color: #000;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.woocommerce a.button.loading {
  opacity: .25;
  padding-right: 2.618em;
}

.woocommerce a.button.loading:after {
  font-family: 'WooCommerce';
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.1em 0 0 -0.4em;
}

.woocommerce a.button:hover {
  background-color: #dedede;
  text-decoration: none;
  background-image: none;
  color: #515151;
}

.woocommerce a.button.alt {
  background-color: #e67c00;
  color: #fff;
}

.woocommerce a.button.alt:hover {
  background-color: #d87400;
  color: #fff;
}

.woocommerce a.button.disabled {
  cursor: not-allowed;
  opacity: .5;
}

.woocommerce a.button.disabled:hover {
  background-color: #ebe9eb;
}

.woocommerce a.button:disabled {
  cursor: not-allowed;
  opacity: .5;
}

.woocommerce a.button:disabled:hover {
  background-color: #ebe9eb;
}

.woocommerce a.button:disabled[disabled] {
  cursor: not-allowed;
  opacity: .5;
}

.woocommerce a.button:disabled[disabled]:hover {
  background-color: #ebe9eb;
}

.woocommerce a.button.added:after {
  font-family: 'WooCommerce';
  content: "\e017";
  margin-left: .53em;
  vertical-align: middle;
}

.woocommerce a.added_to_cart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding-top: 30%;
  font-size: 2em;
  text-align: center;
  display: none;
}

.woocommerce .quantity .quantity-buttons {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce .quantity .quantity-buttons .up {
  cursor: pointer;
  line-height: 20px;
}

.woocommerce .quantity .quantity-buttons .down {
  cursor: pointer;
  line-height: 20px;
}

.woocommerce .quantity .qty {
  width: 55px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  background: #f0f0f0;
  padding: 0 10px;
  margin: 0 3px;
  float: left;
  border: none;
}

.woocommerce .products {
  padding: 0;
  list-style: none;
  clear: both;
}

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

.woocommerce .products ul:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce .products ul:before {
  content: " ";
  display: table;
}

.woocommerce .products ul li {
  list-style: none;
}

.woocommerce .products:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce .products.owl-carousel .col-xs-12 {
  padding: 0;
  width: 100%;
}

.woocommerce .products.owl-carousel .product {
  margin-bottom: 0;
}

.woocommerce .products:before {
  content: " ";
  display: table;
}

.woocommerce .products li {
  list-style: none;
}

.woocommerce .products .product h3 {
  margin: 0;
  font-size: 1.143em;
  display: table-cell;
  height: 40px;
  padding: 5px 0;
  vertical-align: middle;
  width: 1800px;
  font-weight: 600;
}

.woocommerce .products .product h2 {
  margin: 0;
  font-size: 1.143em;
  display: table-cell;
  height: 40px;
  padding: 5px 0;
  vertical-align: middle;
  width: 1800px;
  font-weight: 600;
}

.woocommerce .products .product a {
  text-decoration: none;
  display: block;
}

.woocommerce .products .product a.woocommerce-LoopProduct-link {
  display: block;
  min-height: 70px;
}

.woocommerce .products .product .image {
  display: block;
  margin: 0 0 5px;
  overflow: hidden;
  position: relative;
}

.woocommerce .products .product .image .show {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.woocommerce .products .product .image:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.woocommerce .products .product .image .button {
  position: absolute;
  z-index: 2;
  right: 0;
  opacity: 0;
  bottom: -38px;
}

.woocommerce .products .product .image .product_type_grouped {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.woocommerce .products .product .image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.woocommerce .products .product .image .add_to_cart_button.added {
  opacity: 1;
  bottom: 0;
}

.woocommerce .products .product strong {
  display: block;
}

.woocommerce .products .product .star-rating {
  font-size: .857em;
}

.woocommerce .products .product .button {
  font-size: 1.143em;
  color: #000;
  font-weight: normal;
  margin: 0;
  border-radius: 0;
}

.woocommerce .products .product .button:hover {
  background-color: #efefef;
  color: #252a31;
  -webkit-box-shadow: inset 0 0 0 1px #e2e2e2;
          box-shadow: inset 0 0 0 1px #e2e2e2;
}

.woocommerce .products .product .add_to_cart_button {
  min-width: 38px;
  line-height: 38px;
  padding: 0 10px;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.woocommerce .products .product .add_to_cart_button span {
  display: none;
}

.woocommerce .products .product .add_to_cart_button:before {
  content: "\e94b";
  font-family: 'basic-ui-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: sub;
}

.woocommerce .products .product .add_to_cart_button.loading:before {
  opacity: 0;
}

.woocommerce .products .product .add_to_cart_button.added:before {
  vertical-align: middle;
}

.woocommerce .products .product .price {
  display: block;
  font-size: 16px;
  margin: 0 0 -5px;
  line-height: normal;
  font-weight: bold;
}

.woocommerce .products .product .price > * {
  display: inline-block;
}

.woocommerce .products .product .price ins {
  background: none;
}

.woocommerce .products .product .price .from {
  font-size: .67em;
  margin: -2px 0 0;
  text-transform: uppercase;
  color: rgba(132, 132, 132, 0.5);
}

.woocommerce .products .product:hover .image .button {
  opacity: 1;
  bottom: 0;
}

.woocommerce .products .product:hover .image img.show {
  opacity: 1;
  visibility: visible;
}

.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 .5em;
  float: none;
  display: none;
}

.woocommerce .products div.product {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.woocommerce .products.isotope div.product {
  height: auto !important;
}

.woocommerce .products div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
}

.woocommerce .products div.product p.price del {
  font-size: 12px;
  text-decoration: line-through;
}

.woocommerce .products div.product span.price del {
  font-size: 12px;
  text-decoration: line-through;
}

.woocommerce .products span.onsale {
  top: 0;
}

.woocommerce #reviews #comments .add_review:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce #reviews #comments .add_review:before {
  content: " ";
  display: table;
}

.woocommerce #reviews #comments h2 {
  clear: none;
}

.woocommerce #reviews #comments ol.commentlist {
  margin: 0;
  background: 0 0;
  list-style: none;
  padding: 0;
}

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

.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
  content: " ";
  display: table;
  clear: both;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:before {
  content: " ";
  display: table;
}

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

.woocommerce #reviews #comments ol.commentlist li .meta {
  font-size: 1.125em;
  margin: 0;
  border-bottom: 1px solid #323232;
  padding: 0 0 5px 0;
}

.woocommerce #reviews #comments ol.commentlist li .meta time {
  font-size: 0.778em;
}

.woocommerce #reviews #comments ol.commentlist li .description {
  line-height: 1.714em;
  padding: 0;
  font-weight: 300;
  font-size: 14px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  width: 80px;
  background-size: cover;
}

.woocommerce #reviews #comments ol.commentlist:after {
  content: " ";
  display: table;
  clear: both;
}

.woocommerce #reviews #comments ol.commentlist:before {
  content: " ";
  display: table;
}

.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none;
  margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}

.woocommerce #reviews #comments .commentlist > li:before {
  content: "";
}

.woocommerce #reviews h3 {
  margin: 0;
}

.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}

.woocommerce #reviews h2 small {
  float: right;
  color: #777;
  font-size: 15px;
  margin: 10px 0 0;
}

.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #777;
}

.woocommerce .cart div.quantity {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 133px;
}

.woocommerce .cart div.quantity-buttons {
  float: left;
  margin: 3px 10px;
  font-size: 1.3em;
}

.woocommerce .cart .up {
  float: left;
  font-size: 24px;
  width: 35px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  border-right: 0;
  cursor: pointer;
  text-decoration: none;
  background: #f0f0f0;
}

.woocommerce .cart .down {
  float: left;
  font-size: 24px;
  width: 35px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  border-right: 0;
  cursor: pointer;
  text-decoration: none;
  background: #f0f0f0;
}

.woocommerce .cart .button {
  float: none;
}

.woocommerce .cart .booking_price + div.quantity {
  display: none;
}

.woocommerce .cart input.button {
  float: none;
}

.woocommerce .shop_table .down {
  background: #fff;
}

.woocommerce .shop_table .up {
  background: #fff;
}

.woocommerce .shop_table .text {
  background: #fff;
}

.woocommerce .shop_table div.quantity {
  margin-right: 0;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 20px;
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  border-style: solid;
  border-width: 1px;
  background: #fff;
  font-size: 14px;
  height: 35px;
  padding: 0 55px 0 15px;
  background: url("../images/select.png") right 0 top 50% no-repeat;
  background-size: 45px auto;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.woocommerce .woocommerce-result-count {
  margin: 0 0 20px;
}

.woocommerce #review_form {
  padding-bottom: 15px;
}

.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: 0 0;
  border: 0;
}

.woocommerce #review_form #respond:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce #review_form #respond:before {
  content: " ";
  display: table;
}

.woocommerce #review_form #respond p {
  margin: 0 0 15px;
}

.woocommerce #review_form #respond .comment-notes {
  padding: 0 15px;
}

.woocommerce #review_form #respond .comment-form-rating {
  margin-bottom: 20px;
}

.woocommerce #review_form #respond .comment-form-rating > * {
  display: inline-block;
  margin: 10px 0 0;
  vertical-align: top;
}

.woocommerce #review_form #respond .comment-form-rating label {
  margin-right: 10px;
  margin-top: 11px;
}

.woocommerce #review_form #respond textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.woocommerce #review_form #respond .form-submit input {
  left: auto;
}

.woocommerce .woocommerce-product-rating {
  line-height: 2;
  display: block;
}

.woocommerce .woocommerce-product-rating:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce .woocommerce-product-rating:before {
  content: " ";
  display: table;
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left;
  font-size: 1em;
  float: none;
  display: inline-block;
  vertical-align: top;
}

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

.woocommerce td.product-name dl.variation:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce td.product-name dl.variation:before {
  content: " ";
  display: table;
}

.woocommerce td.product-name dl.variation dd {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  line-height: 1em;
}

.woocommerce td.product-name dl.variation dd p:last-child {
  margin-bottom: 0;
}

.woocommerce td.product-name dl.variation dt {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  line-height: 1em;
  font-weight: 600;
  padding: 0 0 .25em;
  margin: 0 4px 0 0;
  clear: left;
}

.woocommerce td.product-name p.backorder_notification {
  font-size: .83em;
}

.woocommerce td.product-quantity {
  min-width: 80px;
}

.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 6.1em;
  font-family: 'star';
  letter-spacing: 0.2em;
  color: #f7d744;
  margin-top: 6px;
}

.woocommerce .star-rating:before {
  content: "\73\73\73\73\73";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  color: #f7d744;
}

.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  color: #f7d744;
}

.woocommerce .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

.woocommerce .woocommerce-noreviews {
  margin: 5px 0 30px;
}

.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1.2em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  color: #f7d744;
  font-size: 1.2em;
  text-align: center;
}

.woocommerce p.stars a:before {
  content: "\e021";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: 'WooCommerce';
  text-indent: 0;
}

.woocommerce p.stars a:hover ~ a:before {
  content: "\e021";
}

.woocommerce p.stars.selected a.active:before {
  content: "\e020";
}

.woocommerce p.stars.selected a.active ~ a:before {
  content: "\e021";
}

.woocommerce p.stars.selected a:not(.active):before {
  content: "\e020";
}

.woocommerce p.stars:hover a:before {
  content: "\e020";
}

.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}

.woocommerce table.shop_attributes {
  border: none;
  margin-bottom: 1.618em;
  width: 100%;
  font-size: 1.2em;
}

.woocommerce table.shop_attributes td {
  line-height: 1.5;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  margin: 0;
  font-size: 0.889em;
  font-style: italic;
  padding: 0 25px;
  font-size: 0.889em;
}

.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}

.woocommerce table.shop_attributes th {
  line-height: 1.5;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  margin: 0;
  font-size: 0.889em;
  width: 110px;
  font-weight: 700;
  padding: 8px 15px;
  text-align: left;
}

.woocommerce table.shop_attributes .alt td {
  background: rgba(0, 0, 0, 0.01);
}

.woocommerce table.shop_attributes .alt th {
  background: rgba(0, 0, 0, 0.01);
}

.woocommerce table.shop_table {
  margin: 0 0 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  background: #f0f0f0;
  border: none;
}

.woocommerce table.shop_table th {
  font-weight: bold;
  padding: 9px 12px;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  font-size: 1.500em;
  height: 75px;
}

.woocommerce table.shop_table td {
  border: 1px solid #e2e2e2;
  padding: 15px 12px;
  vertical-align: middle;
  border-right: none;
  border-left: none;
}

.woocommerce table.shop_table td small {
  font-weight: 400;
}

.woocommerce table.shop_table .product-remove {
  text-align: center;
  width: 40px;
  padding: 0;
}

.woocommerce table.shop_table .product-name .image {
  float: left;
}

.woocommerce table.shop_table .product-name .name {
  text-decoration: none;
  margin-left: 80px;
  display: block;
  margin-top: 10px;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1em;
}

.woocommerce table.shop_table .product-name .variation {
  display: block;
  float: none;
  font-size: 0.889em;
}

.woocommerce table.shop_table .product-name .variation dt {
  clear: none;
}

.woocommerce table.shop_table .product-name .variation dd p {
  margin: 0;
  line-height: 1;
}

.woocommerce table.shop_table .product-price {
  text-align: center;
}

.woocommerce table.shop_table .product-price > span {
  font-size: 1.500em;
  font-weight: normal;
}

.woocommerce table.shop_table .product-quantity {
  text-align: center;
  font-weight: 600;
}

.woocommerce table.shop_table .product-quantity .quantity-buttons {
  font-size: 21px;
  margin-right: 9px;
}

.woocommerce table.shop_table .product-subtotal {
  text-align: center;
  width: 120px;
}

.woocommerce table.shop_table .product-subtotal > span {
  font-size: 1.500em;
  font-weight: normal;
}

.woocommerce table.shop_table tbody th {
  font-weight: 600;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce table.shop_table tbody:first-child tr:first-child td {
  border-top: 0;
}

.woocommerce table.shop_table tbody:first-child tr:first-child th {
  border-top: 0;
}

.woocommerce table.shop_table tfoot td {
  font-weight: 600;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce table.shop_table tfoot th {
  font-weight: 600;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce table.my_account_orders {
  font-size: .85em;
}

.woocommerce table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}

.woocommerce table.my_account_orders th {
  padding: 4px 8px;
  vertical-align: middle;
}

.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}

.woocommerce table.my_account_orders .order-actions {
  text-align: right;
}

.woocommerce table.my_account_orders .order-actions .button {
  margin: .125em 0 .125em .25em;
}

.woocommerce ul.cart_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce ul.cart_list li {
  padding: 10px 15px;
  margin: 0;
  list-style: none;
  padding-bottom: 0;
}

.woocommerce ul.cart_list li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.woocommerce ul.cart_list li dl:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce ul.cart_list li dl:before {
  content: " ";
  display: table;
}

.woocommerce ul.cart_list li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  padding: 0 0 .25em;
}

.woocommerce ul.cart_list li dl dd p:last-child {
  margin-bottom: 0;
}

.woocommerce ul.cart_list li dl dt {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  font-weight: 700;
  padding: 0 0 .25em;
  margin: 0 4px 0 0;
  clear: left;
}

.woocommerce ul.cart_list li:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce ul.cart_list li:before {
  content: " ";
  display: table;
}

.woocommerce ul.cart_list li a {
  display: block;
  font-weight: 600;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 5px;
  text-decoration: none;
  padding-right: 25px;
}

.woocommerce ul.cart_list li .star-rating {
  float: none;
}

.woocommerce ul.product_list_widget {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce ul.product_list_widget li {
  padding: 10px 15px;
  margin: 0;
  list-style: none;
}

.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.woocommerce ul.product_list_widget li dl:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce ul.product_list_widget li dl:before {
  content: " ";
  display: table;
}

.woocommerce ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  padding: 0 0 .25em;
}

.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}

.woocommerce ul.product_list_widget li dl dt {
  display: inline-block;
  float: left;
  margin-bottom: 0;
  font-weight: 700;
  padding: 0 0 .25em;
  margin: 0 4px 0 0;
  clear: left;
}

.woocommerce ul.product_list_widget li:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce ul.product_list_widget li.empty {
  padding-bottom: 0;
}

.woocommerce ul.product_list_widget li:before {
  content: " ";
  display: table;
}

.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 600;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 5px;
  text-decoration: none;
  padding-right: 25px;
}

.woocommerce ul.product_list_widget li img {
  float: left;
  margin-right: 10px;
  width: 60px;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce ul.product_list_widget li .star-rating {
  float: none;
}

.woocommerce ul#shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce ul#shipping_method li {
  margin: 0;
  padding: 0.05em 0;
  text-indent: -22px;
  list-style: none;
  text-align: left;
}

.woocommerce ul#shipping_method li:before {
  display: none;
}

.woocommerce ul#shipping_method li input {
  margin: 3px .5ex;
  vertical-align: middle;
}

.woocommerce ul#shipping_method li label {
  display: inline;
}

.woocommerce ul#shipping_method .amount {
  font-size: 1.1em;
  margin-left: 5px;
}

.woocommerce ul#shipping_method .amount span {
  font-size: 1em;
  margin: 0;
}

.woocommerce .order_details {
  margin: 0 0 1.5em;
  list-style: none;
  padding: 0;
}

.woocommerce .order_details:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce .order_details:before {
  content: " ";
  display: table;
}

.woocommerce .order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: .715em;
  line-height: 1;
  border-right: 1px dashed #d3ced2;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  margin: 0 2em 0 0;
  color: inherit;
}

.woocommerce .order_details li:before {
  display: none;
}

.woocommerce .order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}

.woocommerce .order_details li:last-of-type {
  border: none;
}

.woocommerce .widget_shopping_cart .buttons:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce .widget_shopping_cart .buttons:before {
  content: " ";
  display: table;
}

.woocommerce .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}

.woocommerce.widget_shopping_cart .buttons:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce.widget_shopping_cart .buttons:before {
  content: " ";
  display: table;
}

.woocommerce.widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}

.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
  text-align: left;
}

.woocommerce form .form-row label {
  line-height: 2;
  font-size: 1.143em;
  font-weight: 300;
}

.woocommerce form .form-row label.hidden {
  visibility: hidden;
}

.woocommerce form .form-row label.inline {
  display: inline;
  vertical-align: middle;
}

.woocommerce form .form-row select {
  vertical-align: top;
  border: 1px solid;
  background: #fff;
  font-size: 14px;
  height: 35px;
  padding: 0 55px 0 15px;
  background: url("../images/select.png") right 0 top 50% no-repeat;
  background-size: 45px auto;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.woocommerce form .form-row .required {
  color: #5d1900;
  font-weight: 700;
  border: 0;
}

.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}

.woocommerce form .form-row textarea {
  width: 100%;
  font-size: 1em;
  line-height: 20px;
  border: none;
  border-bottom: 1px solid;
  margin-bottom: 25px;
  background: none;
  color: inherit;
  padding: 10px 15px;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid;
}

.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #a00;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container {
  border-color: #a00;
}

.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text {
  border-color: #a00;
}

.woocommerce form .form-row.woocommerce-validated .select2-container {
  border-color: #69bf29;
}

.woocommerce form .form-row.woocommerce-validated select {
  border-color: #69bf29;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
  border-color: #69bf29;
}

.woocommerce form .form-row:-moz-placeholder {
  line-height: normal;
}

.woocommerce form .form-row:-ms-input-placeholder {
  line-height: normal;
}

.woocommerce form .form-row label[for="start_date"] {
  float: left;
  min-width: 80px;
  font-weight: 600;
  padding: 6px 0;
  margin: 10px 0 0;
}

.woocommerce form .form-row label[for="end_date"] {
  float: left;
  min-width: 80px;
  font-weight: 600;
  padding: 6px 0;
  margin: 10px 0 0;
}

.woocommerce form .form-row #start_date {
  width: auto;
  margin: 10px 0 0;
  background: #fff url("../images/calendar2.png") top 50% right 10px no-repeat;
  padding: 10px 50px 10px 20px;
  background-size: 22px;
}

.woocommerce form .form-row #end_date {
  width: auto;
  margin: 10px 0 0;
  background: #fff url("../images/calendar2.png") top 50% right 10px no-repeat;
  padding: 10px 50px 10px 20px;
  background-size: 22px;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity .5s .5s ease;
  -o-transition: opacity .5s .5s ease;
  transition: opacity .5s .5s ease;
  opacity: 0;
}

.woocommerce form .form-row input.input-text {
  width: 100%;
  font-size: 1em;
  line-height: 20px;
  border: none;
  border-bottom: 1px solid;
  margin-bottom: 25px;
  background: none;
  color: inherit;
  padding: 11px 15px;
  line-height: 21px;
  margin: 0;
  vertical-align: middle;
}

.woocommerce form .form-row::-webkit-input-placeholder {
  line-height: normal;
}

.woocommerce form.checkout_coupon {
  border: 1px solid #e2e2e2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
}

.woocommerce form.login {
  border: 1px solid #e2e2e2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
}

.woocommerce form.register {
  border: 1px solid #e2e2e2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
}

.woocommerce form .wc-gzd-order-submit .form-row {
  padding: 20px 25px;
  margin: 0;
}

.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: .8751em;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}

.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: .5em;
  margin-right: .5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #a46497;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -.3em;
  margin-left: -.5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #a46497;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: .5em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #602053;
  border: 0;
}

.woocommerce .blockUI.blockOverlay {
  position: relative;
}

.woocommerce .blockUI.blockOverlay:before {
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  display: block;
  content: "";
  -webkit-animation: spin2 1s ease-in-out infinite;
          animation: spin2 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}

.woocommerce .loader:before {
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  display: block;
  content: "";
  -webkit-animation: spin2 1s ease-in-out infinite;
          animation: spin2 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}

.woocommerce small.note {
  display: block;
  color: #777;
  font-size: .857em;
  margin-top: 10px;
}

.woocommerce div.product {
  position: relative;
  z-index: 1;
}

.woocommerce div.product .heading-decor {
  margin-top: 0;
  margin-bottom: 25px;
}

.woocommerce div.product .heading-decor h1 {
  margin-top: 0;
}

.woocommerce div.product .date {
  font-size: 11px;
  font-weight: bold;
  margin: 25px 0;
}

.woocommerce div.product .product_meta .posted_in {
  display: block;
}

.woocommerce div.product .product_meta .posted_in a {
  color: #8a8a8a;
  background: #fff;
  border: 1px solid;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 5px 0;
}

.woocommerce div.product .product_meta .posted_in a + a {
  margin-left: 10px;
}

.woocommerce div.product .product_meta .sku_wrapper {
  margin: 0 0 10px;
  display: block;
  font-weight: bold;
  font-size: 14px;
}

.woocommerce div.product .product_meta .tagged_as {
  display: block;
  margin: 5px 0 0;
}

.woocommerce div.product .product_meta .tagged_as i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3em;
  margin-right: 5px;
}

.woocommerce div.product .product_meta .tagged_as span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.778em;
  margin-right: 5px;
}

.woocommerce div.product .product_meta .tagged_as a {
  font-size: 0.778em;
  text-decoration: none;
  color: #9f9f9f;
  display: inline-block;
  vertical-align: middle;
}

.woocommerce div.product .product_meta .tagged_as a:not(:last-of-type):after {
  content: '\002C';
}

.woocommerce div.product .price-area {
  float: left;
  margin: -15px 0 0;
}

.woocommerce div.product .price-area + .cart:not(.variations_form) {
  margin: 21px 0 0;
  float: right;
}

.woocommerce div.product p.cart {
  margin-bottom: 2em;
  margin: 0 auto 40px;
  text-align: right;
}

.woocommerce div.product p.cart:after {
  clear: both;
  display: table;
  content: " ";
}

.woocommerce div.product p.cart:before {
  display: table;
  content: " ";
}

.woocommerce div.product p.price {
  font-size: 3.000em;
  margin: 0;
}

.woocommerce div.product p.price ins {
  background: inherit;
  text-decoration: none;
  display: inline-block;
}

.woocommerce div.product p.price del {
  text-decoration: none;
  display: inline-block;
  font-size: 0.600em;
  margin-right: 5px;
  position: relative;
  text-decoration: line-through;
  color: #b7b7b7;
}

.woocommerce div.product p.price del .woocommerce-Price-currencySymbol {
  font-size: 1em;
  margin: 0;
  vertical-align: inherit;
}

.woocommerce div.product p.stock {
  font-size: .92em;
}

.woocommerce div.product .variations_form span.price {
  margin: -15px 0;
  display: block;
}

.woocommerce div.product .variations_form p.price {
  font-size: 1.500em;
}

.woocommerce div.product .stock {
  color: #77a464;
}

.woocommerce div.product .out-of-stock {
  color: red;
}

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

.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
  color: #8a8a8a;
  font-size: 0.667em;
  text-decoration: none;
}

.woocommerce div.product div.images {
  margin-bottom: 2em;
}

.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce div.product div.images .thumbnails img:hover {
  border-color: #e67c00;
}

.woocommerce div.product div.images div.thumbnails {
  padding-top: 0;
  margin: 15px -10px 0;
}

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

.woocommerce div.product div.summary div[itemprop="description"] {
  line-height: 1.875em;
  margin: 0;
  font-weight: 300;
}

.woocommerce div.product div.summary div[itemprop="description"] p {
  margin-top: 0;
}

.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}

.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}

.woocommerce div.product div.social span span {
  margin: 0;
}

.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}

.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}

.woocommerce div.product .woocommerce-tabs .tabs {
  position: relative;
  background: #e8e8e8;
  margin-left: -15px;
  font-size: 1.500em;
  font-weight: bold;
  padding: 17px 0;
  margin-bottom: 30px;
}

.woocommerce div.product .woocommerce-tabs .tabs .container {
  overflow: hidden;
  margin: 0 auto;
}

.woocommerce div.product .woocommerce-tabs .tabs li {
  display: block;
  float: left;
  margin-right: 55px;
}

.woocommerce div.product .woocommerce-tabs .tabs li:last-of-type {
  margin-right: 0;
}

.woocommerce div.product .woocommerce-tabs .tabs li a {
  text-decoration: none;
  display: block;
  padding: 5px 0;
  position: relative;
}

.woocommerce div.product .woocommerce-tabs .tabs li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce div.product .woocommerce-tabs .tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}

.woocommerce div.product .woocommerce-tabs .tabs li.active a:after {
  height: 3px;
}

.woocommerce div.product .woocommerce-tabs .tabs li.active:before {
  -webkit-box-shadow: 2px 2px 0 #fff;
          box-shadow: 2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs .tabs li.active:after {
  -webkit-box-shadow: -2px 2px 0 #fff;
          box-shadow: -2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.woocommerce div.product .woocommerce-tabs .site-content {
  font-size: 14px;
  line-height: 1.71429;
}

.woocommerce div.product .woocommerce-tabs .site-content p {
  margin-top: 0;
}

.woocommerce div.product form.cart {
  margin-bottom: 2em;
  margin: 0 auto 40px;
  text-align: right;
}

.woocommerce div.product form.cart:after {
  clear: both;
  display: table;
  content: " ";
}

.woocommerce div.product form.cart:before {
  display: table;
  content: " ";
}

.woocommerce div.product form.cart table {
  border-width: 0 0 1px;
}

.woocommerce div.product form.cart table td {
  padding-left: 0;
}

.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}

.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: none;
  width: 100%;
  overflow: hidden;
  text-align: left;
  margin: 40px 0 36px;
}

.woocommerce div.product form.cart .variations td {
  border: 0;
  vertical-align: top;
  line-height: 2em;
  padding: 10px 0;
}

.woocommerce div.product form.cart .variations td.label {
  padding: 10px 20px;
  vertical-align: middle;
  font-size: 12px;
  padding-left: 0;
  font-style: italic;
}

.woocommerce div.product form.cart .variations td.value {
  position: relative;
  padding-right: 65px;
}

.woocommerce div.product form.cart .variations th {
  border: 0;
  vertical-align: top;
  line-height: 2em;
  padding: 10px 0;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 600;
}

.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  display: inline-block;
  color: inherit;
  width: 100%;
  background: url("../images/select.png") top 50% right 0 no-repeat;
  background-size: 45px auto;
  border: 1px solid;
  font-weight: 300;
  font-size: 12px;
  padding: 13px 25px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.woocommerce div.product form.cart .variations select option {
  background: #fff;
}

.woocommerce div.product form.cart .woocommerce-variation {
  float: left;
  margin: 1px 0 -15px;
  text-align: left;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
  float: right;
}

.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-style: italic;
}

.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}

.woocommerce div.product form.cart .button {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 12px;
  text-transform: none;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 0;
  text-transform: uppercase;
}

.woocommerce div.product form.cart div.quantity-buttons div:hover {
  color: #e67c00;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}

.woocommerce div.product form.cart .single_add_to_cart_button:before {
  content: "\e94b";
  font-family: 'basic-ui-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.3em;
  display: inline-block;
  vertical-align: middle;
  margin: -20px 15px -18px 0;
}

.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: .5em;
  border: 0;
}

.woocommerce div.product form.cart .group_table td.label {
  padding-right: 1em;
  padding-left: 1em;
}

.woocommerce div.product span.price {
  font-size: 3.000em;
  margin: 0;
}

.woocommerce div.product span.price ins {
  background: inherit;
  text-decoration: none;
  display: inline-block;
}

.woocommerce div.product span.price del {
  text-decoration: none;
  display: inline-block;
  font-size: 0.600em;
  margin-right: 5px;
  position: relative;
  text-decoration: line-through;
  color: #b7b7b7;
}

.woocommerce div.product span.price del .woocommerce-Price-currencySymbol {
  font-size: 1em;
  margin: 0;
  vertical-align: inherit;
}

.woocommerce nav.woocommerce-pagination {
  padding: 0 15px 35px;
  width: 100%;
  overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul {
  clear: both;
  margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li a {
  display: inline-block;
  text-decoration: none;
  min-width: 30px;
  line-height: 33px;
  border: 1px solid;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 12px;
}

.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-block;
  text-decoration: none;
  min-width: 30px;
  line-height: 33px;
  border: 1px solid;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 12px;
}

.woocommerce .related .products .product h3 {
  font-size: 16px;
}

.woocommerce .related .products .product h2 {
  font-size: 16px;
}

.woocommerce .related .products .product .button {
  font-size: 14px;
}

.woocommerce span.onsale {
  position: absolute;
  top: 1px;
  left: 50%;
  background: #04625b;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 25px;
  padding: 0 10px;
  z-index: 2;
  color: #fff;
  font-weight: 500;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.woocommerce button.button {
  font-size: 0.8em;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 1.14em 1em;
  left: auto;
  color: #fff;
  background-color: #000;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.woocommerce button.button.loading {
  opacity: .25;
  padding-right: 2.618em;
}

.woocommerce button.button.loading:after {
  font-family: 'WooCommerce';
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.1em 0 0 -0.4em;
}

.woocommerce button.button:hover {
  background-color: #dedede;
  text-decoration: none;
  background-image: none;
  color: #515151;
}

.woocommerce button.button.alt {
  background-color: #e67c00;
  color: #fff;
}

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

.woocommerce button.button.disabled {
  cursor: not-allowed;
  opacity: .5;
}

.woocommerce button.button.disabled:hover {
  background-color: #ebe9eb;
}

.woocommerce button.button:disabled {
  cursor: not-allowed;
  opacity: .5;
}

.woocommerce button.button:disabled:hover {
  background-color: #ebe9eb;
}

.woocommerce button.button:disabled[disabled] {
  cursor: not-allowed;
  opacity: .5;
}

.woocommerce button.button:disabled[disabled]:hover {
  background-color: #ebe9eb;
}

.woocommerce button.button.added:after {
  font-family: 'WooCommerce';
  content: "\e017";
  margin-left: .53em;
  vertical-align: middle;
}

.woocommerce input.button {
  font-size: 0.8em;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 1.14em 1em;
  left: auto;
  color: #fff;
  background-color: #000;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

.woocommerce input.button.loading {
  opacity: .25;
  padding-right: 2.618em;
}

.woocommerce input.button.loading:after {
  font-family: 'WooCommerce';
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.1em 0 0 -0.4em;
}

.woocommerce input.button:hover {
  background-color: #dedede;
  text-decoration: none;
  background-image: none;
  color: #515151;
}

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

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

.woocommerce input.button.disabled {
  cursor: not-allowed;
  opacity: .5;
}

.woocommerce input.button.disabled:hover {
  background-color: #ebe9eb;
}

.woocommerce input.button:disabled {
  cursor: not-allowed;
  opacity: .5;
}

.woocommerce input.button:disabled:hover {
  background-color: #ebe9eb;
}

.woocommerce input.button:disabled[disabled] {
  cursor: not-allowed;
  opacity: .5;
}

.woocommerce input.button:disabled[disabled]:hover {
  background-color: #ebe9eb;
}

.woocommerce input.button.added:after {
  font-family: 'WooCommerce';
  content: "\e017";
  margin-left: .53em;
  vertical-align: middle;
}

.woocommerce #respond input#submit.loading {
  opacity: .25;
  padding-right: 2.618em;
}

.woocommerce #respond input#submit.loading:after {
  font-family: 'WooCommerce';
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.1em 0 0 -0.4em;
}

.woocommerce #respond input#submit.alt {
  background-color: #e67c00;
  color: #fff;
}

.woocommerce #respond input#submit.alt:hover {
  background-color: #d87400;
  color: #fff;
}

.woocommerce #respond input#submit.disabled {
  cursor: not-allowed;
  opacity: .5;
}

.woocommerce #respond input#submit.disabled:hover {
  background-color: #ebe9eb;
}

.woocommerce #respond input#submit:disabled {
  cursor: not-allowed;
  opacity: .5;
}

.woocommerce #respond input#submit:disabled:hover {
  background-color: #ebe9eb;
}

.woocommerce #respond input#submit:disabled[disabled] {
  cursor: not-allowed;
  opacity: .5;
}

.woocommerce #respond input#submit:disabled[disabled]:hover {
  background-color: #ebe9eb;
}

.woocommerce #respond input#submit.added:after {
  font-family: 'WooCommerce';
  content: "\e017";
  margin-left: .53em;
  vertical-align: middle;
}

.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}

.woocommerce .cart-collaterals table.shop_table {
  margin-bottom: 0;
  background: no-repeat;
}

.woocommerce .cart-collaterals table.shop_table th {
  padding: 10px 0;
  padding: 15px 25px;
  border-right: none !important;
  font-size: 1.143em;
  height: 60px;
}

.woocommerce .cart-collaterals table.shop_table th.product-total {
  text-align: right;
}

.woocommerce .cart-collaterals table.shop_table td {
  text-align: right;
  padding: 10px 25px;
  font-size: 0.889em;
}

.woocommerce .cart-collaterals table.shop_table td.product-name {
  text-align: left;
}

.woocommerce .cart-collaterals table.shop_table.woocommerce-checkout-review-order-table td .amount {
  color: #bc8a53;
  font-weight: bold;
  font-size: 16px;
}

.woocommerce .cart-collaterals table.shop_table.woocommerce-checkout-review-order-table .order-total td .amount {
  font-size: 24px;
}

.woocommerce .cart-collaterals table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td .amount {
  font-size: 24px;
}

.woocommerce .cart-collaterals table.shop_table .product-name .variation {
  margin-left: 0;
}

.woocommerce .widget_layered_nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.woocommerce .widget_layered_nav ul li {
  padding: 0 0 1px;
  list-style: none;
}

.woocommerce .widget_layered_nav ul li:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce .widget_layered_nav ul li:before {
  content: " ";
  display: table;
}

.woocommerce .widget_layered_nav ul li a {
  padding: 1px 0;
}

.woocommerce .widget_layered_nav ul li span {
  padding: 1px 0;
}

.woocommerce .widget_layered_nav ul li.chosen a:before {
  line-height: 1;
  content: "";
  font-family: 'WooCommerce';
  font-weight: 400;
  color: #a00;
  speak: none;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  margin-right: .618em;
}

.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.woocommerce .widget_rating_filter ul li {
  padding: 0 0 1px;
  list-style: none;
}

.woocommerce .widget_rating_filter ul li:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce .widget_rating_filter ul li:before {
  content: " ";
  display: table;
}

.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}

.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}

.woocommerce .widget_rating_filter ul li.chosen a:before {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: .618em;
  content: "";
  text-decoration: none;
  color: #a00;
}

.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  overflow: hidden;
  zoom: 1;
}

.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1px 1px 0;
  list-style: none;
}

.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}

.woocommerce .widget_layered_nav_filters ul li a:before {
  line-height: 1;
  content: "";
  font-family: 'WooCommerce';
  font-weight: 400;
  color: #a00;
  speak: none;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  margin-right: .618em;
}

.woocommerce .woocommerce-error .button {
  padding: 5px 10px;
}

.woocommerce .woocommerce-info .button {
  padding: 5px 10px;
}

.woocommerce .woocommerce-message .button {
  padding: 5px 10px;
}

@-webkit-keyframes spin2 {
  100% {
  }
}

@keyframes spin2 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@font-face {
  font-family: 'star';
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'WooCommerce';
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: 400;
  font-style: normal;
}

.site-dark.woocommerce .cart .down {
  background: #272727;
}

.site-dark.woocommerce .cart .up {
  background: #272727;
}

.site-dark.woocommerce .cart .text {
  background: #272727;
}

.site-dark.woocommerce .woocommerce-error {
  background: #232323;
  color: #fff;
}

.site-dark.woocommerce .woocommerce-error .button {
  background: #fff;
  color: #000;
}

.site-dark.woocommerce .woocommerce-info {
  background: #232323;
  color: #fff;
}

.site-dark.woocommerce .woocommerce-info .button {
  background: #fff;
  color: #000;
}

.site-dark.woocommerce .woocommerce-message {
  background: #232323;
  color: #fff;
}

.site-dark.woocommerce .woocommerce-message .button {
  background: #fff;
  color: #000;
}

.site-dark.woocommerce div.product .woocommerce-tabs .tabs {
  background: #111111;
}

.site-dark.woocommerce div.product form.cart .variations select option {
  background: #000;
}

.site-dark.woocommerce .products .product .price del {
  color: #fff;
}

.site-dark.woocommerce .woocommerce-ordering select option {
  background: #000;
}

.site-dark.woocommerce .cart-collaterals table.shop_table {
  color: #fff;
  background: #323232;
}

.site-dark .woocommerce .shop_table .down {
  background: #000;
}

.site-dark .woocommerce .shop_table .up {
  background: #000;
}

.site-dark .woocommerce .shop_table .text {
  background: #000;
}

.site-dark .woocommerce .woocommerce-error {
  background: #232323;
  color: #fff;
}

.site-dark .woocommerce .woocommerce-error .button {
  background: #fff;
  color: #000;
}

.site-dark .woocommerce .woocommerce-info {
  background: #232323;
  color: #fff;
}

.site-dark .woocommerce .woocommerce-info .button {
  background: #fff;
  color: #000;
}

.site-dark .woocommerce .woocommerce-message {
  background: #232323;
  color: #fff;
}

.site-dark .woocommerce .woocommerce-message .button {
  background: #fff;
  color: #000;
}

.site-dark .woocommerce .products .product .price del {
  color: #fff;
}

.site-dark .woocommerce table.shop_table {
  background: #272727;
  color: #fff;
}

.site-dark .woocommerce table.shop_table td {
  border-color: #000;
}

.site-dark .woocommerce table.shop_table th {
  border-color: #000;
}

.site-dark .select2-dropdown {
  background: #000;
}

.site-dark.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-bottom: 1px solid #e2e2e2;
}

.site-dark.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border-bottom: 1px solid #e2e2e2;
}

.site-light div.product form.cart .variations select {
  background-image: url("../images/select-light.png");
}

.site-light .woocommerce-ordering select {
  background-image: url("../images/select-light.png");
}

.site-light form .form-row select {
  background-image: url("../images/select-light.png");
}

.site-light .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("../images/select-light.png");
}

.coupon-area {
  text-align: center;
  padding: 30px 15px;
  margin-bottom: 30px;
  border: 2px dashed #f0f0f0;
}

.coupon-area .input-text {
  max-width: 210px;
  border-radius: 0;
  padding: 11px 15px;
  line-height: 21px;
  margin: 0 15px 0 0;
  vertical-align: top;
  text-align: left;
}

.coupon-area .button-style1 {
  vertical-align: middle;
  margin-left: 10px;
}

#add_payment_method .wc-proceed-to-checkout {
  padding: 1em 0 30px;
}

#add_payment_method .wc-proceed-to-checkout:after {
  clear: both;
  content: " ";
  display: table;
}

#add_payment_method .wc-proceed-to-checkout:before {
  content: " ";
  display: table;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  font-size: 1em;
  padding: 1em;
  width: 100%;
}

#add_payment_method .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block;
}

#add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: .618em;
  content: "";
  text-decoration: none;
}

#add_payment_method .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}

#add_payment_method .cart-collaterals .cart_totals table th {
  width: 40%;
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}

#add_payment_method .cart-collaterals .cart_totals table td {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}

#add_payment_method .cart-collaterals .cart_totals table small {
  color: #777;
}

#add_payment_method .cart-collaterals .cart_totals table select {
  width: 100%;
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 0;
}

#add_payment_method .cart-collaterals .cart_totals tr td {
  border: none;
}

#add_payment_method .cart-collaterals .cart_totals tr th {
  border: none;
}

#add_payment_method .cart-collaterals .cart_totals p small {
  color: #777;
  font-size: .83em;
}

#add_payment_method .cart-collaterals .cart_totals .discount td {
  color: #77a464;
}

#add_payment_method .cart-collaterals .cross-sells .products .product {
  margin-top: 0;
}

#add_payment_method #payment div.form-row {
  padding: 1em 25px;
  padding: 30px 25px;
  text-align: center;
}

#add_payment_method #payment div.payment_box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0.1px 1em 1em;
  margin: 1em 0;
  font-size: 0.889em;
  border-radius: 2px;
  line-height: 1.3em;
  background-color: #dfdcde;
  color: #515151;
}

#add_payment_method #payment div.payment_box textarea {
  border-color: #bbb3b9 #c7c1c6 #c7c1c6;
}

#add_payment_method #payment div.payment_box:-moz-placeholder {
  color: #bbb3b9;
}

#add_payment_method #payment div.payment_box:-ms-input-placeholder {
  color: #bbb3b9;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none;
  margin: 0;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
  margin: 0 0 .5em;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
  cursor: pointer;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
  margin: 0 0 .5em;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
  cursor: pointer;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right .618em center;
  background-size: 32px 20px;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url("../images/icons/credit-cards/visa.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url("../images/icons/credit-cards/laser.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url("../images/icons/credit-cards/amex.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url("../images/icons/credit-cards/discover.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right .618em center;
  background-size: 32px 20px;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa {
  background-image: url("../images/icons/credit-cards/visa.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser {
  background-image: url("../images/icons/credit-cards/laser.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex {
  background-image: url("../images/icons/credit-cards/amex.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover {
  background-image: url("../images/icons/credit-cards/discover.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right .618em center;
  background-size: 32px 20px;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa {
  background-image: url("../images/icons/credit-cards/visa.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser {
  background-image: url("../images/icons/credit-cards/laser.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex {
  background-image: url("../images/icons/credit-cards/amex.svg");
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover {
  background-image: url("../images/icons/credit-cards/discover.svg");
}

#add_payment_method #payment div.payment_box .form-row {
  margin: 0 0 1em;
}

#add_payment_method #payment div.payment_box:before {
  content: "";
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

#add_payment_method #payment div.payment_box input.input-text {
  border-color: #bbb3b9 #c7c1c6 #c7c1c6;
}

#add_payment_method #payment div.payment_box span.help {
  font-size: .857em;
  color: #777;
  font-weight: 400;
}

#add_payment_method #payment div.payment_box p:last-child {
  margin-bottom: 0;
}

#add_payment_method #payment div.payment_box::-webkit-input-placeholder {
  color: #bbb3b9;
}

#add_payment_method #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: .83em;
}

#add_payment_method #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}

#add_payment_method #payment ul.payment_methods {
  text-align: left;
  padding: 20px 25px 0;
  margin: 0;
  list-style: none;
}

#add_payment_method #payment ul.payment_methods li {
  text-align: left;
  margin: 0;
  font-weight: 400;
  padding: 4px 0;
  font-size: 0.889em;
}

#add_payment_method #payment ul.payment_methods li:after {
  content: " ";
  display: table;
  clear: both;
}

#add_payment_method #payment ul.payment_methods li:before {
  content: " ";
  display: table;
  display: none;
}

#add_payment_method #payment ul.payment_methods li input {
  margin: 0 0.2em 0 0;
  vertical-align: middle;
}

#add_payment_method #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#add_payment_method #payment ul.payment_methods li img + img {
  margin-left: 2px;
}

#add_payment_method #payment ul.payment_methods:after {
  content: " ";
  display: table;
  clear: both;
}

#add_payment_method #payment ul.payment_methods:before {
  content: " ";
  display: table;
}

#add_payment_method .checkout .col-2 .form-row-first {
  clear: left;
}

#add_payment_method .checkout .col-2 .notes {
  clear: left;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}

#add_payment_method .checkout .shipping_address {
  clear: both;
}

#add_payment_method .checkout .create-account small {
  font-size: 11px;
  color: #777;
  font-weight: 400;
}

#add_payment_method .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}

#add_payment_method table.cart .product-thumbnail {
  min-width: 32px;
}

#add_payment_method table.cart img {
  width: 65px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#add_payment_method table.cart td {
  vertical-align: middle;
}

#add_payment_method table.cart td.actions .coupon .input-text {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1;
}

#add_payment_method table.cart th {
  vertical-align: middle;
}

#add_payment_method table.cart input {
  margin: 0;
  vertical-align: middle;
}

.woocommerce-account .woocommerce:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce-account .woocommerce:before {
  content: " ";
  display: table;
}

.woocommerce-account .addresses .title:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce-account .addresses .title:before {
  content: " ";
  display: table;
}

.woocommerce-account .addresses .title h3 {
  float: left;
}

.woocommerce-account .addresses .title .edit {
  float: right;
}

.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}

.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.woocommerce-account ul.digital-downloads li .count {
  float: right;
}

.woocommerce-account ul.digital-downloads li:before {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: .618em;
  content: "";
  text-decoration: none;
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}

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

.woocommerce-cart .wc-proceed-to-checkout:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce-cart .wc-proceed-to-checkout:before {
  content: " ";
  display: table;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  display: block;
  text-align: center;
  font-size: 1em;
  padding: 1em;
  width: 100%;
}

.woocommerce-cart .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block;
}

.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: .618em;
  content: "";
  text-decoration: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: 40%;
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}

.woocommerce-cart .cart-collaterals .cart_totals table small {
  color: #777;
}

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

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border: none;
  padding: 20px 30px;
  font-size: 1em;
  border-bottom: 1px solid #e2e2e2;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td .woocommerce-Price-amount {
  font-size: 1.875em;
  font-weight: bold;
  color: #bc8a53;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border: none;
  padding: 20px 30px;
  height: auto;
  border-bottom: 1px solid #e2e2e2;
}

.woocommerce-cart .cart-collaterals .cart_totals p small {
  color: #777;
  font-size: .83em;
}

.woocommerce-cart .cart-collaterals .cart_totals .discount td {
  color: #77a464;
}

.woocommerce-cart .cart-collaterals .cross-sells .products .product {
  margin-top: 0;
}

.woocommerce-cart #payment div.form-row {
  padding: 1em 25px;
  padding: 30px 25px;
  text-align: center;
}

.woocommerce-cart #payment div.payment_box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0.1px 1em 1em;
  margin: 1em 0;
  font-size: 0.889em;
  border-radius: 2px;
  line-height: 1.3em;
  background-color: #dfdcde;
  color: #515151;
}

.woocommerce-cart #payment div.payment_box textarea {
  border-color: #bbb3b9 #c7c1c6 #c7c1c6;
}

.woocommerce-cart #payment div.payment_box:-moz-placeholder {
  color: #bbb3b9;
}

.woocommerce-cart #payment div.payment_box:-ms-input-placeholder {
  color: #bbb3b9;
}

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none;
  margin: 0;
}

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
  margin: 0 0 .5em;
}

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
  cursor: pointer;
}

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
  margin: 0 0 .5em;
}

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
  cursor: pointer;
}

.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right .618em center;
  background-size: 32px 20px;
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url("../images/icons/credit-cards/visa.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url("../images/icons/credit-cards/laser.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url("../images/icons/credit-cards/amex.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url("../images/icons/credit-cards/discover.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right .618em center;
  background-size: 32px 20px;
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa {
  background-image: url("../images/icons/credit-cards/visa.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser {
  background-image: url("../images/icons/credit-cards/laser.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex {
  background-image: url("../images/icons/credit-cards/amex.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover {
  background-image: url("../images/icons/credit-cards/discover.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right .618em center;
  background-size: 32px 20px;
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa {
  background-image: url("../images/icons/credit-cards/visa.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser {
  background-image: url("../images/icons/credit-cards/laser.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex {
  background-image: url("../images/icons/credit-cards/amex.svg");
}

.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover {
  background-image: url("../images/icons/credit-cards/discover.svg");
}

.woocommerce-cart #payment div.payment_box .form-row {
  margin: 0 0 1em;
}

.woocommerce-cart #payment div.payment_box:before {
  content: "";
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.woocommerce-cart #payment div.payment_box input.input-text {
  border-color: #bbb3b9 #c7c1c6 #c7c1c6;
}

.woocommerce-cart #payment div.payment_box span.help {
  font-size: .857em;
  color: #777;
  font-weight: 400;
}

.woocommerce-cart #payment div.payment_box p:last-child {
  margin-bottom: 0;
}

.woocommerce-cart #payment div.payment_box::-webkit-input-placeholder {
  color: #bbb3b9;
}

.woocommerce-cart #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: .83em;
}

.woocommerce-cart #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}

.woocommerce-cart #payment ul.payment_methods {
  text-align: left;
  padding: 20px 25px 0;
  margin: 0;
  list-style: none;
}

.woocommerce-cart #payment ul.payment_methods li {
  text-align: left;
  margin: 0;
  font-weight: 400;
  padding: 4px 0;
  font-size: 0.889em;
}

.woocommerce-cart #payment ul.payment_methods li:after {
  content: " ";
  display: table;
  clear: both;
}

.woocommerce-cart #payment ul.payment_methods li:before {
  content: " ";
  display: table;
  display: none;
}

.woocommerce-cart #payment ul.payment_methods li input {
  margin: 0 0.2em 0 0;
  vertical-align: middle;
}

.woocommerce-cart #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce-cart #payment ul.payment_methods li img + img {
  margin-left: 2px;
}

.woocommerce-cart #payment ul.payment_methods:after {
  content: " ";
  display: table;
  clear: both;
}

.woocommerce-cart #payment ul.payment_methods:before {
  content: " ";
  display: table;
}

.woocommerce-cart .checkout .col-2 .form-row-first {
  clear: left;
}

.woocommerce-cart .checkout .col-2 .notes {
  clear: left;
}

.woocommerce-cart .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}

.woocommerce-cart .checkout .shipping_address {
  clear: both;
}

.woocommerce-cart .checkout .create-account small {
  font-size: 11px;
  color: #777;
  font-weight: 400;
}

.woocommerce-cart .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}

.woocommerce-cart table.cart .product-thumbnail {
  min-width: 32px;
}

.woocommerce-cart table.cart img {
  width: 65px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce-cart table.cart td {
  vertical-align: middle;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1;
}

.woocommerce-cart table.cart th {
  vertical-align: middle;
}

.woocommerce-cart table.cart input {
  margin: 0;
  vertical-align: middle;
}

.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 1em 0 30px;
}

.woocommerce-checkout .wc-proceed-to-checkout:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce-checkout .wc-proceed-to-checkout:before {
  content: " ";
  display: table;
}

.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  font-size: 1em;
  padding: 1em;
  width: 100%;
}

.woocommerce-checkout .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block;
}

.woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  font-family: 'WooCommerce';
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: .618em;
  content: "";
  text-decoration: none;
}

.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}

.woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 40%;
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}

.woocommerce-checkout .cart-collaterals .cart_totals table td {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}

.woocommerce-checkout .cart-collaterals .cart_totals table small {
  color: #777;
}

.woocommerce-checkout .cart-collaterals .cart_totals table select {
  width: 100%;
}

.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}

.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 0;
}

.woocommerce-checkout .cart-collaterals .cart_totals tr td {
  border: none;
}

.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border: none;
}

.woocommerce-checkout .cart-collaterals .cart_totals p small {
  color: #777;
  font-size: .83em;
}

.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
  color: #77a464;
}

.woocommerce-checkout .cart-collaterals .cross-sells .products .product {
  margin-top: 0;
}

.woocommerce-checkout #payment div.form-row {
  padding: 1em 25px;
  padding: 30px 25px;
  text-align: center;
}

.woocommerce-checkout #payment div.payment_box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0.1px 1em 1em;
  margin: 1em 0;
  font-size: 0.889em;
  border-radius: 2px;
  line-height: 1.3em;
  background-color: #dfdcde;
  color: #515151;
}

.woocommerce-checkout #payment div.payment_box textarea {
  border-color: #bbb3b9 #c7c1c6 #c7c1c6;
}

.woocommerce-checkout #payment div.payment_box:-moz-placeholder {
  color: #bbb3b9;
}

.woocommerce-checkout #payment div.payment_box:-ms-input-placeholder {
  color: #bbb3b9;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none;
  margin: 0;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
  margin: 0 0 .5em;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
  cursor: pointer;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
  margin: 0 0 .5em;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
  cursor: pointer;
}

.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right .618em center;
  background-size: 32px 20px;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url("../images/icons/credit-cards/visa.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url("../images/icons/credit-cards/laser.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url("../images/icons/credit-cards/amex.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url("../images/icons/credit-cards/discover.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right .618em center;
  background-size: 32px 20px;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa {
  background-image: url("../images/icons/credit-cards/visa.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser {
  background-image: url("../images/icons/credit-cards/laser.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex {
  background-image: url("../images/icons/credit-cards/amex.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover {
  background-image: url("../images/icons/credit-cards/discover.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right .618em center;
  background-size: 32px 20px;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
  background-image: url("../images/icons/credit-cards/visa.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
  background-image: url("../images/icons/credit-cards/laser.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
  background-image: url("../images/icons/credit-cards/amex.svg");
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
  background-image: url("../images/icons/credit-cards/discover.svg");
}

.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0 0 1em;
}

.woocommerce-checkout #payment div.payment_box:before {
  content: "";
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.woocommerce-checkout #payment div.payment_box input.input-text {
  border-color: #bbb3b9 #c7c1c6 #c7c1c6;
}

.woocommerce-checkout #payment div.payment_box span.help {
  font-size: .857em;
  color: #777;
  font-weight: 400;
}

.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}

.woocommerce-checkout #payment div.payment_box::-webkit-input-placeholder {
  color: #bbb3b9;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: .83em;
}

.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}

.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 20px 25px 0;
  margin: 0;
  list-style: none;
}

.woocommerce-checkout #payment ul.payment_methods li {
  text-align: left;
  margin: 0;
  font-weight: 400;
  padding: 4px 0;
  font-size: 0.889em;
}

.woocommerce-checkout #payment ul.payment_methods li:after {
  content: " ";
  display: table;
  clear: both;
}

.woocommerce-checkout #payment ul.payment_methods li:before {
  content: " ";
  display: table;
  display: none;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 0.2em 0 0;
  vertical-align: middle;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce-checkout #payment ul.payment_methods li img + img {
  margin-left: 2px;
}

.woocommerce-checkout #payment ul.payment_methods:after {
  content: " ";
  display: table;
  clear: both;
}

.woocommerce-checkout #payment ul.payment_methods:before {
  content: " ";
  display: table;
}

.woocommerce-checkout .checkout .col-2 .form-row-first {
  clear: left;
}

.woocommerce-checkout .checkout .col-2 .notes {
  clear: left;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}

.woocommerce-checkout .checkout .shipping_address {
  clear: both;
}

.woocommerce-checkout .checkout .create-account small {
  font-size: 11px;
  color: #777;
  font-weight: 400;
}

.woocommerce-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}

.woocommerce-checkout table.cart .product-thumbnail {
  min-width: 32px;
}

.woocommerce-checkout table.cart img {
  width: 65px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce-checkout table.cart td {
  vertical-align: middle;
}

.woocommerce-checkout table.cart td.actions .coupon .input-text {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1;
}

.woocommerce-checkout table.cart th {
  vertical-align: middle;
}

.woocommerce-checkout table.cart input {
  margin: 0;
  vertical-align: middle;
}

.woocommerce-error {
  padding: 0.8em 2em 1em 3.5em !important;
  margin: 0 0 2em !important;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none !important;
  width: auto;
  word-wrap: break-word;
  font-size: 0.889em;
  border-top-color: #b81c23;
}

.woocommerce-error:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce-error a {
  font-size: .875em;
  margin-left: 10px;
}

.woocommerce-error:before {
  content: " ";
  display: table;
  font-family: 'WooCommerce';
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 0.8em;
  left: 1.5em;
  content: "\e016";
  color: #b81c23;
}

.woocommerce-error .button {
  float: right;
}

.woocommerce-error li {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.woocommerce-info {
  padding: 0.8em 2em 1em 3.5em !important;
  margin: 0 0 2em !important;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none !important;
  width: auto;
  word-wrap: break-word;
  font-size: 0.889em;
  border-top-color: #1e85be;
}

.woocommerce-info:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce-info a {
  font-size: .875em;
  margin-left: 10px;
}

.woocommerce-info:before {
  content: " ";
  display: table;
  font-family: 'WooCommerce';
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 0.8em;
  left: 1.5em;
  color: #1e85be;
}

.woocommerce-info .button {
  float: right;
}

.woocommerce-info li {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.woocommerce-message {
  padding: 0.8em 2em 1em 3.5em !important;
  margin: 0 0 2em !important;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none !important;
  width: auto;
  word-wrap: break-word;
  font-size: 0.889em;
  border-top-color: #8fae1b;
}

.woocommerce-message:after {
  clear: both;
  content: " ";
  display: table;
}

.woocommerce-message a {
  font-size: .875em;
  margin-left: 10px;
}

.woocommerce-message:before {
  content: " ";
  display: table;
  font-family: 'WooCommerce';
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 0.8em;
  left: 1.5em;
  content: "\e015";
  color: #8fae1b;
}

.woocommerce-message .button {
  float: right;
}

.woocommerce-message li {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.woocommerce-checkout-review-order h3 {
  padding: 10px 25px 0;
  font-size: 24px;
  text-align: center;
}

.woocommerce-checkout-review-order .place-order .checkout-button {
  display: block;
  text-align: center;
  font-size: 1em;
  padding: 1em;
  width: 100%;
}

.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px .5em;
  font-size: 1em;
}

.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}

.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}

.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}

.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}

.woocommerce-password-hint {
  margin: .5em 0 0;
  display: block;
}

.select2-drop-active {
  border: 2px solid;
  border-top: none;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

.select2-drop {
  background: #fff;
  margin-top: -2px;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 2px solid;
  border-radius: 5px 5px 0 0;
}

.select2-container .select2-choice {
  border: 2px solid;
  font-style: italic;
  padding: 0 25px 0 15px;
}

.select2-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.woocommerce-shipping-fields {
  width: 100%;
  overflow: hidden;
}

.select2-dropdown {
  border-radius: 0;
}

.prod-nav {
  float: right;
  color: #9faea0;
  font-size: 1.571em;
  margin-top: -55px;
}

.prod-nav a {
  text-decoration: none;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.prod-nav a i {
  display: block;
}

.product-d-category {
  color: #748b75;
}

.product-d-category a {
  margin-right: 15px;
}

.wceb_picker_wrap {
  text-align: left;
}

.booking_details {
  text-align: left;
}

.booking_price {
  text-align: left;
}

.picker__holder {
  overflow: hidden;
  padding-bottom: 15px;
  max-height: none;
}

.picker__nav--prev {
  height: 30px;
  width: 30px;
  padding: 7px 9px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.picker__nav--prev:hover {
  background: none;
  opacity: 0.5;
}

.picker__nav--next {
  height: 30px;
  width: 30px;
  padding: 7px 9px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.picker__nav--next:hover {
  background: none;
  opacity: 0.5;
}

.picker__footer {
  margin: 0 -1.5%;
}

.picker__footer button {
  width: 30%;
  margin: 0 1.5%;
}

#order_review_heading {
  padding: 10px 25px 0;
  font-size: 24px;
  text-align: center;
}

.wc-gzd-order-submit {
  padding: 20px;
}

.wc-gzd-order-submit .form-row {
  padding: 0 !important;
  margin: 0 !important;
}

p.demo_store {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #a46497;
  color: #fff;
  z-index: 99998;
  -webkit-box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
}

p.demo_store a {
  color: #fff;
}

.admin-bar p.demo_store {
  top: 32px;
}

.products.owl-carousel {
  margin-bottom: 30px;
}

.cart-collaterals ul#shipping_method {
  max-width: 135px;
  display: inline-block;
  font-size: 0.875em;
}

.woocommerce-page .cart-collaterals .heading {
  border-bottom: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 4px 0;
  text-align: center;
}

.woocommerce-page .cart-collaterals .wc-gzd-product-name-left {
  float: left;
  margin: 0;
  max-width: 19%;
}

.woocommerce-page .cart-collaterals .wc-gzd-product-name-right {
  float: none;
  margin-left: 60px;
  font-size: 14px;
  line-height: 1.2;
}

.woocommerce-page .cart-collaterals .wc-gzd-product-name-right .delivery-time-info {
  font-size: 12px;
  margin: 5px 0 0;
  font-style: italic;
}

.single-product .twentythirteen #reply-title {
  padding: 0;
}

.single-product .twentythirteen .entry-summary {
  padding: 0;
}

.single-product .twentythirteen p.stars {
  clear: both;
}

.single-product .twentythirteen #respond #commentform {
  padding: 0;
}

.product.has-default-attributes.has-children > .images {
  opacity: 0;
}

#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1;
}

.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px;
}

.twentyfourteen .products .product {
  margin-top: 0 !important;
}

body:not(.search-results) .twentysixteen .entry-summary {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.twentysixteen .price ins {
  background: inherit;
  color: inherit;
}

.select2-search input {
  font-size: 14px;
  line-height: 17px;
  margin-top: 5px;
}

.select2-dropdown-open.select2-drop-above .select2-choice {
  border: 2px solid;
  border-top-color: transparent;
}

.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 2px solid;
  border-top-color: transparent;
}

.select2-container--default .select2-selection--single {
  border: 1px solid;
  border-radius: 0;
  height: 40px;
  background: transparent;
  color: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  color: inherit;
  padding: 0 14px;
}

h1.product_title {
  margin: 0 0 25px;
}

div.product div.images .product-image a[data-type="video"] {
  display: block;
  max-width: 100%;
  width: 100%;
  background-position: 50%;
  background-size: cover;
  padding-bottom: 100%;
  position: relative;
  text-decoration: none;
}

div.product div.images .product-image a[data-type="video"] i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 25px;
  width: 3em;
  line-height: 3em;
  background: #000;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  text-indent: 0.2em;
  margin: -1.5em 0 0 -1.5em;
}

div.product div.images .thumbnails a span {
  display: block;
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

div.product div.images .thumbnails a i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3em;
  line-height: 3em;
  text-align: center;
  margin: -1.5em 0 0 -1.5em;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  text-indent: 0.2em;
  font-size: 12px;
}

.wc-gzd-checkbox-placeholder.wc-gzd-checkbox-placeholder-legal .form-row label {
  font-size: 14px;
  line-height: 1.5;
  color: inherit !important;
  padding: 0 25px;
  display: block !important;
}
