/*------------------------------------------------------*/
/* W SHOP 103
/*------------------------------------------------------*/
/*---------- GENERAL ----------*/
#w_shop_103{
  overflow: hidden;
  position: relative;
  padding: 25px 50px;
}
#w_shop_103 > .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#w_shop_103 > .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#w_shop_103 > .carousel-inner > .carousel-item{
  overflow: hidden;
}
#w_shop_103 > .carousel-inner > .carousel-item .row{
  margin: 0;
}
.w_shop_103_rating > a,
.w_shop_103_footer > a,
.w_shop_103_big_footer > a,
.w_shop_103_big_rating > a,
.w_shop_103_main_header > h1,
.w_shop_103_indicators > .carousel-indicators li{
  text-shadow: none;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
}
/*---------- INDICATORS CONTROL ----------*/
.w_shop_103_indicators > .carousel-indicators{
  top: 80px;
  left: 60px;
  right: auto;
  width: 90.5%;
  bottom: auto;
  height: 37px;
  font-size: 0;
  margin: auto;
  padding: 2px;
  display: block;
  overflow-x: auto;
  text-align: left;
  overflow-y: hidden;
  white-space: nowrap;
}
.w_shop_103_indicators > .carousel-indicators li:before,
.w_shop_103_indicators > .carousel-indicators li:after{
  display: none;
}
.w_shop_103_indicators > .carousel-indicators li{
  width: auto;
  border: none;
  height: 30px;
  margin: 0 3px;
  color: #4394d5;
  text-indent: 0;
  padding: 0 7px;
  font-size: 12px;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  background: #f9f9f9;
  letter-spacing: 0.5px;
  display: inline-block;
  text-transform: capitalize;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.w_shop_103_indicators > .carousel-indicators .active{
  width: auto;
  height: 30px;
  border: none;
  margin: 0 3px;
  text-indent: 0;
  color: #313332;
  background: #f2d03b;
}
.w_shop_103_indicators > .carousel-indicators::-webkit-scrollbar{
  height: 2px;
}
.w_shop_103_indicators > .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*---------- LEFT/RIGHT CONTROL ----------*/
.w_shop_103_control_button .carousel-control-prev,
.w_shop_103_control_button .carousel-control-next{
  top: 35px;
  opacity: 1;
  width: 25px;
  bottom: auto;
  height: 25px;
  color: #eeeeee;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
  line-height: 25px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.w_shop_103_control_button .carousel-control-prev{
  left: auto;
  right: 98px;
  margin: auto;
}
.w_shop_103_control_button .carousel-control-next{
  left: auto;
  right: 70px;
  margin: auto;
}
.w_shop_103_control_button .carousel-control-prev:hover,
.w_shop_103_control_button .carousel-control-next:hover{
  opacity: 1;
  color: #f2d03b;
  background: transparent;
}
/*---------- HEADER ----------*/
.w_shop_103_main_header{
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 97.5%;
  display: block;
  text-align: left;
  position: relative;
  margin: 0 0 70px 0;
  border-bottom: 1px solid #eeeeee;
}
.w_shop_103_main_header > h1{
  color: #313332;
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 10px 0;
  position: relative;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.w_shop_103_main_header > h1 > span{
  margin: 0 5px;
  color: #f2d03b;
}
/*---------- GRID ----------*/
.w_shop_103_grid{
  padding: 0 10px;
}
/*---------- WRAPPER ----------*/
.w_shop_103_wrapper{
  overflow: hidden;
  position: relative;
}
/*---------- IMAGE ----------*/
.w_shop_103_image{
  padding: 25px 0;
  overflow: hidden;
  position: relative;
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.w_shop_103_image > img{
  left: 0;
  right: 0;
  width: 85%;
  margin: auto;
  display: block;
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/*---------- NEW, SALE, DISCOUNT BANNERS ----------*/
.w_shop_103_new:link,
.w_shop_103_sale:link,
.w_shop_103_discount:link,
.w_shop_103_new:visited,
.w_shop_103_sale:visited,
.w_shop_103_discount:visited{
  top: 10px;
  z-index: 1;
  width: 45px;
  height: 45px;
  color: #ffffff;
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 45px;
  text-shadow: none;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.w_shop_103_new{
  left: 10px;
  background: rgba(67, 148, 213,1);
}
.w_shop_103_discount:link,
.w_shop_103_discount:visited{
  right: 10px;
  background: rgba(243, 101, 35,1);
}
.w_shop_103_sale:link,
.w_shop_103_sale:visited{
  top: auto;
  left: 10px;
  bottom: 10px;
  color: #313332;
  background: rgba(242, 208, 59,1);
}
/*---------- BIG BOX FOOTER ----------*/
.w_shop_103_big_footer{
  padding: 25px 0;
}
/*---------- NAME OF ITEM ----------*/
.w_shop_103_big_footer > a{
  display: block;
  color: #313332;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  -webkit-transition: color 0.7s cubic-bezier(0.3,1,0,1);
  transition: color 0.7s cubic-bezier(0.3,1,0,1);
}
.w_shop_103_big_footer > a:hover{
  color: #f2d03b;
}
/*---------- DESCRIPTION ----------*/
.w_shop_103_big_footer > p{
  color: #313332;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-shadow: none;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
}
/*---------- PRICE & RATING ----------*/
.w_shop_103_big_rating{
  height: 60px;
  margin-top: 35px;
  line-height: 60px;
  position: relative;
  background: #f9f9f9;
}
/*---------- PRICE ----------*/
.w_shop_103_big_rating > a{
  left: 20px;
  color: #05518b;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  text-decoration: none;
  letter-spacing: 0.5px;
  -webkit-transition: color 0.7s cubic-bezier(0.3,1,0,1);
  transition: color 0.7s cubic-bezier(0.3,1,0,1);
}
.w_shop_103_big_rating > a:hover{
  color: #f2d03b;
}
/*---------- RATING STARS ----------*/
.w_shop_103_big_rating > ul{
  padding: 0;
  right: 20px;
  position: absolute;
  list-style-type: none;
}
.w_shop_103_big_rating > ul > li{
  display: inline-block;
}
.w_shop_103_big_rating > ul > li > span{
  color: #f2d03b;
}
.w_shop_103_big_rating > ul > li > .fa-star-o{
  color: #313332;
}
/*---------- SMALL BOXES FOOTER ----------*/
.w_shop_103_footer{
  text-align: left;
}
.w_shop_103_rating{
  height: 40px;
  line-height: 40px;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
/*---------- PRICE ----------*/
.w_shop_103_rating > a{
  left: 0;
  color: #05518b;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  text-decoration: none;
  letter-spacing: 0.5px;
  -webkit-transition: color 0.7s cubic-bezier(0.3,1,0,1);
  transition: color 0.7s cubic-bezier(0.3,1,0,1);
}
.w_shop_103_rating > a:hover{
  color: #f2d03b;
}
/*---------- RATING STARS ----------*/
.w_shop_103_rating > ul{
  right: 0;
  padding: 0;
  position: absolute;
  list-style-type: none;
}
.w_shop_103_rating > ul > li{
  display: inline-block;
}
.w_shop_103_rating > ul > li > span{
  color: #f2d03b;
}
.w_shop_103_rating > ul > li > .fa-star-o{
  color: #313332;
}
/*---------- DESCRIPTION ----------*/
.w_shop_103_footer > a{
  display: block;
  color: #313332;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.5px;
  padding: 10px 0 25px 0;
  text-transform: capitalize;
  -webkit-transition: color 0.7s cubic-bezier(0.3,1,0,1);
  transition: color 0.7s cubic-bezier(0.3,1,0,1);
}
.w_shop_103_footer > a:hover{
  color: #f2d03b;
}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*---------- GENERAL ----------*/
  #w_shop_103{
    padding: 40px 5px;
  }
  /*---------- INDICATORS CONTROL ----------*/
  .w_shop_103_indicators > .carousel-indicators{
    left: 0;
    right: 0;
    top: 90px;
  }
  /*---------- LEFT/RIGHT CONTROL ----------*/
  .w_shop_103_control_button .carousel-control-prev,
  .w_shop_103_control_button .carousel-control-next{
    top: 10px;
  }
  .w_shop_103_control_button .carousel-control-prev{
	left: 0;
	right: 27px;
	margin: auto;
  }
  .w_shop_103_control_button .carousel-control-next{
    right: 0;
	left: 27px;
	margin: auto;
  }
  /*---------- HEADER ----------*/
  .w_shop_103_main_header{
    left: 5px;
  }
}
/*---------- MEDIA 481px - 767px ----------*/
@media (min-width: 481px) and (max-width: 767px){
  .w_shop_103_control_button .carousel-control-prev{
	right: 78px;
  }
  .w_shop_103_control_button .carousel-control-next{
    right: 50px;
  }
  /*---------- IMAGE ----------*/
  .w_shop_103_image > img{
    width: 50%;
  }
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  /*---------- GENERAL ----------*/
  #w_shop_103{
    padding: 25px 5px;
  }
  /*---------- INDICATORS CONTROL ----------*/
  .w_shop_103_indicators > .carousel-indicators{
    left: 0;
    right: 0;
	width: 98%;
  }
  /*---------- LEFT/RIGHT CONTROL ----------*/
  .w_shop_103_control_button .carousel-control-prev{
	right: 38px;
  }
  .w_shop_103_control_button .carousel-control-next{
    right: 10px;
  }
  /*---------- GRID ----------*/
  .w_shop_103_grid{
    padding: 0 5px;
  }
}

/*--------------------------------------------*/
/* SLIDING TIMING FUNCTIONS
/*--------------------------------------------*/
/*----- ps_ease -----*/
.ps_ease .carousel-item{
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
/*----- ps_easeInOut -----*/
.ps_easeInOut .carousel-item{
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/*----- ps_speedy -----*/
.ps_speedy .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(0,1,0,1);
  transition-timing-function: cubic-bezier(0,1,0,1);
}
/*----- ps_slowSpeedy -----*/
.ps_slowSpeedy .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(0.3,1,0,1);
  transition-timing-function: cubic-bezier(0.3,1,0,1);
}
/*----- ps_easeOutInCubic -----*/
.ps_easeOutInCubic .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
  transition-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
}
/*----- ps_swing -----*/
.ps_swing .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.02,.01,.47,1);
  transition-timing-function: cubic-bezier(.02,.01,.47,1);
}
/*----- ps_easeOutCubic -----*/
.ps_easeOutCubic .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
/*----- ps_easeInOutCubic -----*/
.ps_easeInOutCubic .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
/*----- ps_easeOutCirc -----*/
.ps_easeOutCirc .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
}
/*----- ps_easeOutExpo -----*/
.ps_easeOutExpo .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-timing-function: cubic-bezier(.19,1,.22,1);
}
/*----- ps_easeInQuad -----*/
.ps_easeInQuad .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
  transition-timing-function: cubic-bezier(.55,.085,.68,.53);
}
/*----- ps_easeOutQuad -----*/
.ps_easeOutQuad .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
  transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}
/*----- ps_easeInOutQuad -----*/
.ps_easeInOutQuad .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
  transition-timing-function: cubic-bezier(.455,.03,.515,.955);
}
/*----- ps_easeOutQuart -----*/
.ps_easeOutQuart .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
}
/*----- ps_easeInOutQuart -----*/
.ps_easeInOutQuart .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
  transition-timing-function: cubic-bezier(.77,0,.175,1);
}
/*----- ps_easeOutQuint -----*/
.ps_easeOutQuint .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
  transition-timing-function: cubic-bezier(.23,1,.32,1);
}
/*----- ps_easeInSine -----*/
.ps_easeInSine .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.47,0,.745,.715);
  transition-timing-function: cubic-bezier(.47,0,.745,.715);
}
/*----- ps_easeOutSine -----*/
.ps_easeOutSine .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.39,.575,.565,1);
  transition-timing-function: cubic-bezier(.39,.575,.565,1);
}
/*----- ps_easeInOutSine -----*/
.ps_easeInOutSine .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
  transition-timing-function: cubic-bezier(.445,.05,.55,.95);
}