.nav-tabs.nav-stacked.nav-coupon-category {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.15);
}
.nav-tabs.nav-stacked.nav-coupon-category > li > a {
  text-transform: uppercase;
  font-size: 13px;
  z-index: 1;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border-left: none;
  border-right: none;
  border: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  height: 40px;
  line-height: 40px;
  padding: 0px 0px 0px 20px;
  position: relative;
  margin: 0;
  color: #666;
}
.nav-tabs.nav-stacked.nav-coupon-category > li > a .fa {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 18px;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: #fbfbfb;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 40px;
  border-right: 1px solid #ededed;
}
.nav-tabs.nav-stacked.nav-coupon-category > li > a .fa:before {
  opacity: 0.65;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
  filter: alpha(opacity=65);
}
.nav-tabs.nav-stacked.nav-coupon-category > li > a span {
  margin-left: 10px;
  color: #bfbfbf;
  padding: 1px 7px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.nav-tabs.nav-stacked.nav-coupon-category > li > a:hover {
  background: #fbfbfb;
  padding-left: 24px;
  color: #2a8fbd;
}
.nav-tabs.nav-stacked.nav-coupon-category > li:not(.active):hover > a {
  background: #fbfbfb;
  padding-left: 24px;
  color: #2a8fbd;
}
.nav-tabs.nav-stacked.nav-coupon-category > li > a:hover .fa {
  background: #2a8fbd;
  color: #fff;
}
.nav-tabs.nav-stacked.nav-coupon-category > li > a:hover .fa:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.nav-tabs.nav-stacked.nav-coupon-category > li > a:hover span {
  background: #2a8fbd;
  color: #fff;
}
.nav-tabs.nav-stacked.nav-coupon-category > li:first-child a {
  border-top: none;
}
.nav-tabs.nav-stacked.nav-coupon-category > li:last-child a {
  border-bottom: none;
}
.nav-tabs.nav-stacked.nav-coupon-category > .active > a {
  z-index: 2;
  background: #2a8fbd;
  color: #fff;
}
.nav-tabs.nav-stacked.nav-coupon-category > .active > a span {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.nav-tabs.nav-stacked.nav-coupon-category > .active > a .fa {
  background: #2a8fbd;
  color: #fff;
  border-right: 1px solid #2a8fbd;
}
.nav-tabs.nav-stacked.nav-coupon-category > .active > a .fa:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.nav-tabs.nav-stacked.nav-coupon-category > .active > a:hover {
  background: #2a8fbd;
  color: #fff;
  padding-left: 20px;
}
.nav-tabs.nav-stacked.nav-coupon-category > .active > a:hover span {
  background: rgba(0, 0, 0, 0.5);
}
.nav-tabs.nav-stacked.nav-coupon-category > .active > a:before {
  content: '';
  position: absolute;
  height: 28px;
  width: 28px;
  top: 6px;
  right: -15px;
  background: #2a8fbd;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right {
  margin-right: 0;
  margin-left: 30px;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right > li > a {
  padding: 0px 0px 0px 20px;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right > li > a [class^='fa fa-'] {
  left: auto;
  right: 0;
  border-left: 1px solid #ededed;
  border-right: none;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right > li > a:hover {
  padding-left: 35px;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right > .active > a [class^='fa fa-'] {
  border-left: 1px solid #2681aa;
  border-right: none;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right > .active > a:before {
  right: auto;
  left: -15px;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-right > .active > a:hover {
  padding-left: 20px;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-inline {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-inline > li {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  float: left;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-inline > li > a {
  border-bottom: none !important;
  padding-right: 15px;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-inline > li > a:hover {
  padding-left: 55px;
}
.nav-tabs.nav-stacked.nav-coupon-category.nav-coupon-category-inline > li.active > a:before {
  display: none;
}

.sidebar-left > .h4 {
  margin: 0;
  font-weight: 600;
  padding: 12px 20px;
  background: #fff;
  border-bottom: 2px solid #f2f2f2;
}

.nav-tabs li.active {
  box-shadow: none !important;
}

div.sidebar-box .h4 {
  margin: 0;
  padding: 0 0 12px;
  border-bottom: 2px solid #f2f2f2;
  margin-bottom: 12px;
  font-weight: 600;
}
/*
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
} */
div.product-title div.title {
  height: 48px;
  overflow: hidden;
}
div.product-desc {
  margin-top: -10px;
}

header.main {
  position: relative;
  z-index: 200;
}

.category__list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px -8px 14px;
}

li.category__list-point {
  padding: 0 4px 8px;
}

a.category__item {
  display: block;
  padding: 6px 12px;
  background: #fff;
  line-height: 1;
  color: #777777;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
a.category__item:hover {
  background: #2a8fbd;
  color: #ffffff;
  border-color: #2a8fbd;
}

.item-with-ul > ul {
  padding: 0;
  list-style: none;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.item-with-ul.active > ul {
  display: block !important;
  height: auto !important;
  overflow: hidden;
}
.item-with-ul > ul > li > a {
  padding: 12px 20px 0;
  background: #fff;
  line-height: 1.2;
  color: #666;
  display: flex;
  align-items: baseline;
}

.item-with-ul > ul > li > a::before {
  content: '–';
  padding-right: 8px;
  color: #2a8fbd;
}
.item-with-ul > ul > li.active > a {
  color: #2a8fbd;
}
.item-with-ul > ul > li:hover > a {
  color: #2a8fbd;
}