.categoryItem.grid {
  width: 33.333%;
  text-align: center; }
  .categoryItem.grid .short_description {
    display: none; }

.categoryItem {
  padding: 0 5px 15px 5px; }
  .categoryItem a {
    color: #353535; }
  .categoryItem .product_title {
    font-weight: bold; }

.categoryItem.detail .product_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
  .categoryItem.detail .product_img {
    width: 25%; }
  .categoryItem.detail .product_description {
    width: 75%; }
    .categoryItem.detail .product_description .product_title {
      display: block;
      margin-bottom: 15px; }
  .categoryItem.detail .short_description p {
    margin-bottom: 5px; }

.category-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px; }
  .category-container .product_img_wrapper {
    overflow: hidden; }
    .category-container .product_img_wrapper a {
      display: block;
      position: relative; }
      .category-container .product_img_wrapper a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #000;
        opacity: 0;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .category-container .product_img_wrapper a img {
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1); }
      .category-container .product_img_wrapper a:hover:after {
        opacity: 0.2; }
        .category-container .product_img_wrapper a:hover img {
          transform: scale(1.1);
          -o-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -webkit-transform: scale(1.1); }

#category-slider .categoryItem {
  width: 100%; }

@media (max-width: 670px) {
  .category-sort.sortby ul.options {
    left: -80px !important; }

  .categoryItem.detail .product_item {
    display: block; }

  .categoryItem.detail {
    text-align: center; }
    .categoryItem.detail .product_description {
      width: 100%; }
      .categoryItem.detail .product_description .short_description {
        display: none; }
      .categoryItem.detail .product_description .product_title {
        margin-bottom: 5px; }
    .categoryItem.detail .product_img {
      width: 100%; }

  .categoryItem {
    width: 50%;
    padding-bottom: 10px; } }

@media (max-width: 480px) {
  .categoryItem.grid {
    width: 50%; } }

.catalog-sidebar-component {
  margin-bottom: 15px; }

.title-sidebar, .title-sidebar a {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: #02B2Ec;
  padding: 10px;
  display: block; }

.title-sidebar {
  border: 1px solid #008bb5;
  border-bottom: none; }

.title-sidebar a {
  padding: 0; }
  .title-sidebar a i {
    font-size: 25px;
    float: right; }

.category-nav-menu {
  background-color: ;
  border-top: none;
  border-bottom: none; }
  .category-nav-menu > li > a {
    background-color: #f9f9f9;
    border: 1px solid #ddd; }
  .category-nav-menu li {
    margin-top: 2px;
    margin-bottom: 2px;
    position: relative; }
    .category-nav-menu li a {
      font-size: 14px;
      display: block;
      color: #353535;
      padding: 8px 10px;
      font-weight: 600; }
      .category-nav-menu li a + .menu_expand {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        width: 25px;
        height: 36px;
        cursor: pointer; }
        .category-nav-menu li a + .menu_expand:before {
          content: "\f0da";
          font-family: FontAwesome;
          position: absolute;
          top: 50%;
          right: 10px;
          transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%); }
      .category-nav-menu li a:hover {
        color: #353535;
        background-color: #eaeaea; }
        .category-nav-menu li a:hover + .menu_expand:before {
          color: #353535; }
  .category-nav-menu ul {
    display: none; }
    .category-nav-menu ul li a {
      font-weight: 400; }
      .category-nav-menu ul li ul > li a {
        padding: 4px 10px 4px 25px; }
    .category-nav-menu ul > li > a {
      padding-left: 20px; }
  .category-nav-menu li.active > a + .menu_expand:before {
    content: "\f0d7";
    color: #353535; }
    .category-nav-menu li.active ul {
      display: block; }

.category-nav-menu, .category-nav-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.view-all-sidebar {
  display: block;
  font-size: 13px;
  text-align: right;
  padding: 8px 10px;
  color: ;
  border: 1px solid #ddd;
  background-color: ; }

.catalog-search {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
  background-color: ;
  position: relative; }
  .catalog-search .catalog-search-field > input {
    padding: 4px 32px 4px 8px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 2px; }
  .catalog-search .btn {
    position: absolute;
    top: 26px;
    right: 16px;
    padding: 3px 10px;
    border-radius: 0;
    background: none; }
  .catalog-search .clear-search-results {
    font-size: 13px;
    color: #888;
    text-align: right;
    margin-top: 5px;
    display: block; }

.product-filters {
  background-color: #fff;
  /*--*/
  border-left: 1px solid #ddd;
  /*--*/
  border-right: 1px solid #ddd;
  /*--*/ }
  .product-filters li > a {
    display: block;
    /*--*/
    border-bottom: 1px solid #ddd;
    position: relative;
    color: #353535;
    /*--*/ }
    .product-filters li > a:hover {
      /*--*/
      background-color: #eee; }
  .product-filters .filter li > a {
    padding: 7px 10px 7px 30px; }
    .product-filters .filter li > a:before {
      content: "\f096";
      font-family: FontAwesome;
      position: absolute;
      left: 12px;
      color: #353535;
      /*--*/ }
  .product-filters .filter li.active-filter > a:before {
    content: "\f046"; }
  .product-filters li.parent-filter > a {
    padding: 8px 10px; }
    .product-filters li.parent-filter > a:after {
      content: "\f0da";
      font-family: FontAwesome;
      position: absolute;
      right: 10px;
      color: #353535;
      /*--*/ }
  .product-filters li.parent-filter.active > a {
    /*--*/
    background-color: #eee; }
    .product-filters li.parent-filter.active > a:after {
      content: "\f0d7"; }
  .product-filters li.parent-filter > ul {
    display: none; }

@media (max-width: 991px) {
  .product-filters {
    display: none; } }

.customNavigation.homeSliderNav {
  position: absolute;
  top: -40px;
  right: 13px; }
  .customNavigation.homeSliderNav a {
    border: 1px solid #00b3e9;
    display: inline-block;
    padding: 1px 10px;
    cursor: pointer;
    font-size: 18px;
    color: #00b3e9; }
    .customNavigation.homeSliderNav a:hover {
      background-color: #00b3e9;
      color: #fff; }

#owl-featured, .owl-featured {
  width: auto;
  margin: 0 -5px; }
  #owl-featured .product-list-item, .owl-featured .product-list-item {
    width: 100%;
    margin-bottom: 0; }
  #owl-featured .owl-item, .owl-featured .owl-item, #owl-featured .owl-wrapper, .owl-featured .owl-wrapper, #owl-featured .owl-item > form, .owl-featured .owl-item > form {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }
  #owl-featured .owl-item > form, .owl-featured .owl-item > form {
    width: 100%; }
  #owl-featured .owl-wrapper-outer, .owl-featured .owl-wrapper-outer {
    padding-top: 10px; }

@media (max-width: 480px) {
  #owl-featured .right-column-info {
    text-align: right; }

  #owl-featured .product-list-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

#category-slider {
  width: auto;
  margin: 0 -5px; }
  #category-slider .item-hover-content span {
    display: block;
    text-align: center;
    width: 100%;
    font-weight: bold;
    margin-top: 5px; }
    #category-slider .item-hover-content span a {
      color: #353535; }
      #category-slider .item-hover-content span a:hover {
        color: #327fba; }
    #category-slider .item-hover-content p {
      position: absolute;
      top: -35%;
      color: #fff;
      left: 0;
      width: 100%;
      padding: 0 20px;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      margin: 0; }
    #category-slider .item-hover-content > a {
      position: relative;
      display: block;
      overflow: hidden; }
    #category-slider .item-hover-content > a:after {
      content: "";
      background-color: #000;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    #category-slider .item-hover-content > a img {
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1); }
    #category-slider .item-hover-content:hover p {
      top: 50%;
      transform: translateY(-70%);
      -o-transform: translateY(-70%);
      -ms-transform: translateY(-70%);
      -webkit-transform: translateY(-70%); }
    #category-slider .item-hover-content:hover a img {
      transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1); }
      #category-slider .item-hover-content:hover a:after {
        opacity: 0.5; }
  #category-slider .owl-item {
    padding: 0 5px; }
  #category-slider + .custom-nav {
    position: absolute;
    top: -35px;
    right: 0; }
    #category-slider + .custom-nav a {
      border: 1px solid #327fba;
      display: inline-block;
      padding: 1px 10px;
      cursor: pointer;
      font-size: 18px;
      color: #327fba; }
    #category-slider + .custom-nav a:hover {
      color: #fff;
      background-color: #327fba; }

.product-detail-image .product-image span {
  display: none; }

.product-image {
  z-index: 1; }

.product-details-labels {
  display: block; }
  .product-details-labels .product-detail-label-sale, .product-details-labels .product-detail-label-new {
    margin-right: 5px;
    width: 60px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px 5px; }
    .product-details-labels .product-detail-label-sale i, .product-details-labels .product-detail-label-new i {
      margin-right: 2px; }
  .product-details-labels .product-detail-label-sale {
    background-color: #d5ebc2;
    color: #fff; }
    .product-details-labels .product-detail-label-sale i {
      font-size: 15px; }
  .product-details-labels .product-detail-label-new {
    background-color: #d9f4fc;
    color: #fff; }
    .product-details-labels .product-detail-label-new i {
      font-size: 13px; }

.product-detail-name {
  color: #00b3e9;
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold; }

.product-detail-brand {
  display: block;
  margin-bottom: 5px;
  clear: both; }
  .product-detail-brand a {
    color: #d9f4fc;
    font-size: 12px;
    font-weight: 400;
    word-wrap: break-word; }
    .product-detail-brand a:hover {
      color: #fff; }

#review-container {
  max-height: 410px;
  overflow-y: auto; }
  #review-container ul {
    margin: 0; }
  #review-container .review-inline-stars {
    margin-bottom: -9px; }

.product-detail-price {
  font-weight: 600;
  color: #00b3e9;
  display: block;
  font-size: 26px; }

.product-detail-additional-info {
  color: #555;
  font-size: 12px;
  font-weight: 400; }
  .product-detail-additional-info strong {
    text-transform: uppercase; }

.product-detail-shipping {
  color: #444;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold; }

.product-detail-stock-availability {
  color: #d5ebc2;
  font-size: 14px;
  font-style: italic; }

.product-detail-description p {
  margin-bottom: 5px; }
  .product-detail-description .lm-control a {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    padding-bottom: 5px; }
    .product-detail-description .lm-control a:before {
      font-family: FontAwesome; }
  .product-detail-description .dlmexpand {
    padding-bottom: 25px; }

.fancy-select ul.options {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .fancy-select ul.options li:hover, .fancy-select ul.options li:focus {
    background-color: #327fba;
    color: #fff; }

.banner-product-detail {
  border: 1px solid #666;
  display: block;
  width: 100%; }

#accordion-detail {
  border-bottom: 1px solid #666;
  clear: both; }
  #accordion-detail .panel-group .panel {
    border-radius: 0; }
  #accordion-detail .panel-default {
    border: none;
    border-top: 1px solid #666; }
  #accordion-detail .panel-default > .panel-heading {
    background: none;
    height: auto;
    width: 25%;
    float: left;
    padding: 10px 0; }
  #accordion-detail .panel {
    box-shadow: none;
    background: none;
    margin-top: -1px; }
  #accordion-detail div.fancy-select {
    width: 75%; }
  #accordion-detail div.fancy-select div.trigger {
    width: 100%;
    text-align: right;
    border: none;
    height: 35px;
    padding: 10px 30px 10px 8px;
    font-weight: 400; }
  #accordion-detail div.fancy-select div.trigger:after {
    width: 25px;
    border-left: none;
    margin-left: 15px;
    top: 10px;
    color: #353535; }
  #accordion-detail div.fancy-select ul.options {
    min-width: 100%;
    text-align: right; }

.product-detail-btn-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 15px; }
  .product-detail-btn-container > div {
    margin-right: 10px; }
  .product-detail-btn-container .input_div {
    display: inline-block; }
  .product-detail-btn-container .input_div input {
    width: 60px !important; }

.add-to-cart-detail {
  color: #fff;
  background-color: #d5ebc2;
  border-color: #d5ebc2; }
  .add-to-cart-detail:hover {
    color: #fff;
    background-color: #c0e1a3;
    border-color: #c0e1a3; }

.pdf-conent {
  text-align: right; }

.click-to-chat-product {
  width: 165px; }

.product-video .media-body {
  width: auto; }

.product-video .media-left {
  position: relative;
  width: 130px;
  height: 70px;
  cursor: pointer; }

.product-video .media-left::before {
  content: "";
  background-color: #555;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 70px; }

.product-video .media-left span {
  color: #eee;
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 2.14286rem;
  left: 0;
  top: 50%;
  margin-top: -22px; }

.product-video .media-left span i {
  margin-left: -9px; }
  .product-video .media-left:hover:before {
    background-color: #333; }
  .product-video .media-left:hover span {
    color: #fff; }

.select-pdf div.fancy-select {
  float: left;
  width: 68%; }
  .select-pdf div.fancy-select div.trigger {
    height: 29px;
    border: none;
    text-align: right;
    width: 100%;
    text-align: right;
    border: none;
    padding: 7px 30px 10px 8px;
    font-weight: 400; }
  .select-pdf div.fancy-select div.trigger:after {
    line-height: 13px;
    width: 25px;
    border-left: none;
    margin-left: 15px;
    top: 10px;
    color: #353535; }
  .select-pdf div.fancy-select ul.options {
    min-width: 100%;
    text-align: right; }

.product-detail-pdf-btn {
  color: #fff;
  background-color: #b0e8f8;
  border-color: #b0e8f8; }
  .product-detail-pdf-btn:hover {
    color: #fff;
    background-color: #81daf4;
    border-color: #81daf4; }

.share-bar {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .share-bar li {
    display: inline-block;
    margin-left: 10px; }
  .share-bar li a {
    font-size: 20px;
    color: #ccc; }
  .share-bar li a:hover {
    color: #929292; }

.product-detail-review-btn {
  color: #fff;
  background-color: #b0e8f8;
  border-color: #b0e8f8;
  margin-top: -5px; }
  .product-detail-review-btn:hover {
    color: #fff;
    background-color: #81daf4;
    border-color: #81daf4; }

.product-tabs .nav-tabs, .product-tabs .tab-content {
  border: none; }

.product-tabs .tab-content {
  background-color: #fff;
  padding: 15px 0 10px; }

#product-details.nav-tabs > li > a {
  border-radius: 0;
  margin-right: 0;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #bbb; }

#product-details.nav-tabs > li > a:hover {
  background-color: #00b3e9; }

#product-details.nav-tabs > li {
  margin-right: 10px; }

#product-details.nav-tabs > li.active > a, #product-details.nav-tabs > li.active > a:focus, #product-details.nav-tabs > li.active > a:hover {
  margin-right: 0;
  border: none;
  background-color: #fff;
  color: #00b3e9; }

#product-details-accordion + .tab-content .tab-pane {
  padding-left: 15px;
  padding-right: 15px; }

#owl-product-detail .owl-item a {
  position: relative;
  width: 100%;
  padding: 5px; }
  #owl-product-detail .owl-item a:after {
    content: "";
    position: absolute;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    opacity: 0; }
  #owl-product-detail .owl-item a:hover:after {
    opacity: 0.2; }
  #owl-product-detail .owl-item a img {
    width: 100%;
    height: auto; }
  #owl-product-detail .owl-item.active a:after {
    opacity: 0.2; }

.pd-slider-thumbnail.noArrow {
  padding-left: 0;
  padding-right: 0; }

.customNavigation.productDetailSlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0; }
  .customNavigation.productDetailSlider .btn {
    padding: 0;
    width: 12px;
    background: rgba(0, 0, 0, 0.5);
    color: #ddd;
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 0;
    border-radius: 0; }
  .customNavigation.productDetailSlider .btn:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.7); }
  .customNavigation.productDetailSlider .btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%);
    -o-transform: translate(-30%, -50%);
    -ms-transform: translate(-30%, -50%);
    -webkit-transform: translate(-30%, -50%); }
  .customNavigation.productDetailSlider .btn.prev {
    left: 0; }
  .customNavigation.productDetailSlider .btn.next {
    right: 0; }

#owl-featured .owl-carousel {
  z-index: 10; }

.media-video, .media-audio {
  margin-bottom: 0; }
  .media-video span, .media-audio span {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .media-video span i, .media-audio span i {
    font-size: 26px;
    margin-right: 5px; }

.media-video i {
  color: #d02f2f; }

.media-audio i {
  color: #565656; }

.div_dialog {
  width: 70%; }

.div_dialog_content div.container {
  width: auto;
  text-align: left;
  padding: 0; }

.qiock-view-review {
  text-align: right;
  padding-top: 7px; }

.dolessmore {
  overflow: hidden;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 5px; }

.dolessmoreblock {
  position: relative; }

.lm-control {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center; }

.lm-control .fa-caret-down:before, .lm-control .fa-caret-up:before {
  font-size: 18px;
  margin-right: 10px; }

.featured-specs:nth-child(even) {
  background-color: #eee; }

.featured-specs:nth-child(odd) {
  background-color: #fff; }

#product-details.nav-tabs > li {
  border-left: none;
  border-top: none;
  border-right: none; }

.product-tabs .tab-content {
  border: 1px solid #ddd;
  background-color: #fafafa; }

.MagicThumb-expanded div + div {
  height: auto !important; }

.MagicThumb-expanded div + div > div.MagicThumb-caption {
  height: auto !important; }

.product-detail-description p {
  margin-bottom: 10px;
  color: #777;
  font-weight: 300; }

#accordion-detail div.fancy-select div.trigger {
  height: 45px;
  padding: 15px 40px 15px 8px;
  font-weight: 300; }

#accordion-detail .panel-default > .panel-heading {
  padding: 15px 0 15px 5px; }

#accordion-detail div.fancy-select div.trigger:after {
  top: 15px; }

.product-detail-btn-container input.form-control {
  height: 60px; }

#product-details.nav-tabs > li.active > a, #product-details.nav-tabs > li.active > a:focus, #product-details.nav-tabs > li.active > a:hover {
  background-color: #fafafa;
  color: #00b3e9;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; }

#product-details.nav-tabs > li > a {
  color: #353535;
  text-transform: none;
  font-weight: 400;
  background-color: #eaeaea;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent; }

#product-details.nav-tabs > li > a:hover {
  background-color: #00b3e9;
  color: #fff; }

@media (max-width: 767px) {
  .product-detail-brand {
    margin: 10px 0 0 0; }

  .product-detail-name {
    font-size: 22px;
    margin-top: 0; } }

@media (max-width: 1199px) {
  .div_dialog {
    width: 90%; } }

@media (max-width: 991px) {
  .div_dialog {
    width: 100%; } }

@media (max-width: 540px) {
  .qiock-view-review {
    float: none;
    clear: both;
    text-align: left;
    width: 100%; } }

@media (max-width: 480px) {
  .reviews_button {
    float: none !important;
    margin-top: 10px; } }

.category-name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 600; }

.product-list-container, .product-list-item, .product-list-item .thumbnail, .product-list-item > form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.product-list-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px; }

.product-list-item {
  padding: 0 5px;
  width: 33.33333%;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  .product-list-item > form {
    width: 100%; }
  .product-list-item:hover {
    transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    z-index: 1; }

.product-list-item .thumbnail {
  position: relative;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border: none;
  line-height: 1.42857;
  background-color: #fff;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%; }

.product-list-labels {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0; }
  .product-list-labels .product-list-label-sale, .product-list-labels .product-list-label-new {
    display: block;
    width: 65px;
    height: 31px;
    padding: 6px 8px 7px;
    font-size: 12px;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .product-list-labels .product-list-label-sale {
    transform: translateX(-37px);
    -o-transform: translateX(-37px);
    -ms-transform: translateX(-37px);
    -webkit-transform: translateX(-37px);
    float: left;
    background-color: #d5ebc2;
    color: #fff; }
  .product-list-labels .product-list-label-sale i {
    font-size: 15px;
    margin-top: 2px; }
  .product-list-labels .product-list-label-new {
    transform: translateX(37px);
    -o-transform: translateX(37px);
    -ms-transform: translateX(37px);
    -webkit-transform: translateX(37px);
    float: right;
    text-align: right;
    background-color: #d9f4fc;
    color: #fff; }
  .product-list-labels .product-list-label-new i {
    margin-top: 2px;
    margin-right: 7px; }
  .product-list-labels .product-list-label-sale:hover, .product-list-labels .product-list-label-new:hover {
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0); }

.product-list-image {
  position: relative;
  overflow: hidden; }
  .product-list-image img {
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .product-list-image:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    opacity: 0; }
  .product-list-image .product-list-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 1; }
  .product-list-image .product-list-buttons .btn {
    margin: 0 3px;
    border-radius: 2px;
    color: #fff;
    background-color: #008bb5;
    border-color: #008bb5; }
  .product-list-image .product-list-buttons .btn:hover {
    color: #fff;
    background-color: #006c8c;
    border-color: #006c8c; }

.product-list-item .thumbnail:hover .product-list-buttons {
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 1; }
  .product-list-item .thumbnail:hover .product-list-image:after {
    opacity: 1; }
  .product-list-item .thumbnail:hover .product-list-image img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1); }

.product-list-price {
  font-weight: 600;
  font-size: 22px;
  color: #00b3e9;
  display: block; }

.product-list-price-info, .product-list-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .product-list-price-info > div, .product-list-info > div {
    padding: 0 5px; }

.product-list-price-info {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

.product-list-more-option {
  margin: 0; }
  .product-list-more-option a {
    font-size: 12px;
    color: #455e7a;
    white-space: nowrap; }
  .product-list-more-option a:hover {
    color: #57779b; }

.product-list-info {
  margin-bottom: 10px; }

.rating_stars, .product-list-title, .product-list-brand, .product-list-form {
  padding: 0 5px; }

.product-list-brand, .product-list-title, .product-list-shipping, .product-list-stock-availability, .product-list-discount, .product-list-compare {
  display: block;
  width: 100%; }

.product-list-title a {
  color: #00b3e9;
  font-size: 16px;
  font-weight: 600;
  word-wrap: break-word; }
  .product-list-title a:hover {
    color: #1dcbff; }

.product-list-brand {
  margin-bottom: 10px; }
  .product-list-brand a {
    color: #d9f4fc;
    font-size: 12px;
    font-weight: 400;
    word-wrap: break-word; }
  .product-list-brand a:hover {
    color: #fff; }

.product-list-additional-info {
  color: #555;
  font-size: 12px;
  font-weight: 400; }
  .product-list-additional-info strong {
    text-transform: uppercase; }

.right-column-info {
  text-align: right; }

.product-list-shipping {
  color: #444;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold; }

.product-list-stock-availability {
  color: #d5ebc2;
  font-size: 14px;
  font-style: italic; }

.product-list-discount {
  color: #00b3e9;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap; }

.product-list-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-top: auto;
  margin-bottom: 5px; }
  .product-list-form input.form-control {
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
  .product-list-form .input_div {
    width: 30%; }
  .product-list-form .btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 14px;
    width: 100%; }
  .product-list-form .btn.add-to-cart-list {
    color: #fff;
    background-color: #d5ebc2;
    border-color: #d5ebc2; }
  .product-list-form .btn.add-to-cart-list:hover {
    color: #fff;
    background-color: #c0e1a3;
    border-color: #c0e1a3; }
  .product-list-form .btn.view-more-list {
    color: #fff;
    background-color: #d5ebc2;
    border-color: #d5ebc2; }
  .product-list-form .btn.view-more-list:hover {
    color: #fff;
    background-color: #eff8e8;
    border-color: #eff8e8; }
  .product-list-form > * {
    margin-left: 5px; }
  .product-list-form > *:first-child {
    margin-left: 0; }

.product-list-compare {
  text-align: center;
  font-size: 12px;
  margin: 5px 0;
  line-height: 20px; }
  .product-list-compare .checkbox {
    margin: 0; }

.product-list-container.grid .list_detail {
  display: none; }

.product-list-description {
  color: #565656;
  padding-top: 10px;
  font-size: 13px; }
  .product-list-description p {
    margin-bottom: 0; }

@media (min-width: 671px) {
  .product-list-container.detail {
    display: block; }
    .product-list-container.detail .grid-detail.grid, .product-list-container.detail .product-list-form, .product-list-container.detail .product-list-compare, .product-list-container.detail .grid {
      display: none; }
    .product-list-container.detail .product-list-compare.list-compare {
      display: block;
      text-align: right;
      padding-right: 5px; }
    .product-list-container.detail .product-list-form {
      margin: 0; }
    .product-list-container.detail .product-list-item {
      display: block; }
    .product-list-container.detail .product-list-item {
      width: 100%; }
    .product-list-container.detail .product-list-item .thumbnail {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row; }
    .product-list-container.detail .list_detail {
      width: 70%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .product-list-container.detail .product-list-labels {
      position: static; }
    .product-list-container.detail .product-list-label-new, .product-list-container.detail .product-list-label-sale {
      float: left;
      transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0); }
    .product-list-container.detail .product-list-label-sale {
      margin-right: 5px; }
    .product-list-container.detail .product-list-labels {
      overflow: hidden;
      margin-bottom: 10px; }
    .product-list-container.detail .product-list-title, .product-list-container.detail .product-list-brand {
      padding: 0 15px; }
    .product-list-container.detail .product-list-labels .product-list-label-sale i {
      float: left !important;
      margin: 2px 5px 0 0; }
    .product-list-container.detail .product-list-labels .product-list-label-new i {
      margin-right: 5px; }
    .product-list-container.detail .product-list-labels .product-list-label-new {
      text-align: left; }
    .product-list-container.detail .product-list-labels .product-list-label-sale, .product-list-container.detail .product-list-labels .product-list-label-new {
      height: 30px;
      padding: 6px 8px; }
    .product-list-container.detail .list-view {
      display: block;
      width: 40%; }
    .product-list-container.detail .product-list-info {
      width: 60%; }
    .product-list-container.detail .product-list-more-option, .product-list-container.detail .product-list-price, .product-list-container.detail .rating_stars, .product-list-container.detail .product-additional-block {
      text-align: right; }
    .product-list-container.detail .list-view-form {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      justify-content: space-around; }
    .product-list-container.detail .product-list-shipping, .product-list-container.detail .product-additional-block {
      margin-bottom: 5px; } }

.product-list-pagination {
  text-align: right;
  text-transform: uppercase;
  font-size: 13px; }
  .product-list-pagination .disabled span {
    background: none;
    border: none; }
  .product-list-pagination .active span {
    background-color: #008bb5;
    border-color: #008bb5;
    color: #fff; }

.sorting-box {
  clear: both;
  margin: 5px 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .sorting-box .catalog-compare-blocks {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #acacac;
    border-radius: 2px;
    box-shadow: none;
    background: none;
    position: relative; }
  .sorting-box .catalog-compare-blocks img {
    width: 100%; }
  .sorting-box .catalog-compare-blocks .catalog-compare-remove {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0; }
  .sorting-box .catalog-compare-blocks .catalog-compare-remove:after {
    content: "\f00d";
    font-family: FontAwesome;
    color: #bb4447;
    font-size: 22px;
    opacity: 0;
    visibility: hidden; }
  .sorting-box .catalog-compare-blocks .catalog-compare-remove img {
    display: none; }
  .sorting-box .catalog-compare-blocks:hover .catalog-compare-remove:after {
    opacity: 1;
    visibility: visible; }
  .sorting-box .catalog-compare-button {
    border-radius: 2px;
    color: #fff;
    background-color: #b0e8f8; }
  .sorting-box .catalog-compare-button:hover {
    background-color: #8bddf5; }
  .sorting-box ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .sorting-box .count_product_items ul.options {
    min-width: 60px;
    text-align: center; }
  .sorting-box .count_product_items ul.options li {
    padding: 8px 3px 8px 0 !important; }

.category-view a {
  color: #a1a1a1; }
  .category-view a:focus {
    color: #a1a1a1; }
  .category-view a:hover {
    color: #444; }
  .category-view a.active {
    color: #444;
    box-shadow: none; }
  .category-view a.active:focus {
    color: #444; }

@media (max-width: 1199px) {
  .product-list-item {
    width: 50%; }

  .product-list-container.detail .product-list-info {
    width: 55%; }

  .product-list-container.detail .list-view {
    width: 45%; } }

@media (max-width: 991px) {
  .product-list-item {
    width: 33.33333%; }

  .product-list-labels .product-list-label-sale, .product-list-labels .product-list-label-new {
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0); } }

@media (max-width: 800px) {
  .product-list-item {
    width: 50%; } }

@media (max-width: 767px) {
  .product-list-container.detail .product-list-info {
    width: 50%; }

  .product-list-container.detail .list-view {
    width: 50%; } }

@media (max-width: 750px) {
  .product-list-description {
    display: none; } }

@media (max-width: 690px) {
  .subcategory-select {
    display: none; } }

@media (max-width: 670px) {
  .product-list-container.detail .product-list-info {
    width: 100%; }

  .list_detail, .category-view {
    display: none; }

  .sortby ul.options {
    left: -50px !important; } }

@media (max-width: 540px) {
  .product-list-info {
    display: block; }

  .right-column-info {
    text-align: left; }

  .product-list-item {
    width: 50%; } }

@media (max-width: 480px) {
  .product-list-pagination .disabled span {
    display: none; } }

@media (max-width: 460px) {
  .product-list-item, .product-list-container.detail .product-list-item {
    width: 100%; }

  .product-list-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

.rating_stars {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.review-stars {
  position: relative; }

.review-stars-mask {
  background: none; }

.review-stars {
  width: 98px;
  overflow: hidden;
  display: inline-block;
  height: 21px;
  font-size: 18px;
  position: relative;
  background: none;
  letter-spacing: 3px; }

.review-stars:before {
  content: "\f005\f005\f005\f005\f005";
  color: #ddd;
  float: left;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  position: absolute; }

.review-stars-amount {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 20px;
  background: none; }

.review-stars-amount:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  color: #ffc700; }

.compare-list {
  margin-top: -1px;
  overflow: hidden; }
  .compare-list .panel-heading {
    overflow: hidden; }
  .compare-list .panel {
    border-radius: 0; }

.compare-row .list_price {
  color: #00b3e9; }
  .compare-row .name a {
    color: #353535; }
  .compare-row .name a:hover {
    color: #00b3e9; }
  .compare-row .sale_price {
    color: #00b3e9;
    font-size: 1.28571rem; }
  .compare-row .compare_image img {
    width: 100%; }
  .compare-row td:last-child {
    border-right: none; }

.panel-heading a.header-button:hover {
  background-color: #00b3e9;
  color: #fff;
  border: 1px solid transparent; }

.panel-heading a.header-button:hover span {
  color: #fff; }

.header-button .inline-block {
  display: inline-block; }

.compare-row:hover {
  background-color: #e5f1f9; }

.compare-row .compare-label {
  padding-left: 15px; }

.compare-differences .compare-item-col {
  text-align: center; }

.compare-row td.compare-label {
  border-right: 1px solid #666; }

td.compare-item-col {
  border-right: 1px solid #666;
  max-width: 100%;
  width: 270px; }

td.compare-item-col:nth-child(5) {
  border-right: none; }

.compare-list .table {
  margin-bottom: 0; }

.compare-list .panel-heading {
  border-bottom: none; }

.compare-list .highlightRow td, .compare-list .highlightRow td a {
  background-color: #666;
  color: #fff; }
