/* This stylesheet generated by Transfonter (https://transfonter.org) on March 21, 2018 7:16 AM */

/********** Fonts start **********/
@font-face {
    font-family: 'Crimson Text';
    src: url('../fonts/CrimsonText-Roman.eot');
    src: url('../fonts/CrimsonText-Roman.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CrimsonText-Roman.woff2') format('woff2'),
    url('../fonts/CrimsonText-Roman.woff') format('woff'),
    url('../fonts/CrimsonText-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Crimson Text';
    src: url('../fonts/CrimsonText-Bold.eot');
    src: url('../fonts/CrimsonText-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CrimsonText-Bold.woff2') format('woff2'),
    url('../fonts/CrimsonText-Bold.woff') format('woff'),
    url('../fonts/CrimsonText-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ITC Avant Garde Std Bk';
    src: url('../fonts/ITCAvantGardeStd-Demi.eot');
    src: url('../fonts/ITCAvantGardeStd-Demi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ITCAvantGardeStd-Demi.woff2') format('woff2'),
    url('../fonts/ITCAvantGardeStd-Demi.woff') format('woff'),
    url('../fonts/ITCAvantGardeStd-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std Book';
    src: url('../fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'),
    url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ITC Avant Garde Std Md';
    src: url('../fonts/ITCAvantGardeStd-Bold.woff2') format('woff2'),
    url('../fonts/ITCAvantGardeStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
/********** Fonts end **********/

ul {
    padding: 0;
}

a:focus {
    outline: none;
}

body {
    color: #000;
    background: #f9f9f9;
}

.mainpage-wrapper {
    line-height: 17px;
    overflow-x: hidden;
    color: #000;
}

a {
    text-decoration: none;
    color: #000;
}

* a:hover {
    text-decoration: none;
    color: #000;
}

.container-fluid {
    padding: 0;
    min-width: 940px;
}

.fluid-wrapper {
    max-width: 1270px;
    margin: auto;
    min-width: 940px;
}

#gamme-page-wrapper .fluid-wrapper .row {
    padding: 0;}

.bg-white {
    background: #fff;
}

.header {
    width: 100%;
    height: 63px;
    padding: 20px 39px;
    background: #000;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 35% 30% 35%;
    grid-template-columns: 35% 30% 35%;
	align-items: center;

}

.header-logo {
    display: inline-block;
}

.logo {
    width: 162px;
}

.header-menu {
    display: -ms-grid;
    display: grid;
    align-items: center;
}

.header-menu ul {
    margin:0 auto;
}
.header ul li {
    float: left;
    list-style-type: none;
    margin-right: 29px;

}

.header ul li a {
    font-family: "ITC Avant Garde Gothic Std Book", sans-serif;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 1.1px;
}

.header ul li a.white-bold {
    font-family: "ITC Avant Garde Std Md", sans-serif;
}

.header ul li a:hover {
    color: #f13057;

}

.header ul li:last-child {
    margin-right: 0px;
}




/*-------- New Header style --------*/
.header {
  height: 63px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .header-logo {
  width: 35%;
}
.header .header-logo a {
  display: block;
  text-decoration: none;
}
.header .header-logo .logo {
  position: relative;
  top: 0;
  left: 0;
  float: none;
  width: 162px;
  height: auto;
}
.header .header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30%;
}
.header .header-menu ul {
  margin: 0;
}
.header .auth-menu {
  width: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .auth-menu .list__users_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
}

.auth-menu ul {
	margin: 0;
}

.auth-menu ul li {
    float: right;
    margin: 0 0 0 10px;
}

.auth-menu ul > li a {
    font-family: "ITC Avant Garde Gothic Std Book", sans-serif;
    color: #f13057;
}
.auth-menu ul > li a:hover {
    text-decoration: none;
    color: #fff;
}
.auth-menu ul > li.exit_user a {
    font-size: 13px;
    display: inline-block;
    position: relative;
    transition: 0.4s;
}

.auth-menu .list__users_btn li a {
    color: #f13057;
}
.auth-menu .list__users_btn li a:hover {
    color: #fff;
}

.header .auth-menu .list__users_btn li a {
  color: #fff;
  letter-spacing: 2.4px;
  font-family: 'ITC Avant Garde Gothic Std Book';
}
.header .auth-menu .list__users_btn li a:hover {
  color: #d92b4e;
}

.header .auth-menu .list__users_btn .premium img {
    height: 17px;
    width: 57px;
}

.header .auth-menu .list__users_btn .exit_user a {
  display: inline-block;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.header .auth-menu .list__users_btn .exit_user a i {
  font-size: 0;
  display: inline-block;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDk0LjkyNiA5NC45MjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDk0LjkyNiA5NC45MjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNNTUuOTMxLDQ3LjQ2M0w5NC4zMDYsOS4wOWMwLjgyNi0wLjgyNywwLjgyNi0yLjE2NywwLTIuOTk0TDg4LjgzMywwLjYyQzg4LjQzNiwwLjIyNCw4Ny44OTYsMCw4Ny4zMzUsMCAgIGMtMC41NjIsMC0xLjEwMSwwLjIyNC0xLjQ5OCwwLjYyTDQ3LjQ2MywzOC45OTRMOS4wODksMC42MmMtMC43OTUtMC43OTUtMi4yMDItMC43OTQtMi45OTUsMEwwLjYyMiw2LjA5NiAgIGMtMC44MjcsMC44MjctMC44MjcsMi4xNjcsMCwyLjk5NGwzOC4zNzQsMzguMzczTDAuNjIyLDg1LjgzNmMtMC44MjcsMC44MjctMC44MjcsMi4xNjcsMCwyLjk5NGw1LjQ3Myw1LjQ3NiAgIGMwLjM5NywwLjM5NiwwLjkzNiwwLjYyLDEuNDk4LDAuNjJzMS4xLTAuMjI0LDEuNDk3LTAuNjJsMzguMzc0LTM4LjM3NGwzOC4zNzQsMzguMzc0YzAuMzk3LDAuMzk2LDAuOTM3LDAuNjIsMS40OTgsMC42MiAgIHMxLjEwMS0wLjIyNCwxLjQ5OC0wLjYybDUuNDczLTUuNDc2YzAuODI2LTAuODI3LDAuODI2LTIuMTY3LDAtMi45OTRMNTUuOTMxLDQ3LjQ2M3oiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  -webkit-background-size: contain;
  background-size: contain;
  height: 9px;
  width: 9px;
  line-height: 17px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 5px;
}
.header .auth-menu .list__users_btn .exit_user a:hover i {
    /*
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDk0LjkyNiA5NC45MjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDk0LjkyNiA5NC45MjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNNTUuOTMxLDQ3LjQ2M0w5NC4zMDYsOS4wOWMwLjgyNi0wLjgyNywwLjgyNi0yLjE2NywwLTIuOTk0TDg4LjgzMywwLjYyQzg4LjQzNiwwLjIyNCw4Ny44OTYsMCw4Ny4zMzUsMCAgIGMtMC41NjIsMC0xLjEwMSwwLjIyNC0xLjQ5OCwwLjYyTDQ3LjQ2MywzOC45OTRMOS4wODksMC42MmMtMC43OTUtMC43OTUtMi4yMDItMC43OTQtMi45OTUsMEwwLjYyMiw2LjA5NiAgIGMtMC44MjcsMC44MjctMC44MjcsMi4xNjcsMCwyLjk5NGwzOC4zNzQsMzguMzczTDAuNjIyLDg1LjgzNmMtMC44MjcsMC44MjctMC44MjcsMi4xNjcsMCwyLjk5NGw1LjQ3Myw1LjQ3NiAgIGMwLjM5NywwLjM5NiwwLjkzNiwwLjYyLDEuNDk4LDAuNjJzMS4xLTAuMjI0LDEuNDk3LTAuNjJsMzguMzc0LTM4LjM3NGwzOC4zNzQsMzguMzc0YzAuMzk3LDAuMzk2LDAuOTM3LDAuNjIsMS40OTgsMC42MiAgIHMxLjEwMS0wLjIyNCwxLjQ5OC0wLjYybDUuNDczLTUuNDc2YzAuODI2LTAuODI3LDAuODI2LTIuMTY3LDAtMi45OTRMNTUuOTMxLDQ3LjQ2M3oiIGZpbGw9IiNkOTJiNGUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    */
  transform: rotate(180deg);
  -webkit-background-size: contain;
  background-size: contain;
}
.header .auth-menu .list__users_btn .link_basket {
  position: relative;
}
.header .auth-menu .list__users_btn .link_basket a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  top: 2px;
}
.header .auth-menu .list__users_btn .link_basket a .number {
  display: inline-block;
  font-size: 9px;
  color: #000;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  letter-spacing: 0px;
  font-family: 'ITC Avant Garde Std Md';
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .auth-menu .list__users_btn .link_basket a svg {
  width: 25px;
  height: 24px;
}
.header .auth-menu .list__users_btn .link_basket a svg .bag_contr {
  fill: #fff;
  stroke: #fff;
  stroke-width: 10;
  stroke-miterlimit: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .auth-menu .list__users_btn .link_basket a svg .bag_bg {
  fill: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .auth-menu .list__users_btn .link_basket.active a svg .bag_bg {
  position: relative;
  z-index: 5;
  fill: #fff;
  stroke: #fff;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .header .header-logo {
    width: 20%;
  }
  .header .header-menu {
    width: 80%;
  }
  .header .auth-menu {
    width: 20%;
  }
  .header .auth-menu .list__users_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
  }
  .header .auth-menu .list__users_btn li {
    margin: 0;
    margin-left: 15px;
  }
  .header .auth-menu .list__users_btn li a {
    white-space: nowrap;
  }
}
/*-------- New Header style end --------*/


/*Header DropDown Menu*/

.header_dropdown {
    display: none;
    position: absolute;
    height: 380px;
    width: 100%;
    top: 67px;
    background: #000;
    max-width: 1300px;
    min-width: 940px;
    z-index: 99;
    padding: 20px 0;
    margin-bottom: 20px;

}

.header_dropdown.open {
    display: block;
}

.header_dropdown .col-md-3 {
    border-right: 1px solid #424242;
    height: 320px;
    padding-left: 35px;
}

.header_dropdown .col-md-3:last-child {
    border-right: none;
}

.header_dropdown h3 {
    font-family: "ITC Avant Garde Gothic Std Book", sans-serif;
    font-size: 12px;
    color: #848483;
    text-transform: uppercase;
    margin-top: 10px;
}

.header_dropdown h3 {
    margin-top: 30px;
}

.header_dropdown a {
    font-family: "ITC Avant Garde Gothic Std Book", sans-serif;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
}

.header_dropdown a:hover {
    opacity: 0.6;
}

.header_dropdown p {
    font-family: "ITC Avant Garde Gothic Std Book", sans-serif;
    color: #d92b4e;
    font-size: 11px;

}

.header_dropdown.open {
    display: block;
}

/*carousek*/
#carousel-hero .carousel-caption {
    text-align: left;
    right: auto;
    left: 50%;
    margin-left: -470px;
    padding-bottom: 0;
}

.main-carousel .hero_text {
    position: absolute;
    left: 170px;
    bottom: 30px;
}

.hero_text span {
    font-family: "ITC Avant Garde Std Md", sans-serif;
    font-size: 16px;
}

.hero_text p {
    font-family: "Crimson Text", sans-serif;
    font-size: 16px;
}

#carousel-hero .carousel-inner {
    overflow: hidden;
}

/*#carousel-hero .carousel-inner img {*/

.main-carousel .carousel-cell img {

    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.main-carousel .carousel-cell.is-selected img {
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);

    -webkit-transition: all 120s;
    -moz-transition: all 120s;
    -ms-transition: all 120s;
    -o-transition: all 210s;
    transition: all 120s;
}

/*#carousel-hero .carousel-inner img:hover {*/
/*transform: scale(1.4);*/
/*}*/
.main-carousel {
    height: 100%;
}

.carousel-cell {
    width: 100%;
    display: flex;
    height: 486px;
    position: absolute;
    overflow: hidden;
}

.carousel-cell img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

#carousel-hero .carousel-caption span {
    font-family: "ITC Avant Garde Std Md", sans-serif;
    color: #000;
    text-shadow: none;
    font-size: 15px;
}

#carousel-hero .carousel-caption p {
    font-family: "Crimson Text", sans-serif;
    color: #000;
    text-shadow: none;
    font-size: 15px;
}

.central-albums {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.central-albums .album-block {
    position: relative;
    width: 31%;
    background: #f2f2f2;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;

}
.central-albums .album-block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 20px;
    height: 94%;
    width: 100%;
    z-index: 2;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -ms-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
 }

.central-albums .album-block:hover:before {
    background: rgba(167, 167, 167, 0.4);
}

.img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 385px;
    width: 100%;
}

.album-name {
    display: flex;
    justify-content: space-between;
}

.album-name p {
    margin-top: 10px;
    width: 30%;
    justify-content: left;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;

}

.album-block img {
    display: block;
    height: auto;
    max-width: 160px;
    width: 100%;
}

.album-block h3 {
    font-family: "ITC Avant Garde Gothic LT", sans-serif;
    align-content: space-around;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 0;
    padding-top: 15px;
    letter-spacing: 1.9px;
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);*/
    text-shadow: none;
}

#carousel-example-generic {
    height: 500px;
}

.row.mb80px {
    padding-bottom: 80px;
}

.carousel-inner {
    overflow-x: hidden;
    overflow-y: hidden;
}

#carousel-central {
    background: #fff;
}

#carousel-central .carousel-caption {
    background: #f9e9e1;
    left: 0;
    bottom: 0;
    right: auto;
    width: 60%;
    top: 0px;
    height: 100%;
    text-align: left;
    padding: 0px;
    color: #000;
}

#carousel-central .img-wrapper img {
    width: 63%;
    float: right;
    z-index: 99;
    position: relative;
    height: 104%;
}

#carousel-central .img-wrapper img.top-img {
    position: absolute;
    right: 0;
}

@keyframes carousel-centralFadeInOut {
    0% {
        opacity: 1;
    }

    45% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

#carousel-central .img-wrapper img.top-img {
    height: 105%;
    animation-name: carousel-centralFadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 15s;
    animation-direction: alternate;
}

#carousel-central .img-wrapper {
    min-height: 625px;
    display: inline-block;
    padding-bottom: 0;
    position: relative;
}
@media (max-width: 992px) {
    #carousel-central .img-wrapper {
        min-height: 470px;
    }
}

#carousel-central .carousel-indicators {
    left: 0;
    margin-left: 4%;
    width: auto;
}

#carousel-central .carousel-indicators li {
    border: 1px solid #000;
}

#carousel-central .carousel-indicators .active {
    background: #000;
}

#carousel-central .carousel-indicators li.active,
#carousel-central .carousel-indicators li {
    margin-right: 8px;
}

#carousel-central .carousel-textblock {
    width: 60%;
    padding: 2% 5%;
}

#carousel-central .carousel-textblock h3 {
    font-family: "ITC Avant Garde Std Md", sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 80px;
    text-shadow: none;
    margin-top: 15px;
}

#carousel-central .carousel-textblock .caousel-header {
    font-size: 48px;
    font-weight: 600;
    font-family: "ITC Avant Garde Std Md", sans-serif;
    text-transform: uppercase;
    margin-bottom: 26px;
    line-height: 1.2;
    text-shadow: none;

    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

#carousel-central .carousel-textblock .caousel-header span {
    color: red;
    font-family: "ITC Avant Garde Std Md", sans-serif;
    font-weight: 600;
    font-size: 48px;
    text-shadow: none;
}

#carousel-central .carousel-textblock .carousel-block-dsec span {
    font-family: "ITC Avant Garde Std Md", sans-serif;
    font-weight: 900;
    font-size: 18px;
    text-shadow: none;
}

#carousel-central .carousel-textblock .carousel-block-dsec {
    font-family: "ITC Avant Garde Gothic Std Book", sans-serif;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.6;
    text-shadow: none;
}

#carousel-central .carousel-textblock .availability {
    font-family: "ITC Avant Garde Gothic Std Book";
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.7;
    text-shadow: none;
    margin-top: 23px;
}

#carousel-central .carousel-textblock .order-btn {
    font-family: "ITC Avant Garde Std Md", sans-serif;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #000;
    border: 2px solid #000;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 2px 8px;
    display: block;
    float: left;
    margin-right: 8px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: none;
    /*margin-top: 5px;*/
}

/*Ressurance block*/
.ressuranse-block {
    padding: 80px 50px 100px
}

.ressuranse-block .img-block {
    margin-bottom: 20px;
}

.ressuranse-block .col-md-12 {
    font-family: "Crimson Text", sans-serif;
    font-size: 26px;
    line-height: 1.4;
}

.ressuranse-block .col-md-12 span {
    font-family: "Crimson Text", sans-serif;
    font-weight: 900;
}

.ressuranse-block .col-md-4 {
    margin-top: 90px;
    padding-right: 50px;
    width: 33.3%;
    float: left;
    height: 180px;
}


.img-block img {
    vertical-align: bottom;
    height: 61px;
    margin-left: -5px;
    clear: both;
    display: table;
    width: auto;
}

.img-block.simple img {
    height: 51px;
    margin-top: 11px;
}

.img-block.fabrique img {
    height: 80px;
    margin-top: -19px;
}

.ressuranse-block .text-block span {
    font-family: "ITC Avant Garde Std Md", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.ressuranse-block .text-block p {
    font-family: "ITC Avant Garde Gothic Std Book", sans-serif;
    font-size: 11px;
}

.col-md-2 {
    width: 16.6% !important;
    float: left !important;
}

.row {
    margin: 0 !important;
}

/*Gamme Page*/

#gamme-page-wrapper {
    line-height: 17px;
    background: #e5e5e5;
    overflow-x: hidden;
    color: #000;
}

#gamme-page-wrapper {
    margin: 0 auto;
    background: #fff;
    max-width: 1270px;
    min-width: 640px;
}

#gamme-page-wrapper .col-wrapper {
    padding: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: relative;
    margin: 0;
}

#gamme-page-wrapper .section_1 .left-col {
    min-height: 3px;
    width: 70%;
    box-sizing: border-box;
    padding-bottom: 30px;
}

#gamme-page-wrapper .section_1 .gallery img {
    display: block;
    width: 100%;
    height: auto;
}

#gamme-page-wrapper .section_1 .gallery  .product-img-block .box_img {
    padding: 0;
}
#gamme-page-wrapper .section_1 .gallery .product-img-block .img_wrapper {
    height: 630px;
    width: 100%;
    display: block;
}
#gamme-page-wrapper .section_1 .gallery .product-img-block .img_wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media (max-width: 992px) {
    #gamme-page-wrapper .section_1 .gallery .product-img-block .img_wrapper {
        height: 440px;
    }
}

#gamme-page-wrapper .product-img-block + div.product-img-block {
    position: relative;
    padding-top: 8px;
    clear: both;
}

#gamme-page-wrapper .left-col .product-img-block {
    position: relative;
}

#gamme-page-wrapper .left-col .product-img-block:first-child .img-desc-block {
    top: 290px;
}

#gamme-page-wrapper .right-col .scroll-block.bottom {
    bottom: 0;
    position: absolute;
}

#gamme-page-wrapper .left-col .img-desc-block.lock {
    position: fixed;
    left: auto;
    /*width: 500px;*/
    width: calc(4 / 14 * 1300px + 20px);
    /*right: 2.5%;*/
    /*-webkit-transition: all 0.3s;*/
    /*-moz-transition: all 0.3s;*/
    /*-ms-transition: all 0.3s;*/
    /*-o-transition: all 0.3s;*/
    /*transition: all 0.3s;*/

}

#gamme-page-wrapper .left-col .img-desc-block {
    position: absolute;
    /*width: calc(4 / 8 * (100% + 20px) + 20px);*/
    width: calc(4 / 12 * 1200px);
    padding: 50px 40px 36px 50px;
    font-size: 12px;
    top: 0;
    left: 100%;
    z-index: 999;

    /*-webkit-transition: all 0.3s;*/
    /*-moz-transition: all 0.3s;*/
    /*-ms-transition: all 0.3s;*/
    /*-o-transition: all 0.3s;*/
    /*transition: all 0.3s;*/
}

#gamme-page-wrapper .left-col .img-desc-block.active {
    width: calc(4 / 12 * 95% + 20px);
    position: fixed;
    left: auto;
    right: 2.5%;
}

#gamme-page-wrapper .left-col .img-desc-block:first-child {
    position: absolute !important;
    top: 350px !important;
}

#gamme-page-wrapper .left-col .img-desc-block.fixed {
    position: fixed;
    right: 7.4%;
    left: auto;
    bottom: auto;
    top: 350px;
    width: calc(4 / 12 * 95% + 20px);
    padding-left: 10px;
    padding-right: 10px;
}

#gamme-page-wrapper .left-col .img-desc-block ul {
    list-style-type: none;
}

#gamme-page-wrapper .section_1 .right-col {
    width: 34%;
    position: relative;
    box-sizing: border-box;
}

#gamme-page-wrapper .right-col .scroll-block.onload {
    position: absolute;
    top: 0;
}

#gamme-page-wrapper .right-col .scroll-block {
    position: relative;
    /*top: 0;*/
    /*margin-top: -30px;*/
    z-index: 999;
    width: calc(4 / 14 * 1300px);
    padding: 30px 40px 10px 50px;
    background: #fff;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#gamme-page-wrapper .right-col .scroll-block.pos-abs {
    position: absolute;
    top: auto !important;
    bottom: -10px;
    /*max-width: calc(4 / 12 * 90% + 20px);*/
    width: 100%;
    padding-top: 0;
}

#gamme-page-wrapper .scroll-block .product-name {
    font-family: "ITC Avant Garde Std Md", sans-serif;
    font-weight: bold;
    font-size: 24px;
}

#gamme-page-wrapper .scroll-block .product-short-desc {
    font-family: "Crimson Text", sans-serif;
    font-size: 18px;
    margin-top: 16px;
}

.product-size .product-preview {
    display: none;
    position: absolute;
    top: 114px;
    left: -270px;
}

.product-size .product-preview img {
    display: block;
    width: 300px;
    height: auto;
}

#gamme-page-wrapper .scroll-block .product-size ul {
    margin-top: 24px;
}

#gamme-page-wrapper .scroll-block .product-size ul li {
    position: relative;
    width: 31%;
    float: left;
    font-size: 12px;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    list-style: none;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 5px 1px 3px 1px;
    margin-right: 2%;
    margin-bottom: 10px;
}

#gamme-page-wrapper .scroll-block .product-size ul li {
    display: block;
}


#gamme-page-wrapper .scroll-block .product-size ul li a:hover,
#gamme-page-wrapper .scroll-block .product-size ul li a:focus,
#gamme-page-wrapper .scroll-block .product-size ul li a.select {
    color: #d92b4e;
    text-decoration: none!important;
    outline: none;
    -webkit-appearance: none;
}

#gamme-page-wrapper .scroll-block .product-size ul li a:hover + .product-preview {
    display: block;
}

.alert-msg {
    display: none;
    background: rgba(217, 43, 78, 0.2);
    height: 25px;
    clear: both;
    padding: 5px 8px;
}

.alert-msg.show {
    display: block;
}

.alert-msg p {
    font-family: "ITC Avant Garde Std Md", sans-serif;
    color: #d92b4e;
    font-size: 12px;
    line-height: 1.4;
    display: block;

}

/*#gamme-page-wrapper .scroll-block .product-size ul li:before {*/
/*content: "·";*/
/*position: absolute;*/
/*font-size: 30px;*/
/*line-height: 10px;*/
/*left: -18px;*/
/*}*/

/*#gamme-page-wrapper .scroll-block .product-size ul li:nth-child(1),*/
/*#gamme-page-wrapper .scroll-block .product-size ul li:nth-child(5) {*/
/*margin-left: 0;*/
/*list-style-type: none;*/
/*}*/

/*#gamme-page-wrapper .scroll-block .product-size ul li:nth-child(1):before,*/
/*#gamme-page-wrapper .scroll-block .product-size ul li:nth-child(5):before {*/
/*content: none;*/
/*}*/

#gamme-page-wrapper .scroll-block .product-price {
    font-family: "ITC Avant Garde Gothic Std Book", sans-serif;
    font-size: 14px;
    clear: both;
    margin-top: 25px;
    color: #d92b4e;
}

#gamme-page-wrapper .scroll-block .product-price span {
    font-size: 25px;
}

#gamme-page-wrapper .scroll-block .start-product-creation {
    margin-top: 25px;
}

#gamme-page-wrapper .scroll-block .start-product-creation a {
    font-family: "ITC Avant Garde Std Md", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 22px;
    border: 2px solid #d92b4e;
    border-radius: 5px;
}

#gamme-page-wrapper .scroll-block .start-product-creation a:hover,
#gamme-page-wrapper .scroll-block .start-product-creation a.select {
    text-decoration: none;
    background: #d92b4e;
    color: #fff;
}

.img-desc-block span.product-button {
    font-family: "ITC Avant Garde Std Md", sans-serif;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 1.2px;
    color: #000;
    border: 2px solid #000;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 2px 8px;
    display: block;
    float: left;
    margin-right: 8px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: none;
    margin-bottom: 6px;
}

/*price table*/

#gamme-page-wrapper .price-table {
    padding: 10px;
    width: 90%;
    margin: 50px auto 0;
}

#gamme-page-wrapper .price-table .col-md-2,
#gamme-page-wrapper .price-table .col-md-12 {
    padding-left: 0;
}

#gamme-page-wrapper .price-table .table-header {
    padding: 50px 0 70px;
    font-family: "Crimson Text", sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#gamme-page-wrapper .table-header .col-md-2 {
    padding: 0;
}

#gamme-page-wrapper .table-header.fixed {
    position: fixed;
    max-width: 1150px;
    top: 0;
    width: 90%;
    background: #fff;
    z-index: 99;
    padding: 30px 0 30px;
}

#gamme-page-wrapper .price-table {
    position: relative;
}

#gamme-page-wrapper .row {
    padding-top: 10px;
}

#gamme-page-wrapper .row.pt0 {
    padding-top: 0;
}

#gamme-page-wrapper .table-header.pos-abs {
    position: absolute;
    max-width: 1310px;
    top: auto;
    bottom: 100px;
}

.borbot {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 15px;
}

#gamme-page-wrapper .price-table .first_section,
#gamme-page-wrapper .price-table .third_section {
    border-top: 2px solid #0f0f0f;
    border-bottom: 2px solid #0f0f0f;
}

.section {
    padding: 10px 0 20px;
}

.price-table,
.price-table h4 {
    font-family: "ITC Avant Garde Gothic Std Book", sans-serif;
    font-size: 14px;
}

.price-table h4 {
    color: #d92b4e;
    margin-bottom: 15px;
}

.price-table span.rougue {
    font-family: "ITC Avant Garde Std Md", sans-serif;
    font-size: 16px;
    color: #d92b4e;
}

span.black-c {
    color: #000;
    font-family: "ITC Avant Garde Std Md", sans-serif;
    font-size: 16px;
}

.section .col-md-2 span {
    font-size: 10px;
}

.price-table .start-product-creation {
    font-family: "ITC Avant Garde Std Md", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 22px;
    border: 2px solid #d92b4e;
    border-radius: 5px;
    color: #000;
}

/*footetr*/

.col-md-6 {
    float: left;
    width: 50%;
}

.col-md-3 {
    width: 25%;
    float: left;
}

.col-md-6.left-col {
    padding-top: 20px;
}

.col-md-6.right-col {
    padding-top: 60px;
    padding-left: 60px;

}

.bottom-img {
    position: relative;
}

.bottom-img img {
    width: 100%;
}

.bottom-img-btn {
    font-family: "ITC Avant Garde Std Bk", sans-serif;
    font-weight: bold;
    font-size: 10px;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 20px;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    margin-top: -27px;
    text-shadow: none;
    transition: 0.5s;
    letter-spacing: 2.5px;
}

.bottom-img-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #d92b4e;
}
.bottom-img-btn:focus {
    color: #fff;
    text-decoration: none;
    background: #000;
}

.container.p80px {
    padding: 80px 0;
}

.footer .col-md-6:first-child {
    border-right: 1px solid #b2b2b2;
}

.footer .col-md-6 span {
    font-family: "ITC Avant Garde Std Md", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 22px;
    display: block;
}

.footer .col-md-6 .address {
    font-family: "Crimson Text", sans-serif;
    font-size: 18px;
    line-height: 1.4;
}

.footer .social {
    margin-top: 30px;
    display: block;
    clear: both;
}

.footer .social a {
    display: block;
    float: left;
    margin-right: 15px;

}

.footer .social a.fb-social {
    width: 20px;
    height: 20px;
    background: url(../images/fb_icon.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;

}

.footer .social a.google-social {
    height: 20px;
    width: 32px;
    background: url(../images/google_icon.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.footer .copyright {
    display: block;
    clear: both;
    padding-top: 30px;
}

.footer .copyright a {
    text-transform: uppercase;
    font-family: "ITC Avant Garde Std Md", sans-serif;
    font-size: 10px;
    color: #848483;
    float: left;
    margin-right: 30px;
    letter-spacing: 1.3px;
    margin-bottom: 0;
}

.footer .copyright p {
    font-family: "ITC Avant Garde Gothic Std Book", sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #848483;
    clear: both;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.col-md-6 .footer-logo img {
    display: block;
    margin: 0 auto;
    width: 82%
}

.col-md-6.right-col p {
    font-family: "Crimson Text", sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.col-md-6.right-col form {
    position: relative;
}

.col-md-6.right-col input {
    width: 100%;
    background: none;
    font-size: 16px;
    padding: 17px 15px 16px;
    border: 1px solid #000;
}
.col-md-6.right-col input:focus::placeholder {
    opacity: 0;
}


.col-md-6.right-col input:-moz-placeholder {
    color: #000;
    font-family: "ITC Avant Garde Gothic Std Book", sans-serif;
    font-size: 17px;
    transition: 0.3s;
}

.col-md-6.right-col input:-ms-input-placeholder {
    color: #000;
    font-family: "ITC Avant Garde Gothic Std Book", sans-serif;
    font-size: 17px;
    transition: 0.3s;
}

.col-md-6.right-col input::-webkit-input-placeholder {
    color: #000;
    font-family: "ITC Avant Garde Gothic Std Book", sans-serif;
    font-size: 17px;
    transition: 0.3s;
}

.col-md-6.right-col input[type=submit] {
    font-family: "ITC Avant Garde Std Md", sans-serif;
    font-size: 12px;
    border: none;
    cursor: pointer;
    position: absolute;
    width: 40px;
    right: 10px;
    top: 0;
}
.col-md-6.right-col input[type=submit]:hover {
    color: #c93052;
}

.other-links {
    margin-top: 20px;
    padding: 40px 40px 20px 40px;
}

.other-links .col-md-3 a {
    font-family: "ITC Avant Garde Std Bk", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
    display: block;
}

.other-links .col-md-3 a:hover {
    text-decoration: none;
}

.other-links {
    border-top: 1px solid #b2b2b2;
}


@media (max-width: 992px) {
    .header ul li a {
        font-size: 10px;
    }
}

/*New Style*/

#single-regular-product {
    max-width: 95%;
    margin: 0 auto;
}

#single-regular-product .section1 {
    position: relative;
    z-index: 700;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding-bottom: 60px;
}

#single-regular-product .section1 .left {
    width: calc(8 / 12 * 100%);
}

#single-regular-product .section1 .left .gallery {
    padding: 10px 20px 0 0;
}

#single-regular-product .section1 .left .img {
    position: relative;
}

#single-regular-product .mobile-add-to-cart,
#single-regular-product .mobile-title {
    display: none;
}

#single-regular-product .section1 .left .img0 .tt-img-container {
    position: relative;
    padding-bottom: 70%;
    overflow-x: hidden;
}

#single-regular-product .section1 .left .img0 img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    user-select: none;
}

#single-regular-product .section1 .left .img .img-desc.lock {
    position: fixed;
    top: 62px;
    right: 2.5%;
    left: auto;
    bottom: auto;
    width: calc(4 / 12 * 95% + 20px);
}

#single-regular-product .section1 .left .img .img-desc {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 800;
    width: calc(4 / 8 * (100% + 20px) + 20px);
}

#single-regular-product .section1 .left .img + .img {
    padding-top: 48px;
}

#single-regular-product .section1 .left .img {
    position: relative;
}

img {
    display: inline-block;
    width: 100%;
    height: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#single-regular-product .section1 .left img {
    display: block;
}

#single-regular-product .section1 .left .img .img-desc {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 800;
    width: calc(4 / 8 * (100% + 20px) + 20px);
}

/*Right*/
#single-regular-product .section1 .right {
    width: calc(4 / 12 * 100%);
    position: relative;
}

#single-regular-product .section1 .right #scroll-train.lock {
    position: fixed;
    top: -70px;
    right: 2.5%;
    z-index: 999;
    width: calc(4 / 12 * 95% + 20px);
}

#single-regular-product .section1 .right #scroll-train {
    box-sizing: border-box;
    padding: 100px 40px 10px 60px;
    width: calc(100% + 20px);
    position: relative;
    z-index: 999;
}

#single-regular-product .section1 .right .product_title {
    font-size: 20px;
    font-family: UNWC, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.4px;
}

#single-regular-product .section1 .right .short-description, #single-regular-product .section1 .right .short-description * {
    font-family: UNW, sans-serif;
    color: #333;
    letter-spacing: .4px;
    font-size: 12px;
    font-weight: 400;
    margin: 4px 0 10px;
}

#single-regular-product .section1 .right .price {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

#single-regular-product .section1 .right .price * {
    font-family: futura-pt, sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 300;
}

#single-regular-product .section1 .right .qty-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

#single-regular-product .section1 .right .price * {
    font-family: futura-pt, sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 300;
}

#single-regular-product .section1 .right .qty-container > :nth-child(1) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

#single-regular-product .section1 .right .price .qty-display {
    padding: 0 16px;
}

#single-regular-product .section1 .right .price * {
    font-family: futura-pt, sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 300;
}

#single-regular-product .section1 .right .price button.qty {
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
}

#single-regular-product .section1 .right .qty-container > :nth-child(2) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

#single-regular-product .section1 .right .price * {
    font-family: futura-pt, sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 300;
}

#single-regular-product .section1 .right .qty-container button.qty:last-child {
    -webkit-transform: translate(0, -1px);
    transform: translate(0, -1px);
}

#single-regular-product .section1 .right .price button.qty {
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
}

#single-regular-product .section1 .right .qty-container > :nth-child(3) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

#single-regular-product .left .price button.qty, #single-regular-product .right .price button.qty {
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
}

#single-regular-product .section1 .right .price * {
    font-family: futura-pt, sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 300;
}

#single-regular-product .section1 .left .img .img-desc {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 800;
    width: calc(4 / 8 * (100% + 20px) + 20px);
}

#single-regular-product .section1 .left .img .img-desc-container {
    padding: 49px 30px 36px;
}

.imgs img.half-img.mleft0 {
    margin-left: 0;
}

.two-img-block {
    grid-template-columns: 50% 50%;
    -ms-grid-columns:  50% 50%;
}
.two-img-block .box {
    padding: 0;
}
.two-img-block .box.box_right {
    padding-left: 5px;
}

.col-wrapper {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-rows: 100%;

    display: -ms-grid;
    grid-template-columns: 70% 30%;
    -ms-grid-columns: 100%;
}

.right-col .img-desc-block,
.left-col .product-img-block {
    display: grid;
    display: -ms-grid;
}

.left-col .product-img-block {
    display: grid;
    display: -ms-grid;
}

.imgs img.half-img {
    display: block;
    float: left;
    margin-left: 2%;
}

.imgs img.half-img.mleft0 {
    margin-left: 0;
}

.two-img-block {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
}


/*Color Carousel*/

.owl-demo {
    width: 200px;
    clear: both;
}

.coloris {
    display: inline-table;
    clear: both;
    float: none;
    margin-top: 15px;
}

.coloris p {
    clear: both;
    font-family: "ITC Avant Garde Gothic Std Book", sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.7;
    text-shadow: none;
}

.owl-demo .item {
    background: #3fbf79;
    padding: 5px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    height: 30px;

}

.owl-demo .item h1 {
    margin: 0;
    border-radius: 50%;
    font-size: 0;
}

.customNavigation {
    text-align: center;
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 5px;
    right: -17px;
    font-size:40px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 5px;
    left: -17px;
    font-size:40px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: none;
    color: inherit;

}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}


.owl-demo .bg-color-1 {
    background: #272827;
}
.owl-demo .bg-color-2 {
    background: #626463;
}
.owl-demo .bg-color-3 {
    background: #5c3236;
}
.owl-demo .bg-color-4 {
    background: #2c3c4b;
}
.owl-demo .bg-color-5 {
    background: #d4cbc1;
}
.owl-demo .bg-color-6 {
    background: #cfcfcf;
}


@media (max-width: 1200px) {

    #gamme-page-wrapper .right-col .scroll-block {
        width: calc(4 / 12 * 1200px + 20px);
    }
    #gamme-page-wrapper .left-col .img-desc-block.lock {
        width: calc(4 / 12 * 1200px + 20px);
    }

    #carousel-central .carousel-textblock h3 {
        margin-bottom: 50px;
    }
    #carousel-central .carousel-textblock .caousel-header {
        font-size: 44px;
    }
    #carousel-central .carousel-textblock .availability {
        margin-top:18px;
        margin-bottom: 5px;
    }
    #carousel-central .carousel-textblock .order-btn {
        padding: 0 3px;
        font-size: 10px;
    }
    .coloris {
        margin-top: 10px;
    }
    .owl-demo {
        width: 175px;
    }
    .owl-demo .item {
        height: 25px;
    }
    .owl-carousel .owl-nav button.owl-next {
        top: 1px;
        right: -17px;
        font-size:35px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        top: 1px;
        left: -17px;
        font-size:35px;
    }

}

@media (max-width: 1100px) {

    #gamme-page-wrapper .right-col .scroll-block {
        width: calc(4 / 12 * 1100px + 20px);
    }
    #gamme-page-wrapper .left-col .img-desc-block {
        /*font-size:12px;*/
    }
    #gamme-page-wrapper .left-col .img-desc-block,
    #gamme-page-wrapper .right-col .scroll-block {
        padding: 40px 20px 20px 20px;
    }
    #gamme-page-wrapper .left-col .img-desc-block.first {
        padding-top: 10px;
    }
    #gamme-page-wrapper .right-col .scroll-block {
        padding-top: 15px;

    }

    #gamme-page-wrapper .scroll-block .product-short-desc {
        font-size:16px;
    }
    #gamme-page-wrapper .scroll-block .product-name {
        font-size: 22px;
    }
    #gamme-page-wrapper .scroll-block .product-size ul {
        margin-top: 10px;
    }
    #gamme-page-wrapper .scroll-block .product-short-desc {
        margin-top: 10px;
    }
    #gamme-page-wrapper .scroll-block .product-price {
        margin-top: 10px;
    }
    #gamme-page-wrapper .scroll-block .start-product-creation{
        margin-top: 10px;
    }
    #gamme-page-wrapper .scroll-block .product-price p {
        font-size: 12px;
    }
    #gamme-page-wrapper .scroll-block .product-price span {
        font-size: 20px;
    }
    #gamme-page-wrapper .scroll-block .start-product-creation a {
        padding: 18px;
        font-size: 13px;
    }
    .product-price p {
        margin-bottom: 0;
    }
    #gamme-page-wrapper .left-col .product-img-block:first-child .img-desc-block {
        top: 240px;
    }

    #carousel-central .carousel-textblock h3 {
        margin-top: 0;
        margin-bottom: 40px;
    }
    #carousel-central .carousel-textblock .caousel-header {
        font-size: 40px;
    }
    #carousel-central .carousel-textblock .carousel-block-dsec span {
        font-size: 15px;
    }
    #carousel-central .carousel-textblock .carousel-block-dsec {
        font-size: 14px;
    }
    .owl-demo {
        width: 150px;
    }
    .owl-demo .item {
        height: 20px;
    }
    .owl-carousel .owl-nav button.owl-next {
        top: 0px;
        right: -17px;
        font-size:30px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        top: 0px;
        left: -17px;
        font-size:30px;
    }
    .coloris p {
        margin-bottom: 0;
    }
    .carousel-indicators {
        bottom: 10px;
    }
    .header {
        -ms-grid-columns: 20% 55% 25%;
    }

}

@media (max-width: 1024px) {
    #gamme-page-wrapper .right-col .scroll-block {
        width: calc(4 / 12 * 1024px + 20px);
    }
    #gamme-page-wrapper .left-col .img-desc-block.lock {
        width: calc(4 / 12 * 1024px + 20px);
    }
    #gamme-page-wrapper .scroll-block .product-size ul li {
        line-height: 1.6;
        padding: 2px 6px;
    }
    .header {
        width: 100%;
        height: 70px;
        padding: 26px 39px;
        background: #000;
        grid-template-columns: 20% 55% 25%;

    }

}


@media (max-width: 1024px) {
    .header .logo {
        width:90%;
    }
}

@media (max-width: 940px) {
    #gamme-page-wrapper .left-col .img-desc-block.lock {
        right: -6.5%;
    }
}


