@charset "UTF-8";
/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span, .block-layered-nav .actions a {
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fd806e;
  display: inline-block;
  padding: 9px 18px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  line-height: 20px;
  text-align: center;
  
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.products-grid .availability.out-of-stock span span,
.products-list .availability.out-of-stock span span, .block-layered-nav .actions a span {
  z-index: 9;
  position: relative;
}
.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover, .block-layered-nav .actions a:hover {
  background: #fc543c;
  cursor: pointer;
  box-shadow: none;
}
.products-grid .availability.out-of-stock span:active,
.products-list .availability.out-of-stock span:active, .block-layered-nav .actions a:active {
  background: #fc2809;
}
.products-grid .availability.out-of-stock span:focus,
.products-list .availability.out-of-stock span:focus, .block-layered-nav .actions a:focus {
  color: #ffffff;
  background: #fc2809;
}

.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span, .products-grid .button.btn-details, .products-grid .button.btn-cart, .products-list .button.btn-details, .products-list .button.btn-cart {
  font-size: 18px;
  padding: 14px 28px;
}
@media only screen and (max-width:1199px) {
  .products-grid .availability.out-of-stock span,
  .products-list .availability.out-of-stock span, .products-grid .button.btn-details, .products-grid .button.btn-cart, .products-list .button.btn-details, .products-list .button.btn-cart {
    padding: 7px 12px;
  }
}

.block-layered-nav .actions a {
  font-size: 14px;
  text-transform: none;
  padding: 6px 15px;
}

.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span, .products-grid .button.btn-details, .products-grid .button.btn-cart, .products-list .button.btn-details, .products-list .button.btn-cart {
  background-color: #fd806e;
}
.products-grid .availability.out-of-stock span::after,
.products-list .availability.out-of-stock span::after, .products-grid .button.btn-details::after, .products-grid .button.btn-cart::after, .products-list .button.btn-details::after, .products-list .button.btn-cart::after {
  background: #4e4e4e;
}
.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover, .products-grid .button.btn-details:hover, .products-grid .button.btn-cart:hover, .products-list .button.btn-details:hover, .products-list .button.btn-cart:hover {
  background: #4e4e4e;
}
.products-grid .availability.out-of-stock span:active::after,
.products-list .availability.out-of-stock span:active::after, .products-grid .button.btn-details:active::after, .products-grid .button.btn-cart:active::after, .products-list .button.btn-details:active::after, .products-list .button.btn-cart:active::after {
  background: #4e4e4e;
}
.products-grid .availability.out-of-stock span:focus,
.products-list .availability.out-of-stock span:focus, .products-grid .button.btn-details:focus, .products-grid .button.btn-cart:focus, .products-list .button.btn-details:focus, .products-list .button.btn-cart:focus {
  background: #4e4e4e;
}

/* ------------------------------------------- *
 * Button hover
 */
.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover, .block-layered-nav .actions a:hover {
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.28);
  border-left-color: rgba(0, 0, 0, 0.2);
}

.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover, .block-layered-nav .actions a:hover {
  z-index: 999;
}

/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #fd806e;
}

.theme-color {
  color: #fd806e;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #fd806e;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.category-image {
  margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal;
}

.product-details {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-details {
    text-align: center;
  }
}

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.56em;
  
}
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #333333;
}
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #fd806e;
  text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
  margin-bottom: 2px;
  font-family: "Ubuntu", sans-serif;
  text-transform: none;
}
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 300;
  
}

.products-list .product-name {
  margin-bottom: 0;
}

.products-grid .label-product,
.products-list .label-product {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  font-size: 12px;
}
.products-grid .label-product span,
.products-list .label-product span {
  display: inline-block;
  padding: 3px 8px;
  background-color: #a0a0a0;
  line-height: 19px;
  
  color: #ffffff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.19);
}
.products-grid .label-product span.sale,
.products-list .label-product span.sale {
  background-color: #fd806e;
}
.products-grid .availability.out-of-stock,
.products-list .availability.out-of-stock {
  float: left;
}
.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span {
  opacity: 0.3;
  font-size: 0;
  padding: 0;
  text-align: center;
}
.products-grid .availability.out-of-stock span:before,
.products-list .availability.out-of-stock span:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  color: #ffffff;
  font-size: 24px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
}
.products-grid .availability.out-of-stock span:after,
.products-list .availability.out-of-stock span:after {
  display: none;
}
.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover {
  cursor: default;
  background: #fd806e;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
.category-products .bx-wrapper .bx-controls-direction a,
.widget-products .bx-wrapper .bx-controls-direction a {
  top: 0;
  margin: -33px 0 0;
  text-indent: 0;
  font-size: 0;
  width: auto;
  height: auto;
}
.category-products .bx-wrapper .bx-controls-direction a.bx-next,
.widget-products .bx-wrapper .bx-controls-direction a.bx-next {
  background: none;
  right: 30px;
}
.category-products .bx-wrapper .bx-controls-direction a.bx-next:before,
.widget-products .bx-wrapper .bx-controls-direction a.bx-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 25px;
}
.category-products .bx-wrapper .bx-controls-direction a.bx-prev,
.widget-products .bx-wrapper .bx-controls-direction a.bx-prev {
  background: none;
  right: 55px;
  left: auto;
}
.category-products .bx-wrapper .bx-controls-direction a.bx-prev:before,
.widget-products .bx-wrapper .bx-controls-direction a.bx-prev:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 25px;
}
@media only screen and (min-width: 1200px) {
  .category-products,
  .widget-products {
    position: relative;
    z-index: 5;
    /*********** HOVER PRODUCT*************/
  }
  .category-products .owl-carousel .owl-wrapper-outer,
  .widget-products .owl-carousel .owl-wrapper-outer {
    padding: 25px 20px 400px 10px !important;
    margin: -25px 0 -400px !important;
    width: calc(100% + 25px);
  }
  .category-products .products-grid .owl-item,
  .widget-products .products-grid .owl-item {
    padding: 0 15px;
  }
  .category-products .products-grid .owl-item .item,
  .widget-products .products-grid .owl-item .item {
    position: relative;
    z-index: 15;
    padding: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .category-products .products-grid .owl-item .item .wrapper-hover,
  .widget-products .products-grid .owl-item .item .wrapper-hover {
    position: relative;
  }
  .category-products .products-grid .owl-item .item .wrapper-hover-hiden,
  .widget-products .products-grid .owl-item .item .wrapper-hover-hiden {
    left: 0;
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    padding: 0 15px 15px;
    margin-top: -15px;
    width: 100%;
  }
  .category-products .products-grid .owl-item:hover .item,
  .widget-products .products-grid .owl-item:hover .item {
    z-index: 16;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.19);
    background-color: #fff;
    margin: -20px;
    padding: 20px;
  }
  .category-products .products-grid .owl-item:hover .item .wrapper-hover-hiden,
  .widget-products .products-grid .owl-item:hover .item .wrapper-hover-hiden {
    display: block;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.19);
  }
}

@media only screen and (min-width: 1200px) {
  .category-products .products-grid .item {
    position: relative;
    z-index: 15;
    padding: 15px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .category-products .products-grid .item .wrapper-hover {
    position: relative;
  }
  .category-products .products-grid .item .wrapper-hover-hiden {
    left: 0;
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    padding: 0 10px 15px;
    margin-top: -15px;
    width: 100%;
  }
  .category-products .products-grid .item:hover {
    z-index: 16;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.19);
    background-color: #fff;
  }
  .category-products .products-grid .item:hover .wrapper-hover-hiden {
    display: block;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.19);
  }
}
.crosssell {
  text-align: center;
}
.crosssell .product-name {
  margin-bottom: 10px;
}
.crosssell .products-list .add-to-links li, .crosssell .products-grid .add-to-links li,
.crosssell .products-grid .button.btn-details, .crosssell .products-grid .button.btn-cart {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.crosssell .products-list .add-to-links, .crosssell .products-grid .add-to-links {
  display: inline-block;
  float: none;
}

.products-grid {
  position: relative;
}
.products-grid::after {
  content: '';
  display: table;
  clear: both;
}
.products-grid > .item {
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  -webkit-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all, 0.3s, ease-in-out;
}
.products-grid > .item:after {
  content: '';
  display: table;
  clear: both;
}
.products-grid .product-image {
  width: 100%;
  margin-bottom: 13px;
}
.products-grid  {
  display: flex;
  justify-content: center;
}
.products-grid .product-image img {
  margin: 0 auto;
  height: auto;
  width: 100%;
}
.products-grid .product-image img:hidden {
  display: none;
}
.products-grid .item-notfirst {
  display: flex;
  flex-flow: wrap;
}
.products-grid li.first {
  display: flex;
  align-items: center;
}
.products-grid.odd .item-notfirst {
  float: right;
}
.products-grid.even .item-notfirst {
  float: left;
}

.products-grid.odd li.first {
  float: right;
}
.products-grid.even li.first {
  float: left;
}
.products-grid .item-notfirst > li {
  width: 50%;
}
.products-grid.odd .item-notfirst > li {
  float: right;
}
.products-grid.even .item-notfirst > li {
  float: left;
}
@media only screen and (max-width: 1199px){
  .products-grid li.first {
    flex-flow: column;
  }
  .products-grid.odd, .products-grid.even {
    align-items: center;
  }
}
   
@media only screen and (min-width: 1024px){
  .products-grid .item-notfirst, .products-grid li.first {
    width: 50%;
  }
  .products-grid.odd {
    flex-flow: row-reverse;
  }
  .products-grid.even {
    flex-flow: row;
  }
}
@media only screen and (max-width: 1023px){
  .products-grid .item-notfirst, .products-grid li.first {
    width: 100%;
  }
  .products-grid.odd, .products-grid.even{
    flex-flow: column;
  }
}
@media only screen and (max-width: 425px){
  .products-grid .item-notfirst > li {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px){
  .products-grid .configurable-swatch-list {
        padding: 10px;
  }
}
.products-grid .configurable-swatch-list {
  margin: 10px 0;
}
.products-grid .button.btn-details, .products-grid .button.btn-cart {
    text-align: center;
    float: left;
    line-height: 28px;
    padding: 3px 10px;
    font-size: 14px;
    box-shadow: none;
}
.products-grid .button.btn-details span, .products-grid .button.btn-cart span {
  display: block;
  width: 100%;
  height: 100%;
}
.products-grid .button.btn-details span span::before, .products-grid .button.btn-cart span span::before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 15px;
    color: #ffffff;
    float: left;
    left: auto;
    right: 0.333em;
    position: relative;
    z-index: 4;
    vertical-align: bottom;
    display: inline-block;
}

@media only screen and (min-width: 1200px) {
  .products-grid .item .product-thumbs {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
  }
  .products-grid .item .product-thumbs li.product-thumb {
    margin: 0 0 10px;
    float: none;
    display: block;
    opacity: 0;
  }
  .products-grid .item .product-thumbs a {
    background: #f0f0f0;
  }
}
.products-grid .product-info {
  position: relative;
  overflow: hidden;
}

.products-grid .actions {
  width: 100%;
  display: flex;
}

.products-grid .ratings {
  margin-top: 0;
}

.products-grid .ratings .amount {
  display: none;
}

.products-grid .price-box {
  color: #4e4e4e;
  font-size: 13px;
  margin: 0 0 5px;
}
.products-grid .price-box .old-price,
.products-grid .price-box .special-price {
  display: inline-block;
  margin: 0 5px;
}
.products-grid .price-box:after {
  content: '';
  display: table;
  clear: both;
}

.products-list .add-to-links,
.products-grid .add-to-links {
  margin: 0;
  float: left;
}
.products-list .add-to-links li,
.products-grid .add-to-links li {
  font-size: 0;
  float: left;
  margin-left: 5px;
}
.products-list .add-to-links li a,
.products-grid .add-to-links li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  vertical-align: top;
  text-align: center;
  padding: 0;
  display: inline-block;
  background-color: #f2f2f2;
  color: #cccccc;
}
.products-list .add-to-links li a:before,
.products-grid .add-to-links li a:before {
  font-size: 16px;
  padding: 0;
}
.products-list .add-to-links li a:hover,
.products-grid .add-to-links li a:hover {
  color: #fd806e;
}

.product-image-container {
  position: relative;
}
.product-image-container .product-gallery-img {
  max-width: 270px;
  margin: 0 auto 13px;
}
.product-image-container .product-gallery-img img {
  width: 100%;
}
.product-image-container .product-gallery-item {
  display: none;
}
.product-image-container .product-gallery-item:first-child {
  display: block;
}
.product-image-container .owl-carousel .owl-item {
  padding: 0;
}
.product-image-container .owl-carousel .product-gallery-item {
  display: block;
}
.product-image-container .owl-controls {
  opacity: 0;
  margin: 0;
}
.product-image-container .owl-controls div.owl-next,
.product-image-container .owl-controls div.owl-prev {
  top: 45%;
  background: transparent;
  border-radius: 0;
  left: -15px;
  width: 40px;
  color: #fd806e;
}
.product-image-container .owl-controls div.owl-next:before,
.product-image-container .owl-controls div.owl-prev:before {
  color: inherit;
}
.product-image-container .owl-controls div.owl-next:hover,
.product-image-container .owl-controls div.owl-prev:hover {
  color: #fc2809;
}
.product-image-container .owl-controls div.owl-next:hover:before,
.product-image-container .owl-controls div.owl-prev:hover:before {
  color: inherit;
}
.product-image-container .owl-controls div.owl-next {
  left: auto;
  right: -15px;
}

.wrapper-hover:hover .owl-controls {
  opacity: 1;
}

.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.products-grid .product-image:after {
  background-image: url("../../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.products-grid .product-image.loading {
  position: relative;
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (max-width: 1199px) {
  .products-grid .item .product-thumbs {
    top: 10px;
    right: 10px;
    margin: 0;
  }
  .products-grid .item .product-thumbs li.product-thumb {
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .products-grid .item .product-thumbs li.product-thumb {
    display: block !important;
  }
}
@media only screen and (max-width: 1199px) {
  .products-grid .product-image {
    float: none;
    margin: 0 auto 15px;
    overflow: hidden;
    padding: 5px;
  }

  .postWidget {
    margin-bottom: 30px;
  }

  .blog-bg .postContent {
    margin-bottom: 10px;
  }

  .owl-carousel .owl-wrapper-outer {
    padding-bottom: 8px;
  }

  .products-grid .availability.out-of-stock, .products-list .availability.out-of-stock,
  .products-list .add-to-links li, .products-grid .add-to-links li,
  .products-grid .button.btn-details, .products-grid .button.btn-cart {
    float: none;
  }

  .products-list .add-to-links, .products-grid .add-to-links {
    float: none;
    display: inline-block;
  }

  .products-grid .actions {
    text-align: center;
  }

  .products-grid .item .product-thumbs {
    float: none;
  }
  .products-grid .item .product-thumbs li.product-thumb {
    background: #f2f2f2;
    display: inline-block !important;
  }
  .products-grid .product-image-container {
    float: none;
    text-align: center;
    max-width: 270px;
    margin: 0 auto;
  }

  .products-grid .product-info {
    overflow: hidden;
    clear: both;
    text-align: center;
  }
  .products-grid .ratings .rating-box {
    margin: 0 auto 10px;
  }
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 1.11111%;
  }

  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 1.11111%;
  }

  .products-grid--max-4-col > li {
    width: 24.16667%;
    margin-right: 1.11111%;
  }

  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 1.11111%;
  }

  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 1.11111%;
  }

  .products-grid--max-5-col > li {
    width: 19.11111%;
    margin-right: 1.11111%;
  }

  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 1.11111%;
  }

  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 1.11111%;
  }

  .products-grid--max-6-col > li {
    width: 15.74074%;
    margin-right: 1.11111%;
  }

  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.products-list > .item {
  padding: 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
.products-list > .item .label-product {
  top: 10px;
  left: 10px;
}
.products-list > .item:after {
  content: '';
  display: table;
  clear: both;
}
.products-list > .item .product-image,
.products-list > .item .product-image-container {
  float: left;
}
.products-list > .item .product-image .product-image,
.products-list > .item .product-image-container .product-image {
  float: none;
  width: 100%;
  margin-bottom: 11px;
}
.products-list > .item .product-image > img,
.products-list > .item .product-image-container > img {
  width: 100%;
  max-width: 100%;
}
.products-list > .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.products-list .button.btn-details, .products-list .button.btn-cart {
  font-size: 0;
  padding: 0;
  width: 56px;
  height: 56px;
  text-align: center;
  float: left;
}
.products-list .button.btn-details span, .products-list .button.btn-cart span {
  display: block;
  width: 100%;
  height: 100%;
}
.products-list .button.btn-details span span, .products-list .button.btn-cart span span {
  background: url(../../images/cart-icon.png) 0 0 no-repeat;
  display: inline-block;
  width: 28px;
  height: 25px;
  margin-top: 14px;
}
.products-list .add-to-links {
  margin: 0;
}
.products-list .configurable-swatch-list {
  margin-top: 15px;
}
.products-list .configurable-swatch-list li {
  margin: 0 8px 0 0;
}
.products-list .product-thumbs {
  margin: 0 -4px;
}
.products-list .product-thumbs li {
  margin: 0 4px;
}
.products-list .product-thumbs li a {
  background-color: #f2f2f2;
}

.products-list .product-shop {
  overflow: hidden;
  padding-left: 30px;
}
.products-list .product-shop .ratings {
  margin: 0;
  overflow: hidden;
  text-align: center;
}
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links,
.products-list .product-shop .ratings .separator.temp {
  float: left;
  margin-top: 5px;
}
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
@media only screen and (max-width: 626px) {
  .products-list .product-shop .ratings > div, .products-list .product-shop .ratings > p, .products-list .product-shop .ratings > span {
    display: inline-block;
    float: none !important;
    vertical-align: top;
  }
}
.products-list .product-shop .price-box {
  margin: 0 0 12px;
  clear: both;
}
.products-list .product-shop .action {
  margin: 7px 0;
}
.products-list .product-shop .desc {
  margin-top: 8px;
  line-height: 1.714em;
}
.products-list .product-shop .product-primary {
  float: left;
  width: 54%;
  overflow: hidden;
}
.products-list .product-shop .product-secondary {
  float: right;
  width: 42%;
  text-align: left;
  clear: right;
  padding: 0 0 350px 30px;
  margin: 0 0 -350px 0;
  border-left: solid 1px #dfdfdf;
}

@media only screen and (max-width: 1199px) {
  .products-list .availability.out-of-stock span::before {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .products-list .product-shop .product-primary {
    float: none;
    width: auto;
  }
  .products-list .product-shop .product-secondary {
    float: none;
    width: auto;
    padding: 10px 0 0;
    margin: 0;
    border: none;
  }
}
@media only screen and (max-width: 599px) {
  .products-list .product-shop {
    padding: 15px 0 0;
    clear: both;
  }
  .products-list > .item .product-image-container {
    float: none;
    text-align: center;
  }
  .products-list > .item .product-image-container .product-image {
    width: auto;
    display: inline-block;
  }
  .products-list > .item .product-primary,
  .products-list > .item .description,
  .products-list > .item .desc.std,
  .products-list > .item .price-box,
  .products-list > .item .product-secondary {
    text-align: center;
  }
  .products-list > .item .configurable-swatch-list {
    text-align: center;
  }
  .products-list > .item .configurable-swatch-list li {
    float: none;
    display: inline-block;
  }
}
@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px;
}
.mini-products-list .product-details {
  margin-left: 110px;
}
.mini-products-list .product-details .product-name {
  padding-top: 0;
}
.mini-products-list li {
  margin-bottom: 10px;
  clear: both;
}
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
.mini-products-images-list .item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
.mini-products-images-list .item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
.mini-products-images-list .item .product-image {
  display: block;
}
.mini-products-images-list .item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #CCCCCC;
  padding: 10px;
}
.category-image img {
  width: 100%;
  max-width: 100%;
}
.category-image img:hidden {
  display: none;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fd806e;
  font-weight: 500;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  border-top: solid 1px #dfdfdf;
  position: relative;
  background-color: #f5f5f5;
  cursor: pointer;
}
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #333333;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
@media only screen and (max-width: 1199px) {
  .block-layered-nav .block-subtitle--filter {
    color: #333333;
    font-weight: normal;
    border: solid 1px #dfdfdf;
    border-bottom: none;
  }
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #EDEDED;
  }
}

.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fd806e;
  font-weight: 500;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  border-top: solid 1px #dfdfdf;
  position: relative;
  display: block;
}
.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #333333;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
@media only screen and (max-width: 1199px) {
  .block-layered-nav .block-content > dl > dt {
    color: #333333;
    font-weight: normal;
    border: solid 1px #dfdfdf;
    border-bottom: none;
  }
  .block-layered-nav .block-content > dl > dt:hover {
    background-color: #EDEDED;
  }
}
.block-layered-nav .block-content > dl > dd {
  padding: 5px 30px 30px;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .block-layered-nav .block-content > dl > dd {
    padding: 5px 15px 15px;
  }
}
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
.block-layered-nav .block-content .selected-filter {
  background-color: #EDEDED;
}

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
.block-layered-nav dl dd ol > li > span,
.block-layered-nav dl dd ol > li > a {
  padding: 10px 0;
  display: inline-block;
  color: #777777;
}
.block-layered-nav dl dd ol > li > span:hover,
.block-layered-nav dl dd ol > li > a:hover {
  color: #333333;
}
.block-layered-nav dl dd ol > li > a .count {
  color: #fd806e;
}

.block-layered-nav .selected-filter .currently {
  padding: 23px 25px 0 30px;
  border-top: solid 1px #dfdfdf;
}
.block-layered-nav .selected-filter .currently .block-subtitle {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  
  color: #fd806e;
  font-weight: 500;
  margin-bottom: 20px;
}
.block-layered-nav .selected-filter .currently ol li {
  margin-bottom: 20px;
}
.block-layered-nav .selected-filter .currently ol li .label {
  font-weight: bold;
  text-transform: capitalize;
  color: #333333;
}
.block-layered-nav .selected-filter .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}
.block-layered-nav .actions {
  text-align: right;
  margin: 0 !important;
  padding: 5px 25px 30px 30px;
}

@media only screen and (min-width: 1199px) {
  .block-layered-nav .block-content > dl > dt {
    padding: 24px 30px 5px 30px;
  }
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .block-layered-nav .block-content > dl > dt {
    padding: 10px 15px 5px 15px;
  }
  .block-layered-nav .block-content > dl > dt:after {
    display: none;
  }

  .block-layered-nav .selected-filter .currently {
    padding: 10px 15px;
  }
  .block-layered-nav .selected-filter .actions {
    padding: 0 10px 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .products-list .product-shop .product-secondary {
    padding-left: 20px;
  }

  .crosssell .products-grid .button.btn-details,
  {
    width: 40px;
    height: 40px;
  }
  .crosssell .products-grid .button.btn-details span span{
    margin-top: 7px;
  }

  .products-grid .add-to-links li a, .products-list .add-to-links li a, .crosssell .add-to-links li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .products-list > .item .product-image-container {
    max-width: 270px;
    margin: 0 auto 20px;
  }

  .products-list p.actions,
  .products-list .button.btn-details, .products-list .button.btn-cart {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }

  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  .block-layered-nav .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    
  }

  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px;
  }
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .block-layered-nav .block-content > dl > dt:hover {
    color: #333333;
  }
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333333;
    border-right: none;
  }
  .block-layered-nav .block-content > dl > dt.last {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content > dl > dd {
    display: none;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #333333;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
  }
  .block-layered-nav .block-content dl dt {
    padding: 7px 10px 7px 24px;
  }
  .block-layered-nav .block-content dl dt.last {
    border-bottom: solid 1px #dfdfdf;
  }
  .block-layered-nav .block-content dl dd {
    border: solid 1px #dfdfdf;
    border-bottom: none;
  }

  .block-layered-nav .block-subtitle--filter {
    background-color: #333333;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #ffffff;
  }
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ffffff;
    border-right: none;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: #fc543c;
    color: #ffffff;
  }
  .block-layered-nav .block-subtitle--filter.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #ffffff;
    border-bottom: none;
    right: 10px;
    top: 50%;
    margin-top: -3px;
  }

  #narrow-by-list,
  #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-top: 0;
  }

  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 0;
    margin: 0;
  }

  .block-layered-nav dl ol > li > a {
    color: #333333;
    background-color: #f5f5f5;
    padding: 5px 10px;
    background: none;
  }
  .block-layered-nav dl ol > li > a:hover {
    text-decoration: none;
  }
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown {
  border-radius: 0;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown .selected {
  font-size: 14px;
  background: #EDEDED;
  height: 40px;
  line-height: 22px;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown.open {
  z-index: 9;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown.open div {
  padding: 10px 0;
  height: auto !important;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown div {
  background: #EDEDED;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown div ul {
  position: relative;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown div ul li {
  font-weight: normal;
  background: #EDEDED;
  margin: 0;
  padding: 18px 20px 17px;
  font-size: 14px;
  color: #8b8b8b;
  list-style: none;
  display: block;
  line-height: 1;
  color: #000;
  overflow: hidden;
  white-space: normal;
  z-index: 99;
}
.checkout-multishipping-addresses #checkout_multishipping_form .dropdown div ul li:hover {
  background: #cdcdcd;
}

/*# sourceMappingURL=product-list.css.map */
