/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@media (min-width: 1200px) {
  .box2-h4 {
    background: #0a3050;
  }
}

.marmargin {
margin-bottom: 25px;  
}

.iview-directionNav a.iview-prevNav {
  background: #e26402;
  width: 80px;
  height: 80px;
  top: 92%;
  left: 0px;
  display: none;
}

.iview-directionNav a.iview-nextNav {
  background: #7D8196;
  width: 80px;
  height: 80px;
  top: 92%;
  left: 80px;
  display: none;
}

@media (max-width: 767px) {
  .box6-h4 .ApImage {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.thumbnail-container .product-title a {
    display: block !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
}

@media (max-width: 767px) {
  #category .sidebar .block {
    display: block !important;
  }
}