/* ---------------------------------------------------------------------------------
------------------------------   SHOP   ----------------------------------
------------------------------------------------------------------------------------*/

/* ------------------------
-----   General   -----
------------------------------*/

.woocommerce #page-title,
.woocommerce .page-title,
.woocommerce-result-count,
.woocommerce-page #page-title {
  display: none;
}

#filter-opener .krown-svg.cart {
  left: -30px;
  top: -37px;
  shape-rendering: geometricprecision;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
}
#filter-opener .count {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  left: 0;
  line-height: 11px;
  position: absolute;
  text-align: center;
  top: 7px;
  width: 100%;
}

/* ------------------------
-----   Filters   -----
------------------------------*/

#shop-sidebar {
  display: none;
  margin-bottom: 50px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 0 26px;
  position: relative;
}
#shop-sidebar .widget {
  display: inline-block;
  margin: 0 80px 0 0;
}
#shop-sidebar .widget:last-child {
  margin-left: 0;
}
#shop-sidebar .title {
  font-size: 15px;
  line-height: 15px;
  color: #7b7b7b;
  font-weight: 500;
  float: left;
  margin-right: 15px;
}
#shop-sidebar .title:after {
  content: ":";
}
#shop-sidebar form {
  width: auto;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 4px;
  background: #ccc;
  position: relative;
  border-radius: 5px;
  width: 150px;
  margin-top: 1px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -3px;
  margin-left: -3px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 2px solid #7b7b7b;
  background: #fff;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}
.ui-slider-horizontal .ui-slider-handle:hover {
  border-color: #e54939;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 4px;
  background: #efefef;
  position: absolute;
  z-index: 0;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.widget_price_filter {
  position: relative;
  top: 2px;
}
.price_slider_wrapper {
  top: 3px;
  position: relative;
}
.price_slider_wrapper a {
  padding: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
}
.price_slider,
.price_slider_amount {
  float: left;
}
.price_slider_amount .button {
  float: right;
  background: none repeat scroll 0 0 transparent !important;
  border: none !important;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 0 !important;
  margin: -4px 0 0 10px;
  cursor: pointer;
}
.price_label {
  font-size: 12px;
  line-height: 12px;
  color: #7d7d7d;
  font-weight: 500;
  float: left;
  margin: -4px 0 0 34px;
}
.price_label span {
  display: inline;
}

#shop-sidebar #main-search {
  top: 25px;
  position: absolute;
}

/* ------------------------
-----   Grid   -----
------------------------------*/

.product.item a.button {
  display: none;
}
#portfolio .product.item .caption span.price:after,
#portfolio .product.item .caption span.price span:after {
  display: none;
}
#portfolio .product.item .caption span.price {
  display: block;
  position: relative;
  top: 25px;
  font-size: 21px;
  line-height: 21px;
  font-weight: 500;
  color: #1b1b1b;
  margin-top: 25px;
}
#portfolio .product.item .caption span.amount {
  font-size: 21px;
  line-height: 21px;
  font-weight: 500;
  color: #1b1b1b;
}
#portfolio .product.item .caption .price del span.amount {
  text-decoration: line-through;
  color: #666;
  font-size: 16px;
}

/* ------------------------
-----   Inner product   -----
------------------------------*/

.woocommerce-breadcrumb {
  font-size: 14px;
  line-height: 14px;
  color: #959595;
  font-weight: 500;
  padding-bottom: 13px;
}
.woocommerce-breadcrumb span {
  margin: 0 28px;
  color: #b8b8b8;
}

/* Gallery & Title */

.single-product .images {
  float: right;
  width: 50%;
}
.single-product .summary {
  width: 50%;
  padding-right: 80px;
}
.single-product .images img {
  width: 100%;
}
.single-product .product_title {
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
  margin-bottom: 27px;
}

/* Ratings */

.summary .woocommerce-product-rating,
.summary .star-rating {
  display: none;
}
.summary .star-rating.visible {
  display: block;
}
.summary .star-rating {
  display: inline-block !important;
  float: right;
  margin-top: 7px;
}

.star-rating b,
.comment-form-rating a {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin-left: 4px;
  background: #ddd;
  cursor: default;
}
.star-rating .star,
.comment-form-rating a.star {
  background: #b99d61;
}

.star-rating .half-star {
  width: 6px;
  height: 12px;
  border-radius: 6px 0 0 6px;
  margin-left: 0;
  background: #b99d61;
}
.star-rating .half-star:nth-child(even) {
  border-radius: 0 6px 6px 0;
  margin-right: 4px;
}
.star-rating .half-star.no {
  background: #ddd;
}

/* Price */

.summary .price {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 28px;
  float: left;
}
.summary .price ins {
  text-decoration: none;
  float: left;
  margin-right: 20px;
}
.summary .price del {
  font-size: 18px;
  line-height: 18px;
  color: #959595;
}

/* Description */

.summary div[itemprop="description"] {
  clear: left;
  border-top: 1px solid #e5e5e5;
  padding-top: 40px;
  font-size: 15px;
  line-height: 25px;
}

/* Cart buttons */

.single-product .summary .cart,
.product-quantity {
  padding: 30px 0 15px;
}
.single-product .cart input,
.product-quantity input {
  width: 50px;
  height: 50px;
  float: left;
  color: #1d1d1d;
  font-size: 24px;
  background: transparent;
  border: none;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  text-align: center;
  font-family: "Lato", sans-serif;
}
.single-product .cart .minus,
.product-quantity .minus {
  padding: 0 2px 3px 0;
}
.single-product .cart input:hover,
.product-quantity input:hover {
  color: #666;
  border-color: transparent;
}

.single-product .cart .input-text,
.single-product .cart .input-text:hover,
.product-quantity .input-text,
.product-quantity .input-text:hover {
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #4d4d4d;
  cursor: text;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.single-product .cart .input-text::-webkit-outer-spin-button,
.single-product .cart .input-text::-webkit-inner-spin-button,
.product-quantity .input-text::-webkit-outer-spin-button,
.product-quantity .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product .cart .button,
.product-quantity .button,
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.update-button {
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  padding: 0 20px !important;
  background: #fff;
  color: #212121;
  background: #212121;
  color: #fff;
  border-color: transparent;
  font-size: 12px;
  line-height: 12px;
  padding-top: 0;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all 100ms linear !important;
  transition: all 100ms linear !important;
}
.single-product .cart .button:hover,
.product-quantity .button:hover,
.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.update-button:hover {
  background: #b99d61;
  color: #fff;
}
.woocommerce-error li {
  list-style: none;
}

/* Messages */

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  margin: -50px auto 50px !important;
  padding: 30px 0;
  min-height: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.woocommerce-error {
  color: #d50000;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  float: right;
  padding-top: 15px !important;
  height: 44px;
  top: -7px;
  position: relative;
}

/* Meta */

.single-product .product_meta {
  margin-top: -10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
}
.single-product .product_meta span {
  display: block;
  margin-bottom: 10px;
}
.single-product .product_meta a {
  color: #959595;
}
.single-product .product_meta a:hover {
  color: #e54939;
}

/* Tabs */

.woo-tabs {
  margin-top: 50px;
  font-size: 15px;
  line-height: 25px;
  clear: both;
}
.woo-tabs .contents {
  padding-top: 50px;
}
.woo-tabs .panel h2:first-child {
  display: none;
}

.related h2:first-child {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  border-bottom: 3px solid #f1f1f1;
  padding: 30px;
}

/* Reviews */

#reviews #comments {
  margin-top: -40px;
}
#reviews #comments > div,
.add_review {
  display: none;
}
#reviews #respond {
  margin-top: -60px;
}
#reviews .comment-form-rating p {
  display: none;
}
#reviews .comment-form-rating select {
  display: block !important;
}
#reviews .comment:first-child {
  border-top: none;
}
#reviews .star-rating {
  position: absolute;
  top: 60px;
  right: 0;
}

#review_form form > p {
  width: 33.3%;
  padding: 0 1%;
  float: left;
  position: relative;
}
#review_form form > p.comment-form-author {
  padding-left: 0;
}
#review_form form > p.comment-form-rating {
  padding-right: 0;
}
#review_form form > p.comment-form-comment {
  width: 100%;
  padding: 0;
}
#review_form form > p.form-submit {
  padding: 0;
}
#review_form .stars {
  display: none;
}
#review_form span.required {
  position: absolute;
  top: 0;
  right: 10px;
}
.logged-in #review_form form > p.comment-form-rating {
  padding-left: 0;
}

/* ------------------------
-----   Cart Page   -----
------------------------------*/

.shop_table,
.shop_table *,
.cart_totals,
.cart_totals *,
.shop_attributes *,
.shop_attributes {
  border: none;
  padding: 0;
}
.shop_table {
  margin: 30px 0 70px;
}
.shop_table thead {
  border-bottom: 1px solid #e9e9e9;
  padding-top: 10px !important;
}
.shop_table th {
  font-size: 12px;
  font-weight: 800;
  padding-bottom: 3px;
  text-transform: uppercase;
}
.cart_item {
  border-bottom: 1px solid #e9e9e9;
}
.cart_item img {
  float: left;
  margin: 10px 0 10px;
  width: 60px;
  height: 60px;
}
.cart_item a {
  display: table-cell;
  height: 80px;
  padding-left: 20px;
  vertical-align: middle;
  color: #000;
  font-weight: 500;
}
.cart_item a:hover {
  color: #e54939;
}
.shop_table td {
  font-size: 14px;
  vertical-align: middle;
}
.product-subtotal .amount {
  font-weight: 800;
}
.shop_table .quantity input {
  margin: 0;
}
.shop_table .product-remove a {
  width: 40px;
  height: 38px;
  float: left;
  color: #b2b2b2;
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  text-align: center;
  float: right;
  font-family: "Lato", sans-serif;
}
.shop_table .product-remove a:hover {
  color: #333;
}

/* Cart Functions */

.cart_totals > h2,
.shipping-calculator-button {
  display: none;
}
.shipping-calculator-form {
  display: block !important;
}
.shipping-calculator-form > p:last-of-type {
  margin-top: 40px;
}
.checkout-button.button {
  background: #e54939;
  margin-right: 15px;
}
.checkout-button.button:hover {
  background: #212121 !important;
}
.cart_totals,
table.order_details,
#order_review table.shop_table {
  margin-top: -11px !important;
  margin-bottom: 40px;
}
.cart_totals tr,
.order_details tr,
#order_review .shop_table tr {
  border-bottom: 1px solid #e9e9e9;
}
.cart_totals tr > *,
.order_details tr > *,
#order_review .shop_table tr > * {
  padding: 11px 0;
  vertical-align: middle;
}
.cart_totals th,
.order_details th,
#order_review .shop_table th {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}
.cart_totals td,
.order_details td,
#order_review .shop_table .product-total,
.order_details .product-total,
#order_review .shop_table tfoot td {
  text-align: right;
}
.cart_totals .amount,
.order_details .amount,
#order_review .shop_table .amount {
  font-size: 14px;
  color: #000;
}
.cart_totals .total .amount {
  font-size: 18px;
}
.order_details .product-name {
  text-align: left;
}
.order_details tfoot tr:last-child .amount {
  font-weight: 800;
}
.shop_table tfoot tr:first-child > * {
  padding-top: 31px !important;
}

.payment_methods img {
  display: none !important;
}

/* ------------------------
-----   Checkout   -----
------------------------------*/

#customer_details > div {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.checkout_coupon {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  margin-top: -51px;
  padding-bottom: 15px;
}
.woocommerce form.login {
  margin-top: -30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}

/* ------------------------
-----   More on Account   -----
------------------------------*/

.krown-column-row.wooc > .krown-column-container {
  background: transparent;
  padding: 0;
}
.woocommerce > form .krown-column-container {
  margin-left: 0;
}

ul.order_details {
  margin-top: 30px;
}
.order_details:after,
.order_details:after {
  clear: both;
  content: "";
  display: block;
}
.order_details:after,
.order_details:after {
  clear: both;
  content: "";
  display: block;
}
.order_details,
.order_details {
  list-style: none outside none;
  margin: 0 0 15px;
}
.order_details li,
.order_details li {
  border-right: 1px dashed #e0dadf;
  float: left;
  font-size: 10px;
  line-height: 14px;
  margin-right: 17px;
  padding-right: 17px;
  text-transform: uppercase;
  min-height: 30px;
}
.order_details li:last-child,
.order_details li:last-child {
  border: none;
}
.order_details li strong,
.order_details li strong {
  display: block;
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
}

.customer_details {
  margin-bottom: 20px;
}
.customer_details dt {
  float: left;
  margin-right: 3px;
}

.col2-set.addresses .col-1,
.col2-set.addresses .col-2 {
  float: left;
  width: 50%;
}
.col2-set.addresses .col-1 {
  padding-right: 30px;
}
.col2-set.addresses .col-2 {
  padding-left: 30px;
}
.col2-set.addresses .title {
  position: relative;
  margin-top: 20px;
}
.col2-set.addresses .title h3,
.col2-set.addresses .title .edit {
  float: left;
}
.col2-set.addresses .title:after {
  content: "";
  display: block;
  clear: left;
}
.col2-set.addresses .title .edit {
  font-size: 0;
  margin: 0 0 0 25px;
}
.col2-set.addresses .title .edit:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-decoration: inherit;
  font-size: 21px;
  content: "";
}
.shop_table.my_account_orders thead {
  border-bottom: none !important;
}
.shop_table.my_account_orders span {
  font-weight: bold;
}

.lost_password {
  margin: 2px 0 0 0;
}
.form-row label[for="rememberme"] {
  margin-top: 10px;
}

label[for="ship-to-different-address-checkbox"] {
  margin-left: 25px;
}
#ship-to-different-address-checkbox {
  margin-top: -25px;
}

.payment_methods li {
  width: 100%;
}
#ship-to-different-address label {
  position: relative;
  top: 4px;
}

.woocommerce-account div.woocommerce > h2 {
  display: none;
}
.order-actions a {
  margin-left: 5px;
}

.variations_button {
  margin-top: 30px;
}
.reset_variations {
  font-size: 12px;
}
.single_variation .price {
  margin-bottom: 0;
  margin-top: 14px;
}

table.variations td.label {
  padding: 10px 15px 8px;
}
table.variations .reset_variations {
  display: inline-block;
  margin-top: 5px;
}
table.variations .reset_variations[style="visibility: hidden;"] {
  display: none;
}
