﻿
.intelisale-bestsellers-mobile {
  display: none !important;
}

.intelisale-bestsellers-desktop {
  display: block !important;
}

.intelisale-bestsellers .owl-item {
  padding: 0 5px !important;
}

.intelisale-bestsellers .owl-arrows {
  position: absolute;
  top: -2px;
  width: 37px;
  height: 37px;
  transition: all 0.2s ease;
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 0;
  border: none;
}

.intelisale-bestsellers .owl-arrows-left {
  left: 0;
  background-image: url("./images/horizontal-prev.png");
  background-position: right center;
}

.intelisale-bestsellers .owl-arrows-right {
  right: 0;
  background-image: url("./images/horizontal-next.png");
  background-position: left center;
}

.intelisale-bestsellers .owl-arrows-left:hover {
  background-color: #cc0000 !important;
  background-position: left center;
}

.intelisale-bestsellers .owl-arrows-right:hover {
  background-color: #cc0000 !important;
  background-position: right center;
}

.intelisale-bestsellers .owl-carousel .owl-item .item-box .picture img {
  width: 130px !important;
}

.intelisale-bestsellers .owl-nav {
  position: absolute;
  top: -65px;
  right: 0;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 75px;
}

.intelisale-bestsellers .three-items-holder .item-box {
  margin: 0 !important;
}

.intelisale-bestsellers-desktop .owl-item {
  padding: 0 !important;
}

.intelisale-bestsellers .buttons-lower {
  display: none;
}

.intelisale-bestsellers {
  position: relative;
  display: block;
  margin: 25px 0 0;
}

  .intelisale-bestsellers .title {
    padding: 0 0 6px;
  }

  .intelisale-bestsellers .item-grid {
    position: static;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    background-color: #fff;
  }

.intelisale-bestsellers-desktop .owl-stage {
  background-color: #fff;
}

.intelisale-bestsellers-desktop .owl-item {
  float: left;
}

.intelisale-bestsellers .item-box {
  width: 100% !important;
  margin: 0 !important;
}

.intelisale-bestsellers .product-item {
  margin: 0 0 0 -1px;
  padding: 0 !important;
  border-width: 0 1px 1px;
  border-color: #f0f0f0;
  text-align: left;
}

  .intelisale-bestsellers .product-item:after {
    display: block;
    content: "";
    clear: both;
  }

.intelisale-bestsellers .item-box:nth-child(3) .product-item {
  border-bottom-width: 0; /*last item in each column*/
}

.intelisale-bestsellers-desktop .picture {
  float: left;
  width: 40%;
  margin: 0;
  padding: 20px 10px 20px 20px;
}

.intelisale-bestsellers-desktop .details {
  float: right;
  width: 60%;
  padding: 20px 20px 20px 10px;
}

.intelisale-bestsellers-desktop .product-title {
  height: 20px !important;
  margin: 0 0 8px;
  padding: 0;
}

  .intelisale-bestsellers-desktop .product-title a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

.intelisale-bestsellers-desktop .details .prices {
  height: 65px !important;
  margin: 0 0 16px;
  padding: 0;
  white-space: normal !important;
}

.intelisale-bestsellers-desktop .buttons-upper,
.intelisale-bestsellers-desktop .buttons-lower {
  position: static !important;
  float: left;
  width: auto !important;
  height: auto !important;
  border: none !important;
  background-color: transparent;
}

.intelisale-bestsellers-desktop input.button-2,
.intelisale-bestsellers-desktop button.button-2 {
  width: 36px !important;
  height: 33px !important;
  margin: 0 3px 0 0 !important;
  background-color: #f6f6f6 !important;
}

.intelisale-bestsellers .item-box .rating {
  margin: initial;
}

.intelisale-bestsellers .add-to-wishlist-button {
  background-position: -36px center !important;
}

.intelisale-bestsellers .product-box-add-to-cart-button {
  background-position: right center;
}

  .intelisale-bestsellers .product-box-add-to-cart-button span {
    background-color: transparent !important;
    font-size: 0 !important;
  }


.intelisale-bestsellers .owl-controls {
  padding: 25px 0 0;
  text-align: center;
  font-size: 0;
}

.intelisale-bestsellers .owl-dot {
  display: inline-block;
}

  .intelisale-bestsellers .owl-dot span {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #c9c9c9;
  }

  .intelisale-bestsellers .owl-dot.active span {
    background-color: #cc0000 !important;
  }

.intelisale-bestsellers-desktop.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #a3a3a3 !important;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 50%;
}

.intelisale-bestsellers-desktop.owl-theme .owl-dots .owl-dot.active span {
  background-color: #cc0000 !important
}

.intelisale-bestsellers-desktop .quick-view-button {
  display: none !important;
}

/* mobile resposnsive */


.intelisale-bestsellers-mobile .item-box {
  max-width: 100% !important;
}

  .intelisale-bestsellers-mobile .item-box .product-item {
    border: 1px solid #ececec;
    background-color: #fff;
    text-align: center;
  }

  .intelisale-bestsellers-mobile .item-box .picture {
    display: inline-block;
    width: 225px;
    height: 225px;
    margin: 0 0 25px 0;
    border-bottom: none !important;
  }

    .intelisale-bestsellers-mobile .item-box .picture img {
      height: 225px !important;
    }

  .intelisale-bestsellers-mobile .item-box .product-item .details {
    min-height: 115px !important;
  }

  .intelisale-bestsellers-mobile .item-box .product-title {
    width: 100% !important;
    height: 40px !important;
  }

  .intelisale-bestsellers-mobile .item-box .product-item .details .add-info {
    margin-top: 15px;
  }

  .intelisale-bestsellers-mobile .item-box .product-title a {
    font-family: 'Wuerth-ExtraBoldCond';
    font-size: 28px;
    line-height: 20px;
    color: #030504;
  }

  .intelisale-bestsellers-mobile .item-box .product-item .details .add-info .prices .actual-price {
    font-family: 'Wuerth-ExtraBoldCond';
    font-size: 25px !important;
    line-height: 20px;
    color: #039EE0;
  }

.intelisale-bestsellers-mobile .owl-dots {
  display: block !important;
  padding: 0 6px;
  margin-top: 0 !important;
}

.intelisale-bestsellers-mobile .item-box .product-item .details .add-info .buttons-upper .add-to-wishlist-button {
  background-position: center !important;
}

.intelisale-bestsellers-mobile .item-box .buttons-upper input[type="button"] {
  width: 33%;
  height: 60px;
}

.intelisale-bestsellers-title {
  display: block;
  padding: 0 0 10px;
  font-size: 28px;
  color: #333;
  text-transform: uppercase;
  font-family: Wuerth-ExtraBoldCond;
  text-align: left;
  line-height: 25px;
}

.intelisale-slider-title-mobile {
  display: none;
}

.category-title-black {
  color: #333;
}

@media all and (max-width: 1024px) {
  .intelisale-bestsellers-mobile {
    display: block !important;
  }

  .intelisale-bestsellers-desktop {
    display: none !important;
  }

  .intelisale-bestsellers {
    padding: 0 15px !important;
  }

  .intelisale-bestsellers-content {
    padding: 45px 0;
    background: #A3A3A3;
  }

  .intelisale-bestsellers-mobile.owl-theme .owl-dots .owl-dot span {
    background: #fff !important;
  }

  .intelisale-bestsellers-mobile.owl-theme .owl-dots .owl-dot.active span {
    background-color: #cc0000 !important
  }

  .intelisale-bestsellers-title {
    display: none;
  }

  .intelisale-slider-title-mobile {
    display: block;
    padding: 0 0 10px;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    font-family: Wuerth-ExtraBoldCond;
    text-align: center;
    line-height: 25px;
  }

  .intelisale-bestsellers-mobile .item-box .buttons-upper {
    display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    background-color: white;
    border-top: 1px solid #efefef;
  }

  .intelisale-bestsellers .item-box .rating {
    margin: auto;
  }
}

@media all and (max-width: 600px) {
  .intelisale-bestsellers .owl-item {
    padding: 0 !important;
  }

  .intelisale-bestsellers {
    padding: 0 20px !important;
  }
}
