/* main.css */
/* Reset Styles ***********************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1;   
  color: #000;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  height: auto;
  font-size: 14px;
  font-family: 'AvenirLTStd-Book'; 
}

ol,
ul {
  list-style: none; }

blockquote,
q demo blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

/* General ***********************/
img {
  max-width: 100%;
  vertical-align: bottom; }

object,
iframe {
  max-width: 100%; }

a {
  text-decoration: none; }

h3 {
  margin: 0 0 8px;
 /* text-shadow: 0 1px 0 #2F4C63;*/ }

.no-shadow{
 text-shadow: none;
 font-weight:bold;
}

.no-border.item{
    border:none
}

p {
  font-size: 14px;
  line-height: 18px; 
}

/* --Clearfix */
.cf:before,
.cf:after {
  content: "";
  display: table; 
}

.cf:after {
  clear: both; 
}

/*Remove text in input*/
input:focus::-webkit-input-placeholder {
  color: transparent; 
}

input::-moz-placeholder {
  opacity: 1 !important; 
}

input:focus::-moz-placeholder {
  color: transparent; 
}

.main {
  padding: 0 0 0; 
}

.wrapper {
  position: relative;
  overflow: hidden; 
}

.container {
  max-width: 100%; 
}


.free-shipping {
  color: #fff;
  font-size: 17px;
  float: left;
  position: relative; }

  .free-shipping a {
    color: #fff;
    font-size: 14px;
    margin: 0 0 0 10px;
    text-decoration: underline; }

    .free-shipping a:hover {
      text-decoration: none; }

.utility-nav ul {
  float: right;
  padding: 2px 0 0; 
  z-index:500;
}

  .utility-nav ul li {
    float: left;
    line-height: 15px;
    border-right: 1px solid #fff;
    padding: 0 2px; 
  }

    .utility-nav ul li.chat ul {
      display: none;
    }

    .utility-nav ul li a {
      color: #fff;
      line-height: 15px; 
    }

      .utility-nav ul li a em {
        font-style: normal; 
      }

      .utility-nav ul li a .fa {
        margin: 0 10px 0 0; 
      }

.utility-nav .chat {
  position: relative; 
}

  .utility-nav .chat ul {
    background: #fff;
    width: 380px;
    position: absolute;
    left: 0;
    top: 27px;
    padding: 0;
    z-index: 9999;
    border: 1px solid #eee;
    border-top: none; }

    .utility-nav .chat ul li {
      padding: 0;
      float: none; 
      border: 1px solid #000;
    }

      /*.utility-nav .chat ul li h5 {
        background: #000;
        color: #fff;
        padding: 10px; 
       }*/

      .utility-nav .chat ul li .chat-img {
        width: 90px;
        text-align: center;
        padding: 10px 0 10px 0;
        font-size: 28px; 
        margin: 0 auto;
      }

      .utility-nav .chat ul li .chat-img a {
        color: #000;  
        margin: 0 auto;
        text-align: center;
      }
      
      .utility-nav .chat ul li .chat-text {
        width: 287px;
        padding: 15px 60px 15px 0;
        margin: 0 auto;
        text-align: center;
        }
      
      .utility-nav .chat ul li .chat-text a {
        color: #000; 
        margin: 0 auto;
        text-align: center;
      }

.utility-nav .utility-message {
  color: #fff;
  float: right;
  line-height: 15px;
  margin: 2px 0 0 10px; 
}

  .utility-nav .utility-message em {
    font-style: normal; 
  }

    .utility-nav .utility-message em.message-mb {
      display: none; 
    }

#search-icon,
.search-box-go {
  font-size: 22px;
  border: none;
  width: 40px;
  height: 40px; 
}

#search-icon {
  background: none;
  color: #000;
  display: none;
  font-size: 27px; 
}

.utility-nav .search-result {
  background: #fff;
  width: 350px;
  position: absolute;
  right: 40px;
  top: 100%;
  padding: 0;
  z-index: 9999;
  border: 1px solid #eee;
  border-top: none;
  display: none; 
}

  .utility-nav .search-result li {
    padding: 0;
    border: none;
    float: none; 
  }

    .utility-nav .search-result li h5 {
      background: #000;
      color: #fff;
      padding: 10px; 
    }

    .utility-nav .search-result li ul {
      float: none;
      padding: 5px 0 10px; 
    }

      .utility-nav .search-result li ul li a {
        color: #666;
        display: block;
        padding: 4px 0;
        margin: 0 20px;
        overflow: hidden; 
      }

        .utility-nav .search-result li ul li a:hover {
          color: #000;
          text-decoration: none; 
        }

        .utility-nav .search-result li ul li a .search-prod-img {
          width: 70px;
          float: left;
          padding: 7px 0;
          text-align: center; 
        }

        .utility-nav .search-result li ul li a .search-prod-descr {
          width: 238px;
          float: left;
          padding: 7px 0 0; 
        }

          .utility-nav .search-result li ul li a .search-prod-descr span {
            padding: 0 0 5px;
            display: block; 
          }

      .utility-nav .search-result li ul.search-content-prod li a {
        border-top: 1px solid #eee; 
      }

      .utility-nav .search-result li ul.search-content-prod li:first-child a {
        border: none; 
      }

.navigation {
  display: table;
  width: 100%; 
}

  .navigation ul {
    display: table-row; 
  }

    .navigation ul li {
      display: inline-block;
      position: relative;
      padding: 0 2.2% 7px 0; 
    }

      .navigation ul li a {
        color: #000; 
      }

        .navigation ul li a img {
          display: block; 
        }

        .navigation ul li a .sub-nav-find {
          background: #eee;
          display: block;
          position: relative;
          padding: 7px 10px;
        }

          .navigation ul li a .sub-nav-find:after {
            content: "\f105";
            font-size: 24px;
            position: absolute;
            right: 10px;
            top: 0;
            font-family: 'FontAwesome'; 
          }

      .navigation ul li:last-child {
        padding-right: 0; 
      }

      .navigation ul li > ul {
        background: #fff;
        display: none;
        position: absolute;
        left: -20px;
        top: 100%;
        z-index: 9999;
        width: 240px;
        padding: 5px 0;
        border: 1px solid #efefef;
        border-top: none; 
      }
      
        .navigation ul li > ul li {
          float: none;
          display: block;
          max-width: none;
          text-align: left;
          padding: 0; 
        }

          .navigation ul li > ul li a {
            color: #666;
            padding: 5px 20px;
            display: block; 
          }

            .navigation ul li > ul li a:hover {
              color: #000; 
            }

      .navigation ul li:hover > a {
        color: #999;
        text-decoration: none; 
      }

      .navigation ul li:hover > ul {
        display: block; 
      }
  

 .navigation .holiday,  .navigation a.holiday,  .navigation a.holiday:link,  .navigation a.holiday:visited,  .navigation a.holiday:hover  {
      color: #a21e40 !important;
      font-size: 22px;
      letter-spacing: -.25px;
      font-family: 'Bodoni LT Pro Book', 'Bodoni W02 Book Italic';
 }

/* --------- mobile navigation --------- */
.mobile-nav {
  background: #000;
  width: 210px;
  height: 100%;
  position: fixed;
  left: -210px;
  top: 0;
  overflow: auto;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; 
}

  .mobile-nav li {
    position: relative;
    border-top: 1px solid #fff; 
  }

    .mobile-nav li a {
      color: #fff;
      font-size: 16px;
      line-height: 20px;
      display: block;
      padding: 10px 15px;
      position: relative;
      text-transform: uppercase;
      outline: none; 
    }

      .mobile-nav li a i,
      .mobile-nav li a .bag-count {
        float: right;
        margin: 0 0 0 10px;
      }
      
      .mobile-nav li a i {
        font-size: 23px; 
      }

      .mobile-nav li a .bag-count {
        background: #4D4E4E;
        font-size: 12px;
        line-height: 20px;
        padding: 0 2px;
        height: 20px;
        border: 1px solid #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: block;
        text-align: center; 
      }

      .mobile-nav li a:hover {
        text-decoration: none; 
      }

    .mobile-nav li:first-child, .mobile-nav li.dl-subviewopen {
      border: none; 
    }

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1); 
}

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1); 
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  color: #fff;
  position: absolute;
  top: 0;
  font-size: 30px;
  line-height: 40px;
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased; 
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "\f105";
}

.dl-menuwrapper li > a:after {
  right: 15px;
  color: rgba(0, 0, 0, 0.15);
  content: "\f105"; 
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none; 
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none; 
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block; 
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0; 
}

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    -moz-animation: MenuAnimOut1 0.4s;
    -o-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    -moz-animation: MenuAnimOut2 0.3s ease-in-out;
    -o-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0.4s ease;
    -moz-animation: MenuAnimOut3 0.4s ease;
    -o-animation: MenuAnimOut3 0.4s ease;
    animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 0.4s ease;
    -moz-animation: MenuAnimOut4 0.4s ease;
    -o-animation: MenuAnimOut4 0.4s ease;
    animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 0.4s ease;
    -moz-animation: MenuAnimOut5 0.4s ease;
    -o-animation: MenuAnimOut5 0.4s ease;
    animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        -moz-transform: translateZ(-250px) rotateY(30deg);
        -ms-transform: translateZ(-250px) rotateY(30deg);
        -o-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
    }

    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        -moz-transform: translateZ(-372.5px) rotateY(15deg);
        -ms-transform: translateZ(-372.5px) rotateY(15deg);
        -o-transform: translateZ(-372.5px) rotateY(15deg);
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0);
        -moz-transform: translateZ(-500px) rotateY(0);
        -ms-transform: translateZ(-500px) rotateY(0);
        -o-transform: translateZ(-500px) rotateY(0);
        transform: translateZ(-500px) rotateY(0);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    } 
}

@-webkit-keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        -moz-transform: translateZ(300px);
        -ms-transform: translateZ(300px);
        -o-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    } 
}

@-webkit-keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        -moz-transform: translateZ(-300px);
        -ms-transform: translateZ(-300px);
        -o-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    } }

@-webkit-keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        -moz-transform: translateY(40%);
        -ms-transform: translateY(40%);
        -o-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    } 
}

@keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        -moz-transform: translateZ(-250px) rotateY(30deg);
        -ms-transform: translateZ(-250px) rotateY(30deg);
        -o-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
    }

    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        -moz-transform: translateZ(-372.5px) rotateY(15deg);
        -ms-transform: translateZ(-372.5px) rotateY(15deg);
        -o-transform: translateZ(-372.5px) rotateY(15deg);
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }

    100% {
        -webkit-transform: translateZ(-500px) rotateY(0);
        -moz-transform: translateZ(-500px) rotateY(0);
        -ms-transform: translateZ(-500px) rotateY(0);
        -o-transform: translateZ(-500px) rotateY(0);
        transform: translateZ(-500px) rotateY(0);
        opacity: 0;
    } 
}

@keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    } 
}

@keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        -moz-transform: translateZ(300px);
        -ms-transform: translateZ(300px);
        -o-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    } 
}

@keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        -moz-transform: translateZ(-300px);
        -ms-transform: translateZ(-300px);
        -o-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    } 
}

@keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        -moz-transform: translateY(40%);
        -ms-transform: translateY(40%);
        -o-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    } 
}

.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.3s;
    -moz-animation: MenuAnimIn1 0.3s;
    -o-animation: MenuAnimIn1 0.3s;
    animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    -moz-animation: MenuAnimIn2 0.3s ease-in-out;
    -o-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 0.4s ease;
    -moz-animation: MenuAnimIn3 0.4s ease;
    -o-animation: MenuAnimIn3 0.4s ease;
    animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 0.4s ease;
    -moz-animation: MenuAnimIn4 0.4s ease;
    -o-animation: MenuAnimIn4 0.4s ease;
    animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 0.4s ease;
    -moz-animation: MenuAnimIn5 0.4s ease;
    -o-animation: MenuAnimIn5 0.4s ease;
    animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0);
        -moz-transform: translateZ(-500px) rotateY(0);
        -ms-transform: translateZ(-500px) rotateY(0);
        -o-transform: translateZ(-500px) rotateY(0);
        transform: translateZ(-500px) rotateY(0);
        opacity: 0;
    }

    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        -moz-transform: translateZ(-250px) rotateY(30deg);
        -ms-transform: translateZ(-250px) rotateY(30deg);
        -o-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        -moz-transform: translateZ(0) rotateY(0);
        -ms-transform: translateZ(0) rotateY(0);
        -o-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
        opacity: 1;
    } 
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    } 
}

@-webkit-keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        -moz-transform: translateZ(300px);
        -ms-transform: translateZ(300px);
        -o-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    } 
}

@-webkit-keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        -moz-transform: translateZ(-300px);
        -ms-transform: translateZ(-300px);
        -o-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        -moz-transform: translateY(40%);
        -ms-transform: translateY(40%);
        -o-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    } 
}

@keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0);
        -moz-transform: translateZ(-500px) rotateY(0);
        -ms-transform: translateZ(-500px) rotateY(0);
        -o-transform: translateZ(-500px) rotateY(0);
        transform: translateZ(-500px) rotateY(0);
        opacity: 0;
    }

    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        -moz-transform: translateZ(-250px) rotateY(30deg);
        -ms-transform: translateZ(-250px) rotateY(30deg);
        -o-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        -moz-transform: translateZ(0) rotateY(0);
        -ms-transform: translateZ(0) rotateY(0);
        -o-transform: translateZ(0) rotateY(0);
        transform: translateZ(0) rotateY(0);
        opacity: 1;
    } 
}

@keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    } 
}

@keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        -moz-transform: translateZ(300px);
        -ms-transform: translateZ(300px);
        -o-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        -moz-transform: translateZ(-300px);
        -ms-transform: translateZ(-300px);
        -o-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    } 
}

@keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        -moz-transform: translateY(40%);
        -ms-transform: translateY(40%);
        -o-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    } 
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    -moz-animation: SubMenuAnimIn1 0.4s ease;
    -o-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    -moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
    -o-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 0.4s ease;
    -moz-animation: SubMenuAnimIn3 0.4s ease;
    -o-animation: SubMenuAnimIn3 0.4s ease;
    animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 0.4s ease;
    -moz-animation: SubMenuAnimIn4 0.4s ease;
    -o-animation: SubMenuAnimIn4 0.4s ease;
    animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 0.4s ease;
    -moz-animation: SubMenuAnimIn5 0.4s ease;
    -o-animation: SubMenuAnimIn5 0.4s ease;
    animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    } 
}

@-webkit-keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        -moz-transform: translateZ(-300px);
        -ms-transform: translateZ(-300px);
        -o-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    } 
}

@-webkit-keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        -moz-transform: translateZ(300px);
        -ms-transform: translateZ(300px);
        -o-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    } 
}

@-webkit-keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        -moz-transform: translateZ(-200px);
        -ms-transform: translateZ(-200px);
        -o-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    } 
}

@keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    } 
}

@keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        -moz-transform: translateZ(-300px);
        -ms-transform: translateZ(-300px);
        -o-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        -moz-transform: translateZ(300px);
        -ms-transform: translateZ(300px);
        -o-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        -moz-transform: translateZ(-200px);
        -ms-transform: translateZ(-200px);
        -o-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    } 
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s ease;
    -moz-animation: SubMenuAnimOut1 0.4s ease;
    -o-animation: SubMenuAnimOut1 0.4s ease;
    animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    -moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
    -o-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 0.4s ease;
    -moz-animation: SubMenuAnimOut3 0.4s ease;
    -o-animation: SubMenuAnimOut3 0.4s ease;
    animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 0.4s ease;
    -moz-animation: SubMenuAnimOut4 0.4s ease;
    -o-animation: SubMenuAnimOut4 0.4s ease;
    animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 0.4s ease;
    -moz-animation: SubMenuAnimOut5 0.4s ease;
    -o-animation: SubMenuAnimOut5 0.4s ease;
    animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    } 
}

@-webkit-keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-300px);
        -moz-transform: translateZ(-300px);
        -ms-transform: translateZ(-300px);
        -o-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    } 
}

@-webkit-keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(300px);
        -moz-transform: translateZ(300px);
        -ms-transform: translateZ(300px);
        -o-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    } 
}

@-webkit-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-200px);
        -moz-transform: translateZ(-200px);
        -ms-transform: translateZ(-200px);
        -o-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    } 
}

@keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-300px);
        -moz-transform: translateZ(-300px);
        -ms-transform: translateZ(-300px);
        -o-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
  }

@keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(300px);
        -moz-transform: translateZ(300px);
        -ms-transform: translateZ(300px);
        -o-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}

@-moz-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-200px);
        -moz-transform: translateZ(-200px);
        -ms-transform: translateZ(-200px);
        -o-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(-200px);
        -moz-transform: translateZ(-200px);
        -ms-transform: translateZ(-200px);
        -o-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block; 
}

.no-js .dl-menuwrapper li.dl-back {
  display: none; }

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1); }

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: ''; }

/* Colors for demos */
/* Demo 1 */
.demo-1 .dl-menuwrapper button {
  background: #c62860; }

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
  background: #9e1847; }

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
  background: #e86814; }

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
  background: #D35400; }

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
  background: #08cbc4; }

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
  background: #00b4ae; }

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
  background: #90b912; }

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
  background: #79a002; }

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
  background: #744783; }

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
  background: #643771; }

@media only screen and (min-width: 980px) {
    .wrapper {
        left: 0 !important;
    }

    .mobile-nav {
        left: -210px !important;
    }

    .search-box {
        display: inline-block !important;
        height: auto !important;
    }

    .shopping-cart-wrap {
        position: relative;
    }

        .shopping-cart-wrap a {
            color: #000;
        }

            .shopping-cart-wrap a:hover, .shopping-cart-wrap a:focus {
                color: #000;
            }

        .shopping-cart-wrap i {
            position: absolute;
            right: -12px;
            top: -10px;
            font-size: 16px;
        }

    .shopping-cart-popup {
        width: 370px;
        border: 10px solid #000;
        position: absolute;
        right: 0;
        top: 29px;
        padding: 20px;
        background: #fff;
        z-index: 1;
        display: none;
    }

        .shopping-cart-popup p {
            text-transform: uppercase;
            font-size: 14px;
            color: #000;
            font-family: 'Avenir Next LT W04 Ligh1437356';
        }

            .shopping-cart-popup p.subtotal-line {
                color: #666666;
                padding-top: 8px;
            }

            .shopping-cart-popup p.product-param {
                text-transform: none;
                color: #666666;
                padding: 0;
            }

                .shopping-cart-popup p.product-param .prod-price {
                    padding-right: 10px;
                }

        .shopping-cart-popup .prod-wrap {
            border: 2px solid #b2b2b2;
            margin-bottom: 8px;
        }

        .shopping-cart-popup .btn.btn-base {
            font-size: 11px;
            text-transform: uppercase;
            padding-left: 29px;
            padding-right: 29px;
        }

            .shopping-cart-popup .btn.btn-base:hover {
                color: #fff;
            }

        .shopping-cart-popup .product-row {
            margin-top: 35px;
        }
}

@media only screen and (max-width: 735px) {
  .shopping-cart-popup {
    top: 23px; } }

@media only screen and (max-width: 370px) {
  .shopping-cart-popup {
    width: 100%; } }

.template-slider-1 .btn.btn-default {
  height: 29px; }

.top-banner {
  margin: 0 auto;
  max-width: 1600px; }
  .top-banner .img-position {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden; }

  .top-banner .img-position img {
    text-align: center;
    width: auto;
    max-width: initial; }

  .top-banner .visible-lg img {
    min-height: 600px; }

  .top-banner .visible-sm img {
    width: 100%; }

  .top-banner .visible-xs img {
    width: 100%; }

.flickity-page-dots {
  display: none; }

.gallery-cell {
  height: 600px;
  width: 80%;
  margin-right: 10px; 
}

.gallery-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: white; }

.open-close-items-holder {
  position: absolute;
  bottom: 0;
  width: 98%;
  z-index: 200;
  min-height: 189px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.open-close-items-holder .close-item {
  float: left;
  position: relative; }

.open-close-items-holder .close-open-btn {
  position: absolute; }

.top-banner.template-slider-3 h5 {
  color: #fff;
  font-size: 50px;
  font-family: "Avenir Next LT W04 Ligh1437356";
  padding: 31px 0 15px;
  letter-spacing: -1.5px; }

.top-banner.template-slider-3 p {
  font-size: 20px;
  color: #fff;
  font-family: "Avenir Next LT W04 Ligh1437356";
  letter-spacing: -0.9px; }

.top-banner.template-slider-3 a {
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
  display: block; }

.top-banner.template-slider-3 .btn {
  font-family: "AvenirLTStd-Heavy";
  padding-left: 14px;
  padding-right: 14px;
  text-decoration: none;
  border: 1px solid #ffffff;
  width: 94px;
  height: 29px;
  padding: 5px 14px; }

.top-banner-box {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  top: 0;
  z-index: 2; }

  .top-banner-box h5 {
    color: #666;
    font-size: 50px;
    font-family: "Avenir Next LT W04 Ligh1437356";
    padding: 45px 0 12px;
    letter-spacing: -1.5px; }

  .top-banner-box p {
    font-size: 20px;
    font-family: "Avenir Next LT W04 Ligh1437356";
    padding: 0 0 17px;
    letter-spacing: -0.9px; }

  .top-banner-box .btn {
    font-family: "AvenirLTStd-Heavy";
    padding-left: 14px;
    padding-right: 14px; }

.template-slider-2 h5 {
  font-size: 50px;
  font-family: "Avenir Next LT W04 Ligh1437356";
  padding: 45px 0 12px;
  color: #000;
  line-height: 58px;
  letter-spacing: -1.5px; }

.template-slider-2 p {
  color: #000; }

.template-slider-2 p a {
  color: #000;
  text-transform: normal;
  font-size: 12px;
  text-decoration: underline; }

@media screen and (max-width: 1600px) {
  .gallery-cell {
    width: 100%; } }

@media screen and (max-width: 735px) {
  .gallery-cell {
    width: 100%;
    height: 540px; } }

@media screen and (max-width: 600px) {
  .template-slider-3 .top-banner-box {
    margin: 0; }
  .template-slider-3 .top-banner-box h5 {
    font-size: 36px;
    line-height: 38px; }
  .template-slider-3 .top-banner-box p {
    font-size: 15px; } }

@media screen and (max-width: 500px) {
  .gallery-cell {
    width: 100%;
    height: 360px; } }

/* ----------------------------------- Action block */
.action-block {
  padding: 10px 30px 15px; }

.action-img {
  position: relative; }

  .action-img .save-sign {
    background: #fff;
    border: 1px solid #000;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 100px;
    height: 100px;
    padding: 22px 0 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-family: 'AvenirLTStd-Heavy';
    text-transform: uppercase; }

    .action-img .save-sign span {
      font-size: 36px;
      display: block;
      font-family: "Avenir Next LT W04 Medium";
      padding: 5px 0 0; }

.action-text {
  padding: 60px 0 0;
  text-align: center; }

  .action-text h2 {
    color: #666;
    font-family: "Avenir Next LT W04 Ligh1437356";
    font-size: 50px;
    padding: 0 0 15px; }

  .action-text p {
    font-size: 20px;
    font-family: 'AvenirLTStd-Light';
    padding: 0 0 20px; }

  .action-text .btn {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 18px;
    font-family: 'AvenirLTStd-Heavy'; }

  /* ----------------------------------- Slider */

  .slider-holder .slick-list {
   padding: 0 0 35px;  
  }
  
  .product-slider-holder.slider-holder .slick-list {
    padding: 0px;
    min-height: 480px;
  }
 
  .slider-holder h2 {
    color: #666;
    padding: 0 0 35px;  
    font-size: 40px;
  }

    .slider-holder h2 .btn {
      padding: 5px 25px;
      margin-left: 10px;
      font-family: 'AvenirLTStd-Heavy'; 
      font-weight: bold;
      display:inline;
    }

    .slick-slider {
        position: relative;
        display: block;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
       /* -ms-touch-action: pan-y;
        touch-action: pan-y;*/
        -webkit-tap-highlight-color: transparent;
    }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

  .slick-list:focus {
    outline: none; }

  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }

  .slick-track:after {
    clear: both; }

  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

  [dir="rtl"] .slick-slide {
    float: right; }

  .slick-slide img {
    display: block; 
        max-height: 200px;
  }

  .slick-slide.slick-loading img {
    display: none; }

  .slick-slide.dragging img {
    pointer-events: none; }

  .slick-initialized .slick-slide {
    display: block; }

  .slick-loading .slick-slide {
    visibility: hidden; }

  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slider-item-ins {
  max-width: 200px;
  margin: 0 auto; }
.slick-prev,

.slick-next {
  display: block;
  width: 33px;
  height: 142px;
  border: none;
  position: absolute;
  top: 25px;
  text-indent: -9999px;
  overflow: hidden; }


.slick-prev {
  background: url(http://az835686.vo.msecnd.net/images/btn/prev-slide.png) no-repeat left top;
  left: 0; }

.slick-next {
  background: url(http://az835686.vo.msecnd.net/images/btn/next-slide.png) no-repeat left top;
  right: 0; }

.slick-dots {
  text-align: center; }

  .slick-dots li {
    background: #c9c9c9;
    display: inline-block;
    margin: 0 6px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

    .slick-dots li button {
      background: none;
      border: none;
      display: block;
      width: 10px;
      height: 10px;
      padding: 0;
      text-indent: -9999px; }

    .slick-dots li.slick-active {
      background: #000; }

.slider-text {
  padding: 10px 10px 10px 8px; }

  .slider-text p {
    padding: 0 0 2px; 
    min-height: 60px;
  }

  .slider-text span {
    display: block;
    padding: 0 0 5px; }

@media only screen and (max-width: 979px) {
  .container .home-contact {
    padding: 14px 0; } 
}

@media only screen and (max-width: 735px) {
  .container .home-contact {
    padding: 20px 0 8px; }

  .template-slider-3 .top-banner-box p {
    padding: 0 0 12px; } 
}

/* trending */
.trending__btn {
  color: #000;
  font-family: "AvenirLTStd-Heavy";
  left: -50px;
  top: 124px;
  height: 190px;
  width: 50px;
  position: absolute;
  z-index: 3; }

    .trending__btn span {
        cursor: pointer;
        background-color: #FFF;
        position: absolute;
        padding: 17px 15px;
        top: 189px;
        left: 0;
        border: 1px solid #fff;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        text-decoration: none;
        display: block;
        height: 50px;
        width: 190px;
    }

  .trending__btn i.icon {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 12px; }

.trending {
  position: fixed;
  z-index: 100;
  right: -270px;
  top: 0;
  padding-top: 124px;
  width: 270px;
  height: 100%;
  -webkit-transition: right 0.5s ease-out 0.1s;
  -moz-transition: right 0.5s ease-out 0.1s;
  -o-transition: right 0.5s ease-out 0.1s;
  transition: right 0.5s ease-out 0.1s; }

  .trending.open {
    right: 0; }

  .trending h5 {
    font-family: "AvenirLTStd-Book";
    font-size: 14px;
    line-height: 20px;
    background-color: #000;
    color: #fff;
    padding: 5px 15px; }

  .trending b {
    font-family: "AvenirLTStd-Heavy"; }

.trending__content {
  padding: 18px 15px 28px 92px;
  position: relative;
  background-color: #4d4d4d;
  min-height: 90px;
  line-height: 1.3;
  color: #fff;
  font-size: 14px;
  font-family: "AvenirLTStd-Book"; }

  .trending__content a {
    color: #fff; }

  .trending__content .fa,

  .trending__content img {
    position: absolute;
    left: 18px;
    font-size: 50px; }

  .trending__content .fa {
    top: 13px; }

  .trending__content img {
    max-width: 60px;
    max-height: 60px;
    top: 20px; }

.trending__content--white {
  background-color: #fff;
  font-family: "AvenirLTStd-Heavy";
  color: #000;
  font-size: 14px; }

  .trending__content--white a {
    color: #000;
    text-decoration: underline;
    font-family: "AvenirLTStd-Book"; }

    .trending__content--white a:hover {
      text-decoration: none; }

  .trending__content--white span {
    font-family: "Avenir Next LT W04 Regu1437496"; }

.trending__box {
  height: 100%;
  overflow: auto;
  position: relative;
  z-index: 10; }

/* trending end */

.main-footer {
  background: #bcbcbc;
  padding: 0px 0 10px;
  text-align: center;
  font-family: 'FuturaLT-Book';
} 
 
.top-footer {
  background: #a4a4a4;  
  color: #ffffff;
}

.footer-signup {
    padding: 17px 0px 17px 0px;
    margin-left: -15px;
    margin-right: -15px;
}

.footer-signup .input-group .footer-search {
    width: 250px;
    padding: 8px 8px 8px 10px;
    color: #000000;
    height: 30px;
    border: 0px;
}

    .footer-signup .input-group .footer-search::-webkit-input-placeholder {
    color: #000000 !important;
    }
 
    .footer-signup .input-group .footer-search:-moz-placeholder { /* Firefox 18- */
    color: #000000 !important;  
    }
 
    .footer-signup .input-group .footer-search::-moz-placeholder {  /* Firefox 19+ */
    color: #000000 !important;  
    }
 
    .footer-signup .input-group .footer-search:-ms-input-placeholder {  
    color: #000000 !important;  
    }


.footer-signup .input-group button {
    background-color: #000000;
    color: #ffffff;
    height: 30px;
    font-family: 'FuturaLT-Bold';
    border: 0;
    padding: 8px 12px 8px 12px;
}
 

.footer-signup .field-validation-error {
    color: #FFFFFF;
    text-align: left;
    font-size:12px;
    line-height:18px;
    position:absolute;
}
 

.footer-stores {
    vertical-align: middle;
    padding:20px 0px 20px 0px;
    font-size:16px;
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    line-height:24px;
}


.footer-stores .find-stores {
    text-align:right;
    display: inline;
    line-height: 24px;
    float: left;
    width: 65%;
    font-family: 'FuturaLT-Bold';
}


    .footer-stores .find-stores a, .footer-stores .find-stores a:link, .footer-stores .find-stores a:hover, .footer-stores .find-stores a:visited {
        color: #ffffff;
    }

.footer-stores .find-stores-icon {
   text-align:left;
    display: inline; 
    float: left;
    width: 30%;
    padding-left: 10px;
}

.footer-stores img {
    display:inline;
    vertical-align: middle; 
}

.footer-help {
    vertical-align: middle;
    padding:10px 0px 10px 0px; 
}

.top-footer .footer-help ul {
    float:left;
    width: 100%;
 }
    

.top-footer .footer-help ul li {
    float:left;
    vertical-align:middle;
    width: 18%;
 }
    

.top-footer .footer-help .footer-subtitle {
    font-family: 'FuturaLT-Bold';
 }

.top-footer .footer-help ul li:first-child {
        padding:10px 10px 0px 10px;
        font-size:16px;
        line-height:24px;
        width: 46%;
    }

    .top-footer .footer-help ul li a, .top-footer .footer-help ul li a:hover, .top-footer .footer-help ul li a:visited, .top-footer .footer-help ul li a:link {
        color: #ffffff;
        font-size:12px;
    }

    .top-footer .footer-help ul li img {
        padding: 0px 15px 4px 15px;
    }
    
.middle-footer {
    padding: 30px 0px 0px 0px;
}

.middle-footer .footer-nav-subtitle {
    color:#ffffff;
    text-align:left; 
    line-height: 58px;
    font-family: 'FuturaLT-Bold';
    letter-spacing: 1px;
}

.middle-footer ul li {
    color: #ffffff;
    text-align: left;
} 

    .middle-footer ul li, .middle-footer ul li a, .middle-footer ul li a:link, .middle-footer ul li a:visited, .middle-footer ul li a:hover {
        color: #ffffff;
        font-size:16px;
        line-height: 28px;
    }   

.footer-country-us {
    color: #ffffff;
    padding-left:5px; 
    font-family: 'FuturaLT-Bold';
}
    
    .footer-country-us, .footer-country-us a, .footer-country-us a:link, .footer-country-us a:hover, .footer-country-us a:visited {
        color: #ffffff;
        line-height: 58px;
    }

    
    .footer-country-us img {
        width: 25px;
        vertical-align:middle;
        margin-right:10px;
    }
        
    .footer-country-us i {
        padding-left:10px;
    }

    .footer-country-us .fa-angle-right {
        display: none;
    }

.footer-social {
  text-align: left;
  padding: 20px 0 30px 0; 
  clear: both;
}

.footer-social li {
  display: inline-block;
  padding: 0 7px; }

  .footer-social li a, .footer-social li a:link, .footer-social li a:visited, .footer-social li a:hover {
    font-size: 22px !important; }

  .footer-social li a:hover {
    text-decoration: none; }

.bottom-footer {
      padding-top:120px;
      color: #898989;
  }

    .bottom-footer .copyright {
        display: inline;
        padding-right: 30px;
    }

    
         .bottom-footer .copyright .company {
            padding-right:20px;
        }


    .bottom-footer ul {
        display: inline;
    }
    
    .bottom-footer ul li {
        display: inline;
        border-left: 1px solid #898989;
        padding: 0px 10px 0px 10px;
      }
    
    .bottom-footer ul li:first-child {border-left: 0px;}

    .bottom-footer a, .bottom-footer a:link, .bottom-footer a:hover, .bottom-footer  a:visited { 
      color: #898989;
      font-size: 13px !important;
    }

      .bottom-footer p { 
            color: #bcbcbc;
        }

    
@media only screen and (max-width: 780px) {
   
    .main-footer {
        background-color: #ffffff;
    }

    .footer-signup { 
        padding: 17px 15px 17px 15px;
        margin-left: -30px;
        margin-right: -30px;
        background-color: #bcbcbc; 
    }
    
    .footer-signup .input-group  {
       margin-left: auto;
       margin-right:auto;
    }
    
    .footer-signup .input-group input:focus { outline: 0px solid transparent;}

    .footer-signup .input-group .footer-search {
        width: 195px !important;
        font-size: 12px !important;
        border-radius: 0;
        line-height:16px;
    }

        .footer-signup .input-group .footer-search::-webkit-input-placeholder {
        font-size: 12px !important;
        line-height:16px;
        }
 
        .footer-signup .input-group .footer-search:-moz-placeholder { /* Firefox 18- */
        font-size: 12px !important;
        line-height:16px;
        }
 
        .footer-signup .input-group .footer-search::-moz-placeholder {  /* Firefox 19+ */
        font-size: 12px !important;
        line-height:16px;
        }
 
        .footer-signup .input-group .footer-search:-ms-input-placeholder {  
        font-size: 12px !important;
        line-height:16px;
        }


    .footer-signup .input-group button {
        font-size: 12px !important;
    } 

    .footer-stores { 
        border-left: 0px;
        border-right: 1px solid #979797;
        background-color: #a4a4a4;
        font-size: 12px;
    }

    .footer-stores .find-stores { 
        text-align: left;
        line-height:16px;
        width: 55%;
    }

    
    .footer-stores .find-stores-icon { 
       padding-left: 0px; 
        width: 40%;
        text-align:center;
    }

    .footer-stores img {
        padding: 0px;
        margin-left: 0px;
    }

    .footer-help {
        background-color: #a4a4a4;
        font-size: 12px;
    }
    
     .top-footer .footer-help ul li {
         width: 23%;
     }
    
    .top-footer .footer-help ul li:first-child {
            padding: 10px 7px 0px 7px;
            font-size: 12px;
            width: 30%; 
            line-height: 16px;
        }

     .top-footer .footer-help ul li img {
        padding: 0px 15px 4px 15px;
    }
      
     
    .middle-footer {
        background-color: #ffffff;
        color: #868686; 
        padding-top:0px;
    }
        
    
        .middle-footer div {
            background-color: #f7f7f7; 
        }

        .middle-footer .hidden-lg {
            background-color: #ffffff; 
        }
         
        .middle-footer .footer-social li { 
            width: 15%;
            text-align:center; 
        }

        .middle-footer .footer-nav-subtitle {
            color: #868686;
            line-height: 38px;
            background-color: #e0e0e0; 
            margin: 0px -15px 0px -15px;
            padding: 0px 15px 0px 15px;
            border-top:1px solid #ffffff;
            letter-spacing: 0px;
            font-size: 13px;
        }

         .middle-footer .footer-nav-subtitle:focus {
           outline: 0px solid transparent;
        }


        .middle-footer ul {
            padding: 20px 0px 20px 0px;
            width:100%;
        }
         
        .middle-footer ul li, .middle-footer ul li a, .middle-footer ul li a:link, .middle-footer ul li a:visited, .middle-footer ul li a:hover { 
            color: #868686;
            line-height: 30px;
            font-size: 14px;
        }

        .middle-footer .ui-accordion-header-icon {
            float: right;
            font-size: 26px; 
            line-height: 38px;
        }

    .middle-footer .footer-country-us {
            color: #868686;
            line-height: 38px;
            background-color: #e0e0e0; 
            margin: 0px -15px 0px -15px;
            padding: 0px 15px 0px 15px;
            border-top:1px solid #ffffff;
            font-size: 13px;
    }

     .footer-country-us, .footer-country-us a, .footer-country-us a:link, .footer-country-us a:hover, .footer-country-us a:visited { 
            line-height: 38px;
            color: #868686;
    }

     .footer-country-us img { 
        margin: 10px 0px 0px 120px; 
        position: absolute;
    }

    .middle-footer .footer-country-us .fa-pencil {
        display: none;
    }
    
    .middle-footer .footer-country-us .fa-angle-right {
         float: right;
         font-size: 26px; 
         line-height: 38px;
         display: inline;
    }

    .bottom-footer {
        background-color: #ffffff;
        color: #868686; 
        padding-top: 20px;
    }

        .bottom-footer .copyright {
            display: block;
            padding-right: 0px;
            text-align: left;
            line-height: 18px;
            font-size: 12px;
        }
        
         .bottom-footer .copyright .company {
            display:block;
        }


        .bottom-footer ul {
            display: block;
            padding-top: 10px;
        }

        .bottom-footer ul li:first-child { 
            padding-left: 0px;
        }
        
        .bottom-footer ul li { 
            float:left; 
        }

        .bottom-footer p { 
            color: #ffffff;
        }

        .bottom-footer a, .bottom-footer a:link, .bottom-footer a:hover, .bottom-footer  a:visited { 
            line-height: 18px;
            font-size: 12px !important;
        }
        
            
}



@media screen and (min-width: 430px) and (max-width: 780px) {
     
    .footer-stores .find-stores { 
        text-align: right;
        line-height: 24px;
        width: 60%;
    }
     
    .bottom-footer .copyright {
        width: 60%;
    }
}




@media screen and (max-width: 375px) {
     
    .top-footer .footer-help ul li img {
        padding: 5px 10px 4px 10px;
    }
       
}

.get-offer {
  margin: 0 auto;
  width: 280px;
  overflow: hidden; }

.get-offer .fa-send::before,
.get-offer .fa-paper-plane::before,
.simple-popup--email .fa-send::before,
.simple-popup--email .fa-paper-plane::before {
  font-size: 15px; 
  color: #fff; 
}

.get-offer .footer-search,
.get-offer .footer-go,
.get-offer .simple-popup-inp,
.get-offer .simple-popup-go,
.simple-popup--email .footer-search,
.simple-popup--email .footer-go,
.simple-popup--email .simple-popup-inp,
.simple-popup--email .simple-popup-go {
  float: left; }

.get-offer .footer-search,
.get-offer .simple-popup-inp,
.simple-popup--email .footer-search,
.simple-popup--email .simple-popup-inp {
  width: 250px;
  border: 0;
  color: #666666;
  padding: 3px 10px 0 10px;
  height: 30px;
  font-size: 14px;
  font-family: AvenirLTStd-Book; }

.get-offer .footer-go,
.get-offer .simple-popup-go,
.simple-popup--email .footer-go,
.simple-popup--email .simple-popup-go {
  background: #000;
  border: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0; }

.footer-nav {
  padding: 18px 0 0 0; }

  .footer-nav li {
    display: inline-block;
    padding: 10px 5px 0; }

    .footer-nav li a {
      font-size: 11px;
      text-transform: uppercase;
      color: #666666; 
      text-decoration: none; }

  .footer-nav .tablet-view {
    display: none; }

.footer-select-holder {
  position: relative;
  width: 180px;
  margin: 27px auto 0; }

.footer-select-holder .footer-select {
  background: #fff;
  padding: 0;
  margin: 0; }

.footer-select-holder .footer-select:after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 0 0 0;
  font-size: 25px;
  width: 30px;
  background: #000;
  height: 30px;
  color: #fff;
  z-index: 1; }

.footer-select-holder select {
  border: 0;
  background: transparent;
  width: 180px;
  padding: 1px 30px 0 5px;
  font-size: 14px;
  height: 30px;
  color: #666;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2; }

.footer-select-holder option {
  border: 0; }

.tablet-view-holder {
  display: none; }
 

@media screen and (max-width: 735px) {
  .footer-nav li {
    display: block;
    clear: both;
    padding: 5px 0 0 0; 
  }
    .footer-nav li a {
      color: #999999; 
    }
}

@media screen and (min-width: 736px) and (max-width: 979px) {
  .main-footer {
    padding: 27px 0 25px; 
  }
  .tablet-view-holder {
    padding: 0;
    display: block; 
  }
  .footer-nav ul {
    display: none; 
  }
  .footer-nav ul.tablet-view {
    display: block;
    width: 33%;
    float: left; }
  .footer-nav li {
    text-align: left;
    display: block;
    padding: 0 0 5px 0; }
  .footer-nav li a {
    color: #999999; }

  .footer-social { 
    padding-bottom: 30px; }

  .get-offer {
    width: 220px; }
  .get-offer .footer-search {
    width: 160px; }

  .footer-select-holder {
    width: 190px !important; }
    .footer-select-holder {
      margin: 40px 0 0 0;
      width: 190px;
      background: #fff; }
    .footer-select-holder select {
      width: 190px;
      float: left; }

  .tablet-view-holder {
    float: left;
    width: 60%; }

  .table-view-right {
    float: right; }
    .table-view-right form {
      float: right; }

  .copyright {
    margin: 20px 0 0 0; } }

/* Product - start */

.message-page {
  background-color: #efefef;
  font-size: 18px;
  font-family: "Avenir Next LT W04 Regu1437496";
  text-align: center;
  padding: 20px;
  color: #656565;
  margin: 7px 0; }

  .message-page a {
    color: #656565;
    text-decoration: underline; }

    .message-page a:hover {
      text-decoration: none; }

  .message-page .message-page__see-details {
    font-size: 13px;
    display: inline-block;
    margin-left: 20px; }

.breadcrumbs {
  color: #999;
  padding: 10px 0 45px;
  font-family: "Avenir Next LT W04 Regu1437496";
  font-size: 13px; }

  .breadcrumbs a {
    color: #999;
    font-size: 13px;
    padding: 0 10px 0 0;
    position: relative; }

    .breadcrumbs a:after {
      content: '\f105';
      font-family: 'FontAwesome';
      margin: 0 0 0 5px;
      position: absolute;
      right: 0;
      top: 2px; }

  .breadcrumbs .visible-lg {
    display: inline-block !important; }

.page-content {
  max-width: 1010px;
  margin: auto; }

.product-images {
  position: relative;
  width: 100%;
  padding: 40px 0 0 60px;
  z-index: 2;
  min-height: 370px;
  }

  .product-images.hide {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    z-index: 1; }

@media (max-width: 979px) {
    .product-images {
      padding-left: 0; }
  }

.list-images {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 9; }

  .list-images li {
    padding-bottom: 10px; }

  .list-images a,
  .list-images .clip-img {
    display: inline-block;
    border: 1px solid #999;
    width: 60px;
    height: 60px; }

.product__title {
  font-size: 24px;
  font-family: "Avenir Next LT W04 Medium";
  font-weight:bold;
  font-weight: normal;
  padding-bottom:10px;
}

.main-image {
  width: 100%;
  text-align: center;
  position: relative; }

.product-price {
  font-family: "AvenirLTStd-Book";
  font-size: 18px;
  color: #666;
  display: block;
  float: left;
  padding-right: 40px; }

.product-price__old {
  text-decoration: line-through; }

.product-price__new {
  color: #ff0000; }

.product__name {
  font-size: 16px;
  font-family: "AvenirLTStd-Heavy";
  float: left;
  text-transform: uppercase;
  position: relative;
  top: 1px; }

.product__info {
  padding: 15px 0; }

.color-options li {
  float: left;
  padding: 0 3px 3px 0;
  width: 51px;
  height: 51px; }

  .color-options li a {
    float: left;
    overflow: hidden;
    position: relative; }

  .color-options li.disable a:before {
    display: block;
    background-image: url("http://az835686.vo.msecnd.net/images/gallery/disable-color-x.png");
    position: absolute;
    content: '';
    width: 100%;
    height: 100%; }

.color-options img {
  vertical-align: bottom;
  width: 100%; }


.btn.btn--black {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  font-family: "AvenirLTStd-Heavy"; }

.btn.btn--large {
  font-size: 18px;
  padding: 11px 50px 10px; }

.btn.btn--normal {
  font-size: 14px;
  padding: 5px 20px 5px; }

.select-qty-box {
  background: #fff;
  padding: 0;
  margin: 0;
  position: relative;
  width: 48px;
  height: 48px;
  border: 1px solid #000;
  margin-right: 5px; }

  .select-qty-box select {
    border: 0;
    background: transparent;
    width: 180px;
    font-size: 14px;
    height: 30px;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    font-family: "AvenirLTStd-Heavy";
    font-size: 21px;
    color: #666;
    text-align: center;
    width: 100%;
    height: 100%;
    text-align: left;
    z-index: 1; }

    .select-qty-box select option {
      text-align: center; }

  .select-qty-box:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 22px;
    width: 18px;
    height: 22px;
    color: #000;
    z-index: 0; }

.product__qty {
  padding-left: 5px; }

.fl {
  float: left; }

.fr {
  float: right; }

.product__btns {
  padding: 15px 0 0px; 
}

  .product__btns .btn-wishlist {
    margin-left: 30px;
    margin-top: 10px; }

.btn-wishlist {
  width: 31px;
  height: 27px;
  display: inline-block;
  color: #000;
  font-size: 30px; }

  .btn-wishlist:after {
    font-family: 'FontAwesome';
    content: '\f08a'; }

  .btn-wishlist:focus {
    text-decoration: none;
    color: #000; }

  .btn-wishlist:hover, .btn-wishlist.active {
    text-decoration: none;
    color: #000; }

    .btn-wishlist:hover:after, .btn-wishlist.active:after {
      content: '\f004'; }

.switch-info__item {
  border-top: 1px solid #989898;
  padding: 0; }

  .switch-info__item .switch-info__content {
    display: none;
    font-size: 13px;
    font-family: "AvenirLTStd-Book"; }

    .switch-info__item .switch-info__content p {
      font-size: 13px; }

  .switch-info__item h5 {
    font-size: 18px;
    font-family: "AvenirLTStd-Light";
    cursor: pointer;
    margin: 10px 0;
    position: relative; }

    .switch-info__item h5:before {
      content: "\f107";
      display: block;
      position: absolute;
      right: 0;
      top: -4px;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 24px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }

  .switch-info__item.open {
    padding: 0 0 10px; }

    .switch-info__item.open .switch-info__content {
      display: block; }

    .switch-info__item.open h5 {
      color: #000; }

      .switch-info__item.open h5:before {
        content: "\f106"; }
      
.switch-info {
  color: #666; }

.product-img-description {
  color: #989898;
  font-size: 13px;
  padding: 26px 0;
  letter-spacing: 1px; }

  .product-img-description h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "AvenirLTStd-Heavy";
    color: #000;
    padding-bottom: 3px; }

/* FLEX SLIDER */
.title-base {
  text-align: center;
  font-size: 20px;
  font-family: "AvenirLTStd-Light";
  position: relative;
  width: 100%; }

  .title-base:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px solid #989898;
    z-index: 1;
    top: 50%;
    margin-top: -1px; }

  .title-base span {
    display: inline-block;
    padding: 0 30px;
    background-color: #fff;
    position: relative;
    z-index: 3; }

.title-prime {
  text-align: center;
  font-size: 20px;
  font-family: "AvenirLTStd-Light";
  position: relative;
  width: 100%;
  padding: 15px 0; }

  .title-prime:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px dotted #999;
    z-index: 1;
    top: 50%;
    margin-top: -1px; }

  .title-prime span {
    display: inline-block;
    padding: 0 33px;
    background-color: #fff;
    position: relative;
    z-index: 3; }

  .play-beautifully {
  padding: 24px 0; }

.beautifully-slide {
  padding: 30px 0 0;
  width: 100%;
  max-width: 360px;
  margin: auto; }

  .beautifully-slide .flex-control-paging {
    padding: 18px 0; }

  .beautifully-slide .beautifully-slide__wrap {
    padding: 0 20px; }

  .beautifully-slide.slick-initialized .slick-slide {
    border: none; }

.beautifully-slide__info {
  color: #989898;
  font-size: 11px;
  padding: 10px 0 10px 5px; }

.bs-content {
  width: 100%;
  min-height: 140px;
  background-color: #efefef;
  position: relative; }

.bs-content__user {
  position: absolute;
  bottom: 0;
  height: 32px;
  width: 100%;
  padding: 5px 0 5px 45px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 9px;
  line-height: 1.4;
  font-family: "Avenir Next LT W04 Regu1437496"; }

  .bs-content__user img {
    position: absolute;
    top: 0;
    left: 0; }

.bs-content__text {
  padding: 5px;
  font-size: 13px;
  font-family: "AvenirLTStd-Book";
  color: #666;
  line-height: 1.4; }

.product-slider__img img {
  margin: auto; }

.product-slider__info {
  color: #656565;
  font-size: 13px;
  line-height: 1.3;
  font-family: "AvenirLTStd-Book"; }

  .product-slider__info a {
    color: #656565; }

.product-slider__wrap {
  padding: 0 15px; }

.product-slider__review {
  padding: 3px 0; }

.product-slider {
  padding: 20px 50px; }

.product__social {
  padding: 15px 0;
  clear:both;
}

  .product__social a {
    color: #999;
    font-size: 13px;
    font-family: "AvenirLTStd-Light";
    display: inline-block;
    margin-right: 5px; }

    .product__social a:hover {
      text-decoration: none; }

  .product__social .fa {
    color: #999;
    font-size: 30px; }

  .product__social a.girl-chat {
    margin-right: 0; }

a.girl-chat {
  color: #000;
  font-size: 16px; }

  a.girl-chat .fa {
    color: #000; }

.rating.product__rating {
  padding: 0 0 15px; }

  .rating.product__rating .rating-list {
    margin-right: 10px; }

    .rating.product__rating .rating-list li a {
      font-size: 16px; }

  .rating.product__rating span {
    font-size: 18px; }

.contact-row.product__contact {
  border-color: #666;
  margin: 15px 0;
  max-width: 100%; }

  .contact-row.product__contact > span {
    display: inline-block;
    padding: 0 20px;
    line-height: 20px; }

.product__colors {
  padding-left: 50px;
  position: relative; }

.btn-on-skin {
  width: 48px;
  height: 48px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding: 10px 0 0;
  font-size: 12px;
  line-height: 14px; }

  .btn-on-skin.show {
    background-color: #999; }

  .btn-on-skin:hover,
  .btn-on-skin:focus {
    color: #fff;
    text-decoration: none; }

.sp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    display: none;
}

.sp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  top: 50%;
  margin-top: -110px; }

.simple-popup {
  background: #FFF;
  padding: 20px;
  text-align: left;
  max-width: 350px;
  /*height: 220px;*/
  margin: auto;
  position: relative;
  border: 1px solid #989898;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }

.simple-popup--chat .fa-comment,
.simple-popup--email .fa-comment {
  font-size: 60px; }

.simple-popup--chat p,
.simple-popup--email p {
  font-size: 20px;
  line-height: normal;
  color: #666;
  padding: 29px 0; }

.close-popup {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #666;
  font-size: 20px;
  cursor: pointer; }

.panination-product-images ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: block;
  width: 100%; }

  .panination-product-images ul li {
    display: inline-block;
    padding: 0 3px; }

.panination-product-images a,
.panination-product-images .clip-img {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  cursor: pointer;
  display: block;
  height: 11px;
  text-indent: -9999px;
  width: 11px;
  overflow: hidden; }

  .panination-product-images a:before,
  .panination-product-images .clip-img:before {
    display: none; }

  .panination-product-images a.zoomThumbActive,
  .panination-product-images .clip-img.zoomThumbActive {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    cursor: default; }

.click-to-zoom {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 102;
  cursor: default;
  text-align: center; }
  .click-to-zoom > span {
    margin: auto;
    display: block;
    position: absolute;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #989898;
    top: 50%;
    margin-top: -20px;
    color: #666;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    left: 50%;
    margin-left: -100px;
    cursor: pointer; }

.fz24 {
  font-size: 24px; }

.clip-img {
  position: relative;
  cursor: pointer; }

  .clip-img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0; }

  .clip-img .fa {
    position: absolute;
    color: #fff;
    font-size: 22px;
    top: 50%;
    margin-top: -11px;
    left: 50%;
    margin-left: -11px; }

.links-to-skin {
  font-size: 15px;
  padding: 20px 0; }

  .links-to-skin ul {
    padding: 0;
    margin: 0;
    list-style: none; }

  .links-to-skin li {
    display: inline-block;
    padding: 0 5px;
    line-height: 30px;
    border-right: 1px solid #989898; }

    .links-to-skin li:last-child {
      border: none; }

  .links-to-skin a {
    color: #999;
    text-decoration: none; }

.product-images-on-skin {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  visibility: hidden; }

  .product-images-on-skin.show {
    position: relative;
    visibility: visible;
    z-index: 2; }

.comment-holder {
  max-width: 780px;
  padding: 14px 0 0;
  margin: 0 auto; }

.comment-header {
  font-size: 30px;
  font-family: "Avenir Next LT W04 Ultra Light";
  text-align: center;
  padding: 0 0 27px; }

.comment-filter {
  background: #eee;
  width: 54%;
  float: left;
  padding: 10px; }

  .comment-filter .sort-box label,
  .comment-filter .filter-box label {
    color: #666;
    font-size: 13px;
    float: left; }

  .comment-filter .sort-box .sort-list {
    float: left; }

    .comment-filter .sort-box .sort-list li {
      float: left;
      padding: 0 0 0 20px; }

      .comment-filter .sort-box .sort-list li a {
        color: #666;
        text-decoration: underline; }

        .comment-filter .sort-box .sort-list li a:hover {
          text-decoration: none; }

  .comment-filter .filter-box {
    float: right; }

.filter-list {
  clear: both;
  padding: 15px 10px; }

  .filter-list li {
    display: block;
    float: left;
    list-style-type: none;
    position: relative;
    margin: 0 4px 0 0; }

    .filter-list li a:hover {
      text-decoration: none; }

    .filter-list li .sbToggle {
      background: #eee;
      color: #000;
      position: relative;
      float: left;
      display: block;
      width: 15px;
      height: 24px; }

      .filter-list li .sbToggle:after {
        content: '\f0d7';
        display: block;
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        top: 5px; }

    .filter-list li .sbSelector {
      background: #eee;
      color: #000;
      padding: 5px 10px 5px 5px;
      float: left;
      display: block;
      font-family: "Bodoni W02 Book Italic"; }

    .filter-list li ul {
      background: #fff;
      border: 1px solid #000;
      margin: 0;
      position: absolute;
      left: 0;
      top: 100% !important;
      z-index: 9999;
      padding: 5px 10px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }

      .filter-list li ul li {
        display: block;
        float: none; }

        .filter-list li ul li a {
          color: #000;
          padding: 5px 5px 5px 15px;
          display: block;
          white-space: nowrap; }

          .filter-list li ul li a:hover {
            background: #eee; }

          .filter-list li ul li a:after {
            content: '\f0fe';
            font-family: 'FontAwesome';
            float: left;
            position: absolute;
            left: 0;
            top: 4px; }

.video-holder {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px; }

  .video-holder .video-holder-ins {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
    margin: 17% 0 0; }

  .video-holder.video-opened {
    z-index: 103; }

  .video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  
.best-seller {
  background: #000;
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  font-family: "Avenir Next LT W04 Medium";
  border: 2px solid #fff;
  text-align: center;
  width: 100px;
  height: 100px;
  padding: 25px 0 0;
  margin: -50px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 102;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: none; }

  .best-seller.active {
    display: block; }

.product-container .product__title,
.product-container .rating.product__rating span {
  color: #333;
  font-size: 13px; }

.product-container .rating.product__rating {
  padding: 0; }

  .product-container .rating.product__rating .rating-list li a {
    color: #333;
    font-size: 14px; }

.product__name_sel {
  background: #fff;
  border: 1px solid #666;
  position: relative;
  float: left;
  width: 180px;
  margin: -4px 0 0; }

.product__name_sel:after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  font-size: 25px;
  width: 25px;
  height: 25px;
  z-index: 1; }

.product__name_sel select {
  border: 0;
  background: transparent;
  width: 190px;
  padding: 0 30px 0 5px;
  font-size: 14px;
  height: 25px;
  color: #666;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  font-family: 'AvenirLTStd-Heavy'; }

.product__name_sel option {
  border: 0; }

.simple-popup--email .simple-popup-inp {
  background: #eee;
  font-size: 18px;
  width: 268px;
  height: 40px; }

.simple-popup--email .simple-popup-go {
  width: 40px;
  height: 40px; }


  .simple-popup--email button:focus, .simple-popup--email button:active, .simple-popup--email button:active:focus,  .simple-popup--email input:focus, .simple-popup--email input:active, .simple-popup--email input:active:focus {
        outline:none;
    }

@media only screen and (max-width: 979px) {
    .product-price {
        font-size: 13px;
    }

    .product__title {
        font-size: 18px;
    }

    .rating.product__rating .rating-list li a,
    .rating.product__rating > span {
        font-size: 13px;
    }

    .simple-popup {
        max-width: 300px;
        height: 150px;
        z-index: 999;
    }

    .simple-popup--chat .fa-comment {
        font-size: 25px;
    }

    .simple-popup--chat p {
        color: #333;
        padding: 15px 0 20px;
    }

    .simple-popup--chat .btn.btn--black {
        font-size: 10px;
        font-family: "Avenir Next LT W04 Medium";
        padding: 3px 20px;
    }

    .breadcrumbs a.last {
        padding: 0;
    }

        .breadcrumbs a.last:after {
            display: none;
        }

    .breadcrumbs .visible-lg {
        display: none !important;
    }

    .simple-popup--email p {
        font-size: 14px;
        padding: 10px 0 20px;
    }

    .simple-popup--email .simple-popup-inp {
        background: #eee;
        font-size: 14px;
        width: 228px;
        height: 30px;
    }

    .simple-popup--email .simple-popup-go {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 735px) {
  .jqzoom {
    display: block; }

  .zoomPad {
    float: none; }

  .zoomWindow {
    left: -5px !important; }

  .zoomWrapperImage img {
    max-width: 120%; }

  .product-holder {
    padding: 0 0 15px;
    position: relative; }

  .product-container {
    position: static;
    padding-bottom: 8px; }

  .play-beautifully {
    /*position: absolute;*/
    left: 0;
    bottom: 0;
    width: 100%; }

  .product-price {
    font-size: 14px;
    padding: 3px 15px 0 0; }

  .product__name_sel select {
    width: 180px;
    font-size: 11px; }

  .breadcrumbs {
    padding: 8px 0; 
  }

    .breadcrumbs a {
      display: none; }

      .breadcrumbs a.last {
        display: inline-block; }

  .product__info {
    padding: 22px 0 10px; }

  .product__btns {
    padding: 10px 0; }

  .title-base,
  .title-prime {
    padding: 25px 0 0; }

    .title-base:before,
    .title-prime:before {
      border-top: 1px dotted #989898;
      top: 0;
      padding: 0 15px;
      margin: 0 -15px;
      width: 100%;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }

  .product__btns .btn-wishlist {
    clear: both;
    margin: 18px 0 0;
    width: 60px;
    height: auto;
    text-align: center;
    font-size: 25px;
    display: block;
    padding: 0 0 15px;
    position: relative;
    float: left; }

    .product__btns .btn-wishlist span {
      font-size: 14px;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }

  .contact-row.product__contact > span {
    display: none; }

  .product__social.visible-xs {
    /*width:0%;*/
    float: right;
    margin: -65px 0 0; }

    .product__social.visible-xs .st_sharethis_large {
      float: left; }

    .product__social.visible-xs .girl-chat {
      width: 60px;
      float: right;
      font-size: 25px;
      text-align: center; }

      .product__social.visible-xs .girl-chat span {
        display: block;
        font-size: 14px; }

  .st_sharethis_large {
    width: 60px;
    margin: 0 0 0 -30px;
    text-align: center; }

    .st_sharethis_large .stLarge {
      background: none !important;
      position: relative;
      width: 22px !important;
      height: 22px !important;
      padding: 6px 0 0; }

      .st_sharethis_large .stLarge:after {
        content: '\f1e1';
        font-family: 'FontAwesome';
        font-size: 25px; }

  .contact-row.product__contact {
    width: 100%;
    padding: 23px 15px;
    margin-left: -15px;
    margin-right: -15px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

  .click-to-zoom > span {
    margin: -20px auto auto -75px;
    width: 150px;
    height: 30px;
    line-height: 30px; }

  .product__btns .btn.btn--large {
    min-width: 232px; }

  .flex-direction-nav {
    display: none; }

  .product-slider {
    padding: 20px 5px; }

  .product-slider__img {
    width: 40%;
    float: left; }

  .product-slider__info {
    width: 55%;
    padding: 10px 0 0;
    float: right; }

  .beautifully-slide .beautifully-slide__wrap {
    padding: 0 35px; }

  .beautifully-slide.slick-initialized {
    max-width: 290px;
    margin: 0 auto; }

    .beautifully-slide.slick-initialized .slick-list {
      margin: 0 0 20px; }

    .beautifully-slide.slick-initialized .slick-slide {
      padding: 0; }

      .beautifully-slide.slick-initialized .slick-slide .bs-content > img {
        width: 100%; }

    .beautifully-slide.slick-initialized .bs-content__text {
      padding-top: 60px; }

    .beautifully-slide.slick-initialized .bs-content__user {
      bottom: auto;
      top: 0;
      padding: 5px 15px 5px 75px;
      font-size: 14px;
      height: 50px; }

    .beautifully-slide.slick-initialized .bs-content__user img {
      width: 50px; }

    .beautifully-slide.slick-initialized .beautifully-slide__wrap {
      position: relative; }

      .beautifully-slide.slick-initialized .beautifully-slide__wrap .bs-content {
        min-height: 220px; }

    .beautifully-slide.slick-initialized .beautifully-slide__info {
      background: #000;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 7px 10px 17px;
      margin: 0 35px;
      font-size: 14px; } }

/* remove flex slider and jqZoom */
/*----------------------------------General styles : Start*/
h1,
h2,
h3 {
  color: #4d4d4d;
  font-family: "Avenir Next LT W04 Ligh1437356"; }

h1 {
  font-size: 70px;
  text-align: center; }

h2 {
  font-size: 50px;
  text-align: center; }

h3 {
  font-size: 40px;
  color: #000000; }

a:focus {
  outline: none; }

.col-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.beauty-wrap .col-md-6.col-sm-8 {
  padding-right: 3px !important;
  padding-left: 23px !important;
  margin-bottom: 4px; }

.beauty-wrap .col-md-6.col-sm-4 > .row > .col-md-6 {
  padding-left: 18px !important;
  padding-right: 4px !important; }

.beauty-wrap .col-md-6.col-sm-4 > .row > .col-md-6:last-child {
  padding-right: 7px !important;
  padding-left: 16px !important; }

.beauty-main-wrap > .row > .col-md-3.col-sm-4 {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.beauty-main-wrap > .row > .col-md-3.col-sm-4:first-child {
  padding-left: 23px !important;
  padding-right: 0 !important; }

.beauty-main-wrap > .row > .col-md-3.col-sm-4:nth-child(2) {
  padding-left: 20px !important;
  padding-right: 2px !important; }

.beauty-main-wrap > .row > .col-md-3.col-sm-4:nth-child(3) {
  padding-left: 18px !important;
  padding-right: 4px !important; }

.beauty-main-wrap > .row > .col-md-3.col-sm-4:last-child {
  padding-right: 7px !important;
  padding-left: 16px !important; }

/*----------------------------------General styles : End*/
/*----------------------------------Play Beautifully : Start*/
.title-wrap {
  margin-bottom: 39px; }

  .title-wrap h2 {
    display: inline-block;
    letter-spacing: -0.5px;
    margin-left: 23px; }

.see-all-btn,
.see-all-btn:hover {
  font-size: 13px;
  color: #ffffff;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  background-color: #000000;
  text-transform: uppercase;
  padding: 9px 27px 7px 25px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin: 14px 0 0 5px;
  line-height: 13px; }

.beauty-wrap > div > .row,
.beauty-wrap > div > .play-btf-wrap {
  margin-bottom: 18px; }

.play-btf-wrap {
  position: relative; }

  .play-btf-wrap .video-img-wrap {
    display: block; }

    .play-btf-wrap .video-img-wrap > img {
      width: 100%; }

  .play-btf-wrap .play-btf-header,
  .play-btf-wrap .play-btf-footer {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    color: #ffffff; }

  .play-btf-wrap .play-btf-header {
    top: 0; }

.play-btf-header .header-bottom {
  font-size: 26px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 14px 0 7px 21px;
  font-family: 'AvenirLTStd-Light', sans-serif;
  letter-spacing: -0.9px; }

.play-btf-header .header-top {
  background-color: #000000;
  height: 50px;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0; }

  .play-btf-header .header-top > p {
    line-height: 0; }

  .play-btf-header .header-top .user-img-wrap {
    float: left; }

  .play-btf-header .header-top .user-info {
    padding: 8px 0 0 78px;
    font-family: 'Avenir Next LT W04 Regu1437496', sans-serif;
    font-size: 14px;
    height: 100%; }

.play-btf-footer {
  background-color: #000000;
  bottom: 0;
  padding: 3px 10px 13px 10px; }

  .play-btf-footer > p {
    font-size: 17px;
    font-family: "AvenirLTStd-Light";
    line-height: 22px;
    letter-spacing: 0.35px;
    margin-top: 3px; }

.play-btf-wrap-small .play-btf-footer > p {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px; }

.play-btf-wrap-small .header-top-trans {
  background-color: rgba(0, 0, 0, 0.6); }

.play-btf-wrap-small .play-btf-footer.small {
  padding-bottom: 25px;
  padding-top: 3px; }

.play-btf-wrap-small .play-btf-footer {
  padding-top: 5px;
  padding-bottom: 15px; }

.play-btf-wrap-small.without-img {
  background-color: #e3e3e3; }

  .play-btf-wrap-small.without-img .header-top-trans {
    background-color: #000000; }

  .play-btf-wrap-small.without-img .text-description {
    text-align: left;
    color: #000000;
    font-size: 20px;
    font-family: "MyriadPro-Regular", sans-serif;
    padding: 6px 10px 10px 10px;
    line-height: 26px; }

/*----------------------------------Play Beautifully : End*/
/*----------------------------------Breadcrumbs : Start*/
.breadcrumb {
  background: none;
  padding-left: 0;
  padding-right: 0; }

  .breadcrumb > li + li::before {
    display: none; }

  .breadcrumb > li.active,
  .breadcrumb > li > a,
  .breadcrumb > li > a:hover {
    color: #656565;
    font-size: 13px;
    text-transform: lowercase;
    font-family: "Avenir Next LT W04 Regu1437496", sans-serif;
    text-decoration: none; }

  .breadcrumb .fa-angle-right {
    font-size: 13px;
    color: #656565;
    padding-left: 5px; }

/*----------------------------------Breadcrumbs : End*/
/*----------------------------------Gallery Navigation : Start*/
.gallery-nav {
  max-width: 940px;
  margin: 30px auto 0;
  padding-bottom: 5px; }

.gallery-nav-item {
  text-align: center; }

  .gallery-nav-item > .img-wrap {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 20px; }

  .gallery-nav-item .link-wrap {
    border: 1px solid #000000;
    border-left: none;
    border-right: none;
    padding: 9px 0 7px; }

    .gallery-nav-item .link-wrap a,
    .gallery-nav-item .link-wrap a:hover {
      color: #000000;
      text-transform: uppercase;
      font-family: "AvenirLTStd-Heavy", sans-serif;
      font-size: 16px;
      text-decoration: none; }

/*----------------------------------Gallery Navigation : End*/
/*----------------------------------Dotted line with button : Start*/
.dotted-wrap {
  max-width: 940px;
  padding: 0;
  margin: 0 auto 58px; }

  .dotted-wrap .see-all-btn,
  .dotted-wrap .see-all-btn:hover {
    font-family: "AvenirLTStd-Heavy";
    padding: 9px 30px; }

.dotted-line {
  border-top: 1px dotted #000000;
  margin-top: -16px; }

.btn-wrap {
  padding-left: 15px;
  padding-right: 15px;
  background: #ffffff;
  display: inline-block; }

  .btn-wrap .see-all-btn {
    margin: 0; }

    .btn-wrap .see-all-btn:focus, .btn-wrap .see-all-btn:active {
      color: #fff;
      text-decoration: none; }

/*----------------------------------Contact section : Start*/
.contact-row {
  border: 1px dotted #000000;
  border-left: none;
  border-right: none;
  padding: 23px 20px;
  max-width: 940px;
  margin: 0 auto; }

  .contact-row > * {
    display: inline-block;
    vertical-align: top; }

  .contact-row > p {
    margin-top: 3px;
    color: #333333;
    font-size: 14px;
    font-family: 'AvenirLTStd-Book', sans-serif; }

.contact-list li {
  list-style-type: none;
  display: inline-block;
  margin: 0 17px; }

  .contact-list li a,
  .contact-list li a:hover {
    color: #000000;
    text-decoration: none;
    font-size: 25px;
    line-height: 19px; }

  .contact-list li span {
    display: block;
    font-size: 10px;
    color: #656565;
    font-family: "Avenir Next LT W04 Regu1437496";
    text-transform: uppercase;
    margin-top: 7px; }

.home-contact {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 940px;
  margin: 43px auto 0; }

.contact-row.home-contact > p {
  margin: 8px 0 0 0;
  color: #656565; }

.contact-row.home-contact .contact-list li {
  margin: 0 3px 0 33px; }

.gallery-container .breadcrumb {
  padding: 17px 15px 0;
  margin-bottom: 17px; }

  .gallery-container .breadcrumb li:first-child {
    margin-left: 5px; }
   
/*----------------------------------Contact section: End*/
.full-width-wrap {
  position: relative;
  /*margin-bottom: 60px; */}

  .full-width-wrap .container {
    padding: 0; }

  .full-width-wrap > img {
    width: 100%;
    min-height: 590px; }

  .full-width-wrap .description-main-wrap {
    width: 340px;
    position: absolute;
    top: 0;
    right: 20.6%;
  }

  .full-width-wrap .description-wrap {
    background-color: rgba(255, 255, 255, 0.75);
    position: relative;
    padding: 18px 23px 0 18px; }

    .full-width-wrap .description-wrap p {
      font-size: 18px;
      font-family: 'AvenirLTStd-Light', sans-serif;
      color: #000000;
      margin-top: 11px;
      letter-spacing: -0.5px;
      line-height: 27px;
      height: 190px; }

    .full-width-wrap .description-wrap h3 {
      letter-spacing: -0.8px;
      line-height: 44px; }

.description-wrap-open {
  background: transparent;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

  .description-wrap-open .hide-wrapper {
    display: none;
    height: 100%;
    position: relative;
    background-color: #ffffff; }

  .description-wrap-open .left-part {
    width: 160px;
    display: inline-block;
    height: 100%;
    position: relative;
    text-align: left; }

    .description-wrap-open .left-part img {
      bottom: 0;
      left: 0;
      margin-left: auto;
      margin-right: auto;
      position: absolute;
      right: 0; }

  .description-wrap-open .right-part {
    display: inline-block;
    height: 100%;
    position: relative;
    vertical-align: top;
    padding: 47px 0 20px 34px; }

    .description-wrap-open .right-part .name,
    .description-wrap-open .right-part .price {
      color: #666666;
      font-size: 18px;
      font-family: 'Avenir Next LT W04 Regu1437496', sans-serif; }

    .description-wrap-open .right-part .price {
      padding: 18px 0;
      margin-top: 5px;
      border: none;
      float: none; }

    .description-wrap-open .right-part .add-to-bag-btn {
      margin: 5px 0 0 2px;
      padding-right: 21px;
      padding-left: 22px;
      font-size: 12px; }

.close-item .description-wrap-open .right-part .name,
.close-item .description-wrap-open .right-part .price {
  padding-right: 0; }

.close-item .description-wrap-open .left-part img {
  margin-left: 20px; }

.close-item .description-wrap-open .right-part {
  text-align: left;
  padding-left: 18px; }

.close-item .hide-wrapper,
.close-item .description-wrap-open .right-part,
.close-item .description-wrap-open .left-part {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.close-item .hide-wrapper {
  padding: 5px; }

.hide-wrapper.visible {
  display: block; }

.watch-video-wrap {
  margin-top: 31px; }

  .watch-video-wrap a {
    color: #000000;
    font-size: 30px;
    text-decoration: none; }

  .watch-video-wrap a.fa-pause {
    font-size: 24px; }

  .watch-video-wrap .watch-video-link,
  .watch-video-wrap .pause-video-link {
    text-decoration: underline;
    font-size: 18px;
    font-family: 'AvenirLTStd-Light', sans-serif;
    margin-left: 12px;
    letter-spacing: -0.6px; }

.video-pause-wrap {
  display: none; }

.shop-video-btn,
.shop-video-btn:hover {
  color: #989898;
  font-size: 18px;
  font-family: 'AvenirLTStd-Light', sans-serif;
  position: absolute;
  bottom: 19px;
  right: 20px;
  letter-spacing: -0.6px;
  text-decoration: none; }

.close-open-btn,
.close-open-btn-mob {
  width: 44px;
  height: 44px;
  display: inline-block;
  background-image: url(http://az835686.vo.msecnd.net/images/icons/close-open-sprite.png);
  background-position: 0 0;
  position: absolute;
  top: -22px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2; }

.open {
  background-position: -46px 0; }

.full-width-beauty {
  padding-top: 65px;
  padding-bottom: 155px;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #ffffff 100%); }

.open-close-items-holder .close-open-btn {
  margin-right: 0;
  margin-left: 150px; }

.open-close-items-holder .description-wrap-open .hide-wrapper {
  width: 320px; }

.open-close-items-holder .description-wrap-open .left-part img {
  position: relative; }

.open-close-items-holder .description-wrap-open .right-part {
  padding: 14px 0 20px 18px;
  width: 140px; }

.top-banner a.see-all-btn,
.top-banner a.see-all-btn:hover {
  text-decoration: none; }

.beauty-main-wrap {
  margin: 0 auto;
  max-width: 955px;
  padding-right: 15px; }

.rating-list {
  display: inline-block; }

  .rating-list li {
    list-style-type: none;
    display: inline-block;
    margin-right: -1px; }

    .rating-list li a,
    .rating-list li a:hover {
      color: #000000;
      text-decoration: none;
      font-size: 10px; }

.rating span {
  display: inline-block;
  color: #656565;
  font-size: 13px;
  padding: 0;
  vertical-align: middle; }
.btn-sm,

.email-row .input-group input.input-submit {
  border: none;
  box-shadow: none;
  background-color: #efefef;
  height: 30px;
  width: 270px;
  font-size: 14px;
  color: #656565;
  font-family: 'Avenir Next LT W04 Regu1437496', sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 6px 9px; }

/*----------------------------------Email Address Submit : End*/
.middle-banner {
  max-width: 100%;
  position: relative;
  margin: 0 auto; }

  .middle-banner .top-banner-box {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: auto;
    position: absolute;
    top: 0;
    z-index: 2; }

    .middle-banner .top-banner-box > * {
      color: #ffffff; }

    .middle-banner .top-banner-box h5 {
      letter-spacing: -1.3px;
      color: #ffffff; }

    .middle-banner .top-banner-box .btn-default {
      border-color: #ffffff; }

  .middle-banner img {
    width: 100%; }

/*----------------------------------Email Address Submit : Start*/
.email-row {
  text-align: center;
  padding-top: 29px;
  padding-bottom: 12px;
  max-width: 940px;
  margin: 0 auto; }

  .email-row .img-wrap,
  .email-row > span,
  .email-row > form {
    display: inline-block;
    vertical-align: top; }

  .email-row > span {
    font-size: 18px;
    font-family: "Avenir Next LT W04 Ligh1437356";
    color: #656565;
    margin: 9px 18px 0 20px; }

  .email-row .input-group-btn {
    width: 30px;
    height: 30px; }

    .email-row .input-group-btn .btn.btn-default,
    .email-row .input-group-btn .btn.btn-default:hover {
      padding: 0;
      width: 30px;
      height: 30px;
      z-index: auto; }

      .email-row .input-group-btn .btn.btn-default i,
      .email-row .input-group-btn .btn.btn-default:hover i {
        font-size: 15px; }

  .email-row .form-inline {
    margin-top: 5px; }

/*----------------------------------Email Address Submit : End*/
.gradient-wrap {
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #fefdfd 40%, #fefdfd 40%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(40%, #fefdfd), color-stop(40%, #fefdfd), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #fefdfd 40%, #fefdfd 40%, #ffffff 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%, #fefdfd 40%, #fefdfd 40%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0%, #fefdfd 40%, #fefdfd 40%, #ffffff 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #fefdfd 40%, #fefdfd 40%, #ffffff 100%); }

.action-text {
  float: right !important; }

.action-img {
  float: left !important; }

.mobile-show {
  display: none; }

.slick-initialized .slick-slide {
  margin-left: -1px;
  margin-right: 1px;
  border-left: 1px solid #e3e3e3;
  padding: 30px 0 14px; }

.trending__btn i.icon {
  cursor: pointer; }

.slider-holder.gallery-slider {
  padding-bottom: 20px;
  padding-top: 48px; }

  .slider-holder.gallery-slider h2 {
    padding-bottom: 60px; }

  .slider-holder.gallery-slider .slider-text {
    padding-top: 27px; }

.top-banner.template-slider-2 a.btn {
  width: 94px;
  height: 29px;
  text-transform: uppercase; }

@media only screen and (max-width: 979px) {
  .beauty-wrap .col-md-6.col-sm-8 {
    padding-right: 12px !important;
    padding-left: 19px !important; 
    margin-bottom: 0; 
  }

  .beauty-wrap .col-md-6.col-sm-4 > .row > .col-md-6 {
    padding-left: 7px !important;
    padding-right: 19px !important; 
  }

  .beauty-main-wrap > .row > .col-md-3.col-sm-4:first-child {
    padding-left: 19px !important;
    padding-right: 7px !important; 
  }

  .beauty-main-wrap > .row > .col-md-3.col-sm-4:nth-child(2) {
    padding-left: 13px !important;
    padding-right: 13px !important; 
  }

  .beauty-main-wrap > .row > .col-md-3.col-sm-4:nth-child(3) {
    padding-left: 7px !important;
    padding-right: 18px !important; 
  }

  .beauty-wrap > div > .row,
  .beauty-wrap > div > .play-btf-wrap {
    margin-bottom: 19px; 
  }

  .full-width-beauty {
    padding-bottom: 50px;
    padding-top: 40px;
  }

  .beauty-main-wrap {
    padding: 0; 
  }

  .email-row .input-group input.input-submit {
    width: 190px; 
  }

  .default-slider > button {
    display: none !important; 
  }

  .middle-banner {
    overflow: hidden; 
  }

  .action-text h2 {
    font-size: 33px;
    padding-left: 55px; 
  }

  .action-text p {
    padding: 3px 0 20px 66px; 
  }

  .action-text .btn {
    margin-left: 70px; 
  }

  .action-block {
    padding: 10px 30px 15px 0; 
  }

  .action-img img {
    width: 115%;
    max-width: none; 
  }

  .action-img .save-sign {
    right: -27px;
    top: 20px;
    width: 75px;
    height: 75px;
    font-size: 12px;
    padding-top: 16px;
    border-width: 2px; 
  }

  .action-img .save-sign span {
    font-size: 23px; 
  }

  .open-close-items-holder {
    min-height: 190px; 
  }

  .open-close-items-holder .close-item {
    left: 50%;
    margin-left: -160px; 
  }

  .open-close-items-holder .close-open-btn {
    top: 108px; 
  }

    .open-close-items-holder .close-open-btn.open {
      top: -22px; 
    }

  .gallery-container h1 {
    font-size: 50px;
    margin-top: 15px; 
  }

  .gallery-nav-item > .img-wrap {
    margin-top: 35px;
    margin-bottom: 25px; 
  }

  .gallery-nav {
    padding-bottom: 0; 
    margin-top: 18px; 
  }

  .dotted-wrap {
    margin-bottom: 45px; 
  }
}

@media only screen and (max-width: 735px) {
    h2 {
      font-size: 20px;
      text-align: center; }
  .title-wrap h2,
  .slider-holder h2 {
    margin-left: 0;
    font-size: 34px; }
  .beauty-wrap .col-md-6.col-sm-8,
  .beauty-wrap .col-md-6.col-sm-4 > .row > .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .play-btf-footer > p {
    font-size: 13px;
    line-height: 19px;
    margin-top: 0; }
  .play-btf-footer {
    padding-bottom: 25px;
    padding-top: 10px; }
  .beauty-wrap > div > .row,
  .beauty-wrap > div > .play-btf-wrap {
    margin-bottom: 5px; }
  .play-btf-wrap-small.without-img .text-description {
    font-size: 20px;
    line-height: 23px; }
  .play-btf-wrap-small .play-btf-footer.small {
    padding-bottom: 18px;
    padding-top: 10px; }
  .email-row {
    padding-top: 39px; }
  .email-row .input-group input.input-submit {
    width: 160px; }
  .email-row .img-wrap,
  .email-row > span {
    display: block; }
  .email-row > span {
    margin-top: 0; }
  .email-row .form-inline {
    margin-top: 17px; }
  .title-wrap {
    margin-bottom: 21px; }
  .email-row {
    padding-bottom: 25px; }
  .action-block {
    padding: 0 15px; }
  .action-text,
  .action-img {
    float: none !important; }
  .mobile-show {
    display: block; }
  .action-text h2 {
    padding-left: 0;
    padding-bottom: 20px; }
  .action-text {
    padding-top: 28px; }
  .action-text p {
    padding: 0; }
  .action-text .btn {
    margin-left: 0;
    margin-top: 18px; }
  .action-img img {
    width: 100%; }
  .action-img .save-sign {
    right: 10%;
    top: 21%; }
  .slider-holder h2 {
    padding-bottom: 15px; }
  .slider-holder {
    padding-top: 45px; }
  .slider-holder h2 .btn {
    margin-left: 0; }
  .slider-holder .slick-list {
    padding: 0; }
  .slider-text {
    padding: 22px 10px 17px 8px; }
  .container .home-contact {
    margin: 23px auto 0; }
  .slick-initialized .slick-slide {
    margin-left: 0;
    margin-right: 0;
    border: none; }
  .full-width-beauty {
    padding-bottom: 0; }
  .see-all-btn,
  .see-all-btn:hover {
    margin-top: 5px; }
  .main-footer {
    margin: -5px 0 0;
    padding: 0px 0 38px; }
  h2.block-title .btn {
    display: block;
    width: 100px;
    margin: 15px auto 0; }
  .gallery-slider h2.block-title {
    padding-bottom: 25px; }
  .close-open-btn {
    top: 128px; }
    .close-open-btn.open {
      top: -22px; } 
}

@media only screen and (max-width: 640px) {
  .action-img .save-sign {
    right: 9%;
    top: 18%; } 
}

@media only screen and (max-width: 480px) {
  .top-banner-box h5 {
    font-size: 37px;
    padding-bottom: 8px; }
  .middle-banner .top-banner-box {
    padding: 16px 0 0 0; }
  .top-banner-box p {
    font-size: 16px;
    padding-bottom: 21px; }
}

@media only screen and (max-width: 320px) {
  .action-img .save-sign {
    right: 5px;
    top: -10px; } 
}

.custom-grid {
  width: 25%; }

@media only screen and (min-width: 736px) {
  .template-slider-2 .col-md-11.col-sm-11 {
    padding-left: 55px; } 
}

@media only screen and (min-width: 980px) {
  .template-slider-2 .col-md-11.col-sm-11 {
    padding-left: 305px; } 
}

@media only screen and (min-width: 1300px) {
  .template-slider-2 .col-md-11.col-sm-11 {
    padding-left: 180px; } 
}

@media only screen and (min-width: 1601px) {
  .template-slider-2 .col-md-11.col-sm-11 {
    padding-left: 210px; } 
}

@media only screen and (min-width: 1800px) {
  .template-slider-2 .col-md-11.col-sm-11 {
    padding-left: 125px; } 
}

.video-block-holder {
  position: relative;
  padding-bottom: 40.32%;
  padding-top: 25px;
  height: 0; }

.video-block-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

@media only screen and (max-width: 1500px) {
  .watch-video-wrap {
    margin-top: 5px; }

  .description-wrap-open .left-part img {
    top: 0; }

  .description-wrap-open .right-part {
    padding-top: 20px;
  } 
}

@media only screen and (max-width: 1310px) {
  .watch-video-wrap {
    margin-top: 5px; 
  }

  .description-wrap-open .left-part img {
    top: 0; }

  .description-wrap-open .right-part {
    padding-top: 20px; }

  .description-wrap h3 {
    font-size: 30px; }
 
  .hide-br {
    display: none; }
  
  .full-width-wrap .description-wrap p {
    font-size: 16px;
    line-height: 24px;
    height: 140px; }

  .description-wrap-open .left-part > img {
    width: 72%; }

  .description-main-wrap .description-wrap-open .right-part .price {
    padding: 0;
    margin-top: 5px; } 
}

.full-width-wrap-mob {
  display: none; }

@media only screen and (max-width: 1023px) {
  .description-main-wrap.desktop-version,
  .description-main-wrap.mobile-version .description-wrap-open,
  .description-main-wrap.mobile-version .description-wrap-open.visible,
  .full-width-wrap-mob,
  .hide-br {
    display: block; }

  .close-open-btn-mob {
    top: -52px; }

  .full-width-wrap .description-main-wrap.mobile-version {
    position: relative;
    right: 0;
    margin: 0 auto;
    width: 315px;
    z-index: auto; }

    .full-width-wrap .description-main-wrap.mobile-version .hide-wrapper {
      display: block; }

    .full-width-wrap .description-main-wrap.mobile-version .description-wrap-open .left-part img {
      position: relative;
      width: 90%; }

    .full-width-wrap .description-main-wrap.mobile-version .description-wrap-open .right-part {
      padding-left: 20px;
      padding-top: 5px; }

      .full-width-wrap .description-main-wrap.mobile-version .description-wrap-open .right-part .price {
        margin-top: 20px; }

      .full-width-wrap .description-main-wrap.mobile-version .description-wrap-open .right-part .price,
      .full-width-wrap .description-main-wrap.mobile-version .description-wrap-open .right-part .name {
        line-height: 21px; }

    .full-width-wrap .description-main-wrap.mobile-version .description-wrap {
      background: #f8f8f8;
      /* Old browsers */
      background: -moz-linear-gradient(top, #f8f8f8 0, #fefdfd 40%, #fefdfd 40%, #ffffff 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(40%, #fefdfd), color-stop(40%, #fefdfd), color-stop(100%, #ffffff));
      background: -webkit-linear-gradient(top, #f8f8f8 0, #fefdfd 40%, #fefdfd 40%, #ffffff 100%);
      background: -o-linear-gradient(top, #f8f8f8 0, #fefdfd 40%, #fefdfd 40%, #ffffff 100%);
      background: -ms-linear-gradient(top, #f8f8f8 0, #fefdfd 40%, #fefdfd 40%, #ffffff 100%);
      background: linear-gradient(to bottom, #f8f8f8 0, #fefdfd 40%, #fefdfd 40%, #ffffff 100%); }

      .full-width-wrap .description-main-wrap.mobile-version .description-wrap h3 {
        font-size: 40px;
        line-height: 48px; }

    .full-width-wrap .description-main-wrap.mobile-version .description-wrap p {
      font-size: 18px;
      height: auto; }

    .full-width-wrap .description-main-wrap.mobile-version .watch-video-wrap {
      margin-top: 29px; }

    .full-width-wrap .description-main-wrap.mobile-version .shop-video-btn,
    .full-width-wrap .description-main-wrap.mobile-version .shop-video-btn:hover {
      position: relative;
      margin-top: 20px;
      right: 0;
      bottom: -15px; } 
}

body.modal-open {
  overflow: auto;
  position: relative;
  width: 100%; 
  height: 100%;
}

.slider-text .btn-sm,
.slider-text .btn-group-sm > .btn,
.slider-text .btn-group-sm > .btn {
  font-family: "AvenirLTStd-Heavy";
  line-height: 18px; }

.category-row {
  padding-bottom: 45px;
  border-top: 2px solid #e3e3e3;
  margin-top:25px;
}

  .category-row .product-img-description {
    color: #919191;
    padding: 10px 0 16px; }

  .category-row .slider-holder {
   padding-top: 12px;
    /*width: 307px;*/ 
    margin: 0 auto;
    min-height: 58px;
  }

  .category-row .category-slider {
    padding: 0 31px; }

    .category-row .category-slider .slick-list {
      padding-bottom: 0px; }

  .category-row .slider-item {
    height: 40px;
    float:left;
  }

  .category-row .slider-item-ins {
    height: 40px;
    margin-right: 1px;
    cursor: pointer;
    width: 40px; }

    .category-row .slider-item-ins.disable {
      background-image: url("http://az835686.vo.msecnd.net/images/btn/disable-color.png");
      background-repeat: no-repeat;
      cursor: default; }

   /*  .category-row .slider-item-ins.active {
      width: 28px;
      height: 28px;
     margin: 6px 0 0 6px;
      cursor: default; }*/

  .category-row .slick-prev,
  .category-row .slick-next {
    height: 18px;
    width: 10px;
    top: 11px; }

  .category-row .slick-prev {
    background-image: url("http://az835686.vo.msecnd.net/images/btn/color-prev-slide.png");
    background-position: left center; }

  .category-row .slick-next {
    background-image: url("http://az835686.vo.msecnd.net/images/btn/color-next-slide.png");
    background-position: right center; }

  .category-row .slick-initialized .slick-slide {
    margin-left: 0;
    margin-right: 0;
    border: none;
    padding-top: 0; }

  
  .category-slider button:focus, .category-slider button:active, .category-slider button:active:focus {
        outline:none;
    }

  .category-row .product__btns {
         padding: 16px 0 30px
  }

  
  .category-row .product__btns .btn { 
      Background-color:#000;
        Padding:  5px 34px;
        Color:#fff;
        Font-size:12px;
        line-height: 18px;
        Font-family: "AvenirLTStd-Book" !IMPORTANT;
  }
  
  .category-row .product__btns .btn.btn--white {
        Background-color: #fff;
        Padding:  4px 8px;
        Color: #000;
        Font-size: 12px;
        Font-family: "AvenirLTStd-Book" !IMPORTANT;
        Border: 1px #000 solid;
        border-radius: 0; 
    }
    .product__btns input[type=submit]:focus,   .product__btns input[type=submit]:active,   .product__btns input[type=submit]:active:focus {
        outline:none;
    }

  .product__btns .notify-me-ctrls {
        display:none;
    }
  .product__btns .notify-me-ctrls.on {
  display: inline;
    }
  
  .category-row .product__btns .add-to-cart-ctrls {
          display: inline;
    }
  .category-row .product__btns .add-to-cart-ctrls.off {
        display: none;
    }
  
  .category-row .product__btns .wishlist-ctrls { 
             display: inline;
             padding-left:10px;
    }

  
  .wishlist .category-row .product__btns .btn {  
        Padding:  5px 24px; 
  }
  
  
   .wishlist .category-row .product__btns .btn.btn--white { 
        Padding:  4px 8px; 
    }

   

  .category-row .product__btns .wishlist-ctrls button {
      border:0px !important;
      padding:0px !important;
  }
  .category-row .product__btns .wishlist-ctrls i { 
       line-height: 28px;
       font-size: 24px;
    }
   .wishlist-ctrls i.on {
       color: #f16b6b; 
    }

   
 
   .wishlist-ctrls .fa:hover{ 
    font-weight: inherit; 
}


  .product__btns .wishlist-ctrls button:focus,  .product__btns .wishlist-ctrls button:active,  .product__btns .wishlist-ctrls button:active:focus  {
      outline:none;box-shadow: none;
} 

.category-row  .product__btns .select-qty-box { 
  width: 38px;
  height: 30px;
  margin-right: 8px;
}

  .category-row  .product__btns .select-qty-box select { 
    font-size: 13px;  
    padding-left: 10px !important;
  }
   
    .category-row  .product__btns .select-qty-box  select:focus   {
        outline:none;
    }

  .category-row .product__btns .select-qty-box:after { 
    right: 0;
    top: 8px;
    font-size: 13px;
    width: 13px;
    height: 13px;  }

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
a:active,
a:hover {
  outline: none !important; }

.orange-color-1 {
  background-color: #f43c00; }

.orange-color-2 {
  background-color: #bc272d; }

.orange-color-3 {
  background-color: #ec5a24; }

.red-color-1 {
  background-color: #822b28; }

.red-color-2 {
  background-color: #7e2c39; }

.red-color-3 {
  background-color: #851317; }

.red-color-4 {
  background-color: #8c2600; }


.quick-view-product,
.quick-view-product:hover,
.quick-view-product:focus {
  border: 1px solid #a6a6a6;
  width: 200px;
  height: 40px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  color: #656565;
  font-size: 13px;
  font-family: "Avenir Next LT W04 Regu1437496";
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  z-index: 999;
  text-decoration: none; }

.category-image-wrap {
  position: relative;
  text-align: center; }


.category-image-wrap:hover .quick-view-product {
  display: block; }


.product-main-wrap {
  margin-top: 15px;
  margin-bottom: 15px;
  float:left;
  width:100%;
}

.category-row > div:last-child .product-main-wrap {
  padding-bottom: 30px; }

.product-param {
  padding: 0px 32px 10px 36px; }

  .product-param .view-details-btn,
  .product-param .view-details-btn:hover,
  .product-param p {
    color: #656565;
    font-size: 14px;
    font-family:  'AvenirLTStd-Book', sans-serif;
    line-height: 19px; 
  }

  .product-param .view-details-btn {
    text-decoration: underline;
    margin-bottom: 10px; }

  
.product-param .pull-left, .product-param .pull-right {
  padding-left: 0px !important;  padding-right: 0px !important; }

 
.wishlist .product-param {
  padding: 0px 0px 10px 0px; }
 

.price-wrap {
  font-size: 14px;
  font-family: "Avenir Next LT W04 Regu1437496", sans-serif; 
  color:#8f8f8f;
}

  .price-wrap .product-price-wrap .old-price {
    color: #666666;
    text-decoration: line-through; }

  .price-wrap .product-price-wrap .new-price {
    color: #FF0000; }

  .price-wrap .prod-rating > span {
    color: #656565;
    font-size: 13px; }

.category-banner h1 {
  font-size: 100px;
  color: #ffffff;
  text-align: left;
  padding: 13px 0 31px 10px; }

.category-banner .top-banner-box p {
  font-size: 18px;
  line-height: 28px;
  padding-left: 10px;
  height: 170px; }

.category-banner .top-banner-box .breadcrumb {
  padding: 18px 35px 0; }

/*Styled checkboxes begin*/
.input-check {
  vertical-align: top;
  position: relative;
  cursor: pointer;
  display: inline-block; }

.input-check input {
  width: 11px;
  height: 12px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;
  z-index: 10;
  opacity: 0; }

.input-check label {
  font-size: 13px;
  line-height: 30px;
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  color: #656565;
  font-family: 'AvenirLTStd-Book', sans-serif;
  margin-bottom: 0; }

.input-check label:before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 11px;
  height: 12px;
  margin-top: -7px;
  background: transparent url(http://az835686.vo.msecnd.net/images/icons/checkbox-icon.png) no-repeat;
  z-index: 5;
  content: ''; }

.input-check input:checked + label:before {
  background-position: -11px 0;
  width: 14px; }

/*Styled checkboxes end*/
.full-width .form-wrap {
  padding: 30px 22px 9px;
 /*border-bottom: 2px solid #e3e3e3;*/ 
  max-width: 940px;
  margin: 0 auto; }

  .full-width .form-wrap h6 {
    color: #666666;
    font-size: 18px;
    font-family: "Avenir Next LT W04 Ligh1437356";
    padding-bottom: 26px; }

  .full-width .form-wrap .form-wrap-column {
    margin-right: 17.5%; }

    .full-width .form-wrap .form-wrap-column:last-child {
      margin-right: 0; }

.form-wrap-column {
  display: inline-block; }

.filter-category {
  display: inline-block; }

  .filter-category li {
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 30px; 
    color: #656565;
    font-family: 'AvenirLTStd-Book', sans-serif; 
  }

.form-wrap-column.several-columns > ul {
  margin-right: 38px; }

  .form-wrap-column.several-columns > ul:last-child {
    margin-right: 0; }

.action-block.brushes-block {
  padding-top: 35px; }

  .action-block.brushes-block .action-img {
    padding-left: 10.3%; }

  .action-block.brushes-block .action-text {
    padding-top: 13px;
    margin-right: 5.6%; }

    .action-block.brushes-block .action-text h2 {
      line-height: 58px;
      padding-bottom: 8px; }

    .action-block.brushes-block .action-text p {
      padding-bottom: 28px; }

.home-contact.prod-contact {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 65px; }

.beauty-category-row {
  padding-top: 60px;
  padding-bottom: 150px; }

.sort-list li,
.filter-wrap li {
  display: inline-block;
  color: #666666;
  font-family: "AvenirLTStd-Heavy", sans-serif;
  font-size: 13px;
  margin-right: 13px;
  vertical-align: middle;
  line-height: 20px;
}

  .sort-list li:first-child,
  .filter-wrap li:first-child {
    margin-right: 10px; }

  .sort-list li:last-child,
  .filter-wrap li:last-child {
    margin-right: 0; }

  
.sort-wrap,
.filter-wrap, 
.sort-wrap-full,
.filter-wrap-full {
  display: inline-block;
  color: #a0a0a0;
  font-family: "Avenir Next LT W04 Regu1437496", sans-serif;
  font-size: 16px;
  vertical-align: middle;  
  padding: 10px 35px 10px 35px;
  background-color: #ffffff;
  cursor:pointer;cursor:hand;
  border:1px solid #959595;
}



.sort-wrap,
.filter-wrap  {
    padding: 3% 10% 3% 10%;
}
 
.sort-wrap-full.on,
.filter-wrap-full.on { 
  color: #000000 
}

.filter-clear-all {
    display: none;
    position: absolute;
    line-height: 37px;
    padding-left: 10px;
    color: #959595;
}

.filter-clear-all a, .filter-clear-all a:link, .filter-clear-all a:hover, .filter-clear-all a:visited { 
    line-height: 42px; 
    color: #959595;
}

.filter-clear-all.show {
    display: inline-block !important;}

.sort-filter-wrap {
    width:100%;display:inline-block;
}
 
.sort-wrap .fa:hover,
.filter-wrap .fa:hover { 
  color: #a0a0a0; 
}
 
.sort-list li a {
  text-decoration: underline;
  color: #666666;
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-size: 13px; }

.full-width-mobile {
 /* background-color: #efefef;*/
  padding: 15px 0px 0px 0px; }

.filter-wrap li {
  font-family: 'AvenirLTStd-Book', sans-serif; }

  .filter-wrap li > a,
  .filter-wrap li > a:focus,
  .filter-wrap li > a:active {
    color: #666666;
    font-size: 21px;
    margin-left: 5px;
    text-decoration: none;
    line-height: 17px; }
  
.open-filter-wrap-full, .open-sort-wrap-full {
  display: none !important; 
  padding: 5px 0px 0px 0px; }

.open-filter-wrap-full.show,
.open-sort-wrap-full.show {
  display: block !important; }


.open-filter-wrap, .open-sort-wrap {
  display: none; 
  padding: 5px 0px 0px 0px; }

.open-filter-wrap.show,
.open-sort-wrap.show {
  display: block; }

.open-filter {
  padding-top: 10px; }

  .open-filter .footer-select-holder {
    margin: 0;
    display: inline-block;
    width: 300px !important; }

    .open-filter .footer-select-holder .footer-select:after {
      z-index: 1; }

    .open-filter .footer-select-holder .footer-select {
      background-color: #efefef; }

    .open-filter .footer-select-holder:last-child {
      margin-left: 20px; }

    .open-filter .footer-select-holder select {
      width: 300px !important;
      color: #656565;
      font-family: 'AvenirLTStd-Book', sans-serif;
      float: none; }

    .open-filter .footer-select-holder .footer-select::after {
      padding-left: 7px; }

.modal-backdrop.in {
  opacity: 0.00; }

.category-modal .modal-dialog {
  width: 700px;
  margin-top: 220px; }

  .category-modal .modal-dialog .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-top: 20%; }

  .category-modal .modal-dialog .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.category-modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #c4c4c4;
  width: 700px;
  padding: 59px 19px 29px; }

  .category-modal .modal-content .close {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url("http://az835686.vo.msecnd.net/images/icons/close-modal-icon.png");
    right: 9px;
    top: 9px;
    opacity: 1; }

.category-modal .modal-body {
  padding: 0; }

  .category-modal .modal-body .right-modal-body {
    width: 265px;
    padding-left: 10px; }

    .category-modal .modal-body .right-modal-body .product__title {
      font-size: 13px; }

    .category-modal .modal-body .right-modal-body .product__info {
      padding: 0;
      width: 100%; }

    .category-modal .modal-body .right-modal-body .product-price {
      font-size: 13px;
      padding-right: 0; }

    .category-modal .modal-body .right-modal-body .product__name {
      font-size: 13px; }

  .category-modal .modal-body .rating.product__rating .rating-list li a,
  .category-modal .modal-body .rating.product__rating span {
    font-size: 13px; }

  .category-modal .modal-body .rating.product__rating {
    padding-bottom: 38px; }

  .category-modal .modal-body .btn-on-skin {
    font-size: 12px;
    line-height: 15px; }

  .category-modal .modal-body .btn.btn--large {
    padding-left: 16px;
    padding-right: 16px; }

  .category-modal .modal-body .product__btns {
    padding-bottom: 0;
    padding-top: 30px; }

    .category-modal .modal-body .product__btns .btn-wishlist {
      margin-left: 10px; }

  .category-modal .modal-body .left-modal-body .slider-popup {
    width: 340px;
    position: relative; }

    .category-modal .modal-body .left-modal-body .slider-popup #bx-pager {
      float: left; }

      .category-modal .modal-body .left-modal-body .slider-popup #bx-pager a {
        display: block;
        border: 1px solid #999999;
        margin-bottom: 10px; }

        .category-modal .modal-body .left-modal-body .slider-popup #bx-pager a:last-child {
          margin-bottom: 0; }

    .category-modal .modal-body .left-modal-body .slider-popup .bx-wrapper {
      float: right;
      width: 260px; }

      .category-modal .modal-body .left-modal-body .slider-popup .bx-wrapper .bx-viewport {
        text-align: center; }

@media only screen and (min-width: 979px) {
  .open-filter-wrap.show, .open-sort-wrap.show {
    display: none !important;  
  } 
}

@media only screen and (max-width: 1200px) {
  .category-banner h1 {
    font-size: 70px;
    padding-top: 0;
    padding-bottom: 20px; 
  } 
}

@media only screen and (max-width: 979px) {
  .category-banner .top-banner-box h1 {
    font-size: 50px;
    padding-bottom: 20px;
    margin-top: -15px; }
  .category-banner .top-banner-box p {
    font-size: 13px;
    line-height: 18px;
    height: 115px; }
  .breadcrumb-row {
    display: inline-block; }
  .category-banner .top-banner-box .breadcrumb {
    margin-bottom: 0;
    padding-bottom: 0; }

  .action-block.brushes-block .action-img {
    padding-left: 15px; }
  .action-block.brushes-block .action-text {
    margin-right: 0;
    padding-top: 0; }
    .action-block.brushes-block .action-text h2 {
      line-height: 53px; }
  .beauty-category-row {
    padding-bottom: 50px;
    padding-top: 45px; }
  .action-block.brushes-block .action-text h2,
  .action-block.brushes-block .action-text p {
    padding-left: 0; }
  .action-block.brushes-block .action-text .btn {
    margin-left: 0; }
  .action-block.brushes-block .action-text {
    padding-left: 15px;
    padding-right: 15px; }
    .action-block.brushes-block .action-text h2 {
      font-size: 50px; }
  .action-block.brushes-block .action-text p {
    padding-bottom: 15px; }
  .home-contact.prod-contact {
    margin-top: 35px; }
  .action-block.brushes-block {
    padding-right: 15px;
    padding-left: 15px; }
    .action-block.brushes-block .action-img img {
      width: 100%; }
  .action-block.brushes-block .action-text .btn {
    margin-top: 0; } 
}

@media only screen and (max-width: 735px) {
  .open-filter .footer-select-holder select,
  .open-filter .footer-select-holder {
    max-width: 280px !important; }
  .open-filter .footer-select-holder {
    display: block;
    margin: 0 auto; }
  .open-filter .footer-select-holder:last-child {
    margin: 10px auto 0; }
  .category-row .category-slider {
    /*padding: 0 22px;*/
    width: 315px; }
  .category-row .slider-holder {
    width: 315px;
    min-height: initial;
    padding-top: 10px;
  }
  .action-block.brushes-block .action-img {
    float: left !important; }
  .action-block.brushes-block .action-text {
    float: right !important; }
  h2.mobile-brushes-title {
    color: #000000;
    font-size: 34px;
    margin-left: 15px;
    margin-right: 15px; }
  .gradient-wrap {
    background-color: #ffffff; }
  .action-block.brushes-block .action-text p {
    font-size: 14px;
    color: #656565; }
  .beauty-category-row {
    padding-bottom: 0; }
  .gradient-wrap.gradient-wrap-mob {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0, #ffffff 100%);
    background: -o-linear-gradient(top, #ffffff 0, #ffffff 100%);
    background: -ms-linear-gradient(top, #ffffff 0, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0, #ffffff 100%); }
  .category-row {
    padding-bottom: 15px; }
  .beauty-category-row .title-wrap .see-all-btn,
  .beauty-category-row .title-wrap .see-all-btn:hover {
    display: block;
    width: 100px;
    margin: 5px auto 0; }
  .beauty-category-row .beauty-wrap .col-md-6.col-sm-8,
  .beauty-category-row .beauty-wrap .col-md-6.col-sm-4 > .row > .col-md-6 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .category-banner .top-banner-box h1 {
    margin-top: 15px; }
  .full-width .category-description-mob {
    padding: 20px 5px;
    text-align: justify; }
    .full-width .category-description-mob p {
      color: #000000;
      font-size: 13px; }
  .middle-banner.category-banner .top-banner-box {
    padding-top: 0; }
  .category-image-wrap:hover .quick-view-product {
    display: none; }
  .category-image-wrap > img {
    cursor: pointer; }
  .category-row .product-listing-holder {
    border-bottom: 1px solid #e0e0e0;
    padding: 0px 30px 0px 30px; 
  }  
  .category-row .view-details-row {display: none;}
}

 
@media only screen and (max-width: 420px) {
  .action-block.brushes-block .action-img img {
    width: 130%; } 
}

@media only screen and (max-width: 320px) {
  .filter-wrap li:first-child {
    display: none; }
  .product-img-description {
    letter-spacing: 0.5px; }
  h2.mobile-brushes-title {
    font-size: 20px; }
  .home-contact.prod-contact {
    margin-top: 20px; }
  .beauty-category-row {
    padding-top: 20px; }
  .action-block.brushes-block .action-text {
    padding-top: 9px; 
  } 
   .category-row .category-slider { 
    width: 280px;
    margin-left: -10px;
  }
  .category-row .slider-holder {
    width: 280px; 
  }

}

/* Get the look ***********************/
.get-the-look-overflow {
  background: #000;
  min-height: 100px;
  position: relative; }

.get-the-look-overflow h1 {
  color: #fff; }

.breadcrumb-get li {
  display: inline; }

.breadcrumb-get li a {
  color: #666666; }

.sub-menu-element {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 10;
  max-width: 1010px;
  right: 0;
  margin-right: auto;
  margin-left: auto; }

.sub-menu-element .container {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 25px; }

.sub-menu-element li {
  clear: both;
  padding: 15px 0 0 0; }

.sub-menu-element a {
  font-size: 18px;
  color: #666666;
  text-decoration: none; }

.sub-menu-element a:hover,
.sub-menu-element a.active {
  color: #000000;
  text-decoration: none; }

.sub-menu-element .full-link {
  clear: both;
  text-align: center;
  width: 100%; }

.sub-menu-element .full-link .container {
  padding: 50px 0 30px;
  background-color: rgba(255, 255, 255, 0.85); }

.sub-menu-element .full-link a {
  display: block;
  margin: 0 auto;
  width: 130px;
  border: 1px solid #fff;
  font-size: 13px;
  color: #fff !important; }

.sub-menu-element-holder .sub-menu-element {
  display: none; }

.sub-menu-element-holder .sub-menu-element.show {
  display: block; }

.special-menu {
  float: right;
  font-size: 20px;
  color: #999999;
  margin-top: -40px; }

  .special-menu a {
    font-size: 20px;
    color: #999999;
    position: relative;
    padding: 0 40px 0 0; }

  .special-menu a:hover, .special-menu a:focus {
    text-decoration: none; }

.special-menu .fa-angle-down {
  font-size: 40px;
  color: #999999;
  position: absolute;
  top: 0;
  line-height: 20px;
  right: 0; }

.special-menu a:hover .sub-menu-element-holder .sub-menu-element {
  display: block; }

.choose-look {
  width: auto;
  margin: 0 auto; }

.choose-look .look-col-md-4 {
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  float: left;
  width: 33%; }

.view.third-effect {
  overflow: hidden; }

.view.third-effect img {
  display: block; }

    .third-effect .mask {
        opacity: 0;
        overflow: visible;
        background: rgba(0, 0, 0, 0.7);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .third-effect .mask2 {
        opacity: 0;
        overflow: visible;
        border: 3px solid #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .third-effect a.info {
        position: relative;
        top: 40%;
        opacity: 0;
        text-align: center;
        color: #fff;
        text-decoration: none;
        z-index: 10;
        font-size: 30px;
        display: block;
        -moz-transition: opacity 0.5s 0s ease-in-out;
        -o-transition: opacity 0.5s 0s ease-in-out;
        -webkit-transition: opacity 0.5s 0s ease-in-out;
        transition: opacity 0.5s 0s ease-in-out;
    }

.third-effect:hover .mask {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0; }

.third-effect:hover .mask a, .third-effect:hover .mask a:hover {
  font-size: 30px;
  color: #fff;
  text-decoration: none; }

    .third-effect:hover .mask2 {
        opacity: 1;
        -moz-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        -moz-transition: opacity 0.5s 0s ease-in-out;
        -o-transition: opacity 0.5s 0s ease-in-out;
        -webkit-transition: opacity 0.5s 0s ease-in-out;
        transition: opacity 0.5s 0s ease-in-out;
    }

    .third-effect:hover a.info {
        opacity: 1;
        -moz-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        z-index: 10;
    }

.special-menu a.active,
.special-menu a > i.active,
.special-menu a:hover span,
.special-menu a:hover > i {
  color: #ffffff; }

.get-the-look-slider-wrap .slick-initialized .slick-slide {
  margin: 0;
  border-left: none;
  padding: 0; }

.get-the-look-slider-wrap #get-the-look-slider-for .step-wrap {
  margin-top: 25px;
  max-width: 420px; }

  .get-the-look-slider-wrap #get-the-look-slider-for .step-wrap h3,
  .get-the-look-slider-wrap #get-the-look-slider-for .step-wrap p {
    color: #666666; }

  .get-the-look-slider-wrap #get-the-look-slider-for .step-wrap h3 {
    font-size: 30px; }

  .get-the-look-slider-wrap #get-the-look-slider-for .step-wrap p {
    font-size: 20px;
    line-height: 30px; }

.get-the-look-slider-wrap #get-the-look-slider-for .rating.product__rating {
  padding-bottom: 0; }

.get-the-look-slider-wrap #get-the-look-slider-for .product__btns {
  padding: 22px 0 30px;
  border-bottom: 1px dotted #8c8c8c;
  margin-bottom: 25px; }

.get-the-look-slider-wrap #get-the-look-slider-for .product__title {
  font-family: "Avenir Next LT W04 Regu1437496"; }

.print-steps {
  color: #000000;
  font-size: 18px; }

  .print-steps:hover, .print-steps:focus {
    text-decoration: none;
    color: #000000; }

  .print-steps i {
    font-size: 26px;
    margin-right: 14px; }

.color-group {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px; }

  .color-group div {
    width: 48px;
    height: 48px;
    float: left; }

  .color-group:last-child {
    margin-right: 0; }

.color-wrap {
  margin-top: 35px; }

.color-group.active {
  width: 80px;
  height: 80px; }

  .color-group.active div {
    width: 38px;
    height: 38px; }

.color-1 {
  background-color: #e6bba1; }

.color-2 {
  background-color: #ab7151; }

.color-3 {
  background-color: #dfa881; }

.color-4 {
  background-color: #85614c; }

.color-5 {
  background-color: #85614c; }

.color-6 {
  background-color: #bb637b; }

.color-7 {
  background-color: #775f56; }

.color-8 {
  background-color: #b28b7f; }

.color-9 {
  background-color: #e8e8e8; }

.color-10 {
  background-color: #c5bfbf; }

.color-11 {
  background-color: #a0a0a0; }

.color-12 {
  background-color: #616362; }

.color-group > div:nth-child(2) {
  margin-left: 4px; }

.color-group > div:nth-child(3) {
  margin-top: 4px; }

.color-group > div:nth-child(4) {
  margin-top: 4px;
  margin-left: 4px; }

#get-the-look-slider-nav .slider-img-wrap {
  cursor: pointer; }

  #get-the-look-slider-nav .slider-img-wrap > img {
    margin: 0 auto;
    opacity: 0.3; }

#get-the-look-slider-nav .slider-item-ins {
  max-width: 220px; }

#get-the-look-slider-nav .slick-prev,
#get-the-look-slider-nav .slick-next {
  top: 40px; }

#get-the-look-slider-nav .slick-list {
  border-bottom: 1px solid #666666; }

#get-the-look-slider-nav .slick-dots {
  padding: 30px 0 70px; 
}

#get-the-look-slider-nav .slider-text {
  text-align: center;
  padding: 12px 0 0;
  margin-left: 3px;
  margin-right: 3px;
  color: #989898;
  font-size: 24px;
  font-family: 'AvenirLTStd-Light'; }

  #get-the-look-slider-nav .slider-text > span {
    display: inline-block; }

#get-the-look-slider-nav .slick-dots li {
  background: #999999; }

#get-the-look-slider-nav .slick-dots li.slick-active {
  background: #000000; }

#get-the-look-slider-nav .chosen-element .slider-img-wrap img {
  opacity: 1; }

#get-the-look-slider-nav .chosen-element .slider-text {
  color: #000000;
  border-bottom: 10px solid #000000; }

h2.step-by-step {
  color: #989898;
  font-family: 'AvenirLTStd-Light';
  padding: 34px 0 30px;
  font-size: 40px; }

.underline-block .title-prime {
  color: #4D4D4D;
  font-family: 'AvenirLTStd-Light';
  font-size: 40px;
  padding: 44px 0 34px; }

  .underline-block .title-prime:before {
    margin-top: 11px; }

  .underline-block .title-prime span {
    padding: 0 35px; }

.underline-block .get-the-look-title .btn {
  font-size: 18px;
  font-family: "AvenirLTStd-Heavy";
  padding: 11px 38px;
  text-transform: uppercase; }

.underline-block .look-price {
  font-size: 30px;
  font-family: "Avenir Next LT W04 Regu1437496";
  color: #656565;
  padding: 30px 0 36px;
  border-bottom: 1px dotted #999; }

  .underline-block .look-price .look-regular:first-child {
    text-decoration: line-through; }

  .underline-block .look-price .look-discount {
    color: #FF0000; }

.underline-block .share-block a {
  color: #000000;
  font-size: 26px; }

  .underline-block .share-block a:hover, .underline-block .share-block a:focus {
    text-decoration: none; }

.get-the-look-slider-wrap {
  padding-bottom: 37px; }

#get-the-look-bottom-slider {
  padding: 0 78px; }

  #get-the-look-bottom-slider .slider-item-ins {
    max-width: none; }

  #get-the-look-bottom-slider .third-effect a.info {
    padding: 0 10px; }

  #get-the-look-bottom-slider .slick-slide img {
    margin: 0 auto;
    width: 100%; }

  #get-the-look-bottom-slider .slider-item {
    margin: 0 5px;
    position: relative; }

.title-prime.bottom-slider-title {
  font-size: 20px;
  color: #000000;
  padding: 40px 0 40px; }

.general-block.contact-block {
  padding-bottom: 60px; }

  .general-block.contact-block .contact-row.home-contact > p,
  .general-block.contact-block .contact-list li span {
    color: #333333;
    font-family: "AvenirLTStd-Book", sans-serif; }

.full-link .container:before {
  border-top: 1px dotted #999;
  content: "";
  display: block;
  height: 1px;
  margin-top: 10px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1; }

.full-link .container .btn.btn-default {
  display: inline-block;
  position: relative;
  z-index: 3; }

.sub-menu-element .container {
  position: relative; 
}

.full-link .btn {
  padding: 7px 12px; }

.get-the-look-banner .top-banner {
  max-width: none; }

  .get-the-look-banner .top-banner img {
    width: 100%; }

.get-the-look-mob-btns {
  text-align: center;
  border-bottom: 1px dotted #8c8c8c; }

  .get-the-look-mob-btns ul {
    display: inline-block; }

    .get-the-look-mob-btns ul li {
      display: inline-block;
      margin: 0 60px; }

      .get-the-look-mob-btns ul li:first-child {
        margin: 0; }

      .get-the-look-mob-btns ul li:last-child {
        margin: 0; }

      .get-the-look-mob-btns ul li a {
        font-size: 26px;
        color: #000000; }

        .get-the-look-mob-btns ul li a:hover, .get-the-look-mob-btns ul li a:focus {
          text-decoration: none;
          color: #000000; }

.get-the-look-overflow .breadcrumb {
  margin-bottom: 0;
  padding: 18px 15px 0; }

.get-the-look-overflow > .container > h1 {
  font-size: 50px;
  margin-top: -12px; }

.top-banner .visible-lg img {
  min-height: 0; 
}

.choose-look {
  padding: 0 0 105px; 
}

.get-the-look-prod-wrap .product-param {
  width: 307px;
  margin: 0 auto; }

.get-the-look-prod-wrap .step-by-step {
  padding-top: 0;
  font-size: 40px; }

.get-the-look-prod-wrap .underline-block .look-price {
  border: none; }

.get-the-look-prod-wrap .home-contact {
  margin-top: 5px;
  padding-bottom: 18px;
  padding-top: 18px; }

.get-the-look-prod-wrap .general-block.contact-block {
  padding-bottom: 45px; }

  .get-the-look-prod-wrap .general-block.contact-block .contact-row.home-contact > p {
    margin-top: 3px; }

  .get-the-look-prod-wrap .general-block.contact-block .contact-list li span {
    text-transform: lowercase;
    font-size: 14px; }

  .get-the-look-prod-wrap .general-block.contact-block .contact-list li:last-child {
    vertical-align: top;
    margin-top: -2px; }

.get-the-look-prod-wrap .category-row .category-slider {
  padding-top: 5px; }

.get-the-look-prod-wrap .rating-list li a,
.get-the-look-prod-wrap .rating-list li a:hover {
  font-size: 13px; }

.get-the-look-prod-wrap .category-row > div:last-child .product-main-wrap {
  padding-bottom: 10px; }

.get-the-look-prod-wrap .category-row {
  padding-bottom: 0; }

  .get-the-look-prod-wrap .category-row .btn.btn--large {
    padding: 7px 12px;
    font-size: 13px; }

  .get-the-look-prod-wrap .category-row .select-qty-box {
    width: 35px;
    height: 34px; }

    .get-the-look-prod-wrap .category-row .select-qty-box:after {
      font-size: 14px;
      top: 10px;
      right: -4px; }

  .get-the-look-prod-wrap .category-row .select-qty-box select {
    font-size: 16px; }

  .get-the-look-prod-wrap .category-row .btn-wishlist {
    font-size: 24px;
    width: auto;
    height: auto;
    margin: 6px 0 0 17px;
    float: left; }

  .get-the-look-prod-wrap .category-row .product__btns {
    padding-top: 15px;
    padding-bottom: 65px; }

.get-the-look-prod-wrap .category-row .slick-prev,
.get-the-look-prod-wrap .category-row .slick-next {
  top: 16px; }

.get-the-look-video-wrap {
  position: relative;
  padding-bottom: 40.32%;
  padding-top: 25px;
  height: 0;
  overflow: hidden; }

.get-the-look-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.product__btns.product__btns-mob .product__btns-wrap {
  display: inline-block; }


.wishlist .product__btns.product__btns-mob .product__btns-wrap { 
  width: 100%;
  }

@media only screen and (max-width: 1024px) {
  .get-the-look-video-wrap {
    padding-bottom: 56.25%; 
  }

  .sub-menu-element .container {
    width: 100%;
    padding: 25px 15px; 
  }

  .sub-menu-element a {
    font-size: 16px; 
  } 
}

@media only screen and (max-width: 979px) {
  .get-the-look-overflow > .container > h1 {
    font-size: 44px;
    margin-top: -3px; }

  .special-menu {
    margin-top: -25px; }

  .underline-block .title-prime {
    padding-top: 25px;
    font-size: 40px;
    padding-bottom: 35px; }

  .underline-block .title-prime.bottom-slider-title:before {
    margin-top: 0; }

  h2.step-by-step {
    font-size: 40px;
    padding-bottom: 20px; }

  #get-the-look-slider-nav .slick-dots {
    padding: 40px 0 51px; }

  #get-the-look-slider-for .product__title {
    font-size: 24px;
    line-height: 28px; }

  #get-the-look-slider-for .product-price,
  #get-the-look-slider-for .rating.product__rating .rating-list li a,
  #get-the-look-slider-for .rating.product__rating > span {
    font-size: 18px; }

  .get-the-look-slider-wrap #get-the-look-slider-for .step-wrap {
    margin-top: 65px; }

  .color-wrap {
    margin-top: 51px; }

  .get-the-look-slider-wrap {
    padding-bottom: 0; }

  .title-prime.bottom-slider-title {
    padding-top: 60px; }

  .general-block.contact-block .home-contact {
    margin-top: 0; }

  #get-the-look-bottom-slider .slick-dots {
    padding: 32px 0 40px; }

  .general-block.contact-block {
    padding-bottom: 50px; }

  .choose-look {
    padding-bottom: 50px; }

  .get-the-look-prod-wrap .category-row .product__btns {
    padding-bottom: 25px; } 
}

@media only screen and (max-width: 780px) {
  .sub-menu-element a {
    font-size: 15px; } 
}

@media only screen and (min-width: 326px) and (max-width: 768px) {
  .choose-look .look-col-md-4 {
    width: 50%; }

  .choose-look .look-col-md-4 img {
    width: 100%; }
}

@media only screen and (max-width: 735px) {
  .get-the-look-prod-wrap .underline-block .product__btns-mob .product__btns-wrap {
    display: inline-block; }

  .get-the-look-prod-wrap .product-param {
    padding-left: 22px;
    padding-right: 22px;
    width: 288px; }

  .get-the-look-prod-wrap .step-by-step {
    padding-top: 40px; }

  .underline-block .look-price {
    padding: 20px 0; 
    border: none; }

  .get-the-look-mob-btns {
    padding: 20px 15px; }

  h2.step-by-step {
    padding: 35px 0 30px; }

  #get-the-look-slider-nav .slick-dots {
    padding: 40px 0 30px; }

  #get-the-look-slider-nav .slider-text {
    padding-top: 20px; }

  #get-the-look-slider-for .img-block {
    padding-bottom: 30px;
    border-bottom: 1px dotted #8c8c8c; }

    #get-the-look-slider-for .img-block > img {
      width: 100%; }

  #get-the-look-slider-for .product-block {
    padding-top: 30px;
    padding-bottom: 40px; }

    #get-the-look-slider-for .product-block .product__info {
      padding-top: 10px; }

  .get-the-look-slider-wrap #get-the-look-slider-for .step-wrap {
    margin-top: 20px;
    max-width: none; }

  .color-wrap {
    margin-top: 40px; }

  .get-the-look-slider-wrap #get-the-look-slider-for .product__btns {
    padding-bottom: 40px;
    text-align: center; }

  .general-block.contact-block .home-contact {
    padding: 19px 0; }

  .title-prime.bottom-slider-title:before {
    padding: 0;
    margin: 0; }

  .title-prime.bottom-slider-title {
    padding-top: 0; }

  .title-prime.bottom-slider-title span {
    top: -11px; }

  .general-block.contact-block {
    padding-bottom: 40px; }

  .get-the-look-overflow > .container > h1 {
    font-size: 30px;
    text-align: left;
    margin-top: 20px; }

  .get-the-look-overflow {
    min-height: 60px; }

  .choose-look {
    padding-bottom: 40px; }

  .get-the-look-prod-wrap .category-row > div:last-child .product-main-wrap {
    border-bottom: 0; }

  .get-the-look-prod-wrap .product__btns .btn-wishlist {
    clear: none;
    padding-bottom: 0; }

  .get-the-look-prod-wrap .product__btns .btn.btn--large {
    min-width: 0; }

  .get-the-look-prod-wrap .category-row .product__btns {
    padding-bottom: 15px; }

  .get-the-look-prod-wrap .product-main-wrap {
    margin-bottom: 0;
    padding-bottom: 0; } 
}

@media only screen and (max-width: 480px) {
  .underline-block .look-price {
    font-size: 13px; }
  .title-prime.bottom-slider-title span {
    padding: 0 15px; }
  #get-the-look-bottom-slider {
    padding: 0; }
  h2.step-by-step {
    padding-bottom: 20px; } 
}

@media only screen and (max-width: 325px) {
  .choose-look .look-col-md-4 {
    width: 100%; }

  .choose-look .look-col-md-4 img {
    width: auto; }

  .get-the-look-prod-wrap .product__btns.product__btns-mob {
    text-align: left;
  }

  .look-price.text-center {
    text-align: left; }

  .open-filter .footer-select-holder:last-child,
  .open-filter .footer-select-holder {
    margin-left: 0;
    margin-right: 0; }

  .get-the-look-prod-wrap .underline-block .product__btns-mob .product__btns-wrap .btn.btn--large {
    padding-left: 55px;
    padding-right: 55px; } 
}

/*# sourceMappingURL=main.css.map */
