
html, body {
  min-height: 100%;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after { clear: both; }

.clearfix { zoom: 1; }

/*jquery.picEyes*/

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 1031;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 40px;
  height: 40px;

  z-index: 1237;
  display: none;
}
.pictures_eyes_close:hover {
    opacity: .5;
}

.pictures_eyes_title {
  position: fixed;
  top: 30px;
  left: 30px;
  display: none;
  z-index: 1238;
  font-size:18px;
  text-transform: uppercase;
  color:#222;
  text-align:center;
  left: 50%;
    transform: translate(-50%, 0);
}
.pictures_eyes {
  position: fixed;

  left: 0 !important;
  top: 0 !important;
  z-index: 1035;
  display: none;
  right:0;
  bottom:0;
  overflow:auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  min-height:100%;

}

.pictures_eyes_in {
  position: relative;
  text-align: center;
  /*margin-top:100px;*/
}
.pictures_eyes_header {
  position: fixed;
  width: 100%;
  left: 0 !important;
  top: 0 !important;
  z-index: 2135;
  display: none;
  height:80px;
background:#fff;
}

.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: fixed;
  top: 50%;
  width: 76px;
  height: 76px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: 35px;
  background: url(../img/left.png) no-repeat;
}

.pictures_eyes_in .next {
  right: 45px;
  background: url(../img/right.png) no-repeat;
}
.pictures_eyes_in .prev:hover {
  left: 35px;
  width: 76px;
  height: 76px;
  background: url(../img/left-01.png) no-repeat;
}

.pictures_eyes_in .next:hover {
  right: 45px;
  width: 76px;
  height: 76px;
  background: url(../img/right-01.png) no-repeat;
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 1200;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 57px;
  height: 64px;
  margin: 6px 3px 0 3px;
  border: 2px solid #FFFFFF99;
  border-radius: 0px;
  box-shadow: 0 0 2px #000;;
  overflow: hidden;
}

.pictures_eyes_indicators img { height:64px; }

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
  border: 2px solid #fff;
}
    #more-options {
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0px auto 5px 0px;
    background-color: #F8F8F8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    border: 1px solid #f1f1f1;
    color: #222;
}
#more-options .img, #less-options .img {
    width: 65px;
    height: 35px;
    /* border: 1px dashed #bfbfbf; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 110px;
    cursor: pointer;
}
#more-options img {
    display: block;
    width: 40px;
    height: auto;
    margin-top: -3px;
}
#less-options {
    height: 35px;
    line-height:35px;
    text-align: center;
    margin: 0px auto 5px 0px;
    background-color: #F8F8F8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    color: #222;
    border: 1px solid #f1f1f1;
}
#less-options img {
    display: block;
    width: 40px;
    height: auto;
}
    section#configurator .sommaires {
    position:relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    margin-top:10px;
}
section#configurator .sommaires .sommaire .name {
    padding-left: 10px;
    line-height: 65px;
}
section#configurator .sommaires .part {
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0px auto 5px 0px;
    background-color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}
section#configurator .parts .part .name {
        /*padding-left: 2.5px;
        padding-right:2.5px;*/
        cursor:pointer;
        width: 90px;
        margin: auto;
        font-size:14px;
    }

section#configurator .part .img {
    width: 65px;
    height: 35px;
    /* border: 1px dashed #bfbfbf; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 110px;
    cursor: pointer;
}
section#configurator #step-0 .part img {
    width: 35px;
}
.demo > li {float:left;}
.demo > li img { width:70px; margin:5px; cursor:pointer;border: 2px solid #fff;}
.demo > li img:hover {border: 2px solid #ccc;}

 .hide-bullets {
    list-style:none;

}
.carousel-inner>.item{
    backface-visibility: visible !important;

}
.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
    cursor: url(img/magnify.cur),move; 
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;

}
.thumbnail{
    border:none !important;
    margin-bottom: 0px;
}

.carousel {
background-color: #fff;
    margin-top: 5px;
}

.carousel-inner>.item.next.left, .carousel-inner>.item.prev.right, .carousel-inner>.item.active {
background-color: transparent;
    }
.col-md-2{
width:9%;
}
.delivery {
    float: left;
    display: block;
    top: 17px;
    padding-left: 10px;
}
 .delivery a {
    font: inherit;
    color: inherit;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color:#333;font-size:18px;margin-top:20px
}
 .delivery a:hover {
text-decoration: underline;
    }
.bordered {
    border: 1px solid #ccc;
}
.selecte {
    display: inline-block;
    width: 70%;
    position: relative;
    margin-bottom: 20px;
    color: #9b9b9b;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align:left;
    padding-left:30px;
}
#configurator .parts_broderie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    text-align: left;
    width: 100%;
}
.menu-deroulant-couleur, .menu-deroulant-style {
    display: none;
    overflow: auto;
    position: absolute;
    z-index: 99;
    top: 40px;
    left: 0;
    background: #FFF;
    width: 100%;
    text-align: left;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 10px 30px 0.00px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    padding: 10px;
    height: 200px;
}
.part-deroulant {
    width: 100% !important;
    height: 40px !important;
    text-align: center;
    margin: 0 0px 0px 0;
    display: block;
    padding: 0 !important;
    line-height: 30px;
}
.part-deroulant .name {
width:100% !important;
text-align:left !important;
  }
.selecte span {
    background-color: #188873 !important;
    width: 38px !important;
    height: 38px !important;
    position: absolute;
    line-height: 38px;
    padding: 0px !important;
    border-radius: 0px !important;
    top: 0px;
    right: 0px;
    border-radius: 0px !important;
}
.okk{
    padding: 10px 10px 10px 10px;
    margin: 0;
    background: #188873;
    border: none;
    border-radius: 3px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    outline: none;
    color: white;
      margin-bottom: 20px !important;
    width: 50% !important;
    height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.ok {
    padding: 10px 10px 10px 10px;
    margin: 0;
    background: #188873;
    border: none;
    border-radius: 3px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    outline: none;
    color: white;
      margin-bottom: 20px !important;
    width: 180px !important;
    height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.part.active {
    /* opacity: 1; */
    color:#fff;
    background-color: #188873;
}
.mobody h2 {
    font-family: inherit;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    margin: 15px 15px 10px 15px;
    text-transform: uppercase;
}
.okk:hover {
    background: #06695F;
}
.part-deroulant .img {
    width:25% !important;
    height: 40px !important;
    float: left;
    /* border: 1px dashed #bfbfbf; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: inline-block !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 40px !important;
    cursor: pointer;
}
.selecte span:after {
    content: '';
    display: block;
    height: 11px;
    width: 14px;
    background: url(https://www.tailorgeorge.fr/configurateur/img/icon-fleche-menu-deroulant.png) no-repeat;
    position: absolute;
    top: 12px;
    left: 12px;
}
@media screen and (min-width:768px) {
#more-options,#less-options,section#configurator .sommaires .part {
width:400px;
}
.btn-rose{
  width:400px;
}
}

@media screen and (max-width:767px) {
#more-options,#less-options,section#configurator .sommaires .part {
width:100%;
}
.carousel-inner .item{
    max-width: 355px;
}
.carousel-inner .item img{
    width:100%;
}
section#configurator .sommaires .part .name{
  line-height:55px;
  text-align:left;
}
section#configurator .part .img {
width:65px !important;
  }
  .btn-rose{
  width:100%;
}
}