/*
 * jQuery FlexSlider v2.7.2
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 *
 * Contributing author: Tyler Smith
 */

/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
 @font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
	   url('../fonts/flexslider-icon.woff') format('woff'),
	   url('../fonts/flexslider-icon.ttf') format('truetype'), 
	   url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

@charset "UTF-8";

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.container-glr {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.row {
  margin-right: -15px;
  margin-left: -15px
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
@media (min-width:992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left
  }
  .col-md-12 {
    width: 100%
  }
  .col-md-11 {
    width: 91.66666667%
  }
  .col-md-10 {
    width: 83.33333333%
  }
  .col-md-9 {
    width: 75%
  }
  .col-md-8 {
    width: 66.66666667%
  }
  .col-md-7 {
    width: 58.33333333%
  }
  .col-md-6 {
    width: 50%
  }
  .col-md-5 {
    width: 41.66666667%
  }
  .col-md-4 {
    width: 33.33333333%
  }
  .col-md-3 {
    width: 25%
  }
  .col-md-2 {
    width: 16.66666667%
  }
  .col-md-1 {
    width: 8.33333333%
  }
.pl-4{
	padding-left: 1.5em;
}
}

div#page {
	background-color: #fff;
}
div#container {
	padding: 1.35em;
}

/* ---------------------- Popup ----------------------- */

.popup_box{
	width: 90%;
	height:auto;
	margin: 0 auto;
	padding: 0;
	background-color:#fff;	
	display: block;
	left:0;
	right:0;
	position: absolute;
	top:-99999px;
	z-index: 1002;
}
.activep{
	top: 60px;
}
.popup-cntnr{
	overflow: auto;
	max-height: 500px;
}
.mnhdg{
	font-size: 1.35em;
	line-height: 1.3;
}
.mnhdg-sub{
	font-size: 1em;
	line-height: 1.3;
	font-weight: 300;
}
.close_b{
	width:30px;
	height:auto;
	float:right;
	display:block;
	font-size:15px;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
}
.close_b a{
	color:#525252;
	text-decoration:none;
}
.close_b a:hover{
	color:#000000;
	text-decoration:none;
}

.black_overlay {
	background-color: #000;
	display: none;
	height: 1223px;
	left: 0;
	opacity: 0.4;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
}
.glrtype{
	margin-top: 0.7em;
    border-top: 1px solid #e5e5e5;
    padding-top: 0.7em;
}
.glrtype:last-child{
	margin-bottom: 0.7em;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.7em;
}
.glrtype .hdgtyp{
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 1em;
    font-weight: 500;
}
.glrtype ul, 
.glrtype .glrsz,
.glrtype .glrclr{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.glrtype li{
	margin: 0 0 0.5em 0;
	padding: 0;
	list-style-type: none;
}
.glrtype li label{
	cursor: pointer;
}
.glrtype .glrsz li,
.glrtype .glrclr li{
	display: inline-block;
	margin: 0 0.3em 0 0;
	padding: 0;
	list-style-type: none;
}

.glrsz [type="radio"]:checked,
.glrsz [type="radio"]:not(:checked),
.glrclr [type="radio"]:checked,
.glrclr [type="radio"]:not(:checked){
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;
}
.checkbox-size:checked + label,
.checkbox-size:not(:checked) + label,
.checkbox-color:checked + label,
.checkbox-color:not(:checked) + label{
	position: relative;
	display: inline-block;
	padding: 0.2em 0.5em;
	font-size: 0.85em;
	line-height: 1.3;
	margin: 0;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	color:#353535;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
	border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
}
.checkbox-size:not(:checked) + label{
	border: 1px solid #c4c7c8;
    background-color: #FFFFFF;
	
}
.checkbox-size:checked + label{
	color: #FFFFFF;
	border: 1px solid #485256;
	background-color: #686f71;
	border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
}
.checkbox-size:not(:checked) + label:hover{
	color: #FFFFFF;
	border: 1px solid #485256;
	background-color: #686f71;
}
.checkbox-color:checked + label,
.checkbox-color:not(:checked) + label,
.checkbox-color-label{
	width: 25px;
	height: 25px;
	border: 2px solid #cbcbcb;
	text-indent: -99999999999;
	padding: 0 !important;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.checkbox-color:checked + label{
	border: 2px solid #000000;
}
.checkbox-color:not(:checked) + label:hover{
	border: 2px solid #838383;
}

.red-blu{
	background-image: linear-gradient(270deg, #ff0000, #0072ff);
}
.black{
	background-color:#000000;
}
.white{
	background-color: #FFFFFF;
}


.addtocartbtn{
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background-color: #343a40;
    border: 2px solid #343a40;
    padding: 0.275rem 0.95rem;
    font-size: 1em;
    line-height: 1.5;
	border-radius:0.2rem;
	-webkit-border-radius:0.2rem;
	-moz-border-radius:0.2rem; 
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
	color: #FFFFFF;
}
.addtocartbtn:hover{
	background-color: #FFFFFF;
    border: 2px solid #343a40;
	color: #343a40;
}
.et-wishlist-div-open{
	display: inline-flex;
	margin-top: 1em;
}


@media (min-width:901px) {
.popup_box{
	width: 900px;
}
.activep{
    position: fixed;
}
.quantity .plus, .quantity .minus {
    width: 35% !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 900px)  {
.popup_box{
	width: 90%;
}
.activep{
    position: fixed;
}
.quantity .plus, .quantity .minus {
    width: 30% !important;
}
}


.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;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
	max-width: 100%;
  display:block;
  -webkit-backface-visibility: hidden;
}
.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 {
  margin: 0 0 10px;
  background: #fff;
  border: 4px solid #e9e9e9;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.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);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 25px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  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;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.prc-main{
	font-size: 1.35em;
}
.close_b {
    background-color: #FFF;
}
.quantity {
    border: 1px solid #000000;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


.container-glr {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width:768px) {
  .container-glr {
    max-width: none;
    width: 750px;
  }
}
@media only screen and (min-width:1020px) {
  .container-glr {
    width: 990px;
  }
}
@media only screen and (min-width:1200px) {
  .container-glr {
    width: 1000px;
  }
}
.subtitle-2{
    padding-top: 2em;
    font-weight: 600;
    font-size: 0.75em;
}
.mp-offer figure.product_thumbnail.et-image-hover {
    box-shadow: 0px 0px 5px #e9e9e9;
    -webkit-box-shadow: 0px 0px 5px #e9e9e9;
    -moz-box-shadow: 0px 0px 5px #e9e9e9;
    border: 1px solid #ccc;
}
.mp-offer figure.product_thumbnail.et-image-hover:hover {
    box-shadow: 0px 0px 5px #c9c9c9;
    -webkit-box-shadow: 0px 0px 5px #c9c9c9;
    -moz-box-shadow: 0px 0px 5px #c9c9c9;
    border: 1px solid #ccc;
}