/* line 4, ../sass/theme-shop.scss */
.toolbar {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 50px;
}
/* line 7, ../sass/theme-shop.scss */
.toolbar p {
  line-height: 40px;
  margin: 0;
}

/* Filter By Price */
/* line 14, ../sass/theme-shop.scss */
.filter-blk h4 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid black;
  padding-bottom: 15px;
  margin: 0 0 30px;
}

/* line 19, ../sass/theme-shop.scss */
.padding-range {
  padding: 0 8px;
}

/* line 21, ../sass/theme-shop.scss */
#price-range {
  display: block;
  position: relative;
}
/* line 24, ../sass/theme-shop.scss */
#price-range input, #price-range label {
  color: #333333;
  float: left;
  font-family: Roboto Slab, serif;
  font-size: .928em;
}
/* line 30, ../sass/theme-shop.scss */
#price-range input {
  padding: 0;
  background: 0;
  border: 0;
  margin: 6px 0 0 4px;
  display: inline-block;
  width: 100px;
}
/* line 39, ../sass/theme-shop.scss */
#price-range label {
  margin: 6px 0 0 0;
}
/* line 42, ../sass/theme-shop.scss */
#price-range p {
  padding: 20px 0 0;
  overflow: hidden;
  width: 100%;
}
/* line 47, ../sass/theme-shop.scss */
#price-range .ui-slider {
  position: relative;
  text-align: left;
}
/* line 51, ../sass/theme-shop.scss */
#price-range .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  margin: -4px 0 0 -8px;
  cursor: w-resize;
}
/* line 60, ../sass/theme-shop.scss */
#price-range .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 5px;
  display: block;
  border: 0;
  background-position: 0;
}
/* line 69, ../sass/theme-shop.scss */
#price-range .ui-widget-content {
  background-color: #ecedef;
  border-radius: 25px;
}
/* line 78, ../sass/theme-shop.scss */
#price-range .ui-state-default {
  background: #ccc;
  border-radius: 50%;
}
/* line 84, ../sass/theme-shop.scss */
#price-range .ui-slider.ui-state-disabled .ui-slider-handle,
#price-range .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
/* line 85, ../sass/theme-shop.scss */
#price-range .ui-slider-horizontal {
  height: 5px;
}
/* line 86, ../sass/theme-shop.scss */
#price-range .ui-slider-horizontal .ui-slider-range {
  background-color: #1abc9c;
  top: 0;
  height: 100%;
}
/* line 87, ../sass/theme-shop.scss */
#price-range .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
/* line 88, ../sass/theme-shop.scss */
#price-range .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 91, ../sass/theme-shop.scss */
#slider-range {
  margin: 0 0 16px 0;
}

/* line 93, ../sass/theme-shop.scss */
.list-cat {
  font-family: Roboto Slab, serif;
}
/* line 95, ../sass/theme-shop.scss */
.list-cat li {
  line-height: 2;
}

/* line 101, ../sass/theme-shop.scss */
.block .list-thumbs-pro h4 {
  font-weight: 400;
  text-transform: none;
}
/* line 105, ../sass/theme-shop.scss */
.block .list-thumbs-pro .product + .product {
  border-top: none;
  padding-top: 0;
}

/* line 111, ../sass/theme-shop.scss */
.list-sort {
  overflow: hidden;
}

/* product-detail */
/* line 117, ../sass/theme-shop.scss */
.quickview-wrapper button.close {
  margin: 20px 20px 0 0;
}
/* line 120, ../sass/theme-shop.scss */
.quickview-wrapper .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
}

/* line 127, ../sass/theme-shop.scss */
.product-detail {
  padding: 50px 50px 0;
}

/* bxslider */
/* line 132, ../sass/theme-shop.scss */
.product-preview {
  margin-bottom: 50px;
}

/* line 136, ../sass/theme-shop.scss */
.bx-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 141, ../sass/theme-shop.scss */
.bx-viewport {
  height: 100%;
  width: 100%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

/* line 147, ../sass/theme-shop.scss */
.bxslider {
  overflow: hidden;
  padding: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
/* line 151, ../sass/theme-shop.scss */
.bxslider > li {
  list-style: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

/* line 157, ../sass/theme-shop.scss */
#bx-pager {
  margin: 0 -10px;
  overflow: hidden;
  width: 100%;
}
/* line 161, ../sass/theme-shop.scss */
#bx-pager li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 20%;
}

/* summary */
/* line 171, ../sass/theme-shop.scss */
.summary h3, .summary .price {
  font-family: Roboto Slab, serif;
}
/* line 174, ../sass/theme-shop.scss */
.summary h3 {
  margin: 0 0 10px;
}
/* line 177, ../sass/theme-shop.scss */
.summary .price {
  font-size: 1.714em;
  margin-bottom: 30px;
}

/* Star Rating */
/* line 184, ../sass/theme-shop.scss */
.reviews-counter {
  margin-bottom: 5px;
}

/* line 187, ../sass/theme-shop.scss */
.rating {
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 25px;
  display: block;
}

/* line 195, ../sass/theme-shop.scss */
.star-rating {
  position: relative;
  width: inherit;
  display: block;
  padding: 0;
  margin: 0;
}

/* line 203, ../sass/theme-shop.scss */
.rating.five-stars .star-rating:after {
  width: 100%;
}

/* line 204, ../sass/theme-shop.scss */
.rating.four-stars .star-rating:after {
  width: 80%;
}

/* line 205, ../sass/theme-shop.scss */
.rating.three-stars .star-rating:after {
  width: 60%;
}

/* line 206, ../sass/theme-shop.scss */
.rating.two-stars .star-rating:after {
  width: 40%;
}

/* line 207, ../sass/theme-shop.scss */
.rating.one-stars .star-rating:after {
  width: 20%;
}

/* line 209, ../sass/theme-shop.scss */
.star-rating:after {
  content: "    ";
  font-family: "FontAwesome";
  color: black;
  display: block;
  position: absolute;
  letter-spacing: -0.5px;
}

/* line 218, ../sass/theme-shop.scss */
.rating .star-bg:after {
  content: "    ";
  font-family: "FontAwesome";
  color: black;
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  letter-spacing: -0.5px;
}

/* list-select */
/* line 231, ../sass/theme-shop.scss */
.list-select li {
  float: left;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
/* line 235, ../sass/theme-shop.scss */
.list-select .formDropdown {
  border-color: #333333;
}
/* line 238, ../sass/theme-shop.scss */
.list-select .color {
  border: 1px solid #dddddd;
  margin-right: 5px;
  margin-left: 5px;
  padding: 9px 9px 10px;
}
/* line 243, ../sass/theme-shop.scss */
.list-select .color:hover {
  border-color: #333333;
}
/* line 246, ../sass/theme-shop.scss */
.list-select .color a {
  background-color: black;
  display: block;
  height: 20px;
  width: 20px;
}
/* line 252, ../sass/theme-shop.scss */
.list-select .color .color1 {
  background-color: #f64243;
}
/* line 255, ../sass/theme-shop.scss */
.list-select .color .color2 {
  background-color: #a57bcd;
}
/* line 258, ../sass/theme-shop.scss */
.list-select .color .color3 {
  background-color: #3598db;
}
/* line 261, ../sass/theme-shop.scss */
.list-select .color .color4 {
  background-color: #c2a772;
}

/* line 267, ../sass/theme-shop.scss */
.cart {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: 50px;
  padding: 30px 0;
  text-align: right;
}
/* line 273, ../sass/theme-shop.scss */
.cart a {
  margin-right: 6px;
}

/* line 279, ../sass/theme-shop.scss */
.quantity input {
  background: whitesmoke;
  border: none;
  float: left;
  height: 50px;
  text-align: center;
}
/* line 286, ../sass/theme-shop.scss */
.quantity .qty {
  width: 50px;
}
/* line 289, ../sass/theme-shop.scss */
.quantity .minus {
  margin-right: 1px;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 292, ../sass/theme-shop.scss */
.quantity .plus {
  margin-left: 1px;
  padding-left: 4px;
  padding-right: 4px;
}

/* line 297, ../sass/theme-shop.scss */
.product-meta {
  font-size: .928em;
  margin-bottom: 50px;
}
/* line 301, ../sass/theme-shop.scss */
.product-meta a:after {
  content: ",";
}
/* line 304, ../sass/theme-shop.scss */
.product-meta a:last-child:after {
  content: "";
}

/* line 310, ../sass/theme-shop.scss */
.product-remove a {
  color: #dddddd;
}
/* line 312, ../sass/theme-shop.scss */
.product-remove a:hover, .product-remove a:focus {
  color: #1abc9c;
}

/* line 318, ../sass/theme-shop.scss */
.featured-boxes h3 {
  font-family: Roboto Slab, serif;
  font-size: 1em;
  margin: 0 0 30px;
  text-transform: uppercase;
}

/* line 326, ../sass/theme-shop.scss */
.shop_table .product-remove a {
  font-size: 1.3em;
}
/* line 329, ../sass/theme-shop.scss */
.shop_table th {
  background: #181818;
  border: 1px solid #181818;
  border-bottom: none;
  color: white;
  font-size: .928em;
  font-weight: 400;
  padding: 10px 30px;
}
/* line 338, ../sass/theme-shop.scss */
.shop_table td {
  border: 1px solid #dddddd;
  padding: 30px;
}
/* line 344, ../sass/theme-shop.scss */
.shop_table .product-name,
.shop_table .product-price,
.shop_table .product-subtotal {
  font-family: Roboto Slab, serif;
}
/* line 347, ../sass/theme-shop.scss */
.shop_table .product-thumbnail {
  border-right: none;
  padding-right: 0;
  width: 110px;
}
/* line 352, ../sass/theme-shop.scss */
.shop_table .product-name {
  border-left: none;
}
/* line 355, ../sass/theme-shop.scss */
.shop_table .product-remove {
  text-align: center;
  width: 30px;
}
/* line 359, ../sass/theme-shop.scss */
.shop_table .product-quantity {
  width: 150px;
}
/* line 362, ../sass/theme-shop.scss */
.shop_table td.product-quantity {
  text-align: center;
}
/* line 365, ../sass/theme-shop.scss */
.shop_table .quantity {
  display: inline-block;
  text-align: center;
  width: 88px;
}
/* line 370, ../sass/theme-shop.scss */
.shop_table td.product-subtotal {
  color: #1abc9c;
}

/* line 375, ../sass/theme-shop.scss */
.featured-box {
  margin-bottom: 50px;
}
/* line 377, ../sass/theme-shop.scss */
.featured-box h4 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid black;
  padding-bottom: 15px;
}

/* Firefox select button fix */
@-moz-document url-prefix() {
  /* line 384, ../sass/theme-shop.scss */
  .featured-box .formDropdown {
    width: 111.5%;
  }
}

/* line 389, ../sass/theme-shop.scss */
.featured-box-secondary {
  font-size: .928em;
}
/* line 391, ../sass/theme-shop.scss */
.featured-box-secondary .form-control {
  border-width: 1px;
}
/* line 394, ../sass/theme-shop.scss */
.featured-box-secondary input.form-control {
  height: 37px;
}
/* line 397, ../sass/theme-shop.scss */
.featured-box-secondary .formDropdown {
  height: 37px;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 402, ../sass/theme-shop.scss */
.featured-box-secondary p {
  margin-bottom: 15px;
}

/* line 407, ../sass/theme-shop.scss */
.cart-totals {
  margin-bottom: 15px;
}
/* line 409, ../sass/theme-shop.scss */
.cart-totals th {
  font-weight: 400;
}
/* line 412, ../sass/theme-shop.scss */
.cart-totals td {
  text-align: left;
}
/* line 415, ../sass/theme-shop.scss */
.cart-totals th, .cart-totals td {
  border-top: 1px solid #dddddd;
  padding: 14px 0;
  vertical-align: top;
}
/* line 420, ../sass/theme-shop.scss */
.cart-totals tr:first-child th, .cart-totals tr:first-child td {
  border-top: none;
}
/* line 423, ../sass/theme-shop.scss */
.cart-totals .cart-subtotal:first-child th, .cart-totals .cart-subtotal:first-child td {
  padding-top: 0;
}
/* line 426, ../sass/theme-shop.scss */
.cart-totals .total .amount {
  color: #1abc9c;
}
/* line 430, ../sass/theme-shop.scss */
.cart-totals .product-name,
.cart-totals .product-price {
  font-family: Roboto Slab, serif;
  font-size: 1.076em;
}

/* line 437, ../sass/theme-shop.scss */
.featured-box-cart .form-horizontal .control-label {
  text-align: left;
}

/* Firefox select button fix */
@-moz-document url-prefix() {
  /* line 444, ../sass/theme-shop.scss */
  .featured-box-cart .formDropdown {
    width: 111.9%;
  }
}
