/*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.film_roll_wrapper {
  display: block;
  text-align: center;
  float: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.film_roll_shuttle {
  text-align: left;
  float: none;
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  margin: 0 !important;
  padding: 0 !important;
  z-index: auto;
  /* width: 100% !important; */
}

.film_roll_shuttle.vertical_center:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.film_roll_child {
  position: relative;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1;
  height: 23rem;
  /* width: 40rem !important; */
  margin: 0px 1rem !important;
}

.film_roll_prev,
.film_roll_next {
  position: absolute;
  top: 48%;
  left: 15px;
  width: 25px;
  height: 25px;
  margin: -20px 0 0 0;
  padding: 0;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: black;
  text-align: center;
  background: white;
  border: 1px solid white;
  border-radius: 50%;
  opacity: 1;
}

.film_roll_next:hover {
  /* background-color: white !important; */
}

.film_roll_prev :hover {
  /* background-color: white !important; */
}

.film_roll_next {
  left: auto;
  right: 15px;
}

.film_roll_pager {
  text-align: center;
}

.film_roll_pager a {
  width: 3px;
  height: 3px;
  border: 1px solid #333;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px 0 0;
  transition: all 1s ease;
  background: #bebebe;
}

.film_roll_pager a:hover {
  background: #575757;
}

.film_roll_pager a.active {
  background: #575757;
  width: 5px;
  height: 5px;
}

.film_roll_pager span {
  display: none;
}

.film_roll_pager a,
a.film_roll_prev,
a.film_roll_next {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 1.5rem !important;
  line-height: 1 !important;
}

.active {
  /* border: 3px solid black; */
  height: 28rem;
}

.film_roll_prev:hover {
  color: black !important;
  /* background-color: white !important; */
  text-decoration: none;
  opacity: 1;
}

.film_roll_next:hover {
  color: black !important;
  /* background-color: white !important; */
  text-decoration: none;
  opacity: 1;
}

a:focus {
  color: none !important;
  text-decoration: none !important;
}

.film_roll_wrapper img {
  /* border: 10px solid white; */
  /* box-shadow: 7px 7px 15px #777; */
  /* margin-left: 5px; */
  /* margin-right: 5px; */
  transition: all 1s ease;
  height: inherit;
  width: inherit;
}

.wk-carousel-image-text {
  position: absolute;
  top: 86%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.wk-carousel-image-text ul {
  /* list-style: none; */
  margin: 10px 0px;
  padding-left: 0;
  font-size: 0.7rem;
}

.wk-carousel-image-text .look-name {
  font-size: 1.3rem;
  color: white;
}

.wk-carousel-image-text li {
  color: white;
  display: inline-block;
}

.wk-carousel-image-text a {
  display: inline-block;
}

.wk-carousel-image-text .dot {
  width: 5px;
  height: 5px;
  background: white;
  border-radius: 50%;
  margin-bottom: 1px;
}

/* .wk-carousel-image-text button {
  background-color: white;
  font-size: 1rem;
} */

#wk_stl_container_id {
  margin: 0rem 0rem 1rem 0rem !important;
}

@media only screen and (min-width: 993px) and (max-width: 1400px) {
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .film_roll_child {
    height: 20rem;
    width: 30rem !important;
    position: relative;
    display: inline-block;
    display: inline;
    vertical-align: middle;
  }

  .film_roll_shuttle .active {
    height: 23rem !important;
  }

  .wk-carousel-image-text {
    top: 130px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  .film_roll_child {
    position: relative;
    /* display: inline-block; */
    display: inline;
    vertical-align: middle;
    width: 23rem !important;
    height: 17rem;
  }

  .film_roll_shuttle .active {
    height: 20rem !important;
  }

  .wk-carousel-image-text {
    margin-top: 90px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}

@media only screen and (min-width: 0px) and (max-width: 576px) {
  .film_roll_child {
    position: relative;
    /* display: inline-block; */
    display: inline;
    vertical-align: middle;
    width: 16rem !important;
    height: 13rem;
  }

  .film_roll_shuttle .active {
    height: 15rem !important;
  }

  .wk-carousel-image-text {
    margin-top: 58px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
