﻿
.products-list-box{
  width: 1200px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  font-size: 0;
  padding-bottom: 100px;
}
.products-list{
  width: 560px;
  height: 320px;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-bottom: 80px;
}
.products-list-box .products-list:nth-child(even){
  margin-left:80px;
}
.products-img-box{
  width: 340px;
  max-width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.products-img-box span{
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all .3s linear;
}
.products-info-box{
  width: calc(100% - 340px);
  height: 100%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0px 10px;
  background-color: #0ba39b;
  overflow: auto;
}
.products-info-title{
  font-size: 16px;
  font-weight: bold;
  color: #FFF; 
  margin-top: 20px;
  letter-spacing: 2px;
}
.products-info-size{
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  margin-top: 10px;
  letter-spacing: 2px;
}
.products-info-article{
  font-size: 12px;
  color: #FFF; 
  margin-top: 10px;
  letter-spacing: 2px;
  line-height: 2;
}
.mCSB_inside > .mCSB_container{
  margin: 0;
}
.mCustomScrollBox{
  overflow: initial;
}
.mCSB_scrollTools{
  right: -12px;
}

#products .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background-color: rgba(0,0,0,0.4);
}
#products .mCSB_buttonUp,
#products .mCSB_buttonDown{
  display: none!important;
}