/*
     WARMSHOP Minimal e-commerce Html5 Template
     Author: OumaSoft
     Version: 0.0.1 
 */
/* ==================================================
    TABLE OF CONTENT
   ==================================================

    01.theme variables
    02.Mixins
    03.Normalize
    04.Base
        04.1 Slider Style
        04.2 NavBar Style
        04.3 Banners Style
        04.4 New Arrival Style
        04.5 Testimonials Style
        04.6 Featured -Products Style
        04.7 Offre 02 Style
        04.8 Blog Style
        04.9 Logos Style
        04.10 Services Style
        04.11 Footer Style
        04.12 Go To Top Style
    05.Responsive
    06.Typography
    07.Block
    08.Buttons
    09.Components
    10.Sections
    11.Header
    12.Nav
    13.Footer

*/
/* BASE - Base styles, variables, mixins, etc */
/* ==========================================================================
  01- theme variables
   ========================================================================== */
/**
 * 
 */
/* 1. Colors
   ========================================================================== */
/*03 - ! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

img:before {
  margin: 0; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  min-width: 320px; }

a {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.button {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  padding: 0px 30px;
  text-shadow: none;
  background-image: none;
  background-color: #e91c24;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 40px;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  display: inline-block; }
  .button:hover {
    border: none;
    border-radius: 0;
    background-color: #222831;
    color: #fff; }
  .button i {
    padding-left: 15px; }

/*
    01-style blog page v1
 */
/* 08-Blog Style
   ========================================================================== */
section.ws-blog {
  margin-top: 50px; }
  section.ws-blog .post .img-post {
    width: 100%; }
  section.ws-blog .post:hover a.img:before {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  section.ws-blog .post:hover a .day {
    width: 100%;
    height: 100%;
    font-size: 18px;
    padding-top: 35%; }
    section.ws-blog .post:hover a .day span {
      font-size: 24px;
      display: block; }
  section.ws-blog .post a.img {
    position: relative;
    display: block; }
    section.ws-blog .post a.img:before {
      background-color: rgba(0, 0, 0, 0.2);
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      margin: 0;
      padding: 0;
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
  section.ws-blog .post a .day {
    position: absolute;
    background-color: #e91c24;
    width: 80px;
    height: 80px;
    line-height: 30px;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 12px; }
    section.ws-blog .post a .day a {
      text-decoration: none; }
    section.ws-blog .post a .day span {
      font-size: 18px;
      font-weight: bold; }
  section.ws-blog .title-featured {
    text-align: center;
    margin-bottom: 45px; }
    section.ws-blog .title-featured h3 {
      font-family: "Montserrat", sans-serif;
      font-size: 24px;
      color: #222831;
      text-transform: uppercase; }
      section.ws-blog .title-featured h3 a {
        text-decoration: none; }
  section.ws-blog .info-post {
    padding: 0 20px; }
    section.ws-blog .info-post h3 {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      margin-top: 16px;
      margin-bottom: 12px;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      section.ws-blog .info-post h3:hover {
        margin-left: 10px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
        section.ws-blog .info-post h3:hover a {
          color: #e91c24; }
      section.ws-blog .info-post h3 a {
        color: #222831;
        text-decoration: none; }
    section.ws-blog .info-post .date02 {
      display: inline-block;
      margin-bottom: 12px;
      margin-right: 20px;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      section.ws-blog .info-post .date02:hover {
        font-weight: bold;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      section.ws-blog .info-post .date02 i {
        color: #e91c24;
        margin-right: 10px; }
      section.ws-blog .info-post .date02 a {
        color: #393e46;
        text-decoration: none; }
    section.ws-blog .info-post .comments {
      display: inline-block;
      margin-bottom: 12px;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      section.ws-blog .info-post .comments:hover {
        font-weight: bold;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      section.ws-blog .info-post .comments i {
        color: #e91c24;
        margin-right: 10px; }
      section.ws-blog .info-post .comments a {
        color: #393e46;
        text-decoration: none; }
    section.ws-blog .info-post p {
      color: #393e46;
      font-family: "Open Sans", sans-serif;
      font-size: 12px; }
    section.ws-blog .info-post .read-more {
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      text-align: right; }
      section.ws-blog .info-post .read-more a {
        color: #222831;
        text-decoration: none; }
        section.ws-blog .info-post .read-more a:hover {
          -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
          color: #e91c24; }
        section.ws-blog .info-post .read-more a i {
          margin-left: 10px; }

/*=====================================
              Title Blog
  ====================================*/
.ws-blog-style {
  margin-top: 100px; }
  .ws-blog-style .bg-title-blog {
    background-image: url(../img/images/bg-title-blog.jpg); }
  .ws-blog-style .bg-title-about-us {
    background-image: url(../img/images/bg-title-about-us.jpg); }
  .ws-blog-style .bg-title-contact-us {
    background-image: url(../img/images/bg-title-contact-us.jpg); }
  .ws-blog-style .bg-title-blog, .ws-blog-style .bg-title-about-us, .ws-blog-style .bg-title-contact-us {
    height: 250px; }
    .ws-blog-style .bg-title-blog h4, .ws-blog-style .bg-title-about-us h4, .ws-blog-style .bg-title-contact-us h4 {
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: normal;
      color: #fff;
      display: block;
      padding-top: 85px;
      height: 230px;
      margin-left: 100px; }
      .ws-blog-style .bg-title-blog h4 span, .ws-blog-style .bg-title-about-us h4 span, .ws-blog-style .bg-title-contact-us h4 span {
        font-size: 12px;
        display: block;
        margin-top: 30px; }

/* 08-Blog Style
   ========================================================================== */
.ws-container .posts {
  margin-top: 30px; }
  .ws-container .posts .post {
    margin-bottom: 70px; }
    .ws-container .posts .post .img-post {
      width: 100%; }
    .ws-container .posts .post:hover a.img:before {
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
    .ws-container .posts .post a.img {
      position: relative;
      display: block; }
      .ws-container .posts .post a.img:before {
        background-color: rgba(0, 0, 0, 0.2);
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        margin: 0;
        padding: 0;
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
    .ws-container .posts .post a .day {
      position: absolute;
      background-color: #e91c24;
      width: 80px;
      height: 80px;
      line-height: 30px;
      text-align: center;
      padding: 10px;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      color: #fff;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      font-size: 12px;
      right: 30px;
      margin-top: 30px; }
      .ws-container .posts .post a .day a {
        text-decoration: none; }
      .ws-container .posts .post a .day span {
        font-size: 18px;
        font-weight: bold; }
    .ws-container .posts .post .tags-share {
      border-top: 1px solid #f0f0ed;
      border-bottom: 1px solid #f0f0ed;
      margin-bottom: 50px; }
      .ws-container .posts .post .tags-share .lines01:before {
        content: '';
        border-bottom: 1px solid #e91c24;
        width: 90px;
        position: absolute;
        top: -1px;
        left: 0; }
      .ws-container .posts .post .tags-share .lines01:after {
        content: '';
        border-bottom: 1px solid #e91c24;
        width: 90px;
        position: absolute;
        bottom: 3px;
        left: 0; }
      .ws-container .posts .post .tags-share .lines02:before {
        content: '';
        border-bottom: 1px solid #e91c24;
        width: 90px;
        position: absolute;
        top: -1px;
        right: 0; }
      .ws-container .posts .post .tags-share .lines02:after {
        content: '';
        border-bottom: 1px solid #e91c24;
        width: 90px;
        position: absolute;
        bottom: 3px;
        right: 0; }
      .ws-container .posts .post .tags-share .lines03:before {
        content: '';
        border-bottom: 1px solid #e91c24;
        width: 90px;
        position: absolute;
        top: -1px;
        right: -30px; }
      .ws-container .posts .post .tags-share .lines03:after {
        content: '';
        border-bottom: 1px solid #e91c24;
        width: 90px;
        position: absolute;
        bottom: 3px;
        right: -30px; }
    .ws-container .posts .post .tags-share, .ws-container .posts .post .share-this {
      text-align: center;
      height: 45px; }
      .ws-container .posts .post .tags-share h6, .ws-container .posts .post .share-this h6 {
        display: inline-block;
        line-height: 27px;
        font-size: 12px;
        font-family: "Montserrat", sans-serif;
        color: #222831;
        text-transform: uppercase; }
      .ws-container .posts .post .tags-share .tags, .ws-container .posts .post .share-this .tags {
        list-style: none;
        display: inline-block; }
        .ws-container .posts .post .tags-share .tags li, .ws-container .posts .post .share-this .tags li {
          display: inline-block;
          font-family: "Montserrat", sans-serif;
          font-size: 12px;
          text-transform: capitalize;
          font-weight: 300; }
          .ws-container .posts .post .tags-share .tags li a, .ws-container .posts .post .share-this .tags li a {
            color: #393e46;
            text-decoration: none; }
            .ws-container .posts .post .tags-share .tags li a:hover, .ws-container .posts .post .share-this .tags li a:hover {
              color: #e91c24; }
    .ws-container .posts .post .share-this .icons {
      display: inline-block;
      list-style: none; }
      .ws-container .posts .post .share-this .icons li {
        display: inline-block;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-size: 18px;
        margin: 0 8px; }
        .ws-container .posts .post .share-this .icons li a {
          text-decoration: none; }
          .ws-container .posts .post .share-this .icons li a i {
            color: #393e46; }
            .ws-container .posts .post .share-this .icons li a i.facebook:hover {
              color: #44619c; }
            .ws-container .posts .post .share-this .icons li a i.twitter:hover {
              color: #6aa8d7; }
            .ws-container .posts .post .share-this .icons li a i.linkedin:hover {
              color: #0177B5; }
            .ws-container .posts .post .share-this .icons li a i.pinterest:hover {
              color: #CB2027; }
  .ws-container .posts .title-featured {
    text-align: center;
    margin-bottom: 45px; }
    .ws-container .posts .title-featured h3 {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      color: #222831;
      text-transform: uppercase; }
      .ws-container .posts .title-featured h3 a {
        text-decoration: none; }
  .ws-container .posts .info-post {
    padding: 0 30px;
    margin-top: 30px; }
    .ws-container .posts .info-post h3 {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      margin-top: 16px;
      margin-bottom: 12px; }
      .ws-container .posts .info-post h3 a {
        color: #222831;
        text-decoration: none; }
    .ws-container .posts .info-post .date02 {
      display: inline-block;
      margin-bottom: 12px;
      margin-right: 20px;
      font-family: "Open Sans", sans-serif;
      font-size: 12px; }
      .ws-container .posts .info-post .date02 i {
        color: #e91c24;
        margin-right: 10px; }
      .ws-container .posts .info-post .date02 a {
        color: #393e46;
        text-decoration: none; }
    .ws-container .posts .info-post .comments {
      display: inline-block;
      margin-bottom: 12px;
      font-family: "Open Sans", sans-serif;
      font-size: 12px; }
      .ws-container .posts .info-post .comments i {
        color: #e91c24;
        margin-right: 10px; }
      .ws-container .posts .info-post .comments a {
        color: #393e46;
        text-decoration: none; }
    .ws-container .posts .info-post p {
      color: #393e46;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      line-height: 24px;
      margin-top: 5px;
      margin-bottom: 25px; }
    .ws-container .posts .info-post .read-more {
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      text-align: left; }
      .ws-container .posts .info-post .read-more a {
        color: #222831;
        text-decoration: none; }
        .ws-container .posts .info-post .read-more a i {
          margin-left: 10px; }
    .ws-container .posts .info-post blockquote {
      font-family: "Montserrat", sans-serif;
      color: #222831;
      line-height: 24px;
      font-style: italic;
      background-color: #eeeeee;
      border-left: 5px solid #e91c24;
      margin-bottom: 45px;
      margin-top: 45px; }
      .ws-container .posts .info-post blockquote p {
        margin-top: 25px;
        margin-bottom: 30px;
        margin-left: 40px;
        margin-right: 40px; }
        .ws-container .posts .info-post blockquote p:before {
          top: 20px;
          left: -5px;
          content: "\201C";
          color: #e91c24;
          font-size: 40px;
          position: relative; }
        .ws-container .posts .info-post blockquote p:after {
          top: 20px;
          right: 0;
          content: "\201D";
          color: #e91c24;
          font-size: 40px;
          position: relative; }

.ws-container .posts .post.detail {
  margin: 0px !important; }

.ws-container .posts .post .avatar {
  text-align: center; }

.ws-container .posts .post .infos-avatar {
  text-align: center;
  margin-top: -60px; }
  .ws-container .posts .post .infos-avatar:before {
    content: '';
    border-bottom: 1px solid #e91c24;
    width: 90px;
    position: absolute;
    top: 65px;
    right: 15px; }
  .ws-container .posts .post .infos-avatar:after {
    content: '';
    border-bottom: 1px solid #e91c24;
    width: 90px;
    position: absolute;
    bottom: 0;
    right: 15px; }
  .ws-container .posts .post .infos-avatar .name {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222831;
    margin-top: 15px; }
    .ws-container .posts .post .infos-avatar .name:before {
      content: '';
      border-bottom: 1px solid #e91c24;
      width: 8.5%;
      position: absolute;
      top: 65px;
      left: 33%; }
    .ws-container .posts .post .infos-avatar .name:after {
      content: '';
      border-bottom: 1px solid #e91c24;
      width: 8.5%;
      position: absolute;
      top: 65px;
      left: 58.5%; }
  .ws-container .posts .post .infos-avatar .content {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 13px;
    text-transform: none;
    color: #54555e;
    line-height: 24px;
    text-align: center;
    margin: 30px; }
  .ws-container .posts .post .infos-avatar .social:after {
    content: '';
    border-bottom: 1px solid #e91c24;
    width: 35%;
    position: absolute;
    bottom: 0;
    left: 33%; }
  .ws-container .posts .post .infos-avatar .social .share li {
    display: inline-block;
    margin: 10px;
    margin-top: 0px;
    margin-bottom: 15px; }
    .ws-container .posts .post .infos-avatar .social .share li a {
      color: #54555e;
      text-decoration: none;
      font-size: 18px; }
      .ws-container .posts .post .infos-avatar .social .share li a i.facebook:hover {
        color: #44619c; }
      .ws-container .posts .post .infos-avatar .social .share li a i.twitter:hover {
        color: #6aa8d7; }
      .ws-container .posts .post .infos-avatar .social .share li a i.tumblr:hover {
        color: #36465D; }
      .ws-container .posts .post .infos-avatar .social .share li a i.linkedin:hover {
        color: #0177B5; }
      .ws-container .posts .post .infos-avatar .social .share li a i.instagram:hover {
        color: #000; }
      .ws-container .posts .post .infos-avatar .social .share li a i.youtube:hover {
        color: #EE1C1B; }
  .ws-container .posts .post .infos-avatar .info-avatar {
    background-color: #eeeeee;
    padding-top: 70px; }
    .ws-container .posts .post .infos-avatar .info-avatar:before {
      content: '';
      border-bottom: 1px solid #e91c24;
      width: 90px;
      position: absolute;
      top: 65px;
      left: 15px; }
    .ws-container .posts .post .infos-avatar .info-avatar:after {
      content: '';
      border-bottom: 1px solid #e91c24;
      width: 90px;
      position: absolute;
      bottom: 0;
      left: 15px; }

.ws-container .posts .post .comments {
  margin-top: 20px; }
  .ws-container .posts .post .comments .title {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222831;
    margin-top: 15px;
    width: 100%;
    text-align: center; }
  .ws-container .posts .post .comments .list-comments {
    list-style: none;
    margin-top: 40px; }
    .ws-container .posts .post .comments .list-comments li {
      display: inline-block;
      border-bottom: 1px solid #eee;
      padding-bottom: 15px;
      padding-top: 15px; }
      .ws-container .posts .post .comments .list-comments li ul li.avatar {
        text-align: left;
        display: inline-block; }
      .ws-container .posts .post .comments .list-comments li ul li.reply {
        position: relative;
        right: 0;
        list-style: none;
        padding: 3px 5px;
        background-color: #000;
        color: #fff;
        font-size: 10px;
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
        width: 40px;
        float: right; }
      .ws-container .posts .post .comments .list-comments li ul li.content {
        display: inline-block;
        margin-left: -15px; }
        .ws-container .posts .post .comments .list-comments li ul li.content h5 {
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          font-weight: normal;
          color: #222831;
          text-transform: capitalize;
          display: block; }
          .ws-container .posts .post .comments .list-comments li ul li.content h5 span {
            font-family: "Open Sans", sans-serif;
            font-weight: normal;
            font-size: 11px;
            color: #393e46;
            display: block;
            margin-top: 15px; }
        .ws-container .posts .post .comments .list-comments li ul li.content p {
          font-family: "Open Sans", sans-serif;
          font-weight: normal;
          font-size: 12px;
          color: #393e46;
          margin-top: 20px; }
    .ws-container .posts .post .comments .list-comments .replys ul {
      margin-left: 100px;
      margin-top: 5px;
      padding: 5px 0; }
    .ws-container .posts .post .comments .list-comments .replys .reply {
      position: relative;
      right: 0;
      list-style: none;
      padding: 3px 5px;
      background-color: #e91c24;
      color: #fff;
      font-size: 10px;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      width: 40px;
      float: right; }

.ws-container .posts .post .forms .title-comment {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #222831;
  margin: 40px 0; }

.ws-container .posts .post .forms .content-comment .form-group textarea {
  max-width: 100%;
  max-height: 150px;
  min-height: 100px;
  margin-bottom: 25px; }

/* ================================================
============= About Us And Contact Us =============
=================================================*/
.ws-about-us {
  background-color: #eee;
  height: 120px;
  border-bottom: 5px solid #e91c24;
  margin-top: 45px;
  margin-bottom: 45px; }
  .ws-about-us .title {
    text-align: center; }
    .ws-about-us .title h3 {
      font-family: "Montserrat", sans-serif;
      font-size: 24px;
      font-weight: bold;
      text-transform: uppercase;
      color: #222831;
      line-height: 90px; }

.ws-about-content .about01, .ws-about-content .about02 {
  margin-top: 45px; }
  .ws-about-content .about01 .content, .ws-about-content .about02 .content {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #393e46;
    line-height: 24px; }

.ws-about-content .about01 .content {
  margin-left: 15px; }

.ws-about-content .about02 {
  margin-bottom: 80px; }
  .ws-about-content .about02 .content {
    margin-right: 15px; }

.ws-contact-us .contact-content {
  background-color: #eee;
  height: 120px;
  border-bottom: 5px solid #e91c24;
  margin-top: 45px; }
  .ws-contact-us .contact-content .title {
    text-align: center; }
    .ws-contact-us .contact-content .title ul {
      list-style: none;
      text-align: left; }
      .ws-contact-us .contact-content .title ul li {
        display: inline-block;
        margin-top: 20px;
        text-align: left; }
        .ws-contact-us .contact-content .title ul li i {
          font-size: 64px;
          color: #e91c24;
          margin-right: 40px;
          margin-left: 30px; }
        .ws-contact-us .contact-content .title ul li h4 {
          font-family: "Montserrat", sans-serif;
          font-size: 18px;
          font-weight: normal;
          text-transform: uppercase;
          color: #222831;
          line-height: 30px; }
          .ws-contact-us .contact-content .title ul li h4 span {
            display: block;
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
            font-weight: 300;
            text-transform: capitalize;
            color: #393e46; }

.ws-contact-content {
  margin-top: 45px;
  margin-bottom: 80px;
  border-bottom: 5px solid #e91c24;
  background-color: #eee; }
  .ws-contact-content .forms {
    padding-right: 10%;
    left: 3%; }
    .ws-contact-content .forms .title-message {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      color: #222831;
      margin-top: 50px;
      margin-bottom: 35px; }
    .ws-contact-content .forms .content-message {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: normal;
      text-transform: capitalize;
      color: #393e46; }
    .ws-contact-content .forms textarea {
      max-height: 150px;
      min-height: 100px; }
    .ws-contact-content .forms .form-control {
      border: 1px solid #e91c24; }
    .ws-contact-content .forms .button {
      width: 100%; }
  .ws-contact-content .maps {
    overflow: hidden; }

/* MODULES - Individual site components */
/*==================================================
====================== Button ======================
==================================================*/
button {
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase !important;
  font-weight: normal !important;
  color: #fff !important;
  padding: 0px 25px !important;
  text-shadow: none !important;
  background-image: none !important;
  background-color: #e91c24 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 60px !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-size: 14px !important;
  display: inline-block !important;
  margin: 0px 15px 0px 0px !important; }
  button:hover {
    border: none !important;
    border-radius: 0 !important;
    background-color: #222831 !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s; }
  button i {
    padding-left: 15px; }

/* LAYOUTS - Page Layout styles */
/* ==========================================================================
   =========================== 01-Slider Style ==============================
   ========================================================================== */
section.ws-slider {
  margin-top: 0px;
  position: inherit;
  padding: 0px; }
  section.ws-slider #owl-warmshop, section.ws-slider #owl-warmshop04 {
    width: auto; }
    section.ws-slider #owl-warmshop.owl-carousel .slider_item, section.ws-slider #owl-warmshop04.owl-carousel .slider_item {
      padding: 0px;
      padding: 0px;
      position: relative;
      width: 100%;
      height: 100vh;
      display: block;
      overflow: hidden;
      background-color: #f8f8f8;
      background-position: center center;
      background-size: cover;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
      section.ws-slider #owl-warmshop.owl-carousel .slider_item h1, section.ws-slider #owl-warmshop04.owl-carousel .slider_item h1 {
        font-family: "Montserrat Subrayada", sans-serif;
        font-size: 80px;
        text-transform: uppercase;
        font-weight: bold;
        color: #222831;
        position: relative;
        width: 100%;
        text-align: center;
        margin: 1.25em 0 1.3em 0;
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }
        section.ws-slider #owl-warmshop.owl-carousel .slider_item h1 span, section.ws-slider #owl-warmshop04.owl-carousel .slider_item h1 span {
          font-family: "Montserrat", sans-serif;
          font-size: 29px;
          font-weight: normal;
          color: #393e46;
          display: inherit;
          margin-top: 0.85em; }
      section.ws-slider #owl-warmshop.owl-carousel .slider_item .info-slider, section.ws-slider #owl-warmshop04.owl-carousel .slider_item .info-slider {
        width: 100%;
        text-align: center;
        position: relative; }
        section.ws-slider #owl-warmshop.owl-carousel .slider_item .info-slider button, section.ws-slider #owl-warmshop04.owl-carousel .slider_item .info-slider button {
          font-family: "Montserrat", sans-serif;
          text-transform: uppercase;
          font-weight: normal;
          color: #fff;
          padding: 0px 25px;
          text-shadow: none;
          background-image: none;
          background-color: #e91c24;
          -webkit-box-shadow: none;
                  box-shadow: none;
          height: 60px;
          border: 0;
          border-radius: 0;
          font-size: 14px;
          display: inline-block; }
          section.ws-slider #owl-warmshop.owl-carousel .slider_item .info-slider button:hover, section.ws-slider #owl-warmshop04.owl-carousel .slider_item .info-slider button:hover {
            border: none;
            border-radius: 0;
            background-color: #222831; }
          section.ws-slider #owl-warmshop.owl-carousel .slider_item .info-slider button i, section.ws-slider #owl-warmshop04.owl-carousel .slider_item .info-slider button i {
            padding-left: 15px; }
        section.ws-slider #owl-warmshop.owl-carousel .slider_item .info-slider .scroll, section.ws-slider #owl-warmshop04.owl-carousel .slider_item .info-slider .scroll {
          margin-top: 2em; }
          section.ws-slider #owl-warmshop.owl-carousel .slider_item .info-slider .scroll a i, section.ws-slider #owl-warmshop04.owl-carousel .slider_item .info-slider .scroll a i {
            border-radius: 25px;
            background-color: #393e46;
            font-size: 18px;
            padding: 6px;
            color: #fff; }
          section.ws-slider #owl-warmshop.owl-carousel .slider_item .info-slider .scroll h3, section.ws-slider #owl-warmshop04.owl-carousel .slider_item .info-slider .scroll h3 {
            font-family: "Montserrat", sans-serif;
            font-weight: normal;
            font-size: 14px;
            text-transform: uppercase;
            color: #393e46;
            margin-top: 25px; }
  section.ws-slider #owl-warmshop.owl-carousel .slider_item.item01 {
    background-image: url(../img/images/20.jpg);
    background-repeat: no-repeat;
    background-position: center; }
  section.ws-slider #owl-warmshop.owl-carousel .slider_item.item02 {
    background-image: url(../img/images/1.jpg);
    background-repeat: no-repeat;
    background-position: center; }
  section.ws-slider #owl-warmshop.owl-carousel .slider_item.item03 {
    background-image: url(../img/images/2.jpg);
    background-repeat: no-repeat;
    background-position: center; }
  section.ws-slider #owl-warmshop.owl-carousel .slider_item.demo01 {
    background-image: url(../img/images/background-demo.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; }
  section.ws-slider #owl-warmshop.owl-carousel .slider_item.demo02 {
    background-image: url(../img/images/background-demo.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; }
  section.ws-slider #owl-warmshop.owl-carousel .slider_item.demo03 {
    background-image: url(../img/images/background-demo.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; }
  section.ws-slider #owl-warmshop04.owl-carousel .slider_item.item01 {
    background-image: url(../img/images/slider01.jpg);
    background-repeat: no-repeat;
    background-position: center; }
  section.ws-slider #owl-warmshop04.owl-carousel .slider_item.item02 {
    background-image: url(../img/images/slider02.jpg);
    background-repeat: no-repeat;
    background-position: center; }
  section.ws-slider #owl-warmshop04.owl-carousel .slider_item.item03 {
    background-image: url(../img/images/slider03.jpg);
    background-repeat: no-repeat;
    background-position: center; }

section .owl-controls {
  display: none !important; }

/*=====================================
              NavBar style01 v1.0.0
  ====================================*/
.nav-up {
  top: -100px !important; }

#navbar-container {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.navbar_style01 {
  height: 100px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  z-index: 999; }
  .navbar_style01.style02 {
    position: fixed !important;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .navbar_style01.style02 .primary_navbar .right_primary_navbar .right_navbar_cart {
      background-color: transparent;
      color: #222831; }
  .navbar_style01 .top-nav {
    font-family: "Open Sans", sans-serif;
    background-color: #e91c24; }
    .navbar_style01 .top-nav .nav-container {
      width: 100% !important; }
    .navbar_style01 .top-nav .pull-left {
      text-align: right; }
    .navbar_style01 .top-nav .pull-right {
      text-align: center; }
    .navbar_style01 .top-nav .msg {
      display: inline-block;
      float: left;
      line-height: 40px;
      padding-left: 30px;
      font-style: italic;
      color: #fff;
      text-transform: capitalize; }
    .navbar_style01 .top-nav .pull-left, .navbar_style01 .top-nav .pull-right {
      padding: 0;
      margin: 0; }
      .navbar_style01 .top-nav .pull-left .title, .navbar_style01 .top-nav .pull-right .title {
        display: inline-block;
        margin: 0 20px 0 0px;
        color: #fff;
        cursor: pointer; }
        .navbar_style01 .top-nav .pull-left .title.usd, .navbar_style01 .top-nav .pull-right .title.usd {
          text-transform: uppercase; }
          .navbar_style01 .top-nav .pull-left .title.usd a, .navbar_style01 .top-nav .pull-right .title.usd a {
            color: #fff;
            text-decoration: none; }
          .navbar_style01 .top-nav .pull-left .title.usd span, .navbar_style01 .top-nav .pull-right .title.usd span {
            text-transform: capitalize; }
        .navbar_style01 .top-nav .pull-left .title.lang, .navbar_style01 .top-nav .pull-right .title.lang {
          text-transform: capitalize; }
          .navbar_style01 .top-nav .pull-left .title.lang a, .navbar_style01 .top-nav .pull-right .title.lang a {
            color: #fff;
            text-decoration: none; }
          .navbar_style01 .top-nav .pull-left .title.lang span, .navbar_style01 .top-nav .pull-right .title.lang span {
            text-transform: capitalize; }
        .navbar_style01 .top-nav .pull-left .title h5 p, .navbar_style01 .top-nav .pull-right .title h5 p {
          display: inline-block;
          padding: 0;
          margin: 0; }
        .navbar_style01 .top-nav .pull-left .title h5 i, .navbar_style01 .top-nav .pull-right .title h5 i {
          padding-left: 5px;
          position: relative;
          top: -2px; }
        .navbar_style01 .top-nav .pull-left .title .user-icon, .navbar_style01 .top-nav .pull-right .title .user-icon {
          font-size: 18px;
          margin-top: 10px;
          margin-bottom: 10px;
          line-height: 1.1; }
        .navbar_style01 .top-nav .pull-left .title .list, .navbar_style01 .top-nav .pull-right .title .list {
          background-color: #fff;
          width: 280px;
          list-style: none;
          position: absolute;
          color: #393e46;
          font-family: "Open Sans", sans-serif;
          -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
                  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          text-align: left;
          padding-left: 0;
          z-index: 2;
          right: -50px;
          overflow: hidden; }
          .navbar_style01 .top-nav .pull-left .title .list li, .navbar_style01 .top-nav .pull-right .title .list li {
            padding: 10px;
            border-bottom: 1px solid #eee;
            cursor: pointer;
            line-height: 24px; }
            .navbar_style01 .top-nav .pull-left .title .list li:hover, .navbar_style01 .top-nav .pull-right .title .list li:hover {
              background-color: #e91c24;
              color: #fff; }
              .navbar_style01 .top-nav .pull-left .title .list li:hover i, .navbar_style01 .top-nav .pull-right .title .list li:hover i {
                color: #fff; }
            .navbar_style01 .top-nav .pull-left .title .list li i, .navbar_style01 .top-nav .pull-right .title .list li i {
              padding: 0 10px;
              color: #e91c24; }
            .navbar_style01 .top-nav .pull-left .title .list li.ws-close, .navbar_style01 .top-nav .pull-right .title .list li.ws-close {
              text-align: center;
              text-transform: uppercase; }
          .navbar_style01 .top-nav .pull-left .title .list.dropdown_menu, .navbar_style01 .top-nav .pull-right .title .list.dropdown_menu {
            visibility: hidden;
            opacity: 0;
            height: 0;
            -webkit-transform: translate(0px, 30px);
            -ms-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
        .navbar_style01 .top-nav .pull-left .title.open .dropdown_menu, .navbar_style01 .top-nav .pull-right .title.open .dropdown_menu {
          opacity: 1;
          -webkit-transform: translate(0px, 0px);
          -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
          visibility: visible;
          height: auto;
          overflow: hidden; }
  .navbar_style01 .primary_navbar .ws-search {
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background-color: rgba(255, 255, 255, 0.8);
    left: 0;
    -webkit-transform: translate(0px, 40px);
    -ms-transform: translate(0px, 40px);
    transform: translate(0px, 40px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .navbar_style01 .primary_navbar .ws-search.show {
      display: block;
      -webkit-transform: translate(0px, 40px);
      -ms-transform: translate(0px, 40px);
      transform: translate(0px, 40px);
      visibility: visible;
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .navbar_style01 .primary_navbar .ws-search .ws-search-input {
      height: 50px;
      width: 200px;
      border: 0;
      border-bottom: 1px solid #eee;
      padding-left: 15px;
      font-family: "Open Sans", sans-serif; }
    .navbar_style01 .primary_navbar .ws-search .ws-icon-search {
      border-bottom: 1px solid #eee;
      padding: 17px;
      background-color: #e91c24;
      color: #fff; }
  .navbar_style01 .primary_navbar .logo_primary_navbar {
    width: auto;
    padding: 0 15px;
    height: 100px;
    line-height: 100px;
    display: inline-block; }
    .navbar_style01 .primary_navbar .logo_primary_navbar .logo_meduim {
      display: none; }
    .navbar_style01 .primary_navbar .logo_primary_navbar .logo_mobile {
      display: none; }
  .navbar_style01 .primary_navbar .navbar_mobile {
    display: none;
    height: 100px;
    line-height: 100px;
    float: right; }
    .navbar_style01 .primary_navbar .navbar_mobile .button_toggle {
      display: inline-block;
      top: 20px;
      position: relative; }
      .navbar_style01 .primary_navbar .navbar_mobile .button_toggle .navbar-toggle .icon-bar.bar-top {
        background-color: #222831; }
      .navbar_style01 .primary_navbar .navbar_mobile .button_toggle .navbar-toggle .icon-bar.bar-middle {
        background-color: #222831; }
      .navbar_style01 .primary_navbar .navbar_mobile .button_toggle .navbar-toggle .icon-bar.bar-bottom {
        background-color: #222831; }
    .navbar_style01 .primary_navbar .navbar_mobile .search_icon {
      display: inline-block;
      position: relative;
      margin: 0px 10px; }
    .navbar_style01 .primary_navbar .navbar_mobile .shop_button {
      display: inline-block;
      position: relative;
      margin: 0px 10px; }
      .navbar_style01 .primary_navbar .navbar_mobile .shop_button span {
        background-color: #e91c24;
        color: #fff;
        padding: 3px 4px;
        border-radius: 50%;
        position: relative;
        top: -7px;
        left: -7px; }
  .navbar_style01 .primary_navbar .right_primary_navbar {
    display: inline-block;
    min-height: 100px;
    position: inherit;
    vertical-align: bottom;
    text-align: center;
    color: #fff;
    line-height: 32px;
    float: right; }
    .navbar_style01 .primary_navbar .right_primary_navbar.open {
      position: relative; }
      .navbar_style01 .primary_navbar .right_primary_navbar.open .right_navbar_detail {
        display: block;
        opacity: 1;
        right: 0;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        visibility: visible;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .navbar_style01 .primary_navbar .right_primary_navbar .style02.search_icon_2 {
      display: inline-block;
      height: 100px;
      color: #222831;
      position: relative;
      line-height: 100px;
      right: 20px; }
    .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_cart {
      background-color: #e91c24;
      padding: 0 15px;
      height: 100px; }
      .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_cart .cart_shopping {
        top: 20px;
        position: relative;
        cursor: pointer; }
        .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_cart .cart_shopping.style02 {
          top: 0 !important; }
        .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_cart .cart_shopping i {
          font-size: 18px; }
        .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_cart .cart_shopping span {
          display: block;
          font-family: "Montserrat", sans-serif;
          font-size: 12px; }
    .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_detail {
      position: absolute;
      color: #222831;
      width: 230px;
      padding: 10px;
      padding-top: 20px;
      -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
      opacity: 0;
      -webkit-transform: translate(0px, 40px);
      -ms-transform: translate(0px, 40px);
      transform: translate(0px, 40px);
      visibility: hidden;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_detail .cart_detail ul {
        list-style: none;
        padding: 0; }
        .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_detail .cart_detail ul .product {
          text-align: left;
          height: 70px;
          margin-top: 15px; }
          .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_detail .cart_detail ul .product:after {
            content: '';
            border-bottom: 1px solid #eee;
            display: block;
            margin-top: 32px; }
          .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_detail .cart_detail ul .product a {
            display: block; }
            .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_detail .cart_detail ul .product a img {
              width: 50px;
              float: left;
              margin-right: 15px; }
            .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_detail .cart_detail ul .product a h6 {
              font-family: "Montserrat", sans-serif;
              font-size: 12px;
              font-weight: normal;
              text-decoration: none;
              text-transform: uppercase;
              margin-bottom: 0;
              color: #222831; }
          .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_detail .cart_detail ul .product span {
            display: block;
            font-family: "Open Sans", sans-serif;
            font-size: 12px;
            font-weight: normal;
            text-decoration: none;
            color: #9a9a9a;
            line-height: 24px; }
          .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_detail .cart_detail ul .product .close_button {
            float: right;
            bottom: 25px;
            position: relative; }
          .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_detail .cart_detail ul .product .content_product {
            margin-bottom: 10px; }
        .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_detail .cart_detail ul .products_check_out {
          height: 100%;
          top: 0px;
          position: relative;
          line-height: 50px;
          padding: 0; }
          .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_detail .cart_detail ul .products_check_out .total {
            display: inline-block;
            float: left;
            text-align: center;
            padding: 0; }
            .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_detail .cart_detail ul .products_check_out .total h6 {
              display: inline-block;
              font-family: "Montserrat", sans-serif;
              font-size: 12px;
              text-transform: uppercase;
              color: #222831; }
            .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_detail .cart_detail ul .products_check_out .total span {
              font-family: "Open Sans", sans-serif;
              font-size: 12px;
              color: #9a9a9a;
              display: inline-block; }
          .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_detail .cart_detail ul .products_check_out .check_out, .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_detail .cart_detail ul .products_check_out .view_cart {
            display: inline-block;
            float: right;
            padding: 0;
            height: 35px; }
            .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_detail .cart_detail ul .products_check_out .check_out .button, .navbar_style01 .primary_navbar .right_primary_navbar .right_navbar_detail .cart_detail ul .products_check_out .view_cart .button {
              bottom: 10px;
              position: relative;
              font-family: "Montserrat", sans-serif;
              text-transform: uppercase;
              font-weight: normal;
              color: #fff;
              padding: 0px 15px;
              text-shadow: none;
              background-image: none;
              background-color: #e91c24;
              -webkit-box-shadow: none;
                      box-shadow: none;
              height: 35px;
              border: 0;
              border-radius: 0;
              -webkit-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out;
              font-size: 11px;
              display: inline-block;
              margin: 0px 15px 0px 0px;
              line-height: 35px; }

/* -Banners Style
   ========================================================================== */
.visible-w {
  display: none; }

.invisible-w {
  display: block; }

.ws-offre01 {
 /* margin-top: 80px;*/ }
  .ws-offre01 .ads4, .ws-offre01 .ads8 {
    margin-bottom: 30px;
    position: relative;
    text-align: center; }
    .ws-offre01 .ads4:hover a.img:before, .ws-offre01 .ads8:hover a.img:before {
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .ws-offre01 .ads4:hover a.img img, .ws-offre01 .ads8:hover a.img img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .ws-offre01 .ads4 a.img, .ws-offre01 .ads8 a.img {
      overflow: hidden;
      position: relative;
      display: block; }
      .ws-offre01 .ads4 a.img:before, .ws-offre01 .ads8 a.img:before {
        background-color: rgba(0, 0, 0, 0.2);
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        margin: 0;
        padding: 0;
        left: 0;
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        z-index: 2; }
      .ws-offre01 .ads4 a.img img, .ws-offre01 .ads8 a.img img {
        width: 100%;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .ws-offre01 .ads4 .hover-bg, .ws-offre01 .ads8 .hover-bg {
      background-color: rgba(0, 0, 0, 0.49);
      position: absolute;
      z-index: 2; }
    .ws-offre01 .ads4 h1, .ws-offre01 .ads8 h1 {
      font-family: "Montserrat", sans-serif;
      font-size: 36px;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      position: absolute;
      top: 25%;
      width: 100%;
      left: 0%;
      padding: 5%;
      line-height: 60px;
      z-index: 2; }
  .ws-offre01 .ads8 a h1 {
    top: 35%;
    left: 0px;
    text-align: center;
    width: 100%;
    padding-left: 10%;
    padding-right: 35%;
    padding-top: 0px;
    padding-bottom: 0px; }
  .ws-offre01 .ads8 button {
    position: absolute;
    top: 65%;
    left: 25% !important;
    z-index: 2; }

/* 07-Offre 02 Style
   ========================================================================== */
.ws-offre02 {
  margin-top: 50px; }
  .ws-offre02 .ws-offre {
    overflow: hidden; }
    .ws-offre02 .ws-offre:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .ws-offre02 .ads-info {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2; }
    .ws-offre02 .ads-info a {
      text-decoration: none; }
    .ws-offre02 .ads-info h1 {
      font-family: "Montserrat", sans-serif;
      font-size: 30px;
      font-weight: bold;
      text-transform: uppercase;
      color: #222831;
      padding: 0;
      line-height: 60px;
      padding-top: 40px;
      padding-bottom: 78px; }
  .ws-offre02 img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

/* 04-New Arrival Style
   ========================================================================== */
.visible {
  display: block !important; }

section#ws-newarrival .item {
  margin-left: 0px;
  margin-right: 15px; }

section.ws-newarrival .list-cat ul {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  list-style: none;
  height: 44px;
  display: inline-table;
  text-align: center;
  padding: 0; }
  section.ws-newarrival .list-cat ul li {
    float: left;
    margin: 0 10px;
    line-height: 44px; }
    section.ws-newarrival .list-cat ul li a {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      color: #393e46;
      text-decoration: none; }
      section.ws-newarrival .list-cat ul li a.active {
        color: #222831;
        font-weight: bold; }
      section.ws-newarrival .list-cat ul li a:hover {
        color: #e91c24;
        font-weight: bold;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }

section.ws-newarrival .next-prev {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  section.ws-newarrival .next-prev ul {
    font-size: 24px;
    list-style: none; }
    section.ws-newarrival .next-prev ul li {
      float: left;
      border: 1px solid #e91c24;
      background-color: #e91c24;
      padding: 4px 25px; }
      section.ws-newarrival .next-prev ul li:hover {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background-color: transparent; }
        section.ws-newarrival .next-prev ul li:hover a {
          color: #e91c24; }
      section.ws-newarrival .next-prev ul li a {
        color: #fff;
        text-decoration: none; }

section.ws-newarrival .itemsx {
  display: block;
  margin: 0;
  margin-top: 40px;
  z-index: 1; }
  section.ws-newarrival .itemsx .owl-item {
    overflow: hidden; }
  section.ws-newarrival .itemsx .owl-wrapper-outer {
    display: block !important; }
  section.ws-newarrival .itemsx .item {
    display: block;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
    overflow: hidden; }
    section.ws-newarrival .itemsx .item:hover .item-info {
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
      -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
      -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      section.ws-newarrival .itemsx .item:hover .item-info img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
        section.ws-newarrival .itemsx .item:hover .item-info img.img2 {
          opacity: 1; }
      section.ws-newarrival .itemsx .item:hover .item-info .hover-bg {
        opacity: 1;
        width: 100%;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    section.ws-newarrival .itemsx .item:hover .hover-item {
      display: block;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      top: 60%;
      width: 100%;
      left: 0%;
      padding: 0;
      text-align: center; }
    section.ws-newarrival .itemsx .item:hover .caption {
      top: 82%;
      background-color: transparent; }
      section.ws-newarrival .itemsx .item:hover .caption .stars {
        display: block; }
      section.ws-newarrival .itemsx .item:hover .caption h6 a {
        color: #fff;
        text-shadow: 1px 1px #222831; }
      section.ws-newarrival .itemsx .item:hover .caption span {
        text-shadow: 1px 1px #222831; }
    section.ws-newarrival .itemsx .item .item-info {
      position: relative;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      overflow: hidden !important; }
      section.ws-newarrival .itemsx .item .item-info img {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
        section.ws-newarrival .itemsx .item .item-info img.img2 {
          position: absolute;
          top: 0;
          opacity: 0; }
      section.ws-newarrival .itemsx .item .item-info .hover-bg {
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.4) none repeat scroll 0% 0%;
        position: absolute;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        z-index: 2; }
    section.ws-newarrival .itemsx .item .status {
      position: absolute;
      width: 100%;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      z-index: 2;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
      section.ws-newarrival .itemsx .item .status .etat {
        width: 60px;
        display: inline-block; }
      section.ws-newarrival .itemsx .item .status .new {
        display: inline-block;
        border: 1px solid #393e46;
        border-radius: 100%;
        padding: 10px 5px;
        background-color: #393e46;
        margin: 10px 10px 0 10px; }
        section.ws-newarrival .itemsx .item .status .new a {
          color: #fff;
          text-decoration: none; }
      section.ws-newarrival .itemsx .item .status .hot {
        display: -webkit-inline-box;
        display: inline-block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0px 50px 50px 0px;
        border-color: transparent #ff0000 transparent transparent;
        line-height: 0px;
        text-align: center; }
        section.ws-newarrival .itemsx .item .status .hot a {
          padding: 8px 0px 0px 27px;
          display: -webkit-inline-box;
          display: inline-block;
          color: #fff;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          text-decoration: none; }
      section.ws-newarrival .itemsx .item .status .sale {
        display: inline-block;
        border: 1px solid #ff961b;
        border-radius: 100%;
        padding: 10px 5px;
        background-color: #ff961b;
        margin: 10px 10px 0 10px; }
        section.ws-newarrival .itemsx .item .status .sale a {
          color: #fff;
          text-decoration: none; }
    section.ws-newarrival .itemsx .item .hover-item {
      position: absolute;
      width: 100%;
      left: 0%;
      padding: 0 14.5%;
      top: 100%;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      z-index: 2; }
      section.ws-newarrival .itemsx .item .hover-item ul.menu-item {
        width: 100%;
        height: 50px;
        background-color: #393e46;
        list-style: outside none none;
        font-size: 18px;
        padding-left: 0px;
        text-align: center; }
        section.ws-newarrival .itemsx .item .hover-item ul.menu-item li {
          float: left;
          padding: 4% 8%; }
          section.ws-newarrival .itemsx .item .hover-item ul.menu-item li a {
            color: #fff;
            text-decoration: none;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            section.ws-newarrival .itemsx .item .hover-item ul.menu-item li a:hover {
              color: #e91c24;
              -webkit-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
    section.ws-newarrival .itemsx .item .caption {
      position: absolute;
      width: 100%;
      height: 17%;
      top: 88%;
      background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      z-index: 2; }
      section.ws-newarrival .itemsx .item .caption h6 {
        font-weight: bold;
        font-family: "Open Sans", sans-serif;
        text-transform: uppercase;
        display: inline-block;
        margin-left: 20px;
        margin-top: 15px;
        margin-bottom: 10px; }
        section.ws-newarrival .itemsx .item .caption h6 a {
          text-decoration: none;
          color: #222831; }
      section.ws-newarrival .itemsx .item .caption span {
        font-weight: 800;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        color: #e91c24;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 8px;
        margin-top: 8px; }
      section.ws-newarrival .itemsx .item .caption ul {
        list-style: none;
        color: #ffc928;
        padding-left: 20px; }
        section.ws-newarrival .itemsx .item .caption ul.stars {
          display: none; }
          section.ws-newarrival .itemsx .item .caption ul.stars li {
            float: left;
            margin: 0 5px; }

/* 05-Testimonials Style
   ========================================================================== */
.ws-testimonials {
  margin-top: 45px; }
  .ws-testimonials .container-fluid {
    padding: 0; }
  .ws-testimonials .container {
    position: relative;
    text-align: center; }
    .ws-testimonials .container .row {
      position: absolute;
      width: 100%;
      padding: 125px 0; }
  .ws-testimonials .ws-owl-testmonial {
    position: absolute;
    padding: 0px 0px; }
    .ws-testimonials .ws-owl-testmonial .owl-item {
      padding: 0 100px; }
    .ws-testimonials .ws-owl-testmonial .owl-controls {
      display: block !important; }
      .ws-testimonials .ws-owl-testmonial .owl-controls .owl-pagination {
        display: none; }
  .ws-testimonials .title {
    position: absolute;
    width: 100%;
    top: 0; }
    .ws-testimonials .title h1 {
      font-family: "Montserrat", sans-serif;
      font-size: 48px;
      text-transform: capitalize;
      color: #fff;
      font-weight: bold;
      margin-top: 50px; }
  .ws-testimonials .content-testimonials {
    position: absolute;
    text-align: left; }
    .ws-testimonials .content-testimonials .icon {
      background-color: #000;
      padding: 12px 20px;
      border-radius: 100%;
      font-size: 24px;
      top: 200px; }
    .ws-testimonials .content-testimonials .customNavigation {
      margin-top: 4%;
      font-size: 24px;
      width: 100%;
      position: absolute; }
      .ws-testimonials .content-testimonials .customNavigation a {
        color: #fff; }
    .ws-testimonials .content-testimonials .info-testimonial .background-testi {
      background-color: #fff;
      overflow: hidden; }
      .ws-testimonials .content-testimonials .info-testimonial .background-testi .img {
        padding-left: 0px; }
      .ws-testimonials .content-testimonials .info-testimonial .background-testi .info {
        padding-right: 80px;
        padding-bottom: 30px;
        margin-top: 12px;
        padding-top: 0px; }
        .ws-testimonials .content-testimonials .info-testimonial .background-testi .info h3 {
          display: inline-block;
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          color: #222831;
          text-transform: capitalize; }
          .ws-testimonials .content-testimonials .info-testimonial .background-testi .info h3 span {
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            font-style: italic;
            color: #9a9a9a;
            margin-left: 10px; }
        .ws-testimonials .content-testimonials .info-testimonial .background-testi .info p {
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          font-style: italic;
          color: #393e46; }
          .ws-testimonials .content-testimonials .info-testimonial .background-testi .info p i.fa-quote-right {
            margin-left: 10px;
            color: #e91c24;
            font-size: 18px;
            padding-top: 15px;
            position: absolute; }
  .ws-testimonials .back-test {
    height: 460px;
    width: 100%; }

/* 06-Featured -Products Style
   ========================================================================== */
.padding {
  padding: 0; }

.ws-featured-products .title-featured {
  text-align: center; }
  .ws-featured-products .title-featured h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    color: #222831;
    text-transform: uppercase; }

section.ws-featured-products {
  margin-top: 45px; }
  section.ws-featured-products .items {
    display: block;
    margin-top: 40px; }
    section.ws-featured-products .items .item {
      display: block;
      margin-bottom: 30px;
      padding: 0;
      overflow: hidden; }
      section.ws-featured-products .items .item:hover .item-info {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
        -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
        section.ws-featured-products .items .item:hover .item-info .hover-bg {
          opacity: 1; }
        section.ws-featured-products .items .item:hover .item-info img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
      section.ws-featured-products .items .item:hover .hover-item {
        display: block;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        top: 48%; }
      section.ws-featured-products .items .item:hover .caption-featured {
        background-color: transparent;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        section.ws-featured-products .items .item:hover .caption-featured.featured {
          padding-top: 20px; }
        section.ws-featured-products .items .item:hover .caption-featured .stars {
          display: block; }
      section.ws-featured-products .items .item .item-info {
        position: relative;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        overflow: hidden; }
        section.ws-featured-products .items .item .item-info .hover-bg {
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
          position: absolute;
          opacity: 0;
          z-index: 2; }
        section.ws-featured-products .items .item .item-info img {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
      section.ws-featured-products .items .item .status {
        position: absolute;
        width: 100%;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        z-index: 2; }
        section.ws-featured-products .items .item .status .etat {
          width: 60px;
          display: inline-block; }
        section.ws-featured-products .items .item .status .new {
          display: inline-block;
          border: 1px solid #393e46;
          border-radius: 100%;
          padding: 10px 5px;
          background-color: #393e46;
          margin: 10px 10px 0 10px; }
          section.ws-featured-products .items .item .status .new a {
            color: #fff;
            text-decoration: none; }
        section.ws-featured-products .items .item .status .hot {
          display: -webkit-inline-box;
          display: inline-block;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 0px 50px 50px 0px;
          border-color: transparent #ff0000 transparent transparent;
          line-height: 0px;
          text-align: center; }
          section.ws-featured-products .items .item .status .hot a {
            padding: 8px 0px 0px 27px;
            display: -webkit-inline-box;
            display: inline-block;
            color: #fff;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            text-decoration: none; }
        section.ws-featured-products .items .item .status .sale {
          display: inline-block;
          border: 1px solid #ff961b;
          border-radius: 100%;
          padding: 10px 5px;
          background-color: #ff961b;
          margin: 10px 10px 0 10px; }
          section.ws-featured-products .items .item .status .sale a {
            color: #fff;
            text-decoration: none; }
      section.ws-featured-products .items .item .hover-item {
        position: absolute;
        width: 100%;
        padding: 0;
        top: 100%;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        z-index: 2; }
        section.ws-featured-products .items .item .hover-item ul.menu-item {
          width: 100%;
          height: 40px;
          background-color: #393e46;
          list-style: outside none none;
          font-size: 18px;
          padding-left: 0px; }
          section.ws-featured-products .items .item .hover-item ul.menu-item.featured {
            width: 100%;
            height: 54px;
            font-size: 30px;
            background-color: #393e46;
            display: inline-block; }
            section.ws-featured-products .items .item .hover-item ul.menu-item.featured li {
              padding: 1% 8.65% 0px 8.65%; }
          section.ws-featured-products .items .item .hover-item ul.menu-item li {
            float: left;
            padding: 2% 7.65% 0px 7.65%; }
            section.ws-featured-products .items .item .hover-item ul.menu-item li a {
              color: #fff;
              text-decoration: none; }
      section.ws-featured-products .items .item .caption-featured {
        position: absolute;
        width: 100%;
        height: 17%;
        top: 88%;
        background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        z-index: 2; }
        section.ws-featured-products .items .item .caption-featured.featured h6 {
          font-size: 18px; }
        section.ws-featured-products .items .item .caption-featured.featured span {
          font-size: 24px;
          margin-right: 20px; }
        section.ws-featured-products .items .item .caption-featured.featured ul.stars {
          font-size: 18px; }
        section.ws-featured-products .items .item .caption-featured h6 {
          font-weight: bold;
          font-family: "Open Sans", sans-serif;
          text-transform: uppercase;
          display: inline-block;
          margin-left: 20px;
          margin-top: 15px;
          margin-bottom: 10px; }
          section.ws-featured-products .items .item .caption-featured h6 a {
            text-decoration: none;
            color: #222831; }
        section.ws-featured-products .items .item .caption-featured span {
          font-weight: 800;
          font-family: "Open Sans", sans-serif;
          font-size: 18px;
          color: #e91c24;
          display: inline-block;
          margin-right: 10px;
          margin-bottom: 8px;
          margin-top: 8px; }
        section.ws-featured-products .items .item .caption-featured ul {
          list-style: none;
          color: #ffc928;
          padding-left: 20px; }
          section.ws-featured-products .items .item .caption-featured ul.stars {
            display: none; }
            section.ws-featured-products .items .item .caption-featured ul.stars li {
              float: left;
              margin: 0 5px; }

/* 09-Logos Style
   ========================================================================== */
.ws-logos {
  margin: 80px 0; }
  .ws-logos h3 {
    display: none; }
  .ws-logos ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    .ws-logos ul li {
      display: inline-block;
      margin: 0 40px;
      padding: 5px;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .ws-logos ul li:hover {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background-color: #e91c24; }

/* 10-Services Style
   ========================================================================== */
.ws-services {
  background-color: #fff;
  margin-top: 15px; }
  .ws-services .service:hover .icon i {
    font-size: 36px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .ws-services .service:hover .detail h4 a {
    font-size: 18px; }
  .ws-services .service:hover .detail h4 span {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #e91c24; }
  .ws-services .service .icon {
    line-height: 125px;
    padding: 0px; }
    .ws-services .service .icon i {
      font-size: 32px;
      color: #e91c24;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  .ws-services .service .detail {
    margin: 35px 0px;
    padding: 0px 0px 0px 15px; }
    .ws-services .service .detail h4 a {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      color: #222831;
      text-decoration: none;
      display: block;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .ws-services .service .detail h4 span {
      display: inline-block;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-style: italic;
      color: #696969;
      margin-top: 10px;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      font-weight: normal; }

/* 11-Footer Style
   ========================================================================== */
.ws-footer {
  background-color: #393e46;
  border-top: 5px solid #e91c24; }
  .ws-footer .footer-bg {
    padding: 0; }
  .ws-footer .widget h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 28px; }
  .ws-footer .widget ul {
    line-height: 30px;
    list-style: none;
    padding-left: 0px; }
    .ws-footer .widget ul li {
      font-family: "Open Sans", sans-serif;
      text-transform: capitalize;
      font-size: 14px; }
      .ws-footer .widget ul li:before {
        content: "-";
        /* Insert content that looks like bullets */
        padding-right: 8px;
        color: #fff;
        /* Or a color you prefer */ }
      .ws-footer .widget ul li i {
        color: #fff;
        margin-right: 10px; }
      .ws-footer .widget ul li a {
        color: #fff;
        text-decoration: none; }
        .ws-footer .widget ul li a:hover {
          color: #e91c24; }
        .ws-footer .widget ul li a.adress {
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex; }
  .ws-footer .widget span {
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff; }
  .ws-footer .widget input {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #f0f0ed;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    background-color: #b5b5b5;
    border: 0px none;
    padding: 10px 8px;
    display: block; }
  .ws-footer .widget button {
    font-family: "Open Sans", sans-serif !important;
    text-transform: capitalize !important;
    font-weight: normal !important;
    color: #fff !important;
    padding: 0px 10px !important;
    text-shadow: none !important;
    background-image: none !important;
    background-color: #e91c24 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    height: 40px !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    display: inline-block !important;
    margin: 0px 15px 30px 0px !important; }
    .ws-footer .widget button:hover {
      border: none !important;
      border-radius: 0 !important;
      background-color: #222831 !important; }
  .ws-footer .widget .cart-paiment {
    margin-bottom: 30px;
    margin-top: 15px; }
  .ws-footer .footer-b-bg {
    color: #fff;
    margin: 0;
    height: 50px; }
    .ws-footer .footer-b-bg .footer-bottom {
      height: 50px;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      text-transform: capitalize;
      line-height: 50px; }
      .ws-footer .footer-b-bg .footer-bottom a {
        color: #fff;
        text-decoration: none; }
      .ws-footer .footer-b-bg .footer-bottom .logo {
        font-family: "Montserrat Subrayada", sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #e91c24;
        text-decoration: none;
        margin: 0 5px; }
      .ws-footer .footer-b-bg .footer-bottom p {
        margin-bottom: 0; }
      .ws-footer .footer-b-bg .footer-bottom .fa-heart {
        color: #e91c24;
        margin: 0 5px; }
      .ws-footer .footer-b-bg .footer-bottom .pull-left, .ws-footer .footer-b-bg .footer-bottom .pull-right {
        padding: 0; }

/* 12-Go To Top Style
   ========================================================================== */
.go-top.show {
  bottom: 50px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible; }

.go-top {
  position: fixed !important;
  right: 12px;
  bottom: -45px;
  background-color: #e91c24;
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  width: 40px;
  height: 40px;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 9999;
  cursor: pointer;
  border-radius: 10%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .go-top i {
    color: #fff; }
  .go-top:hover {
    background-color: #222831; }
    .go-top:hover i {
      color: #fff; }

.slide {
  width: 300px;
  height: 200px;
  background-color: #00f; }

/* 13- Popup message
   ========================================================================== */
.newsletter-popup-wrap {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100% !important;
  z-index: 999; }

.popup-overlay {
  background: rgba(0, 0, 0, 0.26) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.newsletter-popup {
  height: 100vh; }
  .newsletter-popup .newsletter-popup-bg {
    width: 100%;
    height: 100%; }

.newsletter-popup-inner {
  background: #ffffff none repeat scroll 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 4px; }

span.popup-close {
  color: #888888;
  cursor: pointer;
  font-size: 15px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 35px;
  z-index: 1; }

span.popup-close {
  color: #888888;
  cursor: pointer;
  font-size: 24px;
  line-height: 36px;
  text-align: center; }

.newsletter-popup-inner .newsletter-popup-content {
  padding: 75px 0 30px 30px; }

.newsletter-popup-inner .title-newsletter-popup {
  color: #333333;
  font-weight: 700;
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif; }

.newsletter-popup-inner .newsletter-popup-desc {
  font-family: "Open Sans", sans-serif; }

.newsletter-popup-inner form {
  margin-top: 60px; }

.newsletter-popup-inner .newsletter-content > input {
  border: 1px solid #dddddd;
  clear: right;
  float: none;
  line-height: 40px;
  height: 40px;
  width: 100%;
  padding-left: 10px;
  font-family: "Open Sans", sans-serif; }

.newsletter-popup-inner .submit-button {
  font-size: 14px;
  margin-top: 20px;
  height: 40px !important;
  line-height: 40px;
  margin: 25px 0 !important; }

.submit-button {
  border: medium none;
  color: #FFFFFF;
  font-family: "Montserrat";
  font-size: 12px;
  padding: 0 25px !important;
  text-transform: uppercase; }

.newsletter-checkbox label {
  color: #888888;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
  position: absolute; }

.newsletter-checkbox label input[type="checkbox"] {
  margin-right: 5px; }

/* STYLE HOME PAGES */
.loading {
  background-color: #F8F8F8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -90px 0 0 -90px; }

.circle {
  position: absolute;
  border: 3px solid transparent;
  border-top-color: #3498db;
  border-radius: 50%;
  -webkit-animation: rotate linear infinite;
  animation: rotate linear infinite; }

@media only screen and (min-width: 993px) {
  .ws-testimonials .content-testimonials .info-testimonial .background-testi .img img {
    float: left; } }

.grid-item {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px; }
  .grid-item:after {
    content: '';
    display: block;
    clear: both; }
  .grid-item img {
    width: 100%; }

/*
    01-style home page v2
 */
/*=====================================
              NavBar style02
  ====================================*/
.ws-navbar.style02 {
  position: absolute; }
  .ws-navbar.style02 .nav > li > a:hover, .ws-navbar.style02 .nav > li > a:focus {
    background-color: transparent !important; }
  .ws-navbar.style02 nav.navbar-fixed-top {
    background-color: transparent; }
    .ws-navbar.style02 nav.navbar-fixed-top .cart-shopping {
      background-color: transparent; }
      .ws-navbar.style02 nav.navbar-fixed-top .cart-shopping i {
        font-size: 18px !important; }
        .ws-navbar.style02 nav.navbar-fixed-top .cart-shopping i:hover {
          color: #e91c24; }
        .ws-navbar.style02 nav.navbar-fixed-top .cart-shopping i.fa-shopping-bag {
          position: relative; }
        .ws-navbar.style02 nav.navbar-fixed-top .cart-shopping i.fa-search {
          line-height: 65px; }
        .ws-navbar.style02 nav.navbar-fixed-top .cart-shopping i.fa-cog {
          line-height: 65px; }
      .ws-navbar.style02 nav.navbar-fixed-top .cart-shopping a {
        color: #222831 !important; }
        .ws-navbar.style02 nav.navbar-fixed-top .cart-shopping a.line-height-a {
          line-height: 65px; }
      .ws-navbar.style02 nav.navbar-fixed-top .cart-shopping .dropdown-menu {
        margin-top: -10px !important; }

.ws-navbar nav.navbar-fixed-top .navbar-nav > li > .dropdown-menu {
  margin-top: 0px; }

.backgroundchange {
  background-color: #fff !important;
  height: 100px !important; }
  .backgroundchange.navbar-fixed-top {
    background-color: #fff !important; }

/*=====================================
              Slider style02
  ====================================*/
.ws-slider.style02 .info-slider {
  width: 100%;
  text-align: center;
  position: relative;
  left: 13%; }

.ws-offre01.style02 .ads8 {
  padding: 0; }
  .ws-offre01.style02 .ads8 a h1 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .ws-offre01.style02 .ads8 button {
    left: 30%; }

/*=====================================
              Offre02 style02
  ====================================*/
.ws-offre02.style02 h1 {
  color: #fff !important; }

/*
    02-style home page v3
 */
/*=====================================
              Slider style03
  ====================================*/
.ws-slider.style03 .info-slider {
  left: 0; }

.ws-slider.style03 #owl-warmshop.owl-carousel .slider_item h1 {
  display: inline-block;
  width: 50%; }
  .ws-slider.style03 #owl-warmshop.owl-carousel .slider_item h1 span {
    display: block; }

.ws-slider.style03 #owl-warmshop.owl-carousel .slider_item .info-slider button {
  position: relative;
  top: -50px; }

.ws-masonry ul {
  list-style: none; }
  .ws-masonry ul li {
    display: inline-block; }

/*
    03-style home page v4
 */
/*=====================================
              NavBar style04
  ====================================*/
.ws-navbar.style04 nav .navbar-header a.navbar-brand {
  line-height: 60px; }

.ws-navbar.style04 nav.navbar-fixed-top .navbar-nav > li > .dropdown-menu {
  margin-top: 13px !important; }

.ws-navbar.style04.cat01 nav.navbar-fixed-top .navbar-nav > li > .dropdown-menu {
  margin-top: 26px !important; }

.ws-navbar.style04 nav ul.nav li .ws-navbar {
  line-height: 30px; }

.ws-navbar.style04 {
  height: 60px;
  position: relative; }
  .ws-navbar.style04 .nav > li > a:hover, .ws-navbar.style04 .nav > li > a:focus {
    background-color: transparent !important; }
  .ws-navbar.style04 nav.navbar-fixed-top {
    height: 60px !important;
    background-color: #fff; }
    .ws-navbar.style04 nav.navbar-fixed-top .cart-shopping {
      background-color: transparent; }
      .ws-navbar.style04 nav.navbar-fixed-top .cart-shopping i {
        font-size: 18px !important; }
        .ws-navbar.style04 nav.navbar-fixed-top .cart-shopping i:hover {
          color: #e91c24; }
      .ws-navbar.style04 nav.navbar-fixed-top .cart-shopping a {
        color: #222831 !important; }
        .ws-navbar.style04 nav.navbar-fixed-top .cart-shopping a.line-height-a {
          line-height: 30px; }
      .ws-navbar.style04 nav.navbar-fixed-top .cart-shopping .dropdown-menu {
        margin-top: 15px !important; }

/*=====================================
              Slider style04
  ====================================*/
.ws-slider.style04 .info-slider {
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }
  .ws-slider.style04 .info-slider h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    margin-bottom: 35px; }
  .ws-slider.style04 .info-slider h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    display: block;
    margin-bottom: 35px; }
    .ws-slider.style04 .info-slider h3 span {
      font-size: 14px;
      text-transform: none;
      line-height: 24px;
      font-weight: 300;
      display: block;
      margin-top: 15px; }

.ws-slider.style04 #owl-warmshop04.owl-carousel .slider_item {
  position: static; }
  .ws-slider.style04 #owl-warmshop04.owl-carousel .slider_item .hover-bg {
    background-color: rgba(0, 0, 0, 0.62);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    display: none;
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s; }
  .ws-slider.style04 #owl-warmshop04.owl-carousel .slider_item:hover .info-slider {
    opacity: 1;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s; }
  .ws-slider.style04 #owl-warmshop04.owl-carousel .slider_item:hover .hover-bg {
    opacity: 1;
    display: block;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s; }

.ws-slider.style04 #owl-warmshop04.owl-carousel .slider_item .info-slider {
  padding: 0 45px; }

/*
    01-style category page v1
 */
.ws-navbar.cat01 .cart-shopping a.icon {
  line-height: 80px; }

.ws-navbar.cat01 li.dropdown .fa-shopping-bag {
  line-height: 105px !important;
  padding-left: 15px; }

.ws-navbar.style04.cat01 nav.navbar-fixed-top {
  height: 110px !important; }

.ws-navbar.style04.cat01 nav .navbar-header a.navbar-brand {
  line-height: 60px;
  margin-left: 60px; }

.ws-navbar.style04.cat01 nav .navbar-header a.navbar-brand {
  line-height: 110px;
  height: 110px; }

.nav.navbar-nav.cat01 {
  margin-left: 220px;
  height: 110px; }

.ws-navbar.style04.cat01 nav ul.nav li .ws-navbar {
  line-height: 80px; }

.ws-navbar.style04.cat01 nav.navbar-fixed-top .cart-shopping a.line-height-a {
  line-height: 80px;
  height: 110px; }

.ws-navbar.style04.cat01 nav.navbar-fixed-top .cart-shopping {
  margin-right: 60px; }

.ws-container {
  margin-top: 35px;
  margin-bottom: 0px; }
  .ws-container .widget-title {
    border-bottom: 1px solid #f0f0ed;
    margin-bottom: 15px; }
    .ws-container .widget-title h2 {
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-weight: bold;
      color: #222831;
      text-transform: uppercase;
      line-height: 35px;
      display: inline-block;
      border-bottom: 1px solid #e91c24;
      margin-bottom: -1px; }
  .ws-container .widget.widget_category ul, .ws-container .widget.widget_manufactory ul {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 44px;
    padding-left: 15px;
    list-style: none; }
    .ws-container .widget.widget_category ul li, .ws-container .widget.widget_manufactory ul li {
      border-bottom: 1px solid #f0f0ed; }
    .ws-container .widget.widget_category ul a, .ws-container .widget.widget_manufactory ul a {
      color: #393e46;
      text-decoration: none; }
      .ws-container .widget.widget_category ul a i, .ws-container .widget.widget_manufactory ul a i {
        font-size: 10px;
        margin-right: 10px; }
      .ws-container .widget.widget_category ul a:hover, .ws-container .widget.widget_manufactory ul a:hover {
        color: #e91c24; }
  .ws-container .widget.widget_tags .tags {
    list-style: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 35px; }
    .ws-container .widget.widget_tags .tags .tag {
      display: inline-block;
      padding: 5px 10px;
      border: 1px solid #e91c24;
      margin-right: 4px;
      margin-bottom: 10px;
      background-color: #fff; }
      .ws-container .widget.widget_tags .tags .tag:hover {
        background-color: #e91c24; }
        .ws-container .widget.widget_tags .tags .tag:hover a {
          color: #fff; }
      .ws-container .widget.widget_tags .tags .tag a {
        color: #e91c24;
        text-decoration: none; }
  .ws-container .widget.widget_recent_post ul, .ws-container .widget.widget_most_view ul {
    list-style: none; }
    .ws-container .widget.widget_recent_post ul.posts, .ws-container .widget.widget_most_view ul.posts {
      margin-top: 30px;
      font-family: "Open Sans", sans-serif; }
    .ws-container .widget.widget_recent_post ul .post, .ws-container .widget.widget_most_view ul .post {
      margin-bottom: 30px; }
      .ws-container .widget.widget_recent_post ul .post .img, .ws-container .widget.widget_most_view ul .post .img {
        display: inline-block; }
      .ws-container .widget.widget_recent_post ul .post:last-child, .ws-container .widget.widget_most_view ul .post:last-child {
        margin-bottom: 0px; }
      .ws-container .widget.widget_recent_post ul .post ul, .ws-container .widget.widget_most_view ul .post ul {
        padding: 0; }
        .ws-container .widget.widget_recent_post ul .post ul li, .ws-container .widget.widget_most_view ul .post ul li {
          display: inline-block; }
      .ws-container .widget.widget_recent_post ul .post .infos, .ws-container .widget.widget_most_view ul .post .infos {
        vertical-align: middle;
        display: inline-block; }
        .ws-container .widget.widget_recent_post ul .post .infos a, .ws-container .widget.widget_most_view ul .post .infos a {
          display: inline-block;
          text-decoration: none;
          margin-left: 10px; }
          .ws-container .widget.widget_recent_post ul .post .infos a h5, .ws-container .widget.widget_most_view ul .post .infos a h5 {
            font-size: 14px;
            color: #222831;
            font-weight: bold;
            text-transform: capitalize;
            margin-top: 0px; }
        .ws-container .widget.widget_recent_post ul .post .infos .post-info, .ws-container .widget.widget_most_view ul .post .infos .post-info {
          margin-left: 10px; }
          .ws-container .widget.widget_recent_post ul .post .infos .post-info li, .ws-container .widget.widget_most_view ul .post .infos .post-info li {
            display: inline-block;
            color: #393e46;
            font-size: 11px;
            padding-right: 5px; }
            .ws-container .widget.widget_recent_post ul .post .infos .post-info li i, .ws-container .widget.widget_most_view ul .post .infos .post-info li i {
              color: #e91c24; }
  .ws-container .widget.widget_social ul {
    list-style: none; }
    .ws-container .widget.widget_social ul li {
      display: inline-block; }
      .ws-container .widget.widget_social ul li a {
        text-decoration: none;
        font-size: 32px;
        color: #e91c24;
        margin-right: 10px; }
        .ws-container .widget.widget_social ul li a i.facebook {
          color: #3b5998; }
        .ws-container .widget.widget_social ul li a i.twitter {
          color: #6aa8d7; }
        .ws-container .widget.widget_social ul li a i.tumblr {
          color: #36465d; }
  .ws-container .widget.widget_pricing #slider {
    margin-top: 35px;
    margin-bottom: 25px; }
  .ws-container .widget.widget_pricing .ranger {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #393e46;
    text-transform: capitalize; }
  .ws-container .widget.widget_pricing .noUi-target {
    border-radius: 0;
    border: 2px solid #f0f0ed;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .ws-container .widget.widget_pricing .noUi-origin {
    top: -1px; }
  .ws-container .widget.widget_pricing .noUi-connect {
    border: 2px solid #e91c24;
    top: -1px; }
  .ws-container .widget.widget_pricing .noUi-background {
    border: 2px solid #f0f0ed; }
  .ws-container .widget.widget_pricing .noUi-horizontal {
    height: 0px; }
  .ws-container .widget.widget_pricing .noUi-horizontal .noUi-handle {
    width: 12px;
    height: 12px; }
  .ws-container .widget.widget_pricing .noUi-handle {
    border: none;
    border-radius: 0px;
    cursor: default;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .ws-container .widget.widget_pricing .noUi-handle.noUi-handle-lower {
      background: #222831;
      left: -3px; }
      .ws-container .widget.widget_pricing .noUi-handle.noUi-handle-lower:after {
        display: none; }
      .ws-container .widget.widget_pricing .noUi-handle.noUi-handle-lower:before {
        display: none; }
    .ws-container .widget.widget_pricing .noUi-handle.noUi-handle-upper {
      background: #e91c24;
      left: -12px; }
      .ws-container .widget.widget_pricing .noUi-handle.noUi-handle-upper:after {
        display: none; }
      .ws-container .widget.widget_pricing .noUi-handle.noUi-handle-upper:before {
        display: none; }
  .ws-container .widget.widget_color ul {
    list-style: none;
    margin-top: 35px;
    margin-bottom: 20px;
    padding-left: 0px; }
    .ws-container .widget.widget_color ul li {
      display: inline-block;
      margin-right: 10px; }
    .ws-container .widget.widget_color ul .color-option {
      width: 25px;
      height: 25px;
      border: none; }
  .ws-container .widget.widget_size ul {
    list-style: none;
    margin-top: 35px;
    margin-bottom: 20px; }
    .ws-container .widget.widget_size ul li {
      display: inline-block;
      margin-right: 10px; }
    .ws-container .widget.widget_size ul .size-option {
      width: 30px;
      height: 30px;
      background-color: transparent;
      border: 1px solid #222831;
      border-radius: 50%;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      text-transform: uppercase; }
  .ws-container .widget.widget_top_rated_products ul {
    padding-left: 0px;
    list-style: none; }
    .ws-container .widget.widget_top_rated_products ul .product .img {
      display: inline-block; }
      .ws-container .widget.widget_top_rated_products ul .product .img img {
        display: inline-block; }
    .ws-container .widget.widget_top_rated_products ul .product .info {
      margin-top: 10px;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      text-transform: capitalize;
      display: inline-block;
      margin-left: 25px; }
      .ws-container .widget.widget_top_rated_products ul .product .info a {
        display: block;
        color: #393e46;
        text-decoration: none; }
        .ws-container .widget.widget_top_rated_products ul .product .info a:hover {
          color: #e91c24; }
      .ws-container .widget.widget_top_rated_products ul .product .info .stars {
        list-style: none;
        display: block; }
        .ws-container .widget.widget_top_rated_products ul .product .info .stars li {
          display: inline-block; }
          .ws-container .widget.widget_top_rated_products ul .product .info .stars li i {
            color: #ffc928; }
      .ws-container .widget.widget_top_rated_products ul .product .info span {
        display: block;
        font-weight: bold;
        color: #e91c24; }
  .ws-container .list-products {
    margin-top: 40px; }
    .ws-container .list-products .shop-tab {
      height: 35px;
      line-height: 35px;
      border-bottom: 1px solid #f0f0ed;
      padding-bottom: 50px;
      margin-right: 15px;
      margin-left: 15px; }
      .ws-container .list-products .shop-tab p {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        color: #222831;
        display: inline-block;
        height: 35px;
        line-height: 35px; }
      .ws-container .list-products .shop-tab .sorty-by {
        display: inline-block; }
        .ws-container .list-products .shop-tab .sorty-by label {
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          text-transform: uppercase;
          color: #222831;
          font-weight: normal;
          padding-left: 50px; }
        .ws-container .list-products .shop-tab .sorty-by select {
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          text-transform: capitalize;
          color: #393e46;
          border: 1px solid #f0f0ed;
          height: 35px;
          -moz-appearance: none;
          -webkit-appearance: none;
          background: transparent url("../img/select-arrow.png") no-repeat scroll right center;
          border: 1px solid #f0f0ed;
          line-height: 35px;
          padding: 2px 25px 4px 7px;
          text-align: left;
          width: auto; }
      .ws-container .list-products .shop-tab .presentation {
        display: inline-block; }
        .ws-container .list-products .shop-tab .presentation ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .ws-container .list-products .shop-tab .presentation ul li {
            display: inline-block; }
            .ws-container .list-products .shop-tab .presentation ul li i {
              font-size: 30px;
              color: #222831;
              border: 1px solid #f0f0ed;
              padding: 3px;
              padding-bottom: 0px; }

.ws-pagination {
  text-align: center; }
  .ws-pagination .pagination a {
    border-radius: 50%;
    background-color: black;
    height: 35px;
    width: 35px;
    border: 0px none;
    font-size: 24px;
    padding: 0px;
    color: #e91c24;
    margin: 0 5px; }
    .ws-pagination .pagination a.pagenumbre {
      font-size: 16px;
      padding: 6px 12px; }
    .ws-pagination .pagination a i.fa-angle-left {
      margin-right: 3px; }
    .ws-pagination .pagination a i.fa-angle-right {
      margin-right: -3px; }

.adv01 {
  background-image: url(../img/images/adv01.jpg);
  width: 900px;
  height: 256px;
  margin-left: 0; }
  .adv01 .info {
    padding-left: 95px;
    height: 100%;
    padding-top: 9%;
    line-height: 100px; }
    .adv01 .info a {
      text-decoration: none; }
      .adv01 .info a h3 {
        font-size: 24px;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
        margin-top: 0; }
      .adv01 .info a span {
        font-size: 48px;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold; }

.adv001 {
  background-image: url(../img/images/adv001.jpg);
  width: 100%;
  height: auto;
  margin-left: 0; }
  .adv001 .info {
    padding-left: 95px;
    height: 100%;
    padding-top: 9%;
    line-height: 100px; }
    .adv001 .info a {
      text-decoration: none; }
      .adv001 .info a h3 {
        font-size: 24px;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
        margin-top: 0; }
      .adv001 .info a span {
        font-size: 48px;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold; }

/*====================================

          shopstyle04

=====================================*/
.shopstyle04 {
  margin-left: 15px; }
  .shopstyle04 .poststyle04 {
    padding: 0;
    overflow: hidden; }
  .shopstyle04 .item-info {
    background-color: #f5f5f5; }
  .shopstyle04 .caption-04 h6 {
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px; }
    .shopstyle04 .caption-04 h6 a {
      text-decoration: none;
      color: #222831; }
  .shopstyle04 .caption-04 .stars {
    list-style: none;
    color: #ffc928;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 5px;
    font-size: 12px; }
    .shopstyle04 .caption-04 .stars li {
      float: left;
      margin: 0 5px; }
  .shopstyle04 .caption-04 .content-04 {
    list-style: none;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 14px;
    padding: 0;
    color: #393e46;
    margin-top: 50px; }
    .shopstyle04 .caption-04 .content-04 p {
      line-height: 24px; }
    .shopstyle04 .caption-04 .content-04 .prices {
      text-align: center;
      line-height: 80px; }
      .shopstyle04 .caption-04 .content-04 .prices .price {
        font-weight: 800;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        color: #e91c24;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 8px;
        margin-top: 8px; }
  .shopstyle04 .hover-item-04 {
    margin-top: 5px; }
    .shopstyle04 .hover-item-04 ul.menu-item-04 {
      width: auto;
      height: 40px;
      background-color: transparent;
      list-style: outside none none;
      font-size: 18px;
      padding-left: 0px; }
      .shopstyle04 .hover-item-04 ul.menu-item-04 li {
        float: left;
        padding: 12px 17px;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
        .shopstyle04 .hover-item-04 ul.menu-item-04 li:hover {
          background: #222831; }
        .shopstyle04 .hover-item-04 ul.menu-item-04 li a {
          color: #393e46;
          text-decoration: none;
          -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s; }
          .shopstyle04 .hover-item-04 ul.menu-item-04 li a:hover {
            color: #fff;
            -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s; }

/*====================================

          Product Detail Page

=====================================*/
.ws-product-detail {
  margin-top: 75px; }
  .ws-product-detail .regular {
    margin-bottom: 30px; }
  .ws-product-detail .info-text {
    display: inline-block;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #393e46;
    line-height: 24px; }
    .ws-product-detail .info-text p {
      margin-top: 15px; }
  .ws-product-detail .icons {
    list-style: none; }
    .ws-product-detail .icons li {
      display: inline-block;
      height: 40px;
      width: 90px;
      border: 1px solid #e91c24;
      text-align: center;
      line-height: 35px;
      margin-right: 8px; }
      .ws-product-detail .icons li a {
        font-weight: bold;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        color: #e91c24; }
        .ws-product-detail .icons li a i {
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          color: #222831; }
      .ws-product-detail .icons li .left {
        margin-left: 10px; }
      .ws-product-detail .icons li .right {
        margin-right: 10px; }
    .ws-product-detail .icons .cart {
      background-color: #e91c24;
      font-family: "Open Sans", sans-serif;
      font-weight: normal;
      font-size: 12px;
      text-transform: uppercase;
      width: 125px; }
      .ws-product-detail .icons .cart a {
        color: #fff;
        text-decoration: none; }
        .ws-product-detail .icons .cart a i {
          color: #fff; }
    .ws-product-detail .icons .heart, .ws-product-detail .icons .chart, .ws-product-detail .icons .exchange {
      height: 40px;
      width: 40px;
      background-color: #fff;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      .ws-product-detail .icons .heart:hover, .ws-product-detail .icons .chart:hover, .ws-product-detail .icons .exchange:hover {
        background-color: #e91c24;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
        .ws-product-detail .icons .heart:hover a i, .ws-product-detail .icons .chart:hover a i, .ws-product-detail .icons .exchange:hover a i {
          color: #fff; }
      .ws-product-detail .icons .heart a i, .ws-product-detail .icons .chart a i, .ws-product-detail .icons .exchange a i {
        color: #222831; }

.info-item .title-item {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize;
  color: #222831; }

.info-item .stars {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px; }
  .info-item .stars li {
    display: inline-block; }
    .info-item .stars li i {
      color: #ffc928; }

.info-item .price {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #e91c24;
  margin-top: 15px;
  display: block; }

.info-item .next-prev {
  float: right; }

.option-title h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #222831;
  text-transform: capitalize; }

.product_color ul {
  list-style: none;
  margin-top: 35px;
  margin-bottom: 20px;
  padding-left: 0px;
  display: inline-block;
  left: 130px;
  position: relative; }
  .product_color ul li {
    display: inline-block;
    margin-right: 10px; }
  .product_color ul .color-option {
    width: 25px;
    height: 25px;
    border: none; }

.product_color .option-title {
  display: inline-block; }

.product_size ul {
  list-style: none;
  margin-top: 35px;
  margin-bottom: 20px;
  display: inline-block;
  left: 90px;
  position: relative; }
  .product_size ul li {
    display: inline-block;
    margin-right: 10px; }
  .product_size ul .size-option {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #222831;
    border-radius: 50%;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    text-transform: uppercase; }

.product_size .option-title {
  display: inline-block; }

.product_categories .option-title, .product_tags .option-title {
  display: inline-block; }

.product_categories ul, .product_tags ul {
  list-style: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  display: inline-block; }
  .product_categories ul li, .product_tags ul li {
    display: inline-block; }
    .product_categories ul li a, .product_tags ul li a {
      color: #393e46;
      text-decoration: none; }
      .product_categories ul li a:hover, .product_tags ul li a:hover {
        color: #e91c24; }

.product_categories {
  margin-top: 10px; }
  .product_categories ul {
    margin-left: 85px; }

.product_tags ul {
  margin-left: 130px; }

.product_share .option-title {
  display: inline-block; }

.product_share ul {
  list-style: none;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  display: inline-block;
  margin-left: 15px;
  top: 5px;
  position: relative; }
  .product_share ul li {
    display: inline-block; }
    .product_share ul li a {
      color: #393e46;
      text-decoration: none; }
      .product_share ul li a i {
        font-size: 32px;
        margin: 0 8px; }
        .product_share ul li a i.facebook {
          color: #3b5998; }
        .product_share ul li a i.twitter {
          color: #6aa8d7; }
        .product_share ul li a i.tumblr {
          color: #36465d; }

.product_tabs {
  margin-top: 25px; }

.nav.nav-tabs {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase; }
  .nav.nav-tabs li a {
    color: #222831; }
  .nav.nav-tabs li.active a {
    font-weight: bold;
    color: #222831;
    border: 0px solid transparent;
    border-bottom: 3px solid #e91c24; }

.tab-content .tab-pane {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #393e46;
  margin-top: 25px;
  line-height: 24px; }

.adv001 {
  margin-bottom: 0px;
  margin-top: 50px; }

.ws-order-complete {
  margin-bottom: 50px; }
  .ws-order-complete h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222831;
    margin-top: 65px; }
  .ws-order-complete h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    color: #393e46;
    margin-top: 20px;
    margin-bottom: 50px; }
  .ws-order-complete input:first-child {
    margin-right: 30px; }

/* STYLE SHOP PAGES */
/*
    01-style shop page v1
 */
.ws-navbar.style04.cat01 {
  height: 110px; }

/*=====================================
              Title Shop
  ====================================*/
.ws-shop-style .bg-title-shopping-card {
  background-image: url(../img/images/bg-title-shopping-card.jpg); }

.ws-shop-style .bg-shop-style {
  background-image: url(../img/images/bg-title-cat.jpg); }

.ws-shop-style .bg-shop-style, .ws-shop-style .bg-title-shopping-card {
  height: 250px;
  margin-top: 100px; }
  .ws-shop-style .bg-shop-style h4, .ws-shop-style .bg-title-shopping-card h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    display: block;
    padding-top: 85px;
    height: 230px;
    margin-left: 100px; }
    .ws-shop-style .bg-shop-style h4 span, .ws-shop-style .bg-title-shopping-card h4 span {
      font-size: 12px;
      display: block;
      margin-top: 30px; }

/*=====================================

  =====================================*/
.nav.navbar-nav.shopping-card {
  left: 15%;
  position: relative; }

/*=====================================
   Container (Sidebar and containt) Shop
  ====================================*/
/*=====================================
   slick carousel button next and prev
  ====================================*/
.slick-prev, .slick-next {
  display: none !important; }

/*=====================================
   Product Detail style
  ====================================*/
.ws-navbar.shop_1 nav.navbar-fixed-top .navbar-nav > li > .dropdown-menu {
  margin-top: 23px; }

.ws-navbar.style04.shop_1 nav.navbar-fixed-top {
  background-color: white;
  -webkit-box-shadow: 1px 2px 5px #eee;
          box-shadow: 1px 2px 5px #eee; }

.ws-navbar.style02.shop_1 {
  position: relative; }

.ws-navbar.style04 nav.navbar-fixed-top .cart-shopping i {
  line-height: 30px; }

.title-featured.shop_1 h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #393e46;
  text-transform: uppercase;
  text-align: center; }

.next-prev.shop_1 {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .next-prev.shop_1 ul {
    font-size: 24px;
    list-style: none; }
    .next-prev.shop_1 ul li {
      float: left;
      border: 1px solid #e91c24;
      background-color: #e91c24;
      padding: 4px 25px; }
      .next-prev.shop_1 ul li:hover {
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        background-color: transparent; }
        .next-prev.shop_1 ul li:hover a {
          color: #e91c24; }
      .next-prev.shop_1 ul li a {
        color: #fff;
        text-decoration: none; }

/*=====================================
   Page shopping cart
  ====================================*/
/*=====================================
   Page shopping cart / section status
  ====================================*/
.ws-status {
  padding: 75px 0; }
  .ws-status p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #222831;
    text-transform: uppercase; }
    .ws-status p span {
      background-color: #222831;
      color: #fff;
      padding: 25px;
      border-radius: 50%;
      margin-right: 20px;
      font-size: 18px; }
      .ws-status p span.active {
        background-color: #e91c24; }

/*=====================================
   Page shopping cart / section products
  ====================================*/
.ws-products .table-products thead {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #222831;
  text-transform: uppercase;
  font-weight: normal;
  height: 45px; }

.ws-products .table-products tbody tr td {
  vertical-align: middle; }
  .ws-products .table-products tbody tr td img {
    margin: 30px 0; }
  .ws-products .table-products tbody tr td h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #222831;
    text-transform: capitalize;
    font-weight: normal;
    padding: 15px 0 20px 0; }
  .ws-products .table-products tbody tr td ul {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #222831;
    text-transform: capitalize;
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 24px; }
    .ws-products .table-products tbody tr td ul li {
      text-transform: uppercase;
      display: inline-block; }
      .ws-products .table-products tbody tr td ul li.code {
        display: block; }
  .ws-products .table-products tbody tr td.price {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #e91c24;
    font-weight: bold;
    vertical-align: middle; }
  .ws-products .table-products tbody tr td .quantity {
    display: inline-block;
    height: 40px;
    width: 90px;
    border: 1px solid #e91c24;
    text-align: center;
    line-height: 35px; }
    .ws-products .table-products tbody tr td .quantity p {
      font-weight: bold;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      color: #e91c24; }
    .ws-products .table-products tbody tr td .quantity i {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      color: #222831; }
    .ws-products .table-products tbody tr td .quantity .left {
      margin-left: 10px; }
    .ws-products .table-products tbody tr td .quantity .right {
      margin-right: 10px; }

.your-order .order {
  margin: 15px !important;
  background-color: #393e46;
  margin-top: 0 !important;
  display: table;
  width: 100%;
  padding: 30px; }
  .your-order .order fieldset {
    border: none; }
  .your-order .order .table > thead > tr > th, .your-order .order .table > tbody > tr > th, .your-order .order .table > tfoot > tr > th, .your-order .order .table > thead > tr > td, .your-order .order .table > tbody > tr > td, .your-order .order .table > tfoot > tr > td {
    border-top: 0px;
    width: 100%; }
  .your-order .order .border {
    border-bottom: 1px solid #222831; }
  .your-order .order .table > thead > tr > th {
    border-bottom: 0; }
  .your-order .order .title-shopping {
    color: #fff !important;
    margin-left: 0px; }
  .your-order .order .order-row {
    margin-bottom: 30px; }
  .your-order .order .title {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px; }
  .your-order .order .line-title {
    text-align: left;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fff; }
  .your-order .order .line-quantite {
    text-align: center;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #fff; }
  .your-order .order .line-prix {
    text-align: right;
    color: #e91c24;
    font-weight: bold;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px; }
  .your-order .order .line-total {
    font-size: 18px !important; }
  .your-order .order .line-title-shipping {
    text-align: right; }

.billing-details {
  padding-right: 15px !important;
  padding-left: 15px !important; }

.ceat {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222831;
  text-transform: capitalize; }

.checkbox {
  padding-left: 20px !important;
  margin-bottom: 20px !important; }

.ship {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; }

.angle-down {
  position: absolute;
  right: 15px;
  top: 12px; }

/*=====================================
   Page shopping cart / section shopping
  ====================================*/
.title-shopping {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #222831;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 50px;
  margin-top: 0; }

.no-padding-margin {
  padding: 0;
  margin: 0; }

.left-padding {
  padding-left: 15px; }

.right-padding {
  padding-right: 15px; }

.form-control {
  height: 45px;
  margin-bottom: 25px;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize; }

.shopping .form {
  width: 75%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 15px !important; }

.shopping .form-button {
  display: inline-block;
  vertical-align: 3px; }

.shopping .form-group ul {
  padding: 0;
  margin: 0; }
  .shopping .form-group ul li {
    padding: 0;
    margin: 0; }

.shopping .form-control {
  height: 45px;
  margin-bottom: 25px;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize; }

.shopping ul {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #222831;
  text-transform: uppercase;
  list-style: none; }
  .shopping ul li {
    margin: 50px 0; }
    .shopping ul li .right {
      display: block;
      text-align: right; }
    .shopping ul li span {
      font-weight: bold;
      color: #e91c24;
      font-size: 18px; }
    .shopping ul li .shopping {
      margin-right: 30px; }
    .shopping ul li p {
      font-size: 14px; }
      .shopping ul li p .note {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #222831;
        display: block;
        text-transform: none;
        margin-top: 10px; }

.grid {
  width: 1600px; }

@media only screen and (max-width: 480px) {
  .adv001 .info {
    padding-left: 15px;
    height: 100%;
    padding-top: 4%;
    line-height: 40px;
    text-align: center; }
  .adv001 .info a span {
    font-size: 24px; }
  .adv001 .info a h3 {
    font-size: 24px; } }

@media only screen and (max-width: 992px) {
  .ws-status p {
    font-size: 12px; } }

/* RESPONSIVE */
/*==================================================
=                   Responsive                     =
==================================================*/
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /* New Arrivals */
  .ws-newarrival .list-cat ul li {
    float: left;
    margin: 0 10px;
    line-height: 24px;
    border: 1px solid #efefef;
    padding: 0px 10px; }
    .ws-newarrival .list-cat ul li:hover {
      background-color: #efefef;
      color: #e91c24; }
  /* NavBar */
  .navbar_style01 {
    top: 0px;
    background-color: #fff; }
    .navbar_style01 .navbar_mobile {
      display: none !important; }
    .navbar_style01 .navbar_mobile .button_toggle .navbar-toggle {
      display: none !important; }
    .navbar_style01 .left_primary_navbar {
      display: inline-block !important; }
    .navbar_style01 .middle_navbar {
      display: inline-block;
      margin-left: 10%;
      font-size: 16px; }
      .navbar_style01 .middle_navbar .search_icon_2 {
        display: inline-block;
        padding: 0 10px;
        cursor: pointer; }
      .navbar_style01 .middle_navbar .ws_search_2 {
        -webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 5px;
                box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 5px;
        padding: 10px 15px;
        background-color: #fff;
        border-radius: 5px;
        position: absolute;
        right: 30%;
        opacity: 0;
        height: 0;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        visibility: hidden; }
        .navbar_style01 .middle_navbar .ws_search_2 .ws-search-input {
          border: none;
          border-radius: 5px;
          height: 25px; }
          .navbar_style01 .middle_navbar .ws_search_2 .ws-search-input:focus {
            border: none; }
          .navbar_style01 .middle_navbar .ws_search_2 .ws-search-input:active {
            border: none; }
        .navbar_style01 .middle_navbar .ws_search_2 .ws-icon-search {
          color: #e91c24;
          cursor: pointer; }
        .navbar_style01 .middle_navbar .ws_search_2.open {
          opacity: 1;
          -webkit-transform: translate(0px, 0px);
          -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          visibility: visible;
          height: auto; }
      .navbar_style01 .middle_navbar .settings_navbar {
        display: inline-block;
        padding: 0 10px;
        cursor: pointer; }
    .navbar_style01 .right_primary_navbar {
      display: inline-block !important; }
      .navbar_style01 .right_primary_navbar .right_navbar_detail {
        background-color: #fff; }
  .navbar_style01 .primary_navbar .left_primary_navbar {
    display: inline-block; }
    .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar {
      padding: 0;
      margin: 0;
      display: inline-block; }
      .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown {
        display: inline-block;
        margin: 0 25px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        text-transform: uppercase; }
        .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown.title {
          line-height: 100px; }
        .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown a {
          color: #222831;
          text-decoration: none; }
        .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown span {
          margin-left: 5px; }
        .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown.active a {
          color: #e91c24; }
        .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown.open .dropdown_menu {
          display: block;
          position: absolute;
          opacity: 1;
          -webkit-transform: translate(0px, 0px);
          -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
          visibility: visible; }
      .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown_menu {
        visibility: hidden;
        opacity: 0;
        padding: 0;
        margin: 0;
        position: absolute;
        min-width: 220px;
        background-color: #fff;
        padding: 5px 10px 30px 15px;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        top: 90px;
        -webkit-transform: translate(0px, 40px);
        -ms-transform: translate(0px, 40px);
        transform: translate(0px, 40px);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown_submenu {
        display: table-cell;
        min-width: 220px;
        padding: 0px 15px;
        line-height: 24px; }
        .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown_submenu .dropdown_submenu_title {
          width: auto;
          font-size: 14px;
          font-weight: bold;
          border-bottom: 1px solid #eeeeee;
          padding-bottom: 10px; }
        .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown_submenu .dropdown_menu_submenu {
          list-style: none;
          padding: 0;
          font-weight: bold;
          font-family: "Open Sans", sans-serif;
          font-size: 12px; }
          .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown_submenu .dropdown_menu_submenu li {
            margin: 15px 0; }
            .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown_submenu .dropdown_menu_submenu li a {
              color: #7b7b7b;
              text-decoration: none; }
              .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown_submenu .dropdown_menu_submenu li a:hover {
                color: #e91c24; } }

/* Large Devices, Wide Screens */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /* Offre */
  .ws-offre01 .ads8 h1, .ws-offre01 .ads4 h1 {
    font-size: 22px; }
  .ws-offre01 .ads8 button {
    top: 60%; }
  /* Newarrival */
  .next-prev, .list-cat {
    padding: 0; }
  section.ws-newarrival .next-prev ul {
    padding-left: 25px; }
  .ws-newarrival .next-prev ul li {
    padding: 4px 17px; }
  .ws-newarrival .itemsx .item .hover-item ul.menu-item li {
    padding: 6% 8%; }
  .ws-newarrival .itemsx .item:hover .caption {
    top: 78% !important; }
  /* Testimonial */
  .ws-testimonials .content-testimonials .customNavigation {
    margin-top: 4%;
    width: 97%; }
  /* Featured Products */
  .ws-featured-products .items .item .hover-item {
    padding: 0; }
  .ws-featured-products .items .item:hover .caption-featured {
    top: 79%; }
  /* Widget */
  .ws-container .widget.widget_top_rated_products ul .product .info {
    margin-left: 15px !important; }
  /* Offre 02 */
  .ws-offre02 .ads-info h1 {
    font-size: 18px;
    padding-bottom: 0; }
  /* Offre02 */
  .ws-offre02 .ads-info h1 {
    font-size: 24px;
    padding-bottom: 30px; }
  .ws-offre01.style02 .ads8 a h1 {
    font-size: 22px !important;
    line-height: 45px; }
  /* Testimonials */
  .ws-testimonials .title {
    top: 0; }
  /* Logo */
  .ws-logos ul li {
    margin: 0 20px; }
  /* button */
  button {
    padding: 0px 15px !important;
    height: 50px !important;
    font-size: 12px !important; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /* Slider */
  .ws-slider #owl-warmshop.owl-carousel .slider_item h1, .ws-slider #owl-warmshop04.owl-carousel .slider_item h1 {
    font-size: 70px !important; }
    .ws-slider #owl-warmshop.owl-carousel .slider_item h1 span, .ws-slider #owl-warmshop04.owl-carousel .slider_item h1 span {
      font-size: 24px !important; }
  /* NavBar */
  .navbar_style01 .navbar_mobile .button_toggle .navbar-toggle {
    display: inline-block !important;
    background-color: transparent !important;
    padding: 0px 10px !important; }
  /* NavBar */
  .navbar_style01 .top-nav .msg {
    display: none; }
  .navbar_style01 .top-nav .dropdown.title span {
    display: none; }
  .navbar_style01 .navbar_mobile {
    display: inline-block !important; }
  .navbar_style01 .navbar_mobile .button_toggle.show {
    position: fixed;
    right: 0;
    top: 0px !important;
    width: 100%;
    height: 100% !important;
    background-color: rgba(255, 255, 255, 0.9); }
    .navbar_style01 .navbar_mobile .button_toggle.show .icon-bar {
      height: 3px; }
      .navbar_style01 .navbar_mobile .button_toggle.show .icon-bar.bar-top {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 7px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .navbar_style01 .navbar_mobile .button_toggle.show .icon-bar.bar-middle {
        display: none; }
      .navbar_style01 .navbar_mobile .button_toggle.show .icon-bar.bar-bottom {
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 0px;
        position: relative;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
  .navbar_style01 .navbar_mobile .button_toggle .navbar-toggle {
    display: inline-block !important;
    background-color: transparent !important; }
  .navbar_style01 .left_primary_navbar {
    display: none !important; }
  .navbar_style01 .middle_navbar {
    display: none !important; }
  .navbar_style01 .right_primary_navbar {
    width: 100%;
    display: none; }
    .navbar_style01 .right_primary_navbar .style02.search_icon_2 {
      display: none !important; }
    .navbar_style01 .right_primary_navbar .right_navbar_cart {
      display: none; }
    .navbar_style01 .right_primary_navbar .right_navbar_detail {
      width: 100% !important;
      background-color: #fff;
      overflow: scroll; }
      .navbar_style01 .right_primary_navbar .right_navbar_detail .cart_detail ul .products_check_out .total {
        display: block !important;
        float: none !important; }
      .navbar_style01 .right_primary_navbar .right_navbar_detail .cart_detail ul .products_check_out .check_out, .navbar_style01 .right_primary_navbar .right_navbar_detail .cart_detail ul .products_check_out .view_cart {
        float: none !important; }
  .navbar_style01 {
    top: 0px;
    background-color: #fff;
    position: fixed; }
    .navbar_style01 .primary_navbar .left_primary_navbar {
      position: absolute;
      top: 60px;
      background-color: #222831;
      width: 100% !important;
      left: 0;
      overflow: scroll;
      height: 390px;
      -webkit-transform: translate3d(-1000px, 0, 0);
              transform: translate3d(-1000px, 0, 0);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      display: block !important; }
      .navbar_style01 .primary_navbar .left_primary_navbar.show {
        display: block !important;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
      .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar {
        list-style: none;
        padding: 0;
        width: 100%; }
        .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown.title {
          line-height: 60px !important;
          height: 100% !important;
          padding-left: 40px;
          font-family: "Montserrat", sans-serif;
          color: #fff;
          text-transform: uppercase;
          background-color: #222831; }
          .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown.title:nth-child(odd) {
            background-color: #393e46; }
          .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown.title:hover {
            background-color: #e91c24;
            color: #fff; }
            .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown.title:hover.active a {
              color: #fff; }
        .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown a {
          color: #fff;
          text-decoration: none;
          height: 60px; }
        .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown span {
          margin-left: 5px;
          float: right;
          right: 30px;
          position: relative;
          font-size: 18px; }
        .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown.active a {
          color: #e91c24; }
        .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown.open .dropdown_menu {
          opacity: 1;
          -webkit-transform: translate(0px, 0px);
          -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          visibility: visible;
          height: auto; }
        .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown_menu {
          padding: 0;
          margin: 0;
          display: block;
          width: 100%;
          list-style: none;
          height: 0;
          opacity: 1;
          -webkit-transform: translate(0px, 0px);
          -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          visibility: hidden; }
        .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown_submenu {
          display: block;
          width: 100%;
          padding: 0px;
          line-height: 24px; }
          .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown_submenu .dropdown_submenu_title {
            width: 100%;
            font-size: 14px;
            font-weight: normal;
            height: 40px;
            line-height: 40px;
            padding: 0;
            margin: 0;
            color: #fff; }
          .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown_submenu .dropdown_menu_submenu {
            list-style: none;
            padding: 0;
            font-weight: normal;
            font-family: "Open Sans", sans-serif;
            font-size: 12px;
            background-color: #222831; }
            .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown_submenu .dropdown_menu_submenu li {
              margin: 0;
              height: 50px;
              padding-left: 15px; }
              .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown_submenu .dropdown_menu_submenu li:hover {
                background-color: #393e46; }
              .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown_submenu .dropdown_menu_submenu li a {
                color: #fff;
                text-decoration: none;
                display: block;
                margin-bottom: 10px;
                padding-top: 10px;
                padding-left: 0px; }
                .navbar_style01 .primary_navbar .left_primary_navbar .left_navbar .dropdown_submenu .dropdown_menu_submenu li a:hover {
                  color: #e91c24; }
      .navbar_style01 .primary_navbar .left_primary_navbar .left_primary_navbar_height {
        height: 100%; }
  /* Offre */
  .ws-offre01 .ads4 h1, .ws-offre01 .ads8 h1 {
    font-size: 18px;
    top: 27%;
    line-height: 45px; }
  .ws-offre01 .ads4 h1, .ws-offre01 .ads8 h1 {
    font-size: 24px !important;
    line-height: 45px; }
  .ws-offre01 .ads8 button {
    top: 50%; }
  /* Offre style 02 */
  .ws-offre01.style02 .ads8 a h1 {
    font-size: 20px !important;
    height: 100%;
    line-height: 140px;
    padding-left: 10%;
    padding-right: 10%; }
  .ws-offre01.style02 .ads8 button {
    display: none !important; }
  /* New Arrival */
  .ws-newarrival .list-cat ul li {
    margin: 0 18px; }
  /* Featured Products */
  .ws-featured-products .items .item {
    padding: 0 15px !important; }
  /* Offre02 */
  .ws-offre02 .ads-info h1 {
    font-size: 18px;
    padding-bottom: 30px;
    padding-top: 0; }
  /* Blog */
  .ws-blog .post {
    margin-bottom: 50px; }
  /* Logo */
  .ws-logos ul li {
    margin: 0; }
  .ws-logos {
    margin: 45px 0 45px 0; }
  /* Services */
  .ws-services {
    padding-left: 50px; }
  /* Button */
  button {
    padding: 0px 20px !important;
    text-shadow: none !important;
    height: 50px !important; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 770px) {
  /* Offre */
  .visible-w {
    display: block; }
  .invisible-w {
    display: none; } }

@media only screen and (max-width: 768px) {
  /* Slider */
  .ws-slider #owl-warmshop.owl-carousel .slider_item h1, .ws-slider #owl-warmshop04.owl-carousel .slider_item h1 {
    font-size: 60px !important; }
    .ws-slider #owl-warmshop.owl-carousel .slider_item h1 span, .ws-slider #owl-warmshop04.owl-carousel .slider_item h1 span {
      font-size: 18px !important; }
  .ws-status {
    padding: 15px 0 !important; }
  .ws-status .status {
    height: 80px; }
  .ws-status p {
    font-size: 12px !important; }
  .ws-offre01 .ads4 h1 {
    font-size: 24px;
    top: 25%;
    line-height: 60px; }
  .ws-offre01 .ads4 a.img img, .ws-offre01 .ads8 a.img img {
    width: 100%;
    height: 300px; }
  .ws-offre01 .ads8 a h1 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 38px; }
  .ws-offre01 .ads8 button {
    left: 28%; }
  /* Offre style02 */
  .ws-offre01.style02 .ads8 a h1 {
    font-size: 26px !important;
    height: auto;
    line-height: 50px !important; }
  /* Offre 02 */
  .ws-offre02 .ads-info h1 {
    font-size: 18px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .ws-offre02 .ads-info h1 {
    font-size: 36px !important;
    padding: 0 !important;
    line-height: 60px !important;
    padding-top: 40px !important;
    padding-bottom: 78px !important; }
  .adv001 .info a span {
    font-size: 30px !important; }
  /* New Arrival */
  .ws-newarrival .next-prev ul {
    padding-left: 0px !important; }
  .ws-newarrival .list-cat ul li {
    margin: 0 10px !important; }
  .ws-newarrival .next-prev ul {
    font-size: 24px !important;
    list-style: none;
    text-align: center;
    padding: 0 !important; }
  .ws-newarrival .next-prev ul li {
    padding: 10px 17px !important;
    width: 50% !important; }
  .ws-newarrival .list-cat ul li {
    margin: 5px 12px !important; }
  /* Featured Products */
  .ws-featured-products .items .item .hover-item ul.menu-item.featured {
    display: inline-block;
    width: 100% !important;
    height: 40px !important;
    background-color: #393e46;
    list-style: outside none none;
    font-size: 18px !important;
    padding-left: 0px !important; }
  .ws-featured-products .items .item .caption-featured.featured span {
    font-size: 18px !important;
    margin-right: 20px !important; }
  .ws-featured-products .items .item .caption-featured.featured h6 {
    font-size: 14px; }
  .ws-featured-products .items .item .caption-featured.featured ul.stars {
    font-size: 14px !important; }
  /* Featured Products */
  .ws-featured-products .items .item {
    padding: 0 !important; }
  .ws-featured-products .items .item .hover-item ul.menu-item li {
    padding: 1% 13.65% 0px 7.65% !important; }
  /* Testimenial */
  .ws-testimonials .container .row {
    padding: 0px !important;
    top: 65px !important; }
  .ws-testimonials .title {
    top: -55px !important; }
  .ws-testimonials .title h1 {
    font-size: 30px !important;
    margin-top: 70px !important; }
  .ws-testimonials .title h1 {
    margin-top: 0 !important;
    top: -50px !important;
    position: relative;
    font-size: 36px !important; }
  .ws-testimonials .content-testimonials .info-testimonial .background-testi .img {
    left: 35%; }
  .ws-testimonials .content-testimonials .info-testimonial .background-testi {
    background-color: transparent;
    text-align: center; }
  .ws-testimonials .content-testimonials .info-testimonial .background-testi .info {
    background-color: #fff !important;
    padding-right: 25px !important; }
  .ws-testimonials .content-testimonials .customNavigation {
    margin-top: 18% !important; }
  /* Logo */
  .ws-logos {
    margin: 40px 0 !important; }
  .ws-logos ul li {
    margin: 5px 20px !important; }
  /* Services */
  .ws-services {
    padding-left: 0px !important; }
  .ws-services .service {
    text-align: center; }
  .ws-services .service .icon {
    line-height: 24px !important;
    margin-top: 20px !important; }
  /* Services */
  .ws-services .service .icon {
    line-height: 40px !important;
    padding: 0px !important; }
  /* product detail*/
  .title-featured.shop_1 h3 {
    font-size: 18px !important; }
  .next-prev.shop_1 ul {
    padding: 0;
    margin-top: 30px; }
  .next-prev.shop_1 ul li {
    width: 50%;
    text-align: center; }
  /* shop item style 02 */
  .shopstyle04 .caption-04 h6 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 14px; }
  .shopstyle04 .caption-04 .stars {
    margin-bottom: 20px; }
  .shopstyle04 .caption-04 .content-04 {
    margin-top: 5px; }
    .shopstyle04 .caption-04 .content-04 p {
      font-size: 12px;
      height: 70px;
      overflow: hidden;
      width: 100%; }
  .shopstyle04 .caption-04 .content-04 .prices {
    text-align: center;
    line-height: 24px;
    background-color: #eee; }
  .shopstyle04 .caption-04 .content-04 .prices .price {
    font-size: 14px !important; }
  .shopstyle04 .hover-item-04 {
    top: auto; }
  .ws-newarrival .itemsx .item .item-info {
    margin: 0; }
  .ws-newarrival .itemsx .item .item-info img.img2 {
    z-index: 2;
    left: 0;
    right: 0; } }

@media only screen and (max-width: 767) {
  .ws-offre01.style02 .ads8 button {
    display: block !important; } }

@media only screen and (max-width: 640px) {
  .shopstyle04 .hover-item-04 ul.menu-item-04 li {
    padding: 12px 15px;
    font-size: 12px; } }

@media only screen and (max-width: 570px) {
  .shopstyle04 .hover-item-04 ul.menu-item-04 li {
    padding: 9px 11px; } }

@media only screen and (max-width: 500px) {
  .ws-newarrival .itemsx .item {
    width: 100%; }
  .shopstyle04 .hover-item-04 ul.menu-item-04 li {
    padding: 12px 17px;
    font-size: 16px; } }

@media only screen and (max-width: 480px) {
  .shopstyle04 .caption-04 .content-04 li {
    width: 100% !important; }
  .content-post-04 {
    width: 100% !important; } }

@media only screen and (max-width: 768px) and (min-width: 585px) {
  /* New Arrivals */
  .ws-newarrival .itemsx .item .hover-item ul.menu-item li {
    padding: 4% 9%; } }

@media only screen and (max-width: 645px) {
  /* Offre */
  .ws-offre01 .ads4, .ws-offre01 .ads8 {
    width: 100%; }
  /* Offre 02 */
  .ws-offre02 .ads-info h1 {
    font-size: 30px !important;
    padding-bottom: 0px !important; }
  /* Testimonials */
  .ws-testimonials .ws-owl-testmonial {
    padding: 45px 0px !important; }
  .ws-testimonials .content-testimonials .info-testimonial .background-testi .img {
    display: none; }
  .ws-testimonials .content-testimonials .customNavigation {
    margin-top: 18% !important; }
  .ws-testimonials .content-testimonials .info-testimonial .background-testi .info {
    padding-right: 15px !important; }
  .ws-offre02 .ads-info h1 {
    font-size: 24px !important; } }

@media only screen and (max-width: 530px) {
  /* Offre 02 */
  .ws-offre02 .button {
    display: none !important; } }

@media only screen and (max-width: 500px) {
  .ws-newarrival.shopstyle01 .itemsx .item {
    width: 100%; } }

/* Extra Small Devices, Phones  */
@media only screen and (max-width: 480px) {
  /* Slider */
  .ws-slider #owl-warmshop.owl-carousel .slider_item h1, .ws-slider #owl-warmshop04.owl-carousel .slider_item h1 {
    font-size: 45px !important; }
    .ws-slider #owl-warmshop.owl-carousel .slider_item h1 span, .ws-slider #owl-warmshop04.owl-carousel .slider_item h1 span {
      font-size: 16px !important; }
  .shopstyle04 .poststyle04 {
    width: 100%; }
  /* Offre */
  .ws-offre01 .ads8 a h1 {
    top: 25%; }
  .ws-offre01 .ads8 button {
    display: none !important; }
  .ws-offre01 .ads4 a.img img, .ws-offre01 .ads8 a.img img {
    width: 100%;
    height: auto; }
  .ws-offre01 .ads4 h1, .ws-offre01 .ads8 h1 {
    font-size: 18px !important; }
  .ws-offre01 .ads8 a h1 {
    padding-left: 0;
    padding-right: 0; }
  .ws-offre01 .ads4 h1 {
    top: 50%; }
  /* Offre style02 */
  .ws-offre01.style02 .ads8 a h1 {
    font-size: 30px !important; }
  /* New Arrivals */
  .ws-newarrival .itemsx .item .hover-item ul.menu-item li {
    padding: 4% 9%; }
  .ws-newarrival .list-cat ul li {
    margin: 5px 10px !important;
    font-size: 12px !important; }
  /* Featured Products */
  .ws-featured-products .items .item .hover-item ul.menu-item.featured li {
    padding: 2% 9.65% 0px 8.65%; }
  /* Offre 02 */
  .ws-offre02 .ads-info .button-ws {
    display: none !important; }
  /* Contact Us */
  .ws-contact-us .contact-content .title ul li h4 {
    font-size: 14px; }
  .ws-contact-us .contact-content .title ul li h4 span {
    font-size: 12px; }
  .ws-contact-us .contact-content .title ul li i {
    font-size: 50px; }
  /* Testimonials */
  .ws-testimonials .ws-owl-testmonial .owl-item {
    padding: 0 !important; }
  .ws-testimonials .content-testimonials .customNavigation {
    display: none; }
  /* */
  .ws-featured-products .items .item .hover-item ul.menu-item li {
    padding: 2% 10% 0px 7.65% !important; }
  /* featured-products */
  .ws-featured-products .title-featured h3, .ws-blog .title-featured h3 {
    font-size: 16px !important; }
  .ws-blog .info-post h3, .ws-blog .info-post .read-more {
    font-size: 12px; }
  .ws-container .posts .post a .day {
    width: 60px;
    height: 60px;
    line-height: 22px;
    padding: 5px;
    font-size: 10px;
    right: 0px;
    margin-top: 0px; }
  .ws-logos {
    margin: 0;
    margin-bottom: 15px; }
  .ws-services .service .icon {
    line-height: 24px !important; }
  .ws-footer .widget h3 {
    font-size: 14px; }
  .ws-footer .widget ul li {
    font-size: 12px; }
  button {
    padding: 0px 15px !important;
    height: 45px !important;
    font-size: 12px !important; } }

/*@media only screen and (max-width : 479px) and (min-width : 397px){

       .ws-newarrival .itemsx .item .hover-item ul.menu-item li a i{
        font-size: 12px !important;
       }
       .ws-newarrival .itemsx .item .hover-item ul.menu-item {
            width: 100% !important;
            height: 45px !important;
        }
        .ws-newarrival .itemsx .item .caption{
            top: 83% !important;
        }
        .ws-newarrival .itemsx .item .caption h6{
            margin-left: 5px !important;
            margin-top: 14px !important;
            font-size: 10px !important;
        }
        .ws-newarrival .itemsx .item .status{
            font-size: 10px !important;
        }
        .ws-newarrival .itemsx .item .caption span{
            font-size: 14px !important;
        }
        .ws-newarrival .itemsx .item .hover-item ul.menu-item li {
            padding: 3.5% 8% !important;
        }
        .ws-newarrival .itemsx .item{
            &:hover{
                .hover-item {
                padding: 0 !important;
                top: 50% !important;
                }
                .caption{
                    top: 73% !important;
                }
            }
        }
    }*/
@media only screen and (max-width: 380px) {
  /* Slider */
  .ws-slider #owl-warmshop.owl-carousel .slider_item h1, .ws-slider #owl-warmshop04.owl-carousel .slider_item h1 {
    font-size: 40px !important; }
    .ws-slider #owl-warmshop.owl-carousel .slider_item h1 span, .ws-slider #owl-warmshop04.owl-carousel .slider_item h1 span {
      font-size: 14px !important; }
  .ws-slider.style02 .info-slider {
    left: 0% !important; }
  /* NavBar */
  .navbar_style01 .primary_navbar .logo_primary_navbar {
    width: 45% !important; }
  /* New Arrival */
  .ws-newarrival .list-cat ul li {
    margin: 5px 4px !important;
    font-size: 12px !important; }
  /* Offre */
  .ws-offre01 .width {
    padding: 0 15px !important; }
  .ws-offre01 .ads4 h1, .ws-offre01 .ads8 h1 {
    font-size: 18px !important; }
  .ws-offre01 .ads8 a h1 {
    padding-left: 5% !important;
    padding-right: 5% !important; }
  /* Featured Products */
  .ws-featured-products .items .item .hover-item ul.menu-item.featured li {
    padding: 4% 8.65% 0px 8.65% !important; }
  .ws-featured-products .items .item .caption-featured.featured h6 {
    font-size: 14px !important; }
  .ws-featured-products .items .item .caption-featured.featured span {
    font-size: 18px !important; }
  .ws-featured-products .items .item:hover .caption-featured.featured {
    padding-top: 0; }
  /* Offre 02 */
  .ws-offre02 .ads-info h1 {
    line-height: 40px !important;
    padding-top: 25px !important;
    padding-left: 15px !important;
    padding-right: 15px !important; }
  /* Offre style02 */
  .ws-offre01.style02 .ads8 a h1 {
    font-size: 24px !important;
    line-height: 40px; }
  /* Footer */
  .ws-footer .footer-b-bg {
    text-align: center;
    padding: 0px 5px !important; }
  .ws-footer .footer-b-bg .footer-bottom {
    font-size: 10px !important;
    line-height: 24px !important; }
  .navbar_style01 .primary_navbar .logo_primary_navbar img {
    width: 90% !important; }
  /* New Letter popup */
  .newsletter-popup-inner .newsletter-content > input {
    font-size: 10px; }
  /* Contact Us */
  .ws-contact-us .contact-content .title ul li h4 {
    font-size: 12px; }
  .ws-contact-us .contact-content .title ul li h4 span {
    font-size: 10px; }
  .ws-contact-us .contact-content .title ul li i {
    font-size: 40px; }
  .ws-contact-us .contact-content .title ul li i {
    margin-right: 15px;
    margin-left: 5px; } }

/* Custom, iPhone Retina  */
@media only screen and (max-width: 320px) {
  /* Slider */
  .ws-slider #owl-warmshop.owl-carousel .slider_item h1, .ws-slider #owl-warmshop04.owl-carousel .slider_item h1 {
    font-size: 30px !important; }
    .ws-slider #owl-warmshop.owl-carousel .slider_item h1 span, .ws-slider #owl-warmshop04.owl-carousel .slider_item h1 span {
      font-size: 12px !important; }
  /* NavBar */
  .navbar_style01 .primary_navbar .navbar_mobile .shop_button {
    display: inline-block;
    position: relative;
    margin: 0px 9px; }
  /* NavBar */
  .left_primary_navbar {
    width: 250px !important; }
  .navbar_style01 .navbar_mobile .button_toggle .navbar-toggle {
    padding: 0px 3px !important; }
  /* New Arrival */
  .ws-newarrival .list-cat ul li {
    font-size: 10px !important; }
  /* Offre 02 */
  .ws-offre02 .ads-info h1 {
    line-height: 24px; } }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
