/*
 Theme Name:   Multi Store Theme Updated
 Theme URI:    http://phosworks.com
 Description:  Multi Store Theme
 Author:       Phosworks
 Author URI:   http://phosworks.com
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  storefront
*/

@import 'css/style.css';

.pswp--open{
	z-index: 999999;
}
.bx-controls-direction{
    display: none;
  }

  .hero_shimano_slider{
    position: relative;
  }

  .hero_shimano_slider.container{
    width: 1600px;
  }

  .hero_shimano_slider .big_hero {
    margin: 0px !important;
    min-height: 520px;
    cursor: pointer;
}

  .hero_shimano_slider.container .bx-controls-direction{
    max-width: 1570px;
  }

  .hero_shimano_slider .bx-controls-direction{
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -25px;
  }

  .hero_shimano_slider .bx-controls-direction .bx-prev{
    position: absolute;
    left: 25px;
    font-size: 0px;
    height: 50px;
  }

  .hero_shimano_slider .bx-controls-direction .bx-next{
    position: absolute;
    right: 25px;
    font-size: 0px;
    height: 50px;
  }

  .hero_shimano_slider .bx-controls-direction .bx-next:after, .hero_shimano_slider .bx-controls-direction .bx-prev:after{
    display: block;
    color: white;
    font-size: 50px;
    line-height: 50px;

    font-family: 'FontAwesome';
  }

  .hero_shimano_slider .bx-controls-direction .bx-prev:after{
    content: '\f104';
  }

  .hero_shimano_slider .bx-controls-direction .bx-next:after{
    content: '\f105';
  }

  .hero_shimano_slider .big_hero{
    margin: 0px!important;
    min-height: 520px;
    cursor: pointer;
  }

  .shimano_message_slider .slide{
    cursor: pointer;
  }

.hero_shimano_slider .big_hero .actualcontent{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0,-50%);
  }

  .hero_shimano_slider .big_hero h2{
    margin-top: 0px;
  }

  .hero_shimano_slider .big_hero a{
    margin-bottom: 0px;
  }

  .bx-wrapper .bx-pager {
      text-align: center;
      font-size: .85em;
      font-family: Arial;
      font-weight: bold;
      color: #666;
      padding-top: 20px;
  }

  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    width: 100%;
}

.container .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  max-width: 1570px;
}

  .bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}

@media all and (min-width: 1140px) and (max-width: 1600px){
  .hero_shimano_slider.container{
    margin-left: 80px;
    margin-right: 80px;
    max-width: calc(100% - 160px);
  }
  .container .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    max-width: calc(100% - 30px);
  }
  .hero_shimano_slider.container .bx-controls-direction{
    max-width: calc(100% - 30px);
  }
}

@media all and (max-width: 1140px){
  .hero_shimano_slider.container{
    margin-left: 15px;
    margin-right: 15px;
    max-width: calc(100% - 30px);
    margin-bottom: 60px;

  }
  .container .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    max-width: calc(100% - 30px);
  }
  .hero_shimano_slider.container .bx-controls-direction{
    max-width: calc(100% - 30px);
  }
  .hero_shimano_slider .big_hero{
    min-height: 260px;
  }
  .big_hero .overlay{
    display: block;
        width: 100%;
    height: 100%;
    z-index: 0;
  }
}