.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
}
.flexslider .slides > li {
  display: none;
  background-size: auto 100%!important;
  background-repeat: no-repeat!important; 
  -webkit-backface-visibility: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
.flexslider1 .slides > li {
  height: 578px;
}
.flexslider2 .flex-control-nav {
  display: none;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
  position: relative;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
  outline: none;
}

.l-hit-sale .flex-prev, .l-hit-sale .flex-next, .flexslider3 .flex-prev, .flexslider3 .flex-next{
    width: 53px;
    height: 53px;
    background: #252525;
    position: absolute;
    border-radius: 50%;
    margin-top: -26px;
    top: 50%;
    display: block;
    opacity: 1;
    text-indent: 9999px
}
.l-hit-sale .flex-prev, .flexslider3 .flex-prev {
  left: 0;
  background-image: url(../img/prev_bg.png);
  background-position: center center;
  background-repeat:no-repeat; 
}
.l-hit-sale .flex-next,  .flexslider3 .flex-next {
right: 0;
background-image: url(../img/next_bg.png);
background-position: center center;
background-repeat:no-repeat; 
}
.flexslider3 .flex-prev, .flexslider3 .flex-next {
  width: 40px;
  height: 40px;
  background-size:auto 15px;
}
.flexsider1 .flex-next, .flexsider1 .flex-prev{
    display: none
 }
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 43px;
  text-align: center;
}
.flex-control-nav li {
  position: relative;
  margin: 0 8px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #666;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: #e05301;
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: #e05301;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}